Your message dated Thu, 22 Mar 2012 12:38:54 +0100
with message-id <[email protected]>
and subject line Re: Bug#665019: python-djvulibre: FTBFS: test failed
has caused the Debian Bug report #665019,
regarding python-djvulibre: FTBFS: test failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
665019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665019
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-djvulibre
Version: 0.3.3-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> mkdir -p debian/tmp/locale/
> localedef -f UTF-8 -i ja_JP ./debian/tmp/locale/ja_JP.UTF-8/
> export LOCPATH=/«PKGBUILDDIR»/debian/tmp/locale/ && \
>       cd tests && \
>       set -x -e; \
>       for python in python2.6 python2.7; do \
>               ln -sf $(_py_=$python; _py_=${_py_#python}; ls -d 
> /«PKGBUILDDIR»/build/lib.*-${_py_})/djvu djvu; $python /usr/bin/nosetests 
> --verbose; rm djvu; \
>               ln -sf $(_py_=$python; _py_=${_py_#python}; ls -d 
> /«PKGBUILDDIR»/build/lib_d.*-${_py_} 2>/dev/null || ls -d 
> /«PKGBUILDDIR»/build/lib.*-${_py_}-pydebug)/djvu djvu; $python-dbg 
> /usr/bin/nosetests --verbose; rm djvu; \
>       done
> + _py_=python2.6
> + _py_=2.6
> + ls -d /«PKGBUILDDIR»/build/lib.linux-x86_64-2.6
> + ln -sf /«PKGBUILDDIR»/build/lib.linux-x86_64-2.6/djvu djvu
> + python2.6 /usr/bin/nosetests --verbose
> test_const.test_text_zones.test_comparison1 ... ok
> test_const.test_text_zones.test_comparison2 ... ok
> test_const.test_text_zones.test_identity ... ok
> test_const.test_text_zones.test_repr ... ok
> test_const.test_text_zones.test_type ... ok
> test_decode.test_affine_transforms.test1 ... ok
> test_decode.test_affine_transforms.test_bad_args ... ok
> test_decode.test_documents.test_bad_new ... ok
> test_decode.test_documents.test_export_ps ... FAIL
> test_decode.test_documents.test_new_document ... ok
> test_decode.test_documents.test_nonexistent ... ok
> test_decode.test_documents.test_nonexistent_de ... ok
> test_decode.test_documents.test_save ... ok
> test_decode.test_messages.test_bad_new ... ok
> test_decode.test_page_jobs.test_bad_new ... ok
> test_decode.test_page_jobs.test_decode ... ok
> test_decode.test_pixel_formats.test_bad_new ... ok
> test_decode.test_pixel_formats.test_grey ... ok
> test_decode.test_pixel_formats.test_packed_bits ... ok
> test_decode.test_pixel_formats.test_palette ... ok
> test_decode.test_pixel_formats.test_rgb ... ok
> test_decode.test_pixel_formats.test_rgb_mask ... ok
> test_decode.test_sexpr.test ... ok
> test_decode.test_streams.test ... ok
> test_decode.test_streams.test_bad_new ... ok
> test_decode.test_thumbnails.test ... ok
> test_decode.test_context_cache ... ok
> test_decode.test_jobs ... ok
> test_decode.test_metadata ... ok
> test_sexpr.test_expression_writer.test_bad_io ... Unhandled exception (42)
> Traceback (most recent call last):
>   File "sexpr.pyx", line 146, in djvu.sexpr._myio_puts (djvu/sexpr.c:1619)
> AttributeError: 'int' object has no attribute 'write'
> 
> Unhandled exception (42)
> Traceback (most recent call last):
>   File "sexpr.pyx", line 146, in djvu.sexpr._myio_puts (djvu/sexpr.c:1619)
> AttributeError: 'int' object has no attribute 'write'
> 
> Unhandled exception (42)
> Traceback (most recent call last):
>   File "sexpr.pyx", line 146, in djvu.sexpr._myio_puts (djvu/sexpr.c:1619)
> AttributeError: 'int' object has no attribute 'write'
> 
> Unhandled exception (42)
> Traceback (most recent call last):
>   File "sexpr.pyx", line 146, in djvu.sexpr._myio_puts (djvu/sexpr.c:1619)
> AttributeError: 'int' object has no attribute 'write'
> 
> Unhandled exception (42)
> Traceback (most recent call last):
>   File "sexpr.pyx", line 146, in djvu.sexpr._myio_puts (djvu/sexpr.c:1619)
> AttributeError: 'int' object has no attribute 'write'
> 
> ok
> test_sexpr.test_expression_writer.test_fileio_binary ... ok
> test_sexpr.test_expression_writer.test_fileio_text ... ok
> test_sexpr.test_expression_writer.test_stringio ... ok
> test_sexpr.test_int_expressions.test_bool ... ok
> test_sexpr.test_int_expressions.test_limits ... ok
> test_sexpr.test_int_expressions.test_long ... ok
> test_sexpr.test_int_expressions.test_pickle ... ok
> test_sexpr.test_int_expressions.test_short ... ok
> test_sexpr.test_list_expressions.test1 ... ok
> test_sexpr.test_list_expressions.test2 ... ok
> test_sexpr.test_list_expressions.test_abc ... ok
> test_sexpr.test_list_expressions.test_append ... ok
> test_sexpr.test_list_expressions.test_contains ... ok
> test_sexpr.test_list_expressions.test_copy1 ... ok
> test_sexpr.test_list_expressions.test_copy2 ... ok
> test_sexpr.test_list_expressions.test_copy3 ... ok
> test_sexpr.test_list_expressions.test_count ... ok
> test_sexpr.test_list_expressions.test_delitem ... ok
> test_sexpr.test_list_expressions.test_extend ... ok
> test_sexpr.test_list_expressions.test_index ... ok
> test_sexpr.test_list_expressions.test_inplace_add ... ok
> test_sexpr.test_list_expressions.test_insert ... ok
> test_sexpr.test_list_expressions.test_pickle ... ok
> test_sexpr.test_list_expressions.test_pop ... ok
> test_sexpr.test_list_expressions.test_remove ... ok
> test_sexpr.test_list_expressions.test_reverse ... ok
> test_sexpr.test_unicode_expressions.test1 ... ok
> test_sexpr.test_unicode_expressions.test2 ... ok
> test_sexpr.test_symbols ... ok
> test_sexpr.test_expressions ... ok
> test_sexpr.test_string_expressions ... ok
> test_sexpr.test_expression_parser ... ok
> 
> ======================================================================
> FAIL: test_decode.test_documents.test_export_ps
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/«PKGBUILDDIR»/tests/test_decode.py", line 315, in test_export_ps
>     b(' 3\x0c'),
> AssertionError: ['', '', ' 3C', ' red green blue cyan magenta yellow', '', ' 
> red  green  blue  cyan  magenta yellow', '', ' 3\x0c'] != ['', '', ' 3C', ' 
> red green blue cyan magenta yellow', '', ' red green blue cyan magenta 
> yellow', '', ' 3\x0c']
> 
> ----------------------------------------------------------------------
> Ran 62 tests in 2.008s
> 
> FAILED (failures=1)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/python-djvulibre_0.3.3-1.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Version: 0.3.3-1.1

On Thu, 22 Mar 2012 12:11:41 +0100, Lucas Nussbaum wrote:

> Source: python-djvulibre
> Version: 0.3.3-1
> Severity: serious
> Tags: wheezy sid
> User: [email protected]
> Usertags: qa-ftbfs-20120321 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.

This looks like a duplicate of #646177 which was fixed in the
0.3.3-1.1 NMU that reached unstable yesterday. - Closing the bug with
this version.
 
Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to