Re: django-pipeline / slimit

2016-03-22 Thread Brian May
Brian May writes: > Ok, so now I think I understand, time to test the lastest version of > pipeline I think. See if that helps. It fixes the problem. However we get a new problem: I: pybuild base:184: PYTHONPATH=. python3.5 /usr/bin/django-admin test

Re: django-pipeline

2016-03-22 Thread Brian May
Steve Langasek writes: > Ok, that was certainly another possibility. "Clean" chroots certainly vary, > and some ways of building them may include more stuff than others, and some > of that "more" stuff may be triggering this problem. Think we were on the wrong track

Re: django-pipeline

2016-03-22 Thread Steve Langasek
On Wed, Mar 23, 2016 at 09:21:19AM +1100, Brian May wrote: > Steve Langasek writes: > > No. I first noticed this bug because the package failed to build in > > Ubuntu[1], which uses sbuild, not pbuilder. I reproduced the failure in a > > clean sid schroot. I think either

Re: django-pipeline

2016-03-22 Thread Steve Langasek
On Tue, Mar 22, 2016 at 09:13:42PM +1100, Brian May wrote: > Mattia Rizzolo writes: > > FTR this is also visible in the reproducible CI: > > https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/django-pipeline.html > > That's a standard pbuilder instance in a clean

Re: Handling python modules collision

2016-03-22 Thread Scott Kitterman
On Tuesday, March 22, 2016 04:55:36 PM Frederic Bonnard wrote: > Hi, > I'd like your advises concerning the following situation : I'm packaging > this python library : > https://github.com/miguelgrinberg/python-socketio > > and I see that debian already provides a library with the same name : >

Re: Handling python modules collision

2016-03-22 Thread Dmitry Shachnev
Hi Frederic, On Tue, Mar 22, 2016 at 04:55:36PM +0100, Frederic Bonnard wrote: > Hi, > I'd like your advises concerning the following situation : I'm packaging this > python library : > https://github.com/miguelgrinberg/python-socketio > > and I see that debian already provides a library with the

Handling python modules collision

2016-03-22 Thread Frederic Bonnard
Hi, I'd like your advises concerning the following situation : I'm packaging this python library : https://github.com/miguelgrinberg/python-socketio and I see that debian already provides a library with the same name : https://github.com/abourget/gevent-socketio The name can be changed of

Re: django-pipeline

2016-03-22 Thread Brian May
Mattia Rizzolo writes: > FTR this is also visible in the reproducible CI: > https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/django-pipeline.html > > That's a standard pbuilder instance in a clean chroot. > > I tried to reproduce it locally and I had the very same

Re: django-pipeline

2016-03-22 Thread Mattia Rizzolo
On Tue, Mar 22, 2016 at 05:42:48PM +1100, Brian May wrote: > I would appreciate help with #818730 for django-pipeline. > > The reporter claims the package won't build however I can't reproduce > any problems myself. Which makes it hard to fix. FTR this is also visible in the reproducible CI: