Your message dated Wed, 27 Jan 2016 00:18:59 +0000
with message-id <e1aodp5-0000sk...@franck.debian.org>
and subject line Bug#812093: fixed in giflib 5.1.2-0.2
has caused the Debian Bug report #812093,
regarding libimager-perl: FTBFS - test t/200-file/400-basic.t fails
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 ow...@bugs.debian.org
immediately.)


-- 
812093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libimager-perl
Version: 1.004+dfsg-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
ok 68 - check error message
ok
Use of uninitialized value $msg in concatenation (.) or string at 
t/200-file/400-basic.t line 343.
Use of uninitialized value $msg in concatenation (.) or string at 
t/200-file/400-basic.t line 344.
Use of uninitialized value $msg in concatenation (.) or string at 
t/200-file/400-basic.t line 343.
Use of uninitialized value $msg in concatenation (.) or string at 
t/200-file/400-basic.t line 344.
Use of uninitialized value in subroutine entry at t/200-file/400-basic.t line 
79.
Use of uninitialized value in subroutine entry at t/200-file/400-basic.t line 
79.
im1 is not of type Imager::ImgRaw at t/200-file/400-basic.t line 79.
t/200-file/400-basic.t .......... 
1..262
# avaliable formats:
# ifs
# tga
# jpeg
# raw
# png
# pnm
# tiff
# ft2
# gif
# bmp
# type jpeg
#opening Format: jpeg, options: file=>JPEG/testimg/209_yonge.jpg
ok 1 # reading from file
ok 2 # opening JPEG/testimg/209_yonge.jpg
ok 3 # read from fh
ok 4 # seek after read
ok 5 # read from fh
ok 6 # image comparison after fh read
ok 7 # seek after read
ok 8 # read from fd
ok 9 # image comparistion after fd read
ok 10 # seek after fd read
ok 11 # close fh after reads
ok 12 # read from buffer
ok 13 # comparing buffer read image
ok 14 # read from callback min
ok 15 # comparing mincb image
ok 16 # read from callback max
ok 17 # comparing maxcb image
# type png
#opening Format: png, options: file=>testimg/test.png
ok 18 # reading from file
ok 19 # opening testimg/test.png
ok 20 # read from fh
ok 21 # seek after read
ok 22 # read from fh
ok 23 # image comparison after fh read
ok 24 # seek after read
ok 25 # read from fd
ok 26 # image comparistion after fd read
ok 27 # seek after fd read
ok 28 # close fh after reads
ok 29 # read from buffer
ok 30 # comparing buffer read image
ok 31 # read from callback min
ok 32 # comparing mincb image
ok 33 # read from callback max
ok 34 # comparing maxcb image
# type raw
#opening Format: raw, options: ysize=>150 file=>testimg/test.raw type=>raw 
interleave=>0 xsize=>150
ok 35 # reading from file
ok 36 # opening testimg/test.raw
ok 37 # read from fh
ok 38 # seek after read
ok 39 # read from fh
ok 40 # image comparison after fh read
ok 41 # seek after read
ok 42 # read from fd
ok 43 # image comparistion after fd read
ok 44 # seek after fd read
ok 45 # close fh after reads
ok 46 # read from buffer
ok 47 # comparing buffer read image
ok 48 # read from callback min
ok 49 # comparing mincb image
ok 50 # read from callback max
ok 51 # comparing maxcb image
# type pnm
#opening Format: pnm, options: file=>testimg/penguin-base.ppm
ok 52 # reading from file
ok 53 # opening testimg/penguin-base.ppm
ok 54 # read from fh
ok 55 # seek after read
ok 56 # read from fh
ok 57 # image comparison after fh read
ok 58 # seek after read
ok 59 # read from fd
ok 60 # image comparistion after fd read
ok 61 # seek after fd read
ok 62 # close fh after reads
ok 63 # read from buffer
ok 64 # comparing buffer read image
ok 65 # read from callback min
ok 66 # comparing mincb image
ok 67 # read from callback max
ok 68 # comparing maxcb image
# type gif
#opening Format: gif, options: file=>GIF/testimg/expected.gif
ok 69 # Imager=HASH(0xa64ce0)
ok 70 # opening GIF/testimg/expected.gif
ok 71 # 
ok 72 # seek after read
ok 73 # 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 189/262 subtests 
t/200-file/450-preload.t ........ 
[...]

