Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209642 Details for
Bug 292404
dev-python/nose-0.11.1 fails to build with Python 2.7 (unittest._TextTestResult)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nose-0.11.1:20091108-170947.log
nose-0.11.1:20091108-170947.log (text/plain), 5.13 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2009-11-08 17:11:15 UTC
(
hide
)
Description:
nose-0.11.1:20091108-170947.log
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2009-11-08 17:11:15 UTC
Size:
5.13 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking nose-0.11.1.tar.gz to /var/tmp/portage/dev-python/nose-0.11.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/nose-0.11.1/work >>>> Preparing source in /var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1 ... > [32;01m*[0m Applying nose-0.10.0-tests-nonetwork.patch ... >[A[149C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying nose-0.11.0-disable_intersphinx.patch ... >[A[149C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1 ... > [1;32m*[0m [1;34mBuilding of dev-python/nose-0.11.1 with Python 2.6...[0m >python2.6 setup.py build -b build-2.6 >running build >running build_py >creating build-2.6 >creating build-2.6/lib >creating build-2.6/lib/nose >copying nose/tools.py -> build-2.6/lib/nose >copying nose/core.py -> build-2.6/lib/nose >copying nose/__init__.py -> build-2.6/lib/nose >copying nose/util.py -> build-2.6/lib/nose >copying nose/twistedtools.py -> build-2.6/lib/nose >copying nose/commands.py -> build-2.6/lib/nose >copying nose/proxy.py -> build-2.6/lib/nose >copying nose/importer.py -> build-2.6/lib/nose >copying nose/case.py -> build-2.6/lib/nose >copying nose/loader.py -> build-2.6/lib/nose >copying nose/exc.py -> build-2.6/lib/nose >copying nose/inspector.py -> build-2.6/lib/nose >copying nose/suite.py -> build-2.6/lib/nose >copying nose/config.py -> build-2.6/lib/nose >copying nose/failure.py -> build-2.6/lib/nose >copying nose/result.py -> build-2.6/lib/nose >copying nose/selector.py -> build-2.6/lib/nose >creating build-2.6/lib/nose/ext >copying nose/ext/dtcompat.py -> build-2.6/lib/nose/ext >copying nose/ext/__init__.py -> build-2.6/lib/nose/ext >creating build-2.6/lib/nose/plugins >copying nose/plugins/skip.py -> build-2.6/lib/nose/plugins >copying nose/plugins/allmodules.py -> build-2.6/lib/nose/plugins >copying nose/plugins/cover.py -> build-2.6/lib/nose/plugins >copying nose/plugins/builtin.py -> build-2.6/lib/nose/plugins >copying nose/plugins/manager.py -> build-2.6/lib/nose/plugins >copying nose/plugins/attrib.py -> build-2.6/lib/nose/plugins >copying nose/plugins/__init__.py -> build-2.6/lib/nose/plugins >copying nose/plugins/doctests.py -> build-2.6/lib/nose/plugins >copying nose/plugins/deprecated.py -> build-2.6/lib/nose/plugins >copying nose/plugins/capture.py -> build-2.6/lib/nose/plugins >copying nose/plugins/errorclass.py -> build-2.6/lib/nose/plugins >copying nose/plugins/isolate.py -> build-2.6/lib/nose/plugins >copying nose/plugins/collect.py -> build-2.6/lib/nose/plugins >copying nose/plugins/failuredetail.py -> build-2.6/lib/nose/plugins >copying nose/plugins/plugintest.py -> build-2.6/lib/nose/plugins >copying nose/plugins/debug.py -> build-2.6/lib/nose/plugins >copying nose/plugins/testid.py -> build-2.6/lib/nose/plugins >copying nose/plugins/xunit.py -> build-2.6/lib/nose/plugins >copying nose/plugins/multiprocess.py -> build-2.6/lib/nose/plugins >copying nose/plugins/base.py -> build-2.6/lib/nose/plugins >copying nose/plugins/prof.py -> build-2.6/lib/nose/plugins >copying nose/plugins/logcapture.py -> build-2.6/lib/nose/plugins >creating build-2.6/lib/nose/sphinx >copying nose/sphinx/pluginopts.py -> build-2.6/lib/nose/sphinx >copying nose/sphinx/__init__.py -> build-2.6/lib/nose/sphinx >copying nose/usage.txt -> build-2.6/lib/nose > [1;32m*[0m [1;34mBuilding of dev-python/nose-0.11.1 with Python 2.7...[0m >python2.7 setup.py build -b build-2.7 >Traceback (most recent call last): > File "setup.py", line 1, in <module> > from nose import __version__ as VERSION > File "/var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1/nose/__init__.py", line 1, in <module> > from nose.core import collector, main, run, run_exit, runmodule > File "/var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1/nose/core.py", line 15, in <module> > from nose.result import TextTestResult > File "/var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1/nose/result.py", line 12, in <module> > from unittest import _TextTestResult >ImportError: cannot import name _TextTestResult > [31;01m*[0m ERROR: dev-python/nose-0.11.1 failed: > [31;01m*[0m Building failed with Python 2.7 in building() function > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 3189: Called distutils_src_compile > [31;01m*[0m environment, line 792: Called python_execute_function 'building' > [31;01m*[0m environment, line 2831: 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/nose-0.11.1', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-python/nose-0.11.1'. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-python/nose-0.11.1:20091108-170947.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/nose-0.11.1/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/dev-python/nose-0.11.1/work/nose-0.11.1'
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 292404
: 209642