From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PBhyA-0003J6-Gn for garchives@archives.gentoo.org; Fri, 29 Oct 2010 05:57:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37013E09E5; Fri, 29 Oct 2010 05:57:08 +0000 (UTC) Received: from foo.birdnet.se (foo.birdnet.se [213.88.146.6]) by pigeon.gentoo.org (Postfix) with SMTP id B634BE09E5 for ; Fri, 29 Oct 2010 05:57:07 +0000 (UTC) Received: (qmail 9609 invoked by uid 501); 29 Oct 2010 05:57:07 -0000 Message-ID: <20101029055707.9608.qmail@stuge.se> Date: Fri, 29 Oct 2010 07:57:07 +0200 From: Peter Stuge To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] Little help building stage3 (Can't locate Tie/Hash.pm building autoconf-2.65-r1) Mail-Followup-To: gentoo-catalyst@lists.gentoo.org References: <20101026161127.16496.qmail@stuge.se> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Archives-Salt: 5064a9c0-429c-483e-9355-56dbbdcc1589 X-Archives-Hash: bb58780918fb9f3f345327f768f83174 Daniel van Ham Colchete wrote: > > I just hacked around it by calling perl-cleaner --allmodules in > > /usr/lib64/catalyst/targets/stage4/stage4-chroot.sh which is kinda > > ugly but does work. > > The problem is that Tie/Hash.pm is a built in module. Ah. Then the hack would be to re-emerge perl instead of running perl-cleaner. > When the stage1 installs Perl 5.12.2 the Tie/Hash.pm is not going > to /usr/lib/perl/5.12.2 even though Perl 5.8.8 is not installed on > /tmp/stage1root. I`m pretty much sure this is a bug with the > /recently stabilized new Perl 5.12.2 ebuild. Weird problem. I jumped from 5.8.8 (seed stage3) to 5.12.1 (my stage4) and that worked out well; $ qfile Hash.pm dev-lang/perl (/usr/lib/perl5/5.12.1/Tie/Hash.pm) //Peter