From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LUKhX-0005bm-Eo for garchives@archives.gentoo.org; Tue, 03 Feb 2009 12:48:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B2E8E0642; Tue, 3 Feb 2009 12:47:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5932DE0642 for ; Tue, 3 Feb 2009 12:47:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 08881641BF for ; Tue, 3 Feb 2009 12:47:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.403 X-Spam-Level: X-Spam-Status: No, score=-3.403 required=5.5 tests=[AWL=0.196, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rEwmTW2oQMZp for ; Tue, 3 Feb 2009 12:47:51 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6817B645A6 for ; Tue, 3 Feb 2009 12:47:50 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LUKgs-00079V-6n for gentoo-user@gentoo.org; Tue, 03 Feb 2009 12:47:46 +0000 Received: from athedsl-51194.home.otenet.gr ([87.203.177.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2009 12:47:46 +0000 Received: from realnc by athedsl-51194.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2009 12:47:46 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: libtool problem Date: Tue, 03 Feb 2009 14:47:51 +0200 Organization: Lucas Barks Message-ID: References: <200902031318.53815.dirk.heinrichs@online.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-51194.home.otenet.gr User-Agent: Thunderbird 2.0.0.19 (X11/20090203) In-Reply-To: Sender: news X-Archives-Salt: 80d73f6a-1d39-4197-89b2-3d25ced1c927 X-Archives-Hash: ec9c2915ecddaf34cd2cdb543d376c2d Helmut Jarausch wrote: > On 3 Feb, Dirk Heinrichs wrote: >> Am Dienstag, 3. Februar 2009 13:15:55 schrieb Helmut Jarausch: >> >>> since a short time many (not all) packages fail to build with a message >>> like >>> /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la >>> >>> The problem is that I have upgraded to gcc-4.3.3 so there is no path >>> /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 >>> anymore. >>> >>> I have rebuilt libtool, sourced /etc/profile >>> still I cannot get rid of this problem. >> Did you run "fix_libtool_files.sh 4.3.2"? >> > > Thanks! > Where does this beast come from? It's also in the official documentation. Chapter "Gentoo GCC Upgrade Guide", section "Frequent Error Messages" :P http://www.gentoo.org/doc/en/gcc-upgrading.xml#doc_chap5