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 1RfMFk-0002jX-C6 for garchives@archives.gentoo.org; Tue, 27 Dec 2011 01:54:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B00C121C0B0; Tue, 27 Dec 2011 01:54:47 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [178.33.32.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 5875F21C0B0 for ; Tue, 27 Dec 2011 01:53:42 +0000 (UTC) Received: from [192.168.2.43] (xdsl-87-79-194-115.netcologne.de [87.79.194.115]) (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 8EB2BDC02F for ; Tue, 27 Dec 2011 02:53:41 +0100 (CET) Message-ID: <4EF924FC.30200@wonkology.org> Date: Tue, 27 Dec 2011 02:53:00 +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> <4EF8FBF2.6040006@wonkology.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3cee5c3e-58b5-43bb-8409-020545abc347 X-Archives-Hash: d89ae4bc2548e26686ac726951672234 Pandu Poluan writes: > On Dec 27, 2011 6:01 AM, "Alex Schuster" > wrote: >> >> I 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 The problem seems to happen deep in the libtool script in the build directory, where a variable deplibs is set to "/sbin /bin /usr/sbin /usr/bin/usr/lib64/libaa.so ...", but I do not yet know why and where in those 7700 lines of code that happens, a 'libtool=' occurs 121 times there. Gotta go to bed for now > Have you tried revdep-rebuild? python-updater? No. When I do, all is consistent, and python-updater does not find much, mostly things that are not even installed yet. Now I try another of those things that are supposed to fix all kind of weird problems, emerge -e @world. I changed the CFLAGS a little, and I had forgotten to add sse2 to the USE flags, so I just build everything again this night. But I don't expect this to help with my problem. Wonko