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 1RfJVr-0004Ta-LY for garchives@archives.gentoo.org; Mon, 26 Dec 2011 22:59:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BACF21C09C; Mon, 26 Dec 2011 22:59:08 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [178.33.32.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 8C7D121C09C for ; Mon, 26 Dec 2011 22:57:58 +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 90CE8DC02F for ; Mon, 26 Dec 2011 23:57:57 +0100 (CET) Message-ID: <4EF8FBF2.6040006@wonkology.org> Date: Mon, 26 Dec 2011 23:57:54 +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> In-Reply-To: <4EF8BB9F.1060200@wonkology.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: ab9b78b9-205c-4668-81ce-74fa4f1f1557 X-Archives-Hash: 00d36a4aab9fa609b70d9555fc97fea6 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 I found a workaround, after looking more closely to the emerge -t output. pygtksourceview is needed when git is built only with the gtk USE flag. So I can continue, but it just happened again with dev-db/libiodbc, whatever this is, and whatever this may depend on. There is something wrong on this system, and I have no idea where to look. Wonko