Source: gamera Version: 3.3.2-2 Severity: serious Justification: fails to build from source
gamera FTBFS: | set -x -e; \ | for python in python2.7 python2.6; do \ | PYTHONPATH=$(_py_=$python; _py_=${_py_#python}; ls -d /build/gamera-m0KBz7/gamera-3.3.2/build/lib.*-${_py_}) $python debian/run-tests.py; \ | PYTHONPATH=$(_py_=$python; _py_=${_py_#python}; ls -d /build/gamera-m0KBz7/gamera-3.3.2/build/lib_d.*-${_py_} 2>/dev/null || ls -d /build/gamera-m0KBz7/gamera-3.3.2/build/lib.*-${_py_}-pydebug) $python-dbg debian/run-tests.py; \ | done | + _py_=python2.7 | + _py_=2.7 | + ls -d /build/gamera-m0KBz7/gamera-3.3.2/build/lib.linux-i686-2.7 | + PYTHONPATH=/build/gamera-m0KBz7/gamera-3.3.2/build/lib.linux-i686-2.7 python2.7 debian/run-tests.py | Traceback (most recent call last): | File "debian/run-tests.py", line 7, in <module> | execfile('/usr/bin/py.test') | IOError: [Errno 2] No such file or directory: '/usr/bin/py.test' | make[1]: *** [override_dh_auto_build] Error 1 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org