[Python-modules-team] Bug#815333: dulwich: FTBFS on kfreebsd: error: (9, 'Bad file descriptor')
Andreas Beckmann
anbe at debian.org
Sat Feb 20 21:46:46 UTC 2016
Source: dulwich
Version: 0.12.0-1
Severity: important
Hi,
dulwich FTBFS on kfreebsd-amd64 and kfreebsd-i386:
https://buildd.debian.org/status/fetch.php?pkg=dulwich&arch=kfreebsd-i386&ver=0.12.0-1&stamp=1452746352
https://buildd.debian.org/status/fetch.php?pkg=dulwich&arch=kfreebsd-amd64&ver=0.12.0-1&stamp=1452746336
[...]
debian/rules override_dh_auto_test
make[1]: Entering directory '/«PKGBUILDDIR»'
/usr/bin/make check PYTHON=python
make[2]: Entering directory '/«PKGBUILDDIR»'
python setup.py build
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
running build_ext
running build_scripts
python setup.py build_ext -i
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build_ext
building 'dulwich._objects' extension
x86_64-kfreebsd-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c dulwich/_objects.c -o build/temp.gnukfreebsd-10.1-0-amd64-x86_64-2.7/dulwich/_objects.o
x86_64-kfreebsd-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.gnukfreebsd-10.1-0-amd64-x86_64-2.7/dulwich/_objects.o -o /«PKGBUILDDIR»/dulwich/_objects.so
building 'dulwich._pack' extension
x86_64-kfreebsd-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c dulwich/_pack.c -o build/temp.gnukfreebsd-10.1-0-amd64-x86_64-2.7/dulwich/_pack.o
x86_64-kfreebsd-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.gnukfreebsd-10.1-0-amd64-x86_64-2.7/dulwich/_pack.o -o /«PKGBUILDDIR»/dulwich/_pack.so
building 'dulwich._diff_tree' extension
x86_64-kfreebsd-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c dulwich/_diff_tree.c -o build/temp.gnukfreebsd-10.1-0-amd64-x86_64-2.7/dulwich/_diff_tree.o
x86_64-kfreebsd-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.gnukfreebsd-10.1-0-amd64-x86_64-2.7/dulwich/_diff_tree.o -o /«PKGBUILDDIR»/dulwich/_diff_tree.so
PYTHONHASHSEED=random PYTHONPATH=.: python -m unittest dulwich.tests.test_suite
.s.............................s.................................................................................................................................................s.............................sss....................................................................................................................................................................................................................................................................................................................................................s..........................E..............................................................................................s............................................................................................................................................................................................s................................................s........Exception in thread Thread-14:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 236, in serve_forever
poll_interval)
File "/usr/lib/python2.7/SocketServer.py", line 155, in _eintr_retry
return func(*args)
error: (9, 'Bad file descriptor')
.Exception in thread Thread-15:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 236, in serve_forever
poll_interval)
File "/usr/lib/python2.7/SocketServer.py", line 155, in _eintr_retry
return func(*args)
error: (9, 'Bad file descriptor')
Andreas
More information about the Python-modules-team
mailing list