Bug#794056: python-llfuse: python3-llfuse FTBFS in unstable

2015-08-06 Thread Nikolaus Rath
On Jul 30 2015, Steve Langasek steve.langa...@ubuntu.com wrote:
 On Thu, Jul 30, 2015 at 05:26:17AM -0700, Nikolaus Rath wrote:
 control: tags -1 +pending

 On Jul 30 2015, Steve Langasek steve.langa...@canonical.com wrote:
  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

 This is already fixed in 0.40+dfsg-2, which is currently waiting for a
 sponsored upload.

 Ok.  I could possibly sponsor this; I don't see it on
 mentors.debian.net?

Cool. It was only in the Debian Python Modules Team SVN. I've uploaded
to mentors now:

http://mentors.debian.net/debian/pool/main/p/python-llfuse/python-llfuse_0.40+dfsg-2.dsc

 Somehow becoming Debian Maintainer was a lot easier than getting someone
 to actually give me upload rights for the packages I maintain. My
 advocates  sponsors of the past either have their GPG key expired or no
 time :-/.

 If you could give me a link to the DM docs (it's been a long time since I've
 done this), I could have a look at this after reviewing python-llfuse.

Oh, that would be fantastic! As far as I know (from
https://wiki.debian.org/DebianMaintainer#Granting_Permissions) the
following incantation should do the job (when executed by a DD):

 dcut dm --uid nikol...@rath.org --allow s3ql python-dugong python-llfuse

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«


signature.asc
Description: PGP signature


Bug#794056: python-llfuse: python3-llfuse FTBFS in unstable

2015-07-30 Thread Nikolaus Rath
control: tags -1 +pending

On Jul 30 2015, Steve Langasek steve.langa...@canonical.com wrote:
 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

This is already fixed in 0.40+dfsg-2, which is currently waiting for a
sponsored upload.

Somehow becoming Debian Maintainer was a lot easier than getting someone
to actually give me upload rights for the packages I maintain. My
advocates  sponsors of the past either have their GPG key expired or no
time :-/.


Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#794056: python-llfuse: python3-llfuse FTBFS in unstable

2015-07-30 Thread Steve Langasek
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 Developerhttp://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.0 -0700
+++ python-llfuse-0.40+dfsg/debian/control	2015-07-30 00:40:02.0 -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/