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 1OQNxm-0007IH-4p for garchives@archives.gentoo.org; Sun, 20 Jun 2010 17:05:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6A17E099C for ; Sun, 20 Jun 2010 17:05:41 +0000 (UTC) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by pigeon.gentoo.org (Postfix) with SMTP id 02218E07DB for ; Sun, 20 Jun 2010 16:41:33 +0000 (UTC) Received: (qmail invoked by alias); 20 Jun 2010 16:41:32 -0000 Received: from p5485018B.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.1.139] by mail.gmx.net (mp024) with SMTP; 20 Jun 2010 18:41:32 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1+wXsJzy9CwQsUsuTjvlA656fsJhlCQ0VNfR+7/br HXVNMdBZucQHCx Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sun, 20 Jun 2010 18:41:32 +0200 (CEST) Date: Sun, 20 Jun 2010 18:41:32 +0200 From: meino.cramer@gmx.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Compilation aborted for setuptools-0.6.12 Message-ID: <20100620164132.GA4845@solfire> References: <20100619073703.GA4858@solfire> <20100620133152.GD4877@solfire> <4C1E2E56.7000203@wonkology.org> <201006201650.49949.michaelkintzios@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <201006201650.49949.michaelkintzios@gmail.com> User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 5ac208de-074a-44ef-b96e-8d4a1476e7b5 X-Archives-Hash: 1d8f40d115cfe1698383cfe83e2fe1b0 Mick [10-06-20 18:38]: > On Sunday 20 June 2010 16:05:58 Alex Schuster wrote: > > meino.cramer@gmx.de writes: > > > Alex Schuster [10-06-20 15:16]: > > >> How about putting dev-python/setuptools into > > >> /etc/portage/package.keywords, and trying to emerge 0.6.13? > > > > > > I tried to re-emerge setuptools 0.6.10 and it fails the same way. > > > So I believe (=not knowing) that this problem is caused by something > > > outside setuptools, which gets screwed up. > > > > Probably python itself, as Arttu pointed out. > > > > > Problem with 0.6.13 is: If it compiles and installs itsself, 0.6.10 > > > (current version) is gone and cannot get back due to the same problem > > > (see above). And then I have a "unstable" version, which may pull in > > > other unstable versions of something else, which pull in.... > > > > Maybe, but at least in the ebuild itself there are no such dependencies. > > If you'd need to keyword this package only, it should do no harm. If > > more things need to be keyworded, I agree that this tends to make things > > complicated. But at least you can quickpkg the existing version, and get > > it back when needed without compiling with emerge -k. > > But when 0.6.10 also fails, the problem is likely to be somewhere else. > > > > > This way I have corrupted my last installed gentoo system... > > > > I'm at ~amd64 now, and things are easier now :) At least for me. > > > > If you are desperate: Maybe removing setuptools would at least make > > python-updater run through, unless something would pull it in again. > > Emerge -k setuptools back. You may be missing stuff for python 3.1, but > > maybe this does not harm too much. > > > > And report a bug at bugs.gentoo.org, so the maintainers know what's > > going on. > > I'd have another go but after setting MAKEOPTS="-j1" (although I have to admit > the error you posted does not look like this would make any difference). > -- > Regards, > Mick Hi Mick, thanks for your posting! I set it to -j 1 and setuptools fails as before... Best regards, mcc