[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#707312: pyatspi: FTBFS: checking whether /usr/bin/python3.3 version >= 2.6... too old



Source: pyatspi
Version: 2.5.3+dfsg-3
Severity: serious
Tags: sid jessie
User: debian-python@lists.debian.org
Usertags: python3.3

pyatspi FTBFS:
| for pyver in  2.7 3.2 3.3; do \
| 	    mkdir -p /build/pyatspi-pHTjIX/pyatspi-2.5.3+dfsg/build-$pyver; \
| 	    cd /build/pyatspi-pHTjIX/pyatspi-2.5.3+dfsg/build-$pyver && \
| 	       PYTHON=/usr/bin/python$pyver ../configure --prefix=/usr --build=i486-linux-gnu --disable-maintainer-mode; \
| 	done
[...]
| configure: error: too old
| make[1]: *** [override_dh_auto_configure] Error 127
| checking whether /usr/bin/python3.3 version >= 2.6... make[1]: Leaving directory `/build/pyatspi-pHTjIX/pyatspi-2.5.3+dfsg'
| make: *** [build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

I suppose it's because python3.3 is not installed in the build environment. The package should build-depend on python3-all (and python-all). Oh, and the for loop lacks "set -e".

--
Jakub Wilk


Reply to: