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 1LXRV1-0000WI-AK for garchives@archives.gentoo.org; Thu, 12 Feb 2009 02:40:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC246E038C; Thu, 12 Feb 2009 02:40:20 +0000 (UTC) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.180]) by pigeon.gentoo.org (Postfix) with ESMTP id CA60CE038C for ; Thu, 12 Feb 2009 02:40:20 +0000 (UTC) Received: by el-out-1112.google.com with SMTP id b25so352625elf.1 for ; Wed, 11 Feb 2009 18:40:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=fUccQ0uhHlYnXaaF9blUvXLJcAUeK9iFYrfk+EGFAmQ=; b=OuHnsJr/gjaBl6j98HdHN4Spy/eMJcWODsBV9jGNUmraemlq+ueRBToYp55kGJtPk7 pouC6tQNtarerjh2TLVQl0CGTicyiN5xTOq6V4xeU/Bh0XUaU0K1yGApbcVBbDjhXv1v aPM1nsPj2huh26YwE5W00lhOdtOK0wi+RsmgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hIkSa0GfnNhjCvUBqE83SXC8qy5b+ZN2dFnd7dTGaKvsSMxQAkMsHJkkjArbC5Aomm wXeWKJMTv2z7bHOVdDBM/xXGeaYxToGChfKsI5QLGi1WJD3zgpAnFFT2I0CUCAKqLl9X E2HpE8THDB1yMyr1yYB2mDfb5vGshKrE3xzS4= 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 Received: by 10.150.133.18 with SMTP id g18mr492328ybd.166.1234406420487; Wed, 11 Feb 2009 18:40:20 -0800 (PST) In-Reply-To: <499388B5.80105@gmail.com> References: <5bdc1c8b0902111758n4f7b1bbw97e03dc5c093d85f@mail.gmail.com> <499388B5.80105@gmail.com> Date: Wed, 11 Feb 2009 18:40:20 -0800 Message-ID: <5bdc1c8b0902111840j275fdd8eg429460bb979a2b08@mail.gmail.com> Subject: Re: [gentoo-user] python-2.5.2-r7 build problems From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 05248cee-1109-464b-90a5-8f881b254ce7 X-Archives-Hash: 413e68ad23e87efb6789c2581a2334be On Wed, Feb 11, 2009 at 6:25 PM, Joshua D Doll wrote: > Mark Knecht wrote: >> >> Hi, >> I had two machine that for some reason wouldn't build the 2.5 slot >> for python. I've waited weeks for the possibility that something would >> get cleaned up in portage or on a server somewhere but as of yet it >> hasn't happened. For kicks today I cleaned out distfiles and did an >> emerge -e @system but it failed the same way. I'm wondering what to >> try next? >> >> Is it allowable to remove ebuilds by hand? Will an eix-sync get new >> versions if ebuilds are missing and I change the servers that the >> machine is pointing to? >> >> Looking for ideas about how to move forward. >> >> Thanks, >> Mark >> >> >> > > What's the error message? > > --Joshua Doll Not much unfortunately: 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 ^[[31;01m*^[[0m ^[[31;01m*^[[0m ERROR: dev-lang/python-2.5.2-r7 failed. ^[[31;01m*^[[0m Call stack: ^[[31;01m*^[[0m ebuild.sh, line 49: Called src_install ^[[31;01m*^[[0m environment, line 3469: Called die ^[[31;01m*^[[0m The specific snippet of code: ^[[31;01m*^[[0m make DESTDIR="${D}" altinstall maninstall || die; ^[[31;01m*^[[0m The die message: ^[[31;01m*^[[0m (no error message) ^[[31;01m*^[[0m ^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if relevant. ^[[31;01m*^[[0m A complete build log is located at '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/build.log'. ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/environment'. ^[[31;01m*^[[0m