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 1R3m3i-0006uv-R3 for garchives@archives.gentoo.org; Wed, 14 Sep 2011 09:47:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49A2F21C1CC; Wed, 14 Sep 2011 09:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E9EE21C0E5 for ; Wed, 14 Sep 2011 09:45:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id EC4FE1B402E for ; Wed, 14 Sep 2011 09:45:16 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -6.599 X-Spam-Level: X-Spam-Status: No, score=-6.599 required=5.5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] 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 gYjUwW73+JJz for ; Wed, 14 Sep 2011 09:45:08 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 1081E1B401E for ; Wed, 14 Sep 2011 09:45:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R3m1h-00031M-Sa for gentoo-user@gentoo.org; Wed, 14 Sep 2011 11:45:05 +0200 Received: from sphinx.oberstadt.wohnheim.uni-mainz.de ([134.93.50.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Sep 2011 11:45:05 +0200 Received: from mail by sphinx.oberstadt.wohnheim.uni-mainz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Sep 2011 11:45:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Moritz Schlarb Subject: [gentoo-user] Re: Failed to emerge dev-lang/python-2.5.4-r4 Date: Wed, 14 Sep 2011 11:41:37 +0200 Message-ID: References: <4E6FF2B2.5090406@moritz-schlarb.de> <20110914025249.505994bd@weird.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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sphinx.oberstadt.wohnheim.uni-mainz.de User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110904 Lightning/1.0b3pre Thunderbird/3.1.12 In-Reply-To: <20110914025249.505994bd@weird.wonkology.org> X-Enigmail-Version: 1.1.2 X-Archives-Salt: X-Archives-Hash: 3fa40585c42379f21a5a8ca58413f8e6 Hey Wonko, thanks for your answer... I played around and found that there's a place in the Makefile, where various PATHs are set, but not LD_LIBRARY_PATH, so I set it myself, and continues by hand and it worked.... I already wanted to file a bug, so I ran emerge again to get the build logs again, but then emerge ran fine... So... Nevermind! ;) Am 14.09.2011 02:52, schrieb Alex Schuster: > Moritz Schlarb writes: > > >> /usr/bin/install -c -m 644 pyconfig.h >> /var/tmp/portage/dev-lang/python-2.5.4-r4/image//usr/include/python2.5/pyconfig.h >> emake failed >> * ERROR: dev-lang/python-2.5.4-r4 failed (install phase): >> * emake altinstall maninstall failed > [...] >> Doesn't make much sense to me, failing at installing to >> python2.5-specific directories... I would investigate further, but I >> don't know how to make portage tell me more about the error that >> occured! But I'm eager to learn, would be great if someone could tell >> me where to look for debugging infos. > > Look at yout build.log, line 942, a libpython2.5.so.1.0 cannot be found. > I don't know why, and I have no time to look further right now. I'd try > again with MAKEOPTS=-j1 in case something was executed out of order and in > parallel, but that's just a tip, no idea if this might help. Look > in /var/tmp/portage/dev-lang/python-2.5.4-r4/image/ and check if this > library exists, and maybe try to do by hand what failed in the build log. > > Sorry, my time is up, > > Wonko > > -- Moritz Schlarb