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 1OPt1i-00043d-UB for garchives@archives.gentoo.org; Sat, 19 Jun 2010 08:03:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06309E0972 for ; Sat, 19 Jun 2010 08:03:41 +0000 (UTC) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by pigeon.gentoo.org (Postfix) with SMTP id 31DD0E083B for ; Sat, 19 Jun 2010 07:37:05 +0000 (UTC) Received: (qmail invoked by alias); 19 Jun 2010 07:37:04 -0000 Received: from p54851C3B.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.28.59] by mail.gmx.net (mp025) with SMTP; 19 Jun 2010 09:37:04 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX18rVYER/2cr0Y8f0+jDlo5a613HXIBTyeVZQMtahK uEU+5RdNh/iztM Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sat, 19 Jun 2010 09:37:04 +0200 (CEST) Date: Sat, 19 Jun 2010 09:37:03 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] Compilation aborted for setuptools-0.6.12 Message-ID: <20100619073703.GA4858@solfire> 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 User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 1f433533-7748-4b79-8673-639564959fd1 X-Archives-Hash: 97f5b2f3b83a33a2fa71ce14a9187331 Hi, compilation of setuptools-0.6.12 aborts woth: copying tests/api_tests.txt -> build/src/tests Traceback (most recent call last): File "setup.py", line 24, in from lib2to3.main import main File "/usr/lib/python3.1/lib2to3/main.py", line 12, in from . import refactor File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in from . import pytree, pygram File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in del python_grammar_no_print_statement.keywords["print"] KeyError: 'print' * 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 4648: Called distutils_src_compile * environment, line 1278: Called python_execute_function 'distutils_building' * environment, line 3426: 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' >>> Failed to emerge dev-python/setuptools-0.6.12, Log file: >>> '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/build.log' * 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 4648: Called distutils_src_compile * environment, line 1278: Called python_execute_function 'distutils_building' * environment, line 3426: 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' solfire:/root>qsearch setuptools search: Updating ebuild cache ... search: Finished 27398 entries in 0.474906 seconds dev-python/setuptools Distribute (fork of Setuptools) is a collection of extensions to Distutils f you need the addtional files mentioned above please dont hesitat to mail me. I only dont with to clutter the mailing list. How can I fix that bug? Best regards. mcc