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 1RfU0S-0002QJ-Oj for garchives@archives.gentoo.org; Tue, 27 Dec 2011 10:11:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4386821C077; Tue, 27 Dec 2011 10:11:25 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [178.33.32.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 750B7E054D for ; Tue, 27 Dec 2011 10:10:13 +0000 (UTC) Received: from [192.168.2.43] (xdsl-78-35-134-156.netcologne.de [78.35.134.156]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 686D6DC02F for ; Tue, 27 Dec 2011 11:10:12 +0100 (CET) Message-ID: <4EF9997B.2020001@wonkology.org> Date: Tue, 27 Dec 2011 11:10:03 +0100 From: Alex Schuster User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Build problems due to invalid libtool arguments References: <4EF8BB9F.1060200@wonkology.org> <20111227080856.GA23625@waltdnes.org> In-Reply-To: <20111227080856.GA23625@waltdnes.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f59ee8c0-4d11-4e62-bae9-ab235808d124 X-Archives-Hash: 6322477aba9f199d6288f7f3f581abf9 Walter Dnes writes: > On Mon, Dec 26, 2011 at 07:23:27PM +0100, Alex Schuster wrote >> The problem is that in the libtool linking phase the arguments "/usr/bin >> /usr/sbin /bin /sbin" are given along the libraries and library paths. I >> have no idea why this happens, and how to solve this. Something must be >> wrong on my system. But what? For libggi, emerging with USE=-aalib sort >> of solved this. But I have no idea what to do about pygtksourceview. As >> all gthe KDE stuff seems to depend on this, I cannot continue > > I notice that you have 'MAKEOPTS="-j4"'. You wouldn't believe how > many problems you can solve by changing to 'MAKEOPTS="-j1"'. Yes, the > build process may take a bit longer, but the final executable runs just > as fast. Change to 'MAKEOPTS="-j1"' and see what happens. Good idea, I also had some weird side effects from that in the past. Although not that reproducible. I see this with libggi, libiodbc, gtksourceview and gettext, at least. I still get the same error. And the emerge -e also did not clean things up. My next idea would be to compare the build logs on that and on my own machine, maybe I spot a difference. Or to analyze the libtool script deeper. Before I give up and install Ubuntu... Wonko