Gentoo Archives: gentoo-dev

From: Michael Cummings <mcummings@××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Perl 5.8.0 upgrade and access violations
Date: Mon, 29 Jul 2002 06:23:42
Message-Id: 20020729112335.GB24686@datanode.net
In Reply to: [gentoo-dev] Perl 5.8.0 upgrade and access violations by pdcawley@bofh.org.uk
1 It's definitely a sandbox issue. I got the same error when attempting to
2 duplicate your emerge. I disabled sandbox in my make.globals and it
3 installed perfectly.
4
5 On Mon, Jul 29, 2002 at 11:32:23AM +0100, pdcawley@××××××××.uk wrote:
6 > So, being a fairly serious perl hacker, I upgrade from perl 5.6.1 to
7 > 5.8.0 using the new 5.8.0 ebuild, which went in pretty cleanly, or so
8 > it seemed. Then, because perl 5.8.0's XS based modules are not binary
9 > compatible with those from 5.6.1, I did:
10 >
11 > $ qpkg dev-perl -nc -I | xargs sudo emerge
12 >
13 > to remerge all my perl modules (yeah, it'd've made sense to only
14 > emerge the binary ones, but hey, processor time is cheap) and came
15 > across a problem. From the relevant part of the ebuild output:
16 >
17 >
18 > >>> Install Digest-HMAC-1.01 into /var/tmp/portage/Digest-HMAC-1.01/image/ category dev-perl
19 > /usr/sbin/ebuild.sh: perl_perlinfo: command not found
20 > ACCESS DENIED mkdir: /usr/lib/perl5/site_perl/5.8.0/Digest
21 > mkdir /usr/lib/perl5/site_perl/5.8.0/Digest: Permission denied at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 137
22 > make: *** [pure_site_install] Error 255
23 >
24 > !!! ERROR: The ebuild did not complete successfully.
25 > !!! Function perl-module_src_install, Line 18, Exitcode 2
26 > !!! (no error message)
27 >
28 > --------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-Digest-HMAC-1.01-8179.log"
29 >
30 > mkdir: /usr/lib/perl5/site_perl/5.8.0/Digest
31 > --------------------------------------------------------------------------------!!! emerge aborting on /usr/portage/dev-perl/Digest-HMAC/Digest-HMAC-1.01.ebuild .
32 >
33 > I presume this is because there's something sandbox related that
34 > assumes perl modules go in /usr/lib/perl5/site_perl/5.6.1, but I can't
35 > for the life of me find what I need to change to fix this. What should
36 > I do?
37 >
38 > --
39 > Piers
40 >
41 > "It is a truth universally acknowledged that a language in
42 > possession of a rich syntax must be in need of a rewrite."
43 > -- Jane Austen?
44 >
45 > _______________________________________________
46 > gentoo-dev mailing list
47 > gentoo-dev@g.o
48 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] Perl 5.8.0 upgrade and access violations pdcawley@××××××××.uk