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 1OQ80q-0006O4-Vq for garchives@archives.gentoo.org; Sun, 20 Jun 2010 00:03:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E59E0B51 for ; Sun, 20 Jun 2010 00:03:48 +0000 (UTC) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by pigeon.gentoo.org (Postfix) with SMTP id B0B9BE0B28 for ; Sat, 19 Jun 2010 23:38:36 +0000 (UTC) Received: (qmail invoked by alias); 19 Jun 2010 23:38:35 -0000 Received: from p548508E8.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.8.232] by mail.gmx.net (mp060) with SMTP; 20 Jun 2010 01:38:35 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1+4YDdYVpG4AE39qp8s6wPv7iPS73UVT7KUxLM9GQ Z9jRm2p8suIHhD Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sun, 20 Jun 2010 01:38:35 +0200 (CEST) Date: Sun, 20 Jun 2010 01:38:34 +0200 From: meino.cramer@gmx.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Compilation aborted for setuptools-0.6.12 Message-ID: <20100619233834.GA4890@solfire> References: <20100619165647.60d59d0b@karnak.local> <20100619160658.GC4878@solfire> <201006191954.39550.alan.mckinnon@gmail.com> <4C1D0CAE.5020404@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: <4C1D0CAE.5020404@gmail.com> User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 4fed3b97-b809-4490-b54f-d7c70d490152 X-Archives-Hash: bc06129525ebdc4912e6b44763c5511c Dale [10-06-20 01:33]: > Alan McKinnon wrote: > >On Saturday 19 June 2010 18:06:58 meino.cramer@gmx.de wrote: > > > >>David W Noon [10-06-19 18:00]: > >> > >>>On Sat, 19 Jun 2010 17:00:02 +0200, meino.cramer@gmx.de wrote about > >>>Re: > >>> > >>>[gentoo-user] Re: Compilation aborted for setuptools-0.6.12: > >>> > >>>>walt [10-06-19 16:48]: > >>>> > >>>[snip] > >>> > >>> > >>>>>Have you set eselect python to use python-3 instead of python-2? > >>>>>If > >>>>>so, > >>>>>try setting it back to python-2. > >>>>> > >>>>No, python 2.6 ist set according to the output of > >>>> > >>>> eselect python list > >>>> > >>>>python 3.1 is installed but not selected. > >>>> > >>>>What else can produce this compilation error? > >>>> > >>>Have you run python-updater? > >>> > >>>When new packages have Python components, they will build both 2.6 > >>>and > >>>3.1 modules if possible. This means that their dependencies also > >>>need > >>>to have both 2.6 and 3.1 modules. You achieve this by running > >>>python-updater; this can take several hours. > >>> > >>Hi Dave, > >> > >>wait...hopefully I understand this correctly, before I start to screw > >>up my newly installed system... > >> > >>State 1 right after installing Gentoo: Pyton2.6 selected, installed > >>and up. > >>State 2 some days later while upateing python3.1 was offered but > >>should *not* eselect python 3.1 since some older package are still > >>not updated to work correctly with 3.1 > >>State 3 setuptools seems to try to compile against 3.1 and failed. > >> > >>Now I should run python-updater to ... (scratching my head)? > >>To update to python 3.1..but setuptools failed while compiling > >>against python 3.1 > >> > >>It seems I myself feel a little screwed up,,, ;) > >> > >>? > >> > >>Best regards, > >>mcc > >> > >Did you miss the significance of this part? > > > >"This means that their dependencies also need to have both 2.6 and 3.1 > >modules. You achieve this by running python-updater; this can take > >several > >hours." > > > > > > Or if he doesn't really need python 3, he can just mask the thing until > he does need it. Of course, he may have to run python-updater again or > rebuild the same packages again to get them to not use python 3. > > Yep, making this stable hasn't confused anyone yet. o_O > > Dale > > :-) :-) > Ok, I run python-updater and It fails with (guess...drumroll): * Messages for package dev-python/setuptools-0.6.12: * ERROR: dev-python/setuptools-0.6.12 failed: * Building failed with CPython 3.1 in distutils_building() function * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 4627: Called distutils_src_compile * environment, line 1257: Called python_execute_function 'distutils_building' * environment, line 3405: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.12', * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.12'. * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/environment'. * S: '/var/tmp/portage/dev-python/setuptools-0.6.12/work/distribute-0.6.12' * * The following package has failed to build or install: * * ('ebuild', '/', 'dev-python/setuptools-0.6.12', 'merge'), Log file: * '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/build.log' * And yes: I need python 3.1 (building the svn version of blender needs it, which gets installed under /uss/local/...) Is this the infamous cat, which bits into its own tail... ? Best regards, mcc