Source: python-csscompressor Version: 0.9.4-1 Severity: serious Justification: fails to build from source User: [email protected] Usertags: ftbfs X-Debbugs-Cc: [email protected]
Dear Maintainer,
python-csscompressor fails to build from source in unstable/amd64:
[..]
debian/rules override_dh_auto_test
make[1]: Entering directory
'/home/lamby/temp/cdt.20151224074419.oCO0VfdaIZ/python-csscompressor-0.9.4'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
===> Running tests
set -e ; set -x ; for i in 2.7 3.5 3.4 ; do \
PYMAJOR=`echo $i | cut -d'.' -f1` ; \
echo "===> Testing with python$i (python$PYMAJOR)" ; \
py.test-$i csscompressor/tests ; \
done
+ echo 2.7
+ cut -d. -f1
+ PYMAJOR=2
+ echo ===> Testing with python2.7 (python2)
===> Testing with python2.7 (python2)
+ py.test-2.7 csscompressor/tests
============================= test session starts
==============================
platform linux2 -- Python 2.7.11, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
rootdir:
/home/lamby/temp/cdt.20151224074419.oCO0VfdaIZ/python-csscompressor-0.9.4,
inifile:
collected 70 items
csscompressor/tests/test_compress.py .....
csscompressor/tests/test_other.py ...
csscompressor/tests/test_partition.py ........
csscompressor/tests/test_yui.py
......................................................
========================== 70 passed in 0.12 seconds
===========================
+ echo 3.5
+ cut -d. -f1
+ PYMAJOR=3
+ echo ===> Testing with python3.5 (python3)
===> Testing with python3.5 (python3)
+ py.test-3.5 csscompressor/tests
Traceback (most recent call last):
File "/usr/bin/py.test-3.5", line 9, in <module>
load_entry_point('pytest==2.8.5', 'console_scripts', 'py.test-3.5')()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 568,
in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2719,
in load_entry_point
raise ImportError("Entry point %r not found" % ((group, name),))
ImportError: Entry point ('console_scripts', 'py.test-3.5') not found
debian/rules:25: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory
'/home/lamby/temp/cdt.20151224074419.oCO0VfdaIZ/python-csscompressor-0.9.4'
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
python-csscompressor.0.9.4-1.unstable.amd64.log.txt.gz
Description: Binary data

