From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LOxuE-0001z7-7l for garchives@archives.gentoo.org; Mon, 19 Jan 2009 17:27:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB2EE048A; Mon, 19 Jan 2009 17:27:20 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.155]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E909E048A for ; Mon, 19 Jan 2009 17:27:20 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so1183305yxp.46 for ; Mon, 19 Jan 2009 09:27:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DYHJb/O1w7LK0dL6yse5RYlcR9JRUXn4emX3F3o3IIo=; b=KooF3u6kgN9qFyLXP8XYWVNn6IZDCfR8DI+CwzQcMjRg6nfmrWr0lu0jx9Fpm63SBr 695PdL96Y0VY22fCVPJewuAz9gaYlaY5wlUJW+hNZWBAu2MbDH2petXCBLsTa9jOtAsW BYvzf6Xf+isWADUX4oVgGQLcgwne3TBWvJE/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RfIAqxtUNTAZKsVobaZwgplV+zjdj+5UObHOz6+QugFbCPmjneiOcd+EKgtXZrrqm3 aF3jCJq8wmXTQk7c6OxJGQmYoHPiM8Dj59zOpGn44IG/wjOSCBHseNP4Z/wW3LL8W13e ZcHv/fY5BJXmH2mV0PuiTqo6nEiZl7sf4f4LU= Received: by 10.142.141.21 with SMTP id o21mr115398wfd.308.1232386039682; Mon, 19 Jan 2009 09:27:19 -0800 (PST) Received: by 10.142.217.11 with HTTP; Mon, 19 Jan 2009 09:27:19 -0800 (PST) Message-ID: <5bdc1c8b0901190927v3c805322i8f38ecf18d3c07a2@mail.gmail.com> Date: Mon, 19 Jan 2009 09:27:19 -0800 From: "Mark Knecht" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] python-2.5.2-r7 build failure In-Reply-To: <200901151154.10195.peter@humphrey.ukfsn.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=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5bdc1c8b0901131450g7193ec17nac1af1baf4b87f29@mail.gmail.com> <200901151154.10195.peter@humphrey.ukfsn.org> X-Archives-Salt: 54789efa-8d1f-4811-b488-566a0fbe4c09 X-Archives-Hash: 15b8482a80bfc4eb3c33003aac4f1bda On Thu, Jan 15, 2009 at 3:54 AM, Peter Humphrey wrote: > On Tuesday 13 January 2009 22:50:55 Mark Knecht wrote: > > [...] >> Compiling >> /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/zipfile.py >>... > [???] >> make: *** [libinstall] Error 1 >> * >> * ERROR: dev-lang/python-2.5.2-r7 failed. > [...] > > You've snipped the useful part, where I've indicated above with question > marks. You need to find the first mention of an error. That should tell you > what the problem is, or at least point to an investigation route. > > -- > Rgds > Peter > > Peter, Thanks for the reponse. I didn't snip anything out. This is all I see: gandalf ~ # tail -20 /var/tmp/portage/dev-lang/python-2.5.2-r7/temp/build.log Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xml/sax/saxutils.py ... Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xml/sax/xmlreader.py ... Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xmllib.py ... Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xmlrpclib.py ... Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/zipfile.py ... make: *** [libinstall] Error 1 * * ERROR: dev-lang/python-2.5.2-r7 failed. * Call stack: * ebuild.sh, line 49: Called src_install * environment, line 3439: Called die * The specific snippet of code: * make DESTDIR="${D}" altinstall maninstall || die; * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/environment'. * gandalf ~ # I've now seen this on two machine, one x86, the other amd64. I'm submitting a bug report Thanks, Mark