Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216762 Details for
Bug 301302
dev-python/coverage-3.2 does not build with python-3.1
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), 4.60 KB, created by
Jouni Rinne
on 2010-01-17 19:44:09 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Jouni Rinne
Created:
2010-01-17 19:44:09 UTC
Size:
4.60 KB
patch
obsolete
> [32;01m*[0m CPV: dev-python/coverage-3.2 > [32;01m*[0m REPO: gentoo > [32;01m*[0m USE: elibc_glibc kernel_linux userland_GNU x86 >>>> Unpacking source... >>>> Unpacking coverage-3.2.tar.gz to /var/tmp/portage/dev-python/coverage-3.2/work >>>> Source unpacked in /var/tmp/portage/dev-python/coverage-3.2/work >>>> Preparing source in /var/tmp/portage/dev-python/coverage-3.2/work/coverage-3.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/coverage-3.2/work/coverage-3.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/coverage-3.2/work/coverage-3.2 ... > [1;32m*[0m [1;34mBuilding of dev-python/coverage-3.2 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.linux-i686-2.6 >creating build-2.6/lib.linux-i686-2.6/coverage >copying coverage/execfile.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/codeunit.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/bytecode.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/__init__.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/control.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/report.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/annotate.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/html.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/backward.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/results.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/phystokens.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/data.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/collector.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/xmlreport.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/cmdline.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/parser.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/files.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/templite.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/summary.py -> build-2.6/lib.linux-i686-2.6/coverage >copying coverage/misc.py -> build-2.6/lib.linux-i686-2.6/coverage >creating build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >copying coverage/htmlfiles/jquery-1.3.2.min.js -> build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >copying coverage/htmlfiles/style.css -> build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >copying coverage/htmlfiles/index.html -> build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >copying coverage/htmlfiles/coverage_html.js -> build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >copying coverage/htmlfiles/pyfile.html -> build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >copying coverage/htmlfiles/jquery.tablesorter.min.js -> build-2.6/lib.linux-i686-2.6/coverage/htmlfiles >running build_ext >building 'coverage.tracer' extension >creating build-2.6/temp.linux-i686-2.6 >creating build-2.6/temp.linux-i686-2.6/coverage >i686-pc-linux-gnu-gcc -pthread -DNDEBUG -O2 -march=pentium3 -pipe -fPIC -I/usr/include/python2.6 -c coverage/tracer.c -o build-2.6/temp.linux-i686-2.6/coverage/tracer.o >i686-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -O2 -march=pentium3 -pipe build-2.6/temp.linux-i686-2.6/coverage/tracer.o -L/usr/lib -lpython2.6 -o build-2.6/lib.linux-i686-2.6/coverage/tracer.so > [1;32m*[0m [1;34mBuilding of dev-python/coverage-3.2 with Python 3.1...[0m >python3.1 setup.py build -b build-3.1 >Traceback (most recent call last): > File "setup.py", line 43, in <module> > from setuptools import setup >ImportError: No module named setuptools > [31;01m*[0m ERROR: dev-python/coverage-3.2 failed: > [31;01m*[0m Building failed with Python 3.1 in building() function > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 54: Called src_compile > [31;01m*[0m environment, line 3501: Called distutils_src_compile > [31;01m*[0m environment, line 813: Called python_execute_function 'building' > [31;01m*[0m environment, line 2896: 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/coverage-3.2', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-python/coverage-3.2'. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/coverage-3.2/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/coverage-3.2/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/dev-python/coverage-3.2/work/coverage-3.2'
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 301302
: 216762