Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: ~amd64 - my experience so far...
Date: Mon, 12 Apr 2010 19:02:59
Message-Id: 201004122102.30675.wonko@wonkology.org
In Reply to: Re: [gentoo-user] Re: ~amd64 - my experience so far... by Mark Knecht
1 Mark Knecht writes:
2
3 > OK, let's start with xfce4-meta because there was only one failure.
4 > eix-update was done this morning and emerge -DuN @system is clean
5 > using ~arch in make.conf. I'll paste make.conf & emerge --info at the
6 > end of this message
7 [...]
8 > >>> Source prepared.
9 > >>> Configuring source in
10 > >>> /var/tmp/portage/dev-perl/glib-perl-1.222/work/Glib-1.222 ...
11 >
12 > * Using ExtUtils::MakeMaker
13 > Can't locate ExtUtils/Depends.pm in @INC (@INC contains:
14 [...]
15 > MakeMaker FATAL: prerequisites not found.
16 > ExtUtils::Depends not installed
17 >
18 > Please install these modules first and rerun 'perl Makefile.PL'.
19
20 wonko@weird ~ $ equery b $( locate ExtUtils/Depends.pm )
21 * Searching for /usr/lib/perl5/vendor_perl/5.10.1/ExtUtils/Depends.pm ...
22 dev-perl/extutils-depends-0.302
23 (/usr/lib/perl5/vendor_perl/5.10.1/ExtUtils/Depends.pm)
24
25 So I guess you do not have dev-perl/extutils-depends installed? In this
26 case, emerge it, and let's hope all the other errors are similar ones.
27
28 Wonko