Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6714 - perl + threads & mod_perl fails for me
Summary: perl + threads & mod_perl fails for me
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-19 03:58 UTC by Rigo
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mod_perl-1.27-r1.ebuild (mod_perl-1.27-r1.ebuild,1.41 KB, text/plain)
2002-08-20 17:59 UTC, Rigo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rigo 2002-08-19 03:58:49 UTC
gcc 3.2, updated ea.



With the following error:

make[1]: Leaving directory `/var/tmp/portage/mod_perl-1.27/work/mod_perl-1.27/Util'
ACCESS DENIED  mkdir:    
/usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi/auto/Apache
mkdir /usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi/auto/Apache:
Permission denied at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 137
make: *** [pure_site_install] Error 255

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 4, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/dev-perl/mod_perl/mod_perl-1.27.ebuild .
Comment 1 Nicholas Wourms 2002-08-19 14:38:00 UTC
This isn't a threading issue, rather it is an ebuild issue.  The problem is that
perl-5.8 no longer accepts macro definitions in the build stage (such as
PREFIX="..." make all).  Instead, you must use these defines during the
configuration stage [perl Makefile.pl PREFIX="..."].  See if you can use this
information to fix the ebuild.
Comment 2 Rigo 2002-08-20 17:55:12 UTC
thanx 4 the tip ;) !
Comment 3 Rigo 2002-08-20 17:59:04 UTC
Created attachment 3245 [details]
mod_perl-1.27-r1.ebuild
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2002-08-20 20:15:14 UTC
Rigo,

has this been resolved? I have my own -r1 of modutils to address this issue (the
makemaker that 5.8 uses will be applied to 5.6.1 users shortly to overcome
buginess in the original) that I can compare to your attachment (though I
suspect it will be very similar). If it's not, let me know and I can open this
ticket back up and take it as assigned.

Mike