Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] emerge system fails on perl 5.6.1
Date: Tue, 29 May 2001 07:45:52
Message-Id: 3B13A122.72C8ACAF@gentoo.org
In Reply to: [gentoo-dev] emerge system fails on perl 5.6.1 by Thorsten Fischer
1 Thorsten Fischer wrote:
2 >
3 > Hi list.
4 >
5 > I am trying to do a build install of gentoo linux for my toshiba notebook,
6 > running a celeron, thus I am cross-compiling for i686. Building machine is
7 > an athlon thunderbird.
8 >
9 > file used is build-ix86-20010524.tbz2, bootstrap file is
10 > bootstrap-20010516.packages (with defaults). /etc/make.conf had qt and
11 > kde removed, added python, perl, guile, tex, vorbis, ogg, ungif and
12 > gtkhtml.
13
14 Hi Torsten,
15
16 Most of the commented out USE variables are currently in development and
17 might not work, as u can see. :-)
18
19 I think removing kde and qt is save.
20 Adding python,guile and tex should work too.
21 vorbis and ogg are currently not used.
22 ungif is not tested.
23 gtkhtml currently produces a broken gnome-core help-browser.
24
25 I will remove the build of a shared libperl if USE perl is set for now,
26 it should work for all packages beside dev-lang/entity, which requires a
27 shared libperl.
28
29 >
30 > making perl fails while building static DynaLoader:
31 >
32 > make[1]: Entering directory
33 > '/tmp/portage/perl-5.6.1/work/perl-5.6.1/ext/DynnaLoader'
34 > ../../makeperl: error while loading shared libraries: cannot open shared
35 > object file: cannot load shared object file: No such file or directory
36 > make[1]: *** [../../lib/.exists] Error 127
37 > make[1]: Leaving directory
38 > '/tmp/portage/perl-5.6.1/work/perl-5.6.1/ext/DynaLoader'
39 > make: *** [lib/auto/DynaLoader/DynaLoader.a] Error 2
40 >
41 > Any ideas? I compiled perl a number of times before and I remember
42 > having these things built as dynamic.
43
44 The problem is that we install to a temporary dir first, that's why the
45 shared-lib does not get found during the installation, I think.
46
47 bye achim~