Package: python-llfuse
Version: 0.40+dfsg-1
Severity: serious
Tags: patch
Justification: FTBFS
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Hi Nikolaus,

While preparing the python3.5 transition in Ubuntu, we found that
python-llfuse would fail to build from source.  Where previously the package
could be built against cython alone, it's now necessary to have cython-dbg
installed, otherwise the package build fails with:

running build_ext
failed to import Cython: 
/usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: undefined symbol: 
Py_InitModule4_64
error: Cython does not appear to be installed
[156652 refs]
E: pybuild pybuild:256: build: plugin distutils failed with: exit code=1: 
/usr/bin/python-dbg setup.py build 
dh_auto_build: pybuild --build -i python{version}-dbg -p 2.7 --dir . returned 
exit code 13


This build failure is reproducible in Debian unstable, so I'm filing this
report at severity: serious.

Adding cython-dbg to the build-deps is sufficient to let the package build
again.

Thanks,
--
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru python-llfuse-0.40+dfsg/debian/changelog python-llfuse-0.40+dfsg/debian/changelog
diff -Nru python-llfuse-0.40+dfsg/debian/control python-llfuse-0.40+dfsg/debian/control
--- python-llfuse-0.40+dfsg/debian/control	2015-07-22 14:35:57.000000000 -0700
+++ python-llfuse-0.40+dfsg/debian/control	2015-07-30 00:40:02.000000000 -0700
@@ -18,6 +18,7 @@
                python-distribute,
                python3-setuptools,
                cython (>= 0.16),
+               cython-dbg (>= 0.16),
 Standards-Version: 3.9.5
 Homepage: https://bitbucket.org/nikratio/python-llfuse/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-llfuse/trunk/

Reply via email to