Gentoo Archives: gentoo-embedded

From: Natanael Copa <mlists@××××××.org>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] perl with USE=minimal and compiling automake
Date: Tue, 06 Dec 2005 14:09:34
Message-Id: 1133877977.31906.39.camel@nc
1 I'm trying to upgrade my ~x86 kyeworded test environment to
2 uclibc-0.9.28.
3
4 automkae fails to emerge. I look at the configure.log hwere i find this:
5
6 configure:2236: cd conftest && eval autoconf -o /dev/null conftest.ac
7 Can't locate loadable object for module Data::Dumper in @INC (@INC
8 contains: /usr/share/autoconf /etc/perl /usr/lib/perl5/site_perl/5.8.7/i386-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i386-linux /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.7/i386-linux /usr/lib/perl5/5.8.7 /usr/local/lib/site_perl .) at /usr/share/autoconf/Autom4te/C4che.pm line 35
9 Compilation failed in require at /usr/share/autoconf/Autom4te/C4che.pm
10 line 35.
11 BEGIN failed--compilation aborted
12 at /usr/share/autoconf/Autom4te/C4che.pm line
13 35.
14 Compilation failed in require at /usr/bin/autom4te-2.59 line 39.
15 BEGIN failed--compilation aborted at /usr/bin/autom4te-2.59 line 39.
16 configure:2239: $? = 2
17 configure:2248: result: no
18 configure:2252: error: The installed version of autoconf does not work.
19 Please check config.log for error messages before this one.
20
21
22 It looks like I am missing Data::Dumper. I guess the minimal perl build
23 does not include it? What would be the best way to solve this? add
24 -minimal in /etc/portage/packages.use for perl or manually install
25 Data::Dumper using g-cpan or somethign like that?
26
27 Should there have been a dependency solving this?
28
29 --
30 Natanael Copa
31
32 --
33 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] perl with USE=minimal and compiling automake "René Rhéaume" <rene.rheaume@×××××.com>