Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209485 Details for
Bug 292197
dev-python/setuptools-0.6.4 build fails: cannot import name _before_install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 5.38 KB, created by
Carlos Konstanski
on 2009-11-06 23:35:44 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Carlos Konstanski
Created:
2009-11-06 23:35:44 UTC
Size:
5.38 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking distribute-0.6.4.tar.gz to /var/tmp/portage/dev-python/setuptools-0.6.4/work >>>> Source unpacked in /var/tmp/portage/dev-python/setuptools-0.6.4/work >>>> Preparing source in /var/tmp/portage/dev-python/setuptools-0.6.4/work/distribute-0.6.4 ... > [32;01m*[0m Applying setuptools-0.6_rc7-noexe.patch ... >[A[96C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/setuptools-0.6.4/work/distribute-0.6.4 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/setuptools-0.6.4/work/distribute-0.6.4 ... > [1;32m*[0m [1;34mBuilding of dev-python/setuptools-0.6.4 with Python 2.6...[0m >python2.6 setup.py build -b build-2.6 >/usr/lib/python2.6/site-packages/Pyrex/Compiler/Errors.py:17: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 > self.message = message >running build >running build_py >creating build-2.6 >creating build-2.6/lib >copying pkg_resources.py -> build-2.6/lib >copying easy_install.py -> build-2.6/lib >copying site.py -> build-2.6/lib >creating build-2.6/lib/setuptools >copying setuptools/package_index.py -> build-2.6/lib/setuptools >copying setuptools/archive_util.py -> build-2.6/lib/setuptools >copying setuptools/dist.py -> build-2.6/lib/setuptools >copying setuptools/sandbox.py -> build-2.6/lib/setuptools >copying setuptools/depends.py -> build-2.6/lib/setuptools >copying setuptools/extension.py -> build-2.6/lib/setuptools >copying setuptools/__init__.py -> build-2.6/lib/setuptools >creating build-2.6/lib/setuptools/command >copying setuptools/command/upload.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install_egg_info.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install_lib.py -> build-2.6/lib/setuptools/command >copying setuptools/command/build_ext.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install.py -> build-2.6/lib/setuptools/command >copying setuptools/command/test.py -> build-2.6/lib/setuptools/command >copying setuptools/command/build_py.py -> build-2.6/lib/setuptools/command >copying setuptools/command/setopt.py -> build-2.6/lib/setuptools/command >copying setuptools/command/sdist.py -> build-2.6/lib/setuptools/command >copying setuptools/command/bdist_wininst.py -> build-2.6/lib/setuptools/command >copying setuptools/command/register.py -> build-2.6/lib/setuptools/command >copying setuptools/command/bdist_egg.py -> build-2.6/lib/setuptools/command >copying setuptools/command/rotate.py -> build-2.6/lib/setuptools/command >copying setuptools/command/develop.py -> build-2.6/lib/setuptools/command >copying setuptools/command/alias.py -> build-2.6/lib/setuptools/command >copying setuptools/command/bdist_rpm.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install_scripts.py -> build-2.6/lib/setuptools/command >copying setuptools/command/upload_docs.py -> build-2.6/lib/setuptools/command >copying setuptools/command/saveopts.py -> build-2.6/lib/setuptools/command >copying setuptools/command/__init__.py -> build-2.6/lib/setuptools/command >copying setuptools/command/easy_install.py -> build-2.6/lib/setuptools/command >copying setuptools/command/egg_info.py -> build-2.6/lib/setuptools/command >creating build-2.6/lib/setuptools/tests >copying setuptools/tests/doctest.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_resources.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_build_ext.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/__init__.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_easy_install.py -> build-2.6/lib/setuptools/tests >>>> Source compiled. >>>> Test phase [not enabled]: dev-python/setuptools-0.6.4 > >>>> Install setuptools-0.6.4 into /var/tmp/portage/dev-python/setuptools-0.6.4/image/ category dev-python > [1;32m*[0m [1;34mInstallation of dev-python/setuptools-0.6.4 with Python 2.6...[0m >python2.6 setup.py build -b build-2.6 install --root=/var/tmp/portage/dev-python/setuptools-0.6.4/image/ --no-compile >/usr/lib/python2.6/site-packages/Pyrex/Compiler/Errors.py:17: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 > self.message = message >Traceback (most recent call last): > File "setup.py", line 56, in <module> > from distribute_setup import _before_install >ImportError: cannot import name _before_install > [31;01m*[0m ERROR: dev-python/setuptools-0.6.4 failed: > [31;01m*[0m Installation failed with Python 2.6 in installation() function > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 55: Called src_install > [31;01m*[0m environment, line 3148: Called distutils_src_install > [31;01m*[0m environment, line 796: Called python_execute_function 'installation' > [31;01m*[0m environment, line 2808: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m die "${failure_message}"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.4', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.4'. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.4/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.4/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/dev-python/setuptools-0.6.4/work/distribute-0.6.4'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 292197
: 209485 |
209487