Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge error with sys-apps/apmd
Date: Fri, 19 May 2006 23:40:38
Message-Id: yu9zmhdh9rl.fsf@nyu.edu
In Reply to: [gentoo-user] emerge error with sys-apps/apmd by JimD
1 At Fri, 19 May 2006 18:48:52 -0400 JimD <Jim@×××××××××××××××××.org> wrote:
2
3 > I am getting this error when trying to update apmd.
4 >
5 > jim@keelie $ sudo emerge -vb sys-apps/apmd
6 > Calculating dependencies... done!
7 >>>> Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
8 >>>> checking ebuild checksums ;-)
9 >>>> checking auxfile checksums ;-)
10 >>>> checking miscfile checksums ;-)
11 >>>> checking apmd_3.2.2.orig.tar.gz ;-)
12 >>>> checking apmd_3.2.2-5.diff.gz ;-)
13 >>>> Unpacking source...
14 >>>> Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
15 >>>> Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
16 > * Applying apmd_3.2.2-5.diff ...
17 >
18 >
19 > ...
20 >
21 > i686-pc-linux-gnu-g++:
22 > /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
23 > directory
24 >
25 > ...
26 >
27 > The weird thing is that I have gcc 3.4.5 installed, not 3.4.4. Is there
28 > some system file that is telling libtool to use 3.4.4?
29
30 I think you need to re-emerge libtool
31 and then run
32
33 fix_libtool_files.sh 3.4.4
34
35 allan
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge error with sys-apps/apmd Jim <Jim@×××××××××××××××××.org>