From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1ETJ19-0004AP-FZ for garchives@archives.gentoo.org; Sat, 22 Oct 2005 13:02:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9MCxIB4005127; Sat, 22 Oct 2005 12:59:18 GMT Received: from smtp13.wxs.nl (smtp13.wxs.nl [195.121.6.27]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9MCtc5E027705 for ; Sat, 22 Oct 2005 12:55:38 GMT Received: from [10.0.0.150] (ip3e83ab52.speed.planet.nl [62.131.171.82]) by smtp13.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IOR00BJMIOR7X@smtp13.wxs.nl> for gentoo-user@lists.gentoo.org; Sat, 22 Oct 2005 14:58:03 +0200 (CEST) Date: Sat, 22 Oct 2005 14:57:40 +0200 From: Holly Bostick Subject: Re: [gentoo-user] gnome-vfs In-reply-to: <20051022115852.0b4268fa@localhost> To: gentoo-user@lists.gentoo.org Message-id: <435A3744.4090408@planet.nl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT X-Accept-Language: nl-NL, nl, en User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051002) X-Enigmail-Version: 0.92.0.0 References: <20051022115852.0b4268fa@localhost> X-Archives-Salt: 776bb95a-0bbd-45ce-b564-00cb93243e43 X-Archives-Hash: 764cdd8202df0062fe2dd9fdf9a6249e Csanyi Andras schreef: > Hi! Hi! > > grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la: > No such file or directory /bin/sed: can't read > /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la: No > such file or directory libtool: link: > `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la' is > not a valid libtool archive make[2]: *** [libfile.la] Error 1 > make[2]: Leaving directory > `/var/tmp/portage/gnome-vfs-2.12.1.1/work/gnome-vfs-2.12.1.1/modules' > make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory > `/var/tmp/portage/gnome-vfs-2.12.1.1/work/gnome-vfs-2.12.1.1' make: > *** [all] Error 2 > > i search the google, i find this: > http://www.usenetlinux.com/archive/topic.php/t-492900.html Right, you found something to tell you that you need to run fix_libtools_files.sh. Good! (LOL, it was me, too!). That is the the thing to do whenever you see an error containing this output: > ......libstdc++.la' is not a valid libtool archive make[2]: *** > [libfile.la] Error 1 > > and i make this: > > sayusi bundi # fix_libtool_files.sh 3.3.6 * Scanning libtool files > for hardcoded gcc library paths... This is where you wen't wrong. If you need to run the script with further parameters, the usage is: Usage: fix_libtool_files.sh [--oldarch ] (taken from reading the script with less) But the thing is, your problem is not with gcc 3.3.6, as you put in the command; if the problem is that you upgraded gcc (did you?), the proper old version of gcc is listed in the error message: 3.3.5-20050130 So if libtool is failing because you upgraded gcc, the command should be fix_libtool_files.sh 3.3.5-20050130 But if libtool is failing because you changed your CHOST (with or without upgrading gcc), the command should be fix_libtool_files.sh --oldarch i386-pc-linux-gnu So you might try running the script with the correct command and see if that helps more :-) . Holly -- gentoo-user@gentoo.org mailing list