Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29577 - sandbox error in XML-NamespaceSupport-1.08
Summary: sandbox error in XML-NamespaceSupport-1.08
Status: RESOLVED DUPLICATE of bug 29554
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 04:59 UTC by Paul de Vrieze (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze (RETIRED) gentoo-dev 2003-09-25 04:59:44 UTC
Emerging XML-NamespaceSupport fails with the following:

perl-module
Checking if your kit is complete...
Looks good
Writing Makefile for XML::NamespaceSupport
cp NamespaceSupport.pm blib/lib/XML/NamespaceSupport.pm
Manifying blib/man3/XML::NamespaceSupport.3pm
perl-module

>>> Install XML-NamespaceSupport-1.08 into /var/tmp/portage/XML-NamespaceSupport
-1.08/image/ category dev-perl
ACCESS DENIED  mkdir:     /usr/lib/perl5/vendor_perl/5.8.0/XML
mkdir /usr/lib/perl5/vendor_perl/5.8.0/XML: Permission denied at /usr/lib/perl5/
5.8.0/ExtUtils/Install.pm line 137
make: *** [pure_vendor_install] Error 255

This directory indeed did not exist.
After the creation of the directory it still fails on:

>>> Completed installing into /var/tmp/portage/XML-NamespaceSupport-1.08/image/

--------------------------- ACCESS VIOLATION SUMMARY---------------------------
LOG FILE = "/tmp/sandbox-XML-NamespaceSupport-1.08-25265.log"ESC[0m

open_wr:   /usr/lib/perl5/vendor_perl/5.8.0/XML/NamespaceSupport.pm
chmod:     /usr/lib/perl5/vendor_perl/5.8.0/XML/NamespaceSupport.pm
--------------------------------------------------------------------------------
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-09-25 07:30:40 UTC
FYI, it is also a problem with other packages. I checked and MakeMaker is
not installed
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-09-25 07:45:02 UTC
After installing MakeMaker it now works. Maybe the perl-module eclass should
depend on makemaker
Comment 3 SpanKY gentoo-dev 2003-09-25 08:52:38 UTC

*** This bug has been marked as a duplicate of 29554 ***