Discussion:
About strange ftbfs of python-coverage on the buildds
Bhavani Shankar R
2010-10-20 05:46:29 UTC
Permalink
Hello list!

As the subject says I tried to sync python-coverage in natty to keep
the package in sync from debian

when I tested out the package on my updated pbuilder it built fine
[relevant part of the log attached] but it failed on the buildd

http://launchpadlibrarian.net/57908776/buildlog_ubuntu-natty-i386.python-coverage_3.2-1_FAILEDTOBUILD.txt.gz

and pyversions supported are 2.3-2.6 in the code

So please kindly guide me in circumventing ftbfs

you can find my pbuilder log attached

Thanks in advance

Regards
--
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
-------------- next part --------------
I: Copying back the cached apt archive contents
I: Copying source file
I: copying [python-coverage_3.2-1.dsc]
I: copying [./python-coverage_3.2.orig.tar.gz]
I: copying [./python-coverage_3.2-1.debian.tar.gz]
I: Extracting source
gpgv: Signature made Wed Sep 8 09:58:44 2010 UTC using RSA key ID A827CEDE
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./python-coverage_3.2-1.dsc
dpkg-source: info: extracting python-coverage in python-coverage-3.2
dpkg-source: info: unpacking python-coverage_3.2.orig.tar.gz
dpkg-source: info: unpacking python-coverage_3.2-1.debian.tar.gz
I: Building the package
I: Running cd tmp/buildd/*/ && dpkg-buildpackage -us -uc -rfakeroot
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
dpkg-buildpackage: source package python-coverage
dpkg-buildpackage: source version 3.2-1
dpkg-buildpackage: source changed by Ben Finney <ben+debian at benfinney.id.au>
dpkg-buildpackage: host architecture i386
dpkg-source --before-build python-coverage-3.2
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
running clean
'build/lib.linux-i686-2.6-pydebug' does not exist -- can't clean it
'build/bdist.linux-i686' does not exist -- can't clean it
'build/scripts-2.6' does not exist -- can't clean it
[54137 refs]
running clean
'build/lib.linux-i686-2.6' does not exist -- can't clean it
'build/bdist.linux-i686' does not exist -- can't clean it
'build/scripts-2.6' does not exist -- can't clean it
dh_clean
rm -rf coverage.egg-info/PKG-INFO coverage.egg-info/SOURCES.txt
dpkg-source -b python-coverage-3.2
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building python-coverage using existing ./python-coverage_3.2.orig.tar.gz
dpkg-source: warning: ignoring deletion of file coverage.egg-info/SOURCES.txt
dpkg-source: warning: ignoring deletion of file coverage.egg-info/PKG-INFO
dpkg-source: info: building python-coverage in python-coverage_3.2-1.debian.tar.gz
dpkg-source: info: building python-coverage in python-coverage_3.2-1.dsc
debian/rules build
: # Set executable mode off for all non-packaging files.
chmod -x $(find . -path ./debian -prune -o ! -type d -print)
dh build
dh_testdir
dh_auto_configure
dh_auto_build
running build
running build_py
creating build
creating build/lib.linux-i686-2.6-pydebug
creating build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/results.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/report.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/codeunit.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/summary.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/__init__.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/html.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/parser.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/execfile.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/xmlreport.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/collector.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/backward.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/misc.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/control.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/files.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/bytecode.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/data.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/phystokens.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/templite.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/cmdline.py -> build/lib.linux-i686-2.6-pydebug/coverage
copying coverage/annotate.py -> build/lib.linux-i686-2.6-pydebug/coverage
creating build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
copying coverage/htmlfiles/jquery.tablesorter.min.js -> build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
copying coverage/htmlfiles/pyfile.html -> build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
copying coverage/htmlfiles/index.html -> build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
copying coverage/htmlfiles/coverage_html.js -> build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
copying coverage/htmlfiles/style.css -> build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
copying coverage/htmlfiles/jquery-1.3.2.min.js -> build/lib.linux-i686-2.6-pydebug/coverage/htmlfiles
running build_ext
building 'coverage.tracer' extension
creating build/temp.linux-i686-2.6-pydebug
creating build/temp.linux-i686-2.6-pydebug/coverage
gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.6_d -c coverage/tracer.c -o build/temp.linux-i686-2.6-pydebug/coverage/tracer.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -O2 build/temp.linux-i686-2.6-pydebug/coverage/tracer.o -o build/lib.linux-i686-2.6-pydebug/coverage/tracer_d.so
[59504 refs]
running build
running build_py
creating build/lib.linux-i686-2.6
creating build/lib.linux-i686-2.6/coverage
copying coverage/results.py -> build/lib.linux-i686-2.6/coverage
copying coverage/report.py -> build/lib.linux-i686-2.6/coverage
copying coverage/codeunit.py -> build/lib.linux-i686-2.6/coverage
copying coverage/summary.py -> build/lib.linux-i686-2.6/coverage
copying coverage/__init__.py -> build/lib.linux-i686-2.6/coverage
copying coverage/html.py -> build/lib.linux-i686-2.6/coverage
copying coverage/parser.py -> build/lib.linux-i686-2.6/coverage
copying coverage/execfile.py -> build/lib.linux-i686-2.6/coverage
copying coverage/xmlreport.py -> build/lib.linux-i686-2.6/coverage
copying coverage/collector.py -> build/lib.linux-i686-2.6/coverage
copying coverage/backward.py -> build/lib.linux-i686-2.6/coverage
copying coverage/misc.py -> build/lib.linux-i686-2.6/coverage
copying coverage/control.py -> build/lib.linux-i686-2.6/coverage
copying coverage/files.py -> build/lib.linux-i686-2.6/coverage
copying coverage/bytecode.py -> build/lib.linux-i686-2.6/coverage
copying coverage/data.py -> build/lib.linux-i686-2.6/coverage
copying coverage/phystokens.py -> build/lib.linux-i686-2.6/coverage
copying coverage/templite.py -> build/lib.linux-i686-2.6/coverage
copying coverage/cmdline.py -> build/lib.linux-i686-2.6/coverage
copying coverage/annotate.py -> build/lib.linux-i686-2.6/coverage
creating build/lib.linux-i686-2.6/coverage/htmlfiles
copying coverage/htmlfiles/jquery.tablesorter.min.js -> build/lib.linux-i686-2.6/coverage/htmlfiles
copying coverage/htmlfiles/pyfile.html -> build/lib.linux-i686-2.6/coverage/htmlfiles
copying coverage/htmlfiles/index.html -> build/lib.linux-i686-2.6/coverage/htmlfiles
copying coverage/htmlfiles/coverage_html.js -> build/lib.linux-i686-2.6/coverage/htmlfiles
copying coverage/htmlfiles/style.css -> build/lib.linux-i686-2.6/coverage/htmlfiles
copying coverage/htmlfiles/jquery-1.3.2.min.js -> build/lib.linux-i686-2.6/coverage/htmlfiles
running build_ext
building 'coverage.tracer' extension
creating build/temp.linux-i686-2.6
creating build/temp.linux-i686-2.6/coverage
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.6 -c coverage/tracer.c -o build/temp.linux-i686-2.6/coverage/tracer.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -O2 build/temp.linux-i686-2.6/coverage/tracer.o -o build/lib.linux-i686-2.6/coverage/tracer.so
dh_auto_test
fakeroot debian/rules binary
: # Set executable mode off for all non-packaging files.
chmod -x $(find . -path ./debian -prune -o ! -type d -print)
dh build
dh install
dh_testroot
dh_prep
dh_installdirs
debian/rules override_dh_auto_install
make[1]: Entering directory `/tmp/buildd/python-coverage-3.2'
python2.6 setup.py install \
--root /tmp/buildd/python-coverage-3.2/debian/python-coverage \
--prefix usr
running install
running build
running build_py
running build_ext
running install_lib
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/results.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/report.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/codeunit.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/summary.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/__init__.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/html.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/parser.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/execfile.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/xmlreport.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/collector.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/htmlfiles/jquery.tablesorter.min.js -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/htmlfiles/pyfile.html -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/htmlfiles/index.html -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/htmlfiles/coverage_html.js -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/htmlfiles/style.css -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/htmlfiles/jquery-1.3.2.min.js -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.6/coverage/backward.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/misc.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/tracer.so -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/control.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/files.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/bytecode.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/data.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/phystokens.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/templite.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/cmdline.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
copying build/lib.linux-i686-2.6/coverage/annotate.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/results.py to results.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/report.py to report.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/codeunit.py to codeunit.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/summary.py to summary.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/__init__.py to __init__.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/html.py to html.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/parser.py to parser.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/execfile.py to execfile.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/xmlreport.py to xmlreport.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/collector.py to collector.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/backward.py to backward.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/misc.py to misc.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/control.py to control.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/files.py to files.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/bytecode.py to bytecode.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/data.py to data.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/phystokens.py to phystokens.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/templite.py to templite.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/cmdline.py to cmdline.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage/annotate.py to annotate.pyc
running install_egg_info
running egg_info
writing coverage.egg-info/PKG-INFO
writing top-level names to coverage.egg-info/top_level.txt
writing dependency_links to coverage.egg-info/dependency_links.txt
writing entry points to coverage.egg-info/entry_points.txt
writing manifest file 'coverage.egg-info/SOURCES.txt'
reading manifest file 'coverage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'test'
writing manifest file 'coverage.egg-info/SOURCES.txt'
Copying coverage.egg-info to /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.6/site-packages/coverage-3.2-py2.6.egg-info
running install_scripts
Installing coverage script to /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/bin
python2.7 setup.py install \
--root /tmp/buildd/python-coverage-3.2/debian/python-coverage \
--prefix usr
running install
running build
running build_py
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/coverage
copying coverage/results.py -> build/lib.linux-i686-2.7/coverage
copying coverage/report.py -> build/lib.linux-i686-2.7/coverage
copying coverage/codeunit.py -> build/lib.linux-i686-2.7/coverage
copying coverage/summary.py -> build/lib.linux-i686-2.7/coverage
copying coverage/__init__.py -> build/lib.linux-i686-2.7/coverage
copying coverage/html.py -> build/lib.linux-i686-2.7/coverage
copying coverage/parser.py -> build/lib.linux-i686-2.7/coverage
copying coverage/execfile.py -> build/lib.linux-i686-2.7/coverage
copying coverage/xmlreport.py -> build/lib.linux-i686-2.7/coverage
copying coverage/collector.py -> build/lib.linux-i686-2.7/coverage
copying coverage/backward.py -> build/lib.linux-i686-2.7/coverage
copying coverage/misc.py -> build/lib.linux-i686-2.7/coverage
copying coverage/control.py -> build/lib.linux-i686-2.7/coverage
copying coverage/files.py -> build/lib.linux-i686-2.7/coverage
copying coverage/bytecode.py -> build/lib.linux-i686-2.7/coverage
copying coverage/data.py -> build/lib.linux-i686-2.7/coverage
copying coverage/phystokens.py -> build/lib.linux-i686-2.7/coverage
copying coverage/templite.py -> build/lib.linux-i686-2.7/coverage
copying coverage/cmdline.py -> build/lib.linux-i686-2.7/coverage
copying coverage/annotate.py -> build/lib.linux-i686-2.7/coverage
creating build/lib.linux-i686-2.7/coverage/htmlfiles
copying coverage/htmlfiles/jquery.tablesorter.min.js -> build/lib.linux-i686-2.7/coverage/htmlfiles
copying coverage/htmlfiles/pyfile.html -> build/lib.linux-i686-2.7/coverage/htmlfiles
copying coverage/htmlfiles/index.html -> build/lib.linux-i686-2.7/coverage/htmlfiles
copying coverage/htmlfiles/coverage_html.js -> build/lib.linux-i686-2.7/coverage/htmlfiles
copying coverage/htmlfiles/style.css -> build/lib.linux-i686-2.7/coverage/htmlfiles
copying coverage/htmlfiles/jquery-1.3.2.min.js -> build/lib.linux-i686-2.7/coverage/htmlfiles
running build_ext
building 'coverage.tracer' extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/coverage
gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fPIC -I/usr/include/python2.7 -c coverage/tracer.c -o build/temp.linux-i686-2.7/coverage/tracer.o
coverage/tracer.c: In function 'inittracer':
coverage/tracer.c:619:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -O2 build/temp.linux-i686-2.7/coverage/tracer.o -o build/lib.linux-i686-2.7/coverage/tracer.so
running install_lib
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/results.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/report.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/codeunit.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/summary.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/__init__.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/html.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/parser.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/execfile.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/xmlreport.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/collector.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
creating /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/htmlfiles/jquery.tablesorter.min.js -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/htmlfiles/pyfile.html -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/htmlfiles/index.html -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/htmlfiles/coverage_html.js -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/htmlfiles/style.css -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/htmlfiles/jquery-1.3.2.min.js -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/htmlfiles
copying build/lib.linux-i686-2.7/coverage/backward.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/misc.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/tracer.so -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/control.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/files.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/bytecode.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/data.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/phystokens.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/templite.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/cmdline.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
copying build/lib.linux-i686-2.7/coverage/annotate.py -> /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/results.py to results.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/report.py to report.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/codeunit.py to codeunit.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/summary.py to summary.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/__init__.py to __init__.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/html.py to html.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/parser.py to parser.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/execfile.py to execfile.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/xmlreport.py to xmlreport.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/collector.py to collector.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/backward.py to backward.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/misc.py to misc.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/control.py to control.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/files.py to files.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/bytecode.py to bytecode.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/data.py to data.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/phystokens.py to phystokens.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/templite.py to templite.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/cmdline.py to cmdline.pyc
byte-compiling /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage/annotate.py to annotate.pyc
running install_egg_info
running egg_info
writing coverage.egg-info/PKG-INFO
writing top-level names to coverage.egg-info/top_level.txt
writing dependency_links to coverage.egg-info/dependency_links.txt
writing entry points to coverage.egg-info/entry_points.txt
reading manifest file 'coverage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'test'
writing manifest file 'coverage.egg-info/SOURCES.txt'
Copying coverage.egg-info to /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/lib/python2.7/site-packages/coverage-3.2-py2.7.egg-info
running install_scripts
Installing coverage script to /tmp/buildd/python-coverage-3.2/debian/python-coverage/usr/bin
make[1]: Leaving directory `/tmp/buildd/python-coverage-3.2'
debian/rules override_dh_install
make[1]: Entering directory `/tmp/buildd/python-coverage-3.2'
mv debian/python-coverage/usr/bin/coverage \
debian/python-coverage/usr/bin/python-coverage
dh_install
make[1]: Leaving directory `/tmp/buildd/python-coverage-3.2'
dh_installdocs
debian/rules override_dh_installchangelogs
make[1]: Entering directory `/tmp/buildd/python-coverage-3.2'
dh_installchangelogs CHANGES.txt
make[1]: Leaving directory `/tmp/buildd/python-coverage-3.2'
dh_installexamples
dh_installman
dh_installcatalogs
dh_installcron
dh_installdebconf
dh_installemacsen
dh_installifupdown
dh_installinfo
debian/rules override_dh_pysupport
make[1]: Entering directory `/tmp/buildd/python-coverage-3.2'
dh_pysupport /usr/share/python-coverage
make[1]: Leaving directory `/tmp/buildd/python-coverage-3.2'
dh_installinit
dh_installmenu
dh_installmime
dh_installmodules
dh_installlogcheck
dh_installlogrotate
dh_installpam
dh_installppp
dh_installudev
dh_installwm
dh_installxfonts
dh_bugfiles
dh_lintian
dh_gconf
dh_icons
dh_perl
dh_usrlocal
dh_link
dh_compress
dh_fixperms
dh binary-arch
debian/rules override_dh_strip
make[1]: Entering directory `/tmp/buildd/python-coverage-3.2'
dh_strip --dbg-package=python-coverage-dbg
make[1]: Leaving directory `/tmp/buildd/python-coverage-3.2'
dh_makeshlibs -a
dh_shlibdeps -a
dpkg-shlibdeps: warning: dependency on libpthread.so.0 could be avoided if "debian/python-coverage/usr/lib/pyshared/python2.6/coverage/tracer.so debian/python-coverage/usr/lib/python2.7/site-packages/coverage/tracer.so" were not uselessly linked against it (they use none of its symbols).
dh_installdeb -a
dh_gencontrol -a
dpkg-gencontrol: warning: package python-coverage: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: package python-coverage: unused substitution variable ${python:Provides}
dh_md5sums -a
dh_builddeb -a
dpkg-deb: building package `python-coverage' in `../python-coverage_3.2-1_i386.deb'.
dpkg-deb: building package `python-coverage-dbg' in `../python-coverage-dbg_3.2-1_i386.deb'.
dpkg-genchanges >../python-coverage_3.2-1_i386.changes
dpkg-genchanges: including full source code in upload
dpkg-source --after-build python-coverage-3.2
dpkg-buildpackage: full upload (original source is included)
I: Copying back the cached apt archive contents
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//12988 and its subdirectories
I: Current time: Wed Oct 20 11:01:30 IST 2010
I: pbuilder-time-stamp: 1287552690
Michael Bienia
2010-10-20 08:54:51 UTC
Permalink
Post by Bhavani Shankar R
when I tested out the package on my updated pbuilder it built fine
[relevant part of the log attached] but it failed on the buildd
The check that made the build fail is done by the package
"pkgbinarymangler" which is installed on the buildds.

Install the "pkgbinarymangler" package in your pbuilder and you should
be able to re-produce the FTBFS in your pbuilder too.

Michael
Bhavani Shankar R
2010-10-20 09:04:27 UTC
Permalink
Post by Michael Bienia
The check that made the build fail is done by the package
"pkgbinarymangler" which is installed on the buildds.
Install the "pkgbinarymangler" package in your pbuilder and you should
be able to re-produce the FTBFS in your pbuilder too.
Thanks Michael for your tip

Warm regards
--
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
Bhavani Shankar R
2010-10-20 15:14:07 UTC
Permalink
Post by Michael Bienia
The check that made the build fail is done by the package
"pkgbinarymangler" which is installed on the buildds.
Install the "pkgbinarymangler" package in your pbuilder and you should
be able to re-produce the FTBFS in your pbuilder too.
Hi james and michael

Still no go I am not able to produce on updated pbuilder even when I
bump pyversions and it still fails on buildds

https://edge.launchpad.net/ubuntu/+source/python-coverage/3.2-1ubuntu1/+build/2011055/+files/buildlog_ubuntu-natty-i386.python-coverage_3.2-1ubuntu1_FAILEDTOBUILD.txt.gz

and I do have pkgbinarymangler installed

bhavani at bhavani-desktop:~$ apt-cache policy pkgbinarymangler
pkgbinarymangler:
Installed: 77
Candidate: 77

Attached is the relevant part of my pbuilder log

regards
--
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pbuilderlog.gz
Type: application/x-gzip
Size: 2930 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-motu-mentors/attachments/20101020/6b610d8c/attachment.bin
Barry Warsaw
2010-10-20 15:26:47 UTC
Permalink
Post by Bhavani Shankar R
Post by Michael Bienia
The check that made the build fail is done by the package
"pkgbinarymangler" which is installed on the buildds.
Install the "pkgbinarymangler" package in your pbuilder and you
should be able to re-produce the FTBFS in your pbuilder too.
Hi james and michael
Still no go I am not able to produce on updated pbuilder even when I
bump pyversions and it still fails on buildds
https://edge.launchpad.net/ubuntu/+source/python-coverage/3.2-1ubuntu1/+build/2011055/+files/buildlog_ubuntu-natty-i386.python-coverage_3.2-1ubuntu1_FAILEDTOBUILD.txt.gz
and I do have pkgbinarymangler installed
bhavani at bhavani-desktop:~$ apt-cache policy pkgbinarymangler
Installed: 77
Candidate: 77
Attached is the relevant part of my pbuilder log
I'm seeing the exact same failures in my cheetah build after installing
pkgbinarymangler in my chroots. I will investigate.

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-motu-mentors/attachments/20101020/e12da2d0/attachment.pgp
Luca Falavigna
2010-10-20 15:40:44 UTC
Permalink
Post by Barry Warsaw
I'm seeing the exact same failures in my cheetah build after installing
pkgbinarymangler in my chroots. ?I will investigate.
This is because python-support doesn't support python2.7 yet.
Barry Warsaw
2010-10-20 15:53:32 UTC
Permalink
Post by Luca Falavigna
Post by Barry Warsaw
I'm seeing the exact same failures in my cheetah build after
installing pkgbinarymangler in my chroots. ?I will investigate.
This is because python-support doesn't support python2.7 yet.
I have a patch for that, which I've been running in the ~pythoneers PPA since
Maverick. Matthias?

In the meantime, I'll update the package for natty in the PPA. There's also a
patch for python-central there too (the python-defaults one is not necessary
any longer).

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-motu-mentors/attachments/20101020/06518163/attachment.pgp
Bhavani Shankar R
2010-10-21 05:11:13 UTC
Permalink
Post by Barry Warsaw
Post by Luca Falavigna
Post by Barry Warsaw
I'm seeing the exact same failures in my cheetah build after
installing pkgbinarymangler in my chroots. ?I will investigate.
This is because python-support doesn't support python2.7 yet.
I have a patch for that, which I've been running in the ~pythoneers PPA since
Maverick. ?Matthias?
In the meantime, I'll update the package for natty in the PPA. ?There's also a
patch for python-central there too (the python-defaults one is not necessary
any longer).
Thanks to all for taking time to reply and sorry for my _silly_
experiment on the buildds and raking up a known issue again

Thanks again all for your patience

warm regards
--
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
Barry Warsaw
2010-10-21 15:53:37 UTC
Permalink
Post by Barry Warsaw
Post by Luca Falavigna
Post by Barry Warsaw
I'm seeing the exact same failures in my cheetah build after
installing pkgbinarymangler in my chroots. ?I will investigate.
This is because python-support doesn't support python2.7 yet.
I have a patch for that, which I've been running in the ~pythoneers PPA since
Maverick. Matthias?
In the meantime, I'll update the package for natty in the PPA. There's also a
patch for python-central there too (the python-defaults one is not necessary
any longer).
ppa:pythoneers/toolchain2.7 now has python-support and python-central packages
that I *think* fix the Python 2.7 support issue for Natty. I'm still testing
a build of cheetah against it and if that succeeds I will seek a sponsor for
uploading both of those packages.

Hopefully we'll have this sorted out today.

Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-motu-mentors/attachments/20101021/656bcae8/attachment.pgp
Michael Bienia
2010-10-20 15:30:19 UTC
Permalink
Post by Bhavani Shankar R
bhavani at bhavani-desktop:~$ apt-cache policy pkgbinarymangler
Installed: 77
Candidate: 77
This looks like you installed it in your system and not the pbuilder
chroot. Login into your pbuilder (pbuilder-dist natty login) and check
again.

You might need to do:
pbuilder-dist natty login --save-after-login
apt-get install pkgbinarymangler (this is *inside* the pbuilder)
logout

(Replace "pbuilder-dist natty" with whatever you use to access your
pbuilder).

Michael

PS: I've checked that I can reproduce this FTBFS with my natty pbuilder.
James Westby
2010-10-20 12:47:44 UTC
Permalink
Post by Bhavani Shankar R
Hello list!
As the subject says I tried to sync python-coverage in natty to keep
the package in sync from debian
when I tested out the package on my updated pbuilder it built fine
[relevant part of the log attached] but it failed on the buildd
http://launchpadlibrarian.net/57908776/buildlog_ubuntu-natty-i386.python-coverage_3.2-1_FAILEDTOBUILD.txt.gz
The cause is:

Found files in /usr/lib/python2.7/site-packages (must be in
dist-packages for python2.7).

You probably don't have pkgbinarymangler installed in your pbuilder
chroot, hence the difference.

Thanks,

James
Loading...