Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2004 18:41:49 +0100 (CET)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-cvsweb@FreeBSD.org
Subject:   ports/62743: cvsweb fails w/ perl5.8.3 @ fbsd 4.9
Message-ID:  <200402121741.i1CHfm5a001801@rambutan.pingpong.net>
Resent-Message-ID: <200402121750.i1CHoAvk084799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402121741.i1CHfm5a001801>