Test Summary Report
-------------------
t/200-file/400-basic.t        (Wstat: 65280 Tests: 73 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 262 tests but ran 73.
Files=65, Tests=4481, 38 wallclock secs ( 1.34 usr  0.20 sys + 26.61 cusr  3.43 
csys = 31.58 CPU)
Result: FAIL
Failed 1/65 test programs. 0/4481 subtests failed.
Makefile:1580: recipe for target 'test_dynamic' failed
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-libimager-perl/libimager-perl-1.004+dfsg'
dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
debian/rules:35: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: Copying back the cached apt archive contents
I: unmounting /srv/jenkins-slave/workspace/sid-goto-cc-libimager-perl filesystem
I: unmounting /run/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
 -> Cleaning COW directory
  forking: rm -rf /srv/jenkins-slave/cow/cow.38613


The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael

Attachment: libimager-perl-build-log.txt.gz
Description: application/gunzip

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: giflib
Source-Version: 5.1.2-0.2

We believe that the bug you reported is fixed in the latest version of
giflib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated giflib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 27 Jan 2016 01:00:16 +0100
Source: giflib
Binary: giflib-dbg giflib-tools libgif7 libgif-dev
Architecture: source amd64
Version: 5.1.2-0.2
Distribution: unstable
Urgency: medium
Maintainer: Thibaut Gridel <tgri...@free.fr>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 giflib-dbg - library for GIF images (debug)
 giflib-tools - library for GIF images (utilities)
 libgif-dev - library for GIF images (development)
 libgif7    - library for GIF images (library)
Closes: 812093
Changes:
 giflib (5.1.2-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix DGifOpen(), uninitialized memory. Closes: #812093.
Checksums-Sha1:
 075321f1cbe832a2325f42a236c158786d776af1 2054 giflib_5.1.2-0.2.dsc
 dd01db8232c77dc4911c61573ccc8df8fa00c33c 12704 giflib_5.1.2-0.2.debian.tar.xz
 a4cd7713f288632a610300178e7ffffb9a6eba36 166492 giflib-dbg_5.1.2-0.2_amd64.deb
 09967dfffec4208eada0195a01a5d5dfca7c5d5b 121102 
giflib-tools_5.1.2-0.2_amd64.deb
 e9e92d0a6b1226cbb762c9aef4f2e019e529e3a1 44430 libgif-dev_5.1.2-0.2_amd64.deb
 10ed2fa4a50f716f1c1ebde61f67f2ded7beb2c3 42092 libgif7_5.1.2-0.2_amd64.deb
Checksums-Sha256:
 dd9e9f870fe520390da65cfd6fb24f887095a15ff69d7e5defee5c1cebb02fae 2054 
giflib_5.1.2-0.2.dsc
 c42b44f7e2ccd1cd2e1e2e0a6b99bf5826661250a494b900c84aa0ef90373adb 12704 
giflib_5.1.2-0.2.debian.tar.xz
 baffd0fea9b1ab0e0d0fb7cfba3a0e6ec733aac7826b269fd4726936372fbf0e 166492 
giflib-dbg_5.1.2-0.2_amd64.deb
 2a5f0497a087e9be073262cc98cd75a13856bad16397dc5108c639dd54c734c7 121102 
giflib-tools_5.1.2-0.2_amd64.deb
 fcef222f5f1d500c192f5a2b945dc4bfb4aaff75fe2d70f302eaa77bc855ff8a 44430 
libgif-dev_5.1.2-0.2_amd64.deb
 45f681d481bb2bddc5c523d3684294e5f746c90fa03f2fa491554692092700c7 42092 
libgif7_5.1.2-0.2_amd64.deb
Files:
 9a33081b251ec3d66d5e164c54e48806 2054 libs optional giflib_5.1.2-0.2.dsc
 f5b5c2b858fb1152c9305ee8a2faacf7 12704 libs optional 
giflib_5.1.2-0.2.debian.tar.xz
 2d971c505c4a72c649446f51c081e39d 166492 debug extra 
giflib-dbg_5.1.2-0.2_amd64.deb
 060212a7b73bdba8ee6ec286c809fe55 121102 utils optional 
giflib-tools_5.1.2-0.2_amd64.deb
 11952b4fa4d7de08c999354f80170055 44430 libdevel optional 
libgif-dev_5.1.2-0.2_amd64.deb
 43239f7109cf38ca4c8f48d4a8634688 42092 libs optional 
libgif7_5.1.2-0.2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWqAkSAAoJEL1+qmB3j6b1pJsQAJfdE9tsH4yevft2sUs/2tgj
5OdfFswy559PlTnkU+qXR24K42KXhAqi5P74oE9G+7JvwYbWnVgK1kb1aSqLOwxi
LmhaMdcKFYMoj+HSl5g+fKqxgephD4M0mnWeIaUTa5VweOy9/SY1tDOMeifXBhQ4
nlVypL4sGwyCUV3cCYJNGfOEWevbSIT05gjarFWfuX6lzinzNgO22svmgNnORKuA
AB9zbw5UgjXQ6fq8T/TiqE6pU2rFxHhDIb6SRMIO43r6Mw2y68mm76Zix4NvOsTH
Ujz3AKMH1n3JBFT6QB/hM99Wm3nDoNVtwRrHqessrOQjJdFNwfFRgOkU2fo2Bpwx
LlULWvHAYLEwSv2QceBSyMlURFsC0hVZVH8anVOqNx6Q9jXdQWKLExuDYHnmWJMe
ntOWz325esRnOhcTQwXSQdqBhEWGoMstmTClGbl5ijiMqOWUZ0nBBWkrq+6hthiy
P5/NBBBeMmQMqBKViM9Q624sDoeMtYvbnnts8XOBHsqo79XE2AuuVbv7cQp000Gb
zCIZof905moYv377CCsSayrwStkhiXsShS7vhOwYugHrqQ5PpIBmGAKRYrn0p78e
8ZD/e71UnVhVuVo9t/1KgktfztJHU5gi5PdJor7WW+KTXHSUev/mHcK0ZpLYQDjz
zXumjipoXQzmoegkXOoN
=24Xz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to