From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RfXvr-0007pD-Lg for garchives@archives.gentoo.org; Tue, 27 Dec 2011 14:23:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E903E0478; Tue, 27 Dec 2011 14:22:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 21DA421C07E for ; Tue, 27 Dec 2011 14:21:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A86251B4021 for ; Tue, 27 Dec 2011 14:21:39 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -3.312 X-Spam-Level: X-Spam-Status: No, score=-3.312 tagged_above=-999 required=5.5 tests=[AWL=-0.117, BAYES_00=-1.9, RP_MATCHES_RCVD=-1.293, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham 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 sNLDwl_jCtAs for ; Tue, 27 Dec 2011 14:21:32 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 9528F1B4010 for ; Tue, 27 Dec 2011 14:21:32 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RfXu7-0001z7-Kr for gentoo-user@gentoo.org; Tue, 27 Dec 2011 15:21:25 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Dec 2011 15:21:23 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Dec 2011 15:21:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Build problems due to invalid libtool arguments Date: Tue, 27 Dec 2011 14:21:09 +0000 (UTC) Message-ID: References: <4EF8BB9F.1060200@wonkology.org> <20111227080856.GA23625@waltdnes.org> <4EF9997B.2020001@wonkology.org> 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=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:8.0.1) Gecko/20111204 Firefox/8.0.1 SeaMonkey/2.5) X-Archives-Salt: d9d5d7bc-21d6-4371-b4b3-92bc46214d02 X-Archives-Hash: 6c2fc8030c2325b449a451afd6f1156e Alex Schuster wonkology.org> writes: > > as fast. Change to 'MAKEOPTS="-j1"' and see what happens. +1 > I still get the same error. And the emerge -e also did not clean things up. Yep. Sometimes on setting up a new system, I lower the bar on what I install, resync the system and a day or 2 later, complete the install. My little catch all, after hacking at the system is: env-update && source /etc/profile && etc-update && eix-update Run it often and resync every 12 hours too. Also check your profile. On lib tool, see if you have this script and run it: fix_libtool_files.sh 3.3.4 Not sure where I found that puppy, but hopefully it fixes your issues with libtool. Just shots in the dark, YMMV! James