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 1R3dCX-0005Ec-Pp for garchives@archives.gentoo.org; Wed, 14 Sep 2011 00:19:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B250C21C1A5; Wed, 14 Sep 2011 00:19:24 +0000 (UTC) Received: from mgmnb8.tiggersystems.info (mgmnb8.tiggersystems.info [94.186.151.139]) by pigeon.gentoo.org (Postfix) with ESMTP id 50E9F21C03D for ; Wed, 14 Sep 2011 00:17:45 +0000 (UTC) Received: from mail.tiggerswelt.net (mail.tiggerswelt.net [94.186.151.130]) by mgmnb8.tiggersystems.info (Postfix) with ESMTP id 9240928406 for ; Wed, 14 Sep 2011 02:18:26 +0200 (CEST) Received: from [192.168.1.199] (sphinx.oberstadt.wohnheim.uni-mainz.de [134.93.50.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tiggerswelt.net (Postfix) with ESMTP id 230187D5A for ; Wed, 14 Sep 2011 02:31:37 +0200 (CEST) Message-ID: <4E6FF2B2.5090406@moritz-schlarb.de> Date: Wed, 14 Sep 2011 02:17:54 +0200 From: Moritz Schlarb 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 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: [gentoo-user] Failed to emerge dev-lang/python-2.5.4-r4 X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 8e9e53c4419da4ad6e5ea3465429d161 Hi at all! For using Google App Engine, I wanted to emerge Python 2.5, so I did emerge -av =dev-lang/python-2.5.4-r4 and everything went fine, until: /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 * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 5753: Called die * The specific snippet of code: * emake DESTDIR="${D}" altinstall maninstall || die "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. I've uploaded: complete build log: https://www.dropbox.com/s/t47wn56vtynlh3y/build.log ebuild environment file: https://www.dropbox.com/s/p1zdtxzewuc0745/environment emerge --info =dev-lang/python-2.5.4-r4: https://www.dropbox.com/s/8ran13tlk32p8f0/info emerge -pqv =dev-lang/python-2.5.4-r4: https://www.dropbox.com/s/rscag1azv3j5dwn/pqv Looking forward to some instructions... Regards, Moritz