[Debian-med-packaging] Bug#800794: python-pysam: FTBFS on multiple archs due to cython error

Scott Kitterman debian at kitterman.com
Sat Oct 3 16:55:13 UTC 2015


Package: python-pysam
Version: 0.8.3+ds1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

While rebuilding the package for the transition that adds python3.5 as a
supported python3 version it FTBFS on muliple archs.  Here's an example
log excerpt from ppc64el:

pysam/cbcf.c: At top level:
pysam/cbcf.c:47536:67: error: unknown type name ‘htsFormatCategory’
 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_htsFormatCategory(htsFormatCategory value) {
                                                                   ^
pysam/cbcf.c:47562:64: error: unknown type name ‘htsExactFormat’
 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_htsExactFormat(htsExactFormat value) {
                                                                ^
pysam/cbcf.c:47614:64: error: unknown type name ‘htsCompression’
 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_htsCompression(htsCompression value) {
                                                                ^
error: command 'powerpc64le-linux-gnu-gcc' failed with exit status 1
E: pybuild pybuild:262: build: plugin distutils failed with: exit code=1: /usr/bin/python setup.py build 
dh_auto_build: pybuild --build -i python{version} -p 2.7 --dir . returned exit code 13
debian/rules:17: recipe for target 'build-arch' failed
make: *** [build-arch] Error 25

It seems unrelated to python3.5.

Scott K



More information about the Debian-med-packaging mailing list