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