Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 06:50:18 -0800 (PST)
From:      Jens Rehsack <rehsack@liwing.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58744: mod_perl2 (mod_perl-1.99_10) does not install
Message-ID:  <200310311450.h9VEoIQG092346@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58744; it has been noted by GNATS.

From: Jens Rehsack <rehsack@liwing.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc: pathiaki@pathiaki.com
Subject: Re: ports/58744: mod_perl2 (mod_perl-1.99_10) does not install
Date: Fri, 31 Oct 2003 14:48:13 +0000

 > On Friday 31 October 2003 05:08 am, Jens Rehsack wrote:
 >  > Probable you have a perl < 5.8 installed. See PR ports/58490
 >  > (http://www.freebsd.org/cgi/query-pr.cgi?pr=58490) for solution.
 >  >
 >  > Regards,
 >  > Jens
 >  
 >  
 >  Hi,
 >  
 >  	after applying the first patch on a 5.1-CURRENT system with Perl 5.8, it ran 
 >  and installed fine.
 >  
 >  	after applying the first patch on a 5.1-RELEASE p10 system running 5.6.1, the 
 >  behaviour is still the same. ( I removed the directory and cvsup'd 
 >  mod_perl2.)  It fails with:
 >  
 >  mail# make install
 >  ===>  Installing for mod_perl2-1.99r10
 >  ===>   mod_perl2-1.99r10 depends on file: /usr/local/sbin/apxs - found
 >  ===>   mod_perl2-1.99r10 depends on file: /usr/local/bin/perl5.6.1 - found
 >  ===>   Generating temporary packing list
 >  ===>  Checking if www/mod_perl2 already installed
 >  cd "src/modules/perl" && make -f Makefile.modperl
 >  -MExtUtils::Install -e  "-e qq{.mypacklist} && uninstall(qq{.mypacklist}, 1, 
 >  0)"
 >  -MExtUtils::Install: not found
 >  *** Error code 127
 >  
 >  Stop in /usr/ports/www/mod_perl2/work/mod_perl-1.99_10.
 >  *** Error code 1
 >  
 >  Stop in /usr/ports/www/mod_perl2.
 >  
 >  Applying the second patch:
 >  
 >  patch < mod_perl2.patch2 yields:
 >  
 >  builds fine.  But....
 >  
 >  mail# make install
 >  ===>  Installing for mod_perl3-1.99r10
 >  ===>   mod_perl3-1.99r10 depends on file: /usr/local/sbin/apxs - found
 >  ===>   mod_perl3-1.99r10 depends on file: /usr/local/bin/perl5.6.1 - found
 >  ===>   Generating temporary packing list
 >  ===>  Checking if www/mod_perl2 already installed
 >  cd "src/modules/perl" && make -f Makefile.modperl
 >  -MExtUtils::Install -e  "-e qq{.mypacklist} && uninstall(qq{.mypacklist}, 1, 
 >  0)"
 >  -MExtUtils::Install: not found
 >  *** Error code 127
 >  
 >  Stop in /usr/ports/www/mod_perl2/work/mod_perl-1.99_10.
 >  *** Error code 1
 >  
 >  Stop in /usr/ports/www/mod_perl2.
 
 Both errors looks to me being the same :-)
 
 $ cd /usr/ports
 $ grep -R "Install.pm" devel/perl*
 lang/perl5/pkg-plist:lib/perl5/%%PERL_VER%%/ExtUtils/Install.pm
 lang/perl5/files/patch-Install.pm:$FreeBSD: 
 ports/lang/perl5/files/patch-Install.pm,v 1.3 2002/11/01 14:43:46 tobez 
 Exp $
 lang/perl5/files/patch-Install.pm:--- lib/ExtUtils/Install.pm.orig 
 Fri Feb 23 03:57:55 2001
 lang/perl5/files/patch-Install.pm:+++ lib/ExtUtils/Install.pm   Wed Jul 
 10 17:57:13 2002
 lang/perl5.8/pkg-plist:lib/perl5/%%PERL_VER%%/ExtUtils/Install.pm
 
 Is your perl5 set to /usr/local/bin/perl5.6.1 by using 'use.perl port'?
 
 Jens
 



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