[Python-modules-team] Bug#879807: pyicu ftbfs with icu from experimental
Matthias Klose
doko at debian.org
Thu Oct 26 08:13:07 UTC 2017
Package: src:pyicu
Version: 1.9.5-1
Severity: important
Tags: sid buster
pyicu ftbfs with icu from experimental, not shipping the icu-config binary
anymore. Please fall back to pkg-config.
set -e; \
for py in 2.7 3.6; do \
(cd build/py${py%%.*}; \
python$py setup.py build; \
python$py-dbg setup.py build); \
done
Traceback (most recent call last):
File "setup.py", line 11, in <module>
ICU_VERSION = subprocess.check_output(('icu-config', '--version')).strip()
File "/usr/lib/python2.7/subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1025, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
debian/rules:21: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 1
More information about the Python-modules-team
mailing list