[Reproducible-builds] Bug#795759: pyicu: FTBFS under some locales (eg. fr_CH.UTF-8)
Chris Lamb
lamby at debian.org
Sun Aug 16 16:33:46 UTC 2015
Source: pyicu
Version: 1.9.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs locale
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
pyicu fails to build from source on unstable/amd64 under
some locales (eg. LANG="fr_CH.UTF-8"):
[..]
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown
distribution option: 'test_suite'
warnings.warn(msg)
set -e; \
for file in `find /tmp/buildd/pyicu-1.9.2/build -type f -name
docs.py`; do \
mv "$file" "`dirname $file`/icu_docs.py"; done
set -ex ;\
for test in `ls test/*.py`; do \
for py in 2.7 3.4; do \
(cd build/py${py%%.*}; \
PYTHONPATH=`ls -d $(pwd)/build/lib.*-$py` \
python$py $test ;\
PYTHONPATH=`ls -d $(pwd)/build/lib_d.*-$py || ls -d
$(pwd)/build/lib.*-$py-pydebug` \
python$py-dbg $test) ;\
done ;\
done
+ ls test/__init__.py test/test_BreakIterator.py test/test_Charset.py
test/test_Collator.py test/test_LayoutEngine.py
test/test_ListFormatter.py test/test_LocaleData.py
test/test_MessageFormat.py test/test_Normalizer.py test/test_Spoof.py
test/test_Transliterator.py test/test_UCS4.py test/test_UDate.py
+ cd build/py2
+ pwd
+ ls -d /tmp/buildd/pyicu-1.9.2/build/py2/build/lib.linux-x86_64-2.7
+
PYTHONPATH=/tmp/buildd/pyicu-1.9.2/build/py2/build/lib.linux-x86_64-2.7
python2.7 test/__init__.py
fontTools package not found, skipping LayoutEngine tests
.................E................
======================================================================
ERROR: testCoverage (test_LocaleData.TestLocaleData)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/buildd/pyicu-1.9.2/build/py2/test/test_LocaleData.py",
line 176, in testCoverage
print_output(repr(ld.getDelimiter(i)))
ICUError: The requested resource cannot be found, error code: 2
----------------------------------------------------------------------
Ran 34 tests in 0.714s
FAILED (errors=1)
debian/rules:19: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[..]
The full build log is attached or can be viewed here:
https://reproducible.debian.net/logs/unstable/amd64/pyicu_1.9.2-1.build2.log.gz
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pyicu.1.9.2-1.unstable.amd64.log.txt
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150816/9d4d02b3/attachment.txt>
More information about the Reproducible-builds
mailing list