Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: libtool problem
Date: Tue, 03 Feb 2009 12:48:27
Message-Id: gm9ed7$rf$1@ger.gmane.org
In Reply to: Re: [gentoo-user] libtool problem by Helmut Jarausch
1 Helmut Jarausch wrote:
2 > On 3 Feb, Dirk Heinrichs wrote:
3 >> Am Dienstag, 3. Februar 2009 13:15:55 schrieb Helmut Jarausch:
4 >>
5 >>> since a short time many (not all) packages fail to build with a message
6 >>> like
7 >>> /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la
8 >>>
9 >>> The problem is that I have upgraded to gcc-4.3.3 so there is no path
10 >>> /usr/lib/gcc/i686-pc-linux-gnu/4.3.2
11 >>> anymore.
12 >>>
13 >>> I have rebuilt libtool, sourced /etc/profile
14 >>> still I cannot get rid of this problem.
15 >> Did you run "fix_libtool_files.sh 4.3.2"?
16 >>
17 >
18 > Thanks!
19 > Where does this beast come from?
20
21 It's also in the official documentation. Chapter "Gentoo GCC Upgrade
22 Guide", section "Frequent Error Messages" :P
23
24 http://www.gentoo.org/doc/en/gcc-upgrading.xml#doc_chap5