Bug#818730: [Python-modules-team] Bug#818730: FTBFS in unstable

2016-03-23 Thread Brian May
Discussion was moved here:
https://lists.debian.org/debian-python/2016/03/msg00070.html

Am about to upload what should be a fix to this problem.
-- 
Brian May 



Bug#818730: [Python-modules-team] Bug#818730: FTBFS in unstable

2016-03-20 Thread Brian May
Steve Langasek  writes:

> django-pipeline fails to build in unstable with the following error:

Was this on a clean unstable system?

Am wondering if maybe there is something else installed that is badly
interacting with the build process.

Have traced through the code, and all it should be doing in the failing
test is:

to_class('pipeline.compressors.yuglify.YuglifyCompressor')

which in turn returns:

importlib.import_module('pipeline.compressors.yuglify').YuglifyCompressor

I don't see why this should be failing. Particularly as the message
makes it clear that this symbol can be loaded.
-- 
Brian May 



Bug#818730: [Python-modules-team] Bug#818730: FTBFS in unstable

2016-03-20 Thread Brian May
Steve Langasek  writes:

> Since this is an Arch: all package with no build log, it's not clear what has
> changed to cause it to fail to build, but clearly something has.

Unfortunately, I cannot reproduce any build problems on a sid schroot
with i386 or amd64.

(otherwise was thinking the new upstream version would fix any problems)
-- 
Brian May 



Bug#818730: FTBFS in unstable

2016-03-20 Thread Steve Langasek
Package: src:django-pipeline
Version: 1.6.4-1
Severity: serious

django-pipeline fails to build in unstable with the following error:

make[1]: Entering directory '/tmp/django-pipeline-1.6.4'
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=. python{version} 
/usr/bin/django-admin test --settings=tests.settings" dh_auto_test
I: pybuild base:184: PYTHONPATH=. python2.7 /usr/bin/django-admin test 
--settings=tests.settings
.F...F
==
FAIL: test_css_compressor_class (tests.tests.test_compressor.CompressorTest)
--
Traceback (most recent call last):
  File "/tmp/django-pipeline-1.6.4/tests/tests/test_compressor.py", line 36, in 
test_css_compressor_class
self.assertEqual(self.compressor.css_compressor, YuglifyCompressor)
AssertionError: None != 

==
FAIL: test_js_compressor_class (tests.tests.test_compressor.CompressorTest)
--
Traceback (most recent call last):
  File "/tmp/django-pipeline-1.6.4/tests/tests/test_compressor.py", line 33, in 
test_js_compressor_class
self.assertEqual(self.compressor.js_compressor, YuglifyCompressor)
AssertionError: None != 

--
Ran 62 tests in 0.902s

FAILED (failures=2)

Since this is an Arch: all package with no build log, it's not clear what has
changed to cause it to fail to build, but clearly something has.