Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 18:57:39 +0100 (CET)
From:      "Christoph Weber-Fahr[TND]" <wefa@call1.arcor-ip.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63999: mod_perl2 port fails to build on 4.X systems - wrong dep. test
Message-ID:  <200403091757.i29Hvd79000527@call1.arcor-ip.de>
Resent-Message-ID: <200403091800.i29I0UZV039734@freefall.freebsd.org>

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

>Number:         63999
>Category:       ports
>Synopsis:       mod_perl2 port fails to build on 4.X systems - wrong dep. test
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 10:00:30 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Weber-Fahr[TND]
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
Arcor AG
>Environment:
System: FreeBSD xxxx 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #0: Sat Feb 21 00:03:45 CET 2004 wefa@xxxx:/usr/src/sys/compile/CPQ i386

>Description:
	the mod_perl2 port uses wrong mechanism for perl dependancy 
	and so never builds on 4.X systems. It checks the PERL_LEVEL 
	variable, which apparently contains the Systems native perl 
	version lvevel, and therefore always fails, even if perl5.6.1
	is installed.

call1# pkg_info -aI | grep perl
perl-5.6.1_15       Practical Extraction and Report Language
call1# pwd
/usr/ports/www/mod_perl2
call1# make
===>  mod_perl2-1.99r12_1 requires perl 5.6.x or later. Install lang/perl5 then try again.
	
>How-To-Repeat:
	cd /usr/ports/lang/perl5 && make all install clean
	cd /usr/ports/www/mod_perl2 && make all install
>Fix:
	

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



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