ports/62743: cvsweb fails w/ perl5.8.3 @ fbsd 4.9

Palle Girgensohn girgen at pingpong.net
Thu Feb 12 17:50:10 UTC 2004


>Number:         62743
>Category:       ports
>Synopsis:       cvsweb fails w/ perl5.8.3 @ fbsd 4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 09:50:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn <girgen at pingpong.net>
>Release:        FreeBSD 4.9-p1 i386
>Organization:
PING PONG
>Environment:
System: FreeBSD-4.9-p1

When running cvsweb in a setup with freebsd-4.9 and perl 5.8.3, I get
this error:

Insecure dependency in exec while running with -T switch at /usr/local/www/intrawww/cgi-bin/cvsweb.cgi line 2140.


>Description:

>How-To-Repeat:

>Fix:
removing -T from the first line in cvsweb.cgi fixes the problem:

- #!/usr/bin/perl -wT
+ #!/usr/bin/perl -w


I guess this is a work-around, and that there is a way to keep -T and
still have a working cvsweb, but I cannot figure out what that would
be, sorry... :)

/Palle
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list