Gentoo Archives: gentoo-catalyst

From: Peter Stuge <peter@×××××.se>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Little help building stage3 (Can't locate Tie/Hash.pm building autoconf-2.65-r1)
Date: Fri, 29 Oct 2010 05:57:42
Message-Id: 20101029055707.9608.qmail@stuge.se
In Reply to: Re: [gentoo-catalyst] Little help building stage3 (Can't locate Tie/Hash.pm building autoconf-2.65-r1) by Daniel van Ham Colchete
1 Daniel van Ham Colchete wrote:
2 > > I just hacked around it by calling perl-cleaner --allmodules in
3 > > /usr/lib64/catalyst/targets/stage4/stage4-chroot.sh which is kinda
4 > > ugly but does work.
5 >
6 > The problem is that Tie/Hash.pm is a built in module.
7
8 Ah. Then the hack would be to re-emerge perl instead of running
9 perl-cleaner.
10
11
12 > When the stage1 installs Perl 5.12.2 the Tie/Hash.pm is not going
13 > to /usr/lib/perl/5.12.2 even though Perl 5.8.8 is not installed on
14 > /tmp/stage1root. I`m pretty much sure this is a bug with the
15 > /recently stabilized new Perl 5.12.2 ebuild.
16
17 Weird problem. I jumped from 5.8.8 (seed stage3) to 5.12.1 (my stage4)
18 and that worked out well;
19
20 $ qfile Hash.pm
21 dev-lang/perl (/usr/lib/perl5/5.12.1/Tie/Hash.pm)
22
23
24 //Peter