Your message dated Wed, 27 Jan 2016 00:18:59 +0000
with message-id <[email protected]>
and subject line Bug#812093: fixed in giflib 5.1.2-0.2
has caused the Debian Bug report #812093,
regarding libgif7: DGifOpen() broken because it uses uninitialized memory
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.)
--
812093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812093
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libimager-perl
Version: 1.004+dfsg-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
libimager-perl fails to build from source in unstable/amd64:
[..]
ok 30 - check mono is mono
ok 31 - got basic test image (by name)
ok 32 - check basic image type
ok 33 - check basic image channels
ok 34 - check basic image bits
ok 35 - check basic isn't mono
ok 36 - got 16-bit basic test image (by name)
ok 37 - check 16-bit basic image type
ok 38 - check 16-bit basic image channels
ok 39 - check 16-bit basic image bits
ok 40 - check 16-bit basic isn't mono
ok 41 - got double basic test image (by name)
ok 42 - check double basic image type
ok 43 - check double basic image channels
ok 44 - check double basic image bits
ok 45 - check double basic isn't mono
ok 46 - got gray test image (by name)
ok 47 - check gray image type
ok 48 - check gray image channels
ok 49 - check gray image bits
ok 50 - check gray isn't mono
ok 51 - got gray test image (by name)
ok 52 - check 16-bit gray image type
ok 53 - check 16-bit gray image channels
ok 54 - check 16-bit gray image bits
ok 55 - check 16-bit isn't mono
ok 56 - got mono image (by name)
ok 57 - check mono image type
ok 58 - check mono image channels
ok 59 - check mono image bits
ok 60 - check mono is mono
ok
t/900-util/020-error.t ..........
1..7
ok 1 - use Imager;
ok 2 - read of junk.ppm should have failed
ok 3 - got the errors
ok 4 - entry 0 is an array ref
ok 5 - entry 0 has 2 elements
ok 6 - check message
ok 7 - error code should be 0
ok
t/900-util/030-log.t ............
1..6
ok 1 - open log
ok 2 - file is there
ok 3 - check message made it to the log
ok 4 # skip Logging built
ok 5 # skip Logging built
ok 6 # skip Logging built
ok
t/900-util/040-limit.t ..........
1..31
ok 1 - set limits to 10, 10, 300
ok 2 - successful check limits in parent
ok 3 - failed check limits in parent
ok 4 - 1: set limits to 5 x 5, 75 bytes
ok 5 - 1: successful check 5 x 5
ok 6 - 1: failed check 5 x 5, ssize 2
ok 7 - check limits are still 5 x 5 , 75 bytes
ok 8 - 2: set limits to 10 x 10, 300 bytes
ok 9 - 2: successful check 10 x 10
ok 10 - 2: failed check 10 x 10, ssize 2
ok 11 - check limits are still 10 x 10 , 300 bytes
ok 12 - 3: set limits to 15 x 15, 675 bytes
ok 13 - 3: successful check 15 x 15
ok 14 - 3: failed check 15 x 15, ssize 2
ok 15 - check limits are still 15 x 15 , 675 bytes
ok 16 - 4: set limits to 20 x 20, 1200 bytes
ok 17 - 4: successful check 20 x 20
ok 18 - 4: failed check 20 x 20, ssize 2
ok 19 - check limits are still 20 x 20 , 1200 bytes
ok 20 - 5: set limits to 25 x 25, 1875 bytes
ok 21 - 5: successful check 25 x 25
ok 22 - 5: failed check 25 x 25, ssize 2
ok 23 - check limits are still 25 x 25 , 1875 bytes
ok 24 - join child 1
ok 25 - join child 2
ok 26 - join child 3
ok 27 - join child 4
ok 28 - join child 5
ok 29 - test we still pass
ok 30 - test we still fail
ok 31 - check original main thread limits still set
ok
t/900-util/050-matrix.t .........
1..25
ok 1 - use Imager::Matrix2d;
ok 2 - identity matrix
ok 3 - translate matrix
ok 4 - translate just x
ok 5 - translate just y
ok 6 - rotate matrix
ok 7 - shear matrix
ok 8 - scale matrix
ok 9 - custom matrix
ok 10 - translate called on rotate with just x
ok 11 - translate called on rotate with just y
ok 12 - bad custom matrix
ok 13 - check error
ok 14 - mult by unblessed matrix
ok 15 - mult with unblessed matrix
ok 16 - mult by three
ok 17 - mult with three
ok 18 - mult by hash ref died
ok 19 - check message
ok 20 - mult by short array ref died
ok 21 - check message
ok 22 - mult by bad scalar died
ok 23 - check message
ok 24 - x from rotate (0,0) around (10, 5)
ok 25 - y from rotate (0,0) around (10, 5)
ok
t/900-util/060-extutil.t ........
1..6
ok 1 - check dirs absolute
ok 2 - has the -I
ok 3 - found a header
ok 4 - got a typemap path
ok 5 - it exists
ok 6 - it seems to be the right file
ok
t/900-util/060-hlines.t .........
1..17
ok 1 - made hline
ok 2 - check values
ok 3 - check (-5, 7) added
ok 4 - check (8, 4) added
ok 5 - check (3, 3) added
ok 6 - check (2, 6) added
ok 7 - check (6, -5, 5) not added
ok 8 - check (6, 100, 5) not added
ok 9 - check (-1, 5, 2) not added
ok 10 - check (10, 5, 2) not added
ok 11 - check internal overlap merged
ok 12 - lots of segments
ok 13 - merge lots of segments
ok 14 - left merge
ok 15 - right merge
ok 16 - make hlines object from image
ok 17 - check initialized properly
ok
t/950-kwalitee/010-pod.t ........ skipped: POD only tested under automated or
author testing
t/950-kwalitee/020-samples.t ....
1..32
ok 1 - sample file anaglyph.pl in manifest
ok 2 - sample file replace_color.pl in manifest
ok 3 - sample file inline_replace_color.pl in manifest
ok 4 - sample file interleave.pl in manifest
ok 5 - sample file samp-form.cgi in manifest
ok 6 - sample file samp-image.cgi in manifest
ok 7 - sample file samp-scale.html in manifest
ok 8 - sample file samp-scale.cgi in manifest
ok 9 - sample file samp-tags.html in manifest
ok 10 - sample file samp-tags.cgi in manifest
ok 11 - sample file border.pl in manifest
ok 12 - sample file slant_text.pl in manifest
ok 13 - sample file tk-photo.pl in manifest
ok 14 - sample file align-string.pl in manifest
ok 15 - sample file inline_capture2image.pl in manifest
ok 16 - sample file flasher.pl in manifest
ok 17 - sample file gifscale.pl in manifest
ok 18 - sample file quad_to_square.pl in manifest
ok 19 - sample file wiggle.pl in manifest
ok 20 - sample file drop_shadow.pl in manifest
ok 21 - sample anaglyph.pl in manifest found in README
ok 22 - sample border.pl in manifest found in README
ok 23 - sample drop_shadow.pl in manifest found in README
ok 24 - sample flasher.pl in manifest found in README
ok 25 - sample gifscale.pl in manifest found in README
ok 26 - sample inline_capture2image.pl in manifest found in README
ok 27 - sample inline_replace_color.pl in manifest found in README
ok 28 - sample interleave.pl in manifest found in README
ok 29 - sample quad_to_square.pl in manifest found in README
ok 30 - sample replace_color.pl in manifest found in README
ok 31 - sample slant_text.pl in manifest found in README
ok 32 - sample wiggle.pl in manifest found in README
ok
t/950-kwalitee/030-podcover.t ...
1..20
ok 1 - Pod coverage on Imager
ok 2 - Pod coverage on Imager::Font
ok 3 - Pod coverage on Imager::Color
ok 4 - Pod coverage on Imager::Color::Float
ok 5 - Pod coverage on Imager::Color::Table
ok 6 - Pod coverage on Imager::ExtUtils
ok 7 - Pod coverage on Imager::Expr
ok 8 - Pod coverage on Imager::Expr::Assem
ok 9 - Pod coverage on Imager::Fill
ok 10 - Pod coverage on Imager::Font::BBox
ok 11 - Pod coverage on Imager::Font::Wrap
ok 12 - Pod coverage on Imager::Fountain
ok 13 - Pod coverage on Imager::Matrix2d
ok 14 - Pod coverage on Imager::Regops
ok 15 - Pod coverage on Imager::Transform
ok 16 - Pod coverage on Imager::Test
ok 17 - Pod coverage on Imager::IO
ok 18 - all methods in method index
ok 19 - only methods in method index
ok 20 - check method index is alphabetically sorted
ok
t/950-kwalitee/040-strict.t .....
1..79
ok 1 - file SGI/SGI.pm has use strict
ok 2 - file samples/wiggle.pl has use strict
ok 3 - file FT2/FT2.pm has use strict
ok 4 - file lib/Imager/Font.pm has use strict
ok 5 - file JPEG/Makefile.PL has use strict
ok 6 - file dynfilt/Makefile.PL has use strict
ok 7 - file lib/Imager/Color/Table.pm has use strict
ok 8 - file samples/gifscale.pl has use strict
ok 9 - file regops.perl has use strict
ok 10 - file Flines/Makefile.PL has use strict
ok 11 - file lib/Imager/Expr/Assem.pm has use strict
ok 12 - file lib/Imager/Transform.pm has use strict
ok 13 - file errep.perl has use strict
ok 14 - file samples/interleave.pl has use strict
ok 15 - file samples/border.pl has use strict
ok 16 - file DynTest/Makefile.PL has use strict
ok 17 - file apidocs.perl has use strict
ok 18 - file inc/Devel/CheckLib.pm has use strict
ok 19 - file lib/Imager/Font/FreeType2.pm has use strict
ok 20 - file doco.perl has use strict
ok 21 - file samples/inline_replace_color.pl has use strict
ok 22 - file samples/quad_to_square.pl has use strict
ok 23 - file lib/Imager/Color.pm has use strict
ok 24 - file t/t1000lib/Imager/File/BAD.pm has use strict
ok 25 - file transform.perl has use strict
ok 26 - file PNG/Makefile.PL has use strict
ok 27 - file T1/Makefile.PL has use strict
ok 28 - file samples/slant_text.pl has use strict
ok 29 - file lib/Imager/ExtUtils.pm has use strict
ok 30 - file JPEG/JPEG.pm has use strict
ok 31 - file PNG/PNG.pm has use strict
ok 32 - file lib/Imager/Test.pm has use strict
ok 33 - file GIF/GIF.pm has use strict
ok 34 - file FT2/Makefile.PL has use strict
ok 35 - file ICO/lib/Imager/File/CUR.pm has use strict
ok 36 - file lib/Imager/Color/Float.pm has use strict
ok 37 - file samples/drop_shadow.pl has use strict
ok 38 - file CountColor/Makefile.PL has use strict
ok 39 - file CountColor/CountColor.pm has use strict
ok 40 - file spot.perl has use strict
ok 41 - file samples/inline_capture2image.pl has use strict
ok 42 - file Flines/Flines.pm has use strict
ok 43 - file GIF/Makefile.PL has use strict
ok 44 - file lib/Imager/Font/Type1.pm has use strict
ok 45 - file ICO/ICO.pm has use strict
ok 46 - file lib/Imager/Fountain.pm has use strict
ok 47 - file T1/T1.pm has use strict
ok 48 - file lib/Imager/Probe.pm has use strict
ok 49 - file lib/Imager/Expr.pm has use strict
ok 50 - file samples/flasher.pl has use strict
ok 51 - file lib/Imager/Matrix2d.pm has use strict
ok 52 - file ICO/Makefile.PL has use strict
ok 53 - file DynTest/DynTest.pm has use strict
ok 54 - file samples/anaglyph.pl has use strict
ok 55 - file Makefile.PL has use strict
ok 56 - file W32/Makefile.PL has use strict
ok 57 - file W32/lib/Imager/Font/Win32.pm has use strict
ok 58 - file t/GoodTestFont.pm has use strict
ok 59 - file lib/Imager/Regops.pm has use strict
ok 60 - file W32/W32.pm has use strict
ok 61 - file samples/tk-photo.pl has use strict
ok 62 - file lib/Imager/Fill.pm has use strict
ok 63 - file lib/Imager/Font/Truetype.pm has use strict
ok 64 - file TIFF/Makefile.PL has use strict
ok 65 - file Imager.pm has use strict
ok 66 - file lib/Imager/Font/Test.pm has use strict
ok 67 - file SGI/Makefile.PL has use strict
ok 68 - file filterlist.perl has use strict
ok 69 - file lib/Imager/Preprocess.pm has use strict
ok 70 - file Mandelbrot/Mandelbrot.pm has use strict
ok 71 - file TIFF/TIFF.pm has use strict
ok 72 - file lib/Imager/Font/Image.pm has use strict
ok 73 - file t/Pod/Coverage/Imager.pm has use strict
ok 74 - file Mandelbrot/Makefile.PL has use strict
ok 75 - file bigtest.perl has use strict
ok 76 - file lib/Imager/Font/BBox.pm has use strict
ok 77 - file samples/replace_color.pl has use strict
ok 78 - file lib/Imager/Font/Wrap.pm has use strict
ok 79 - file samples/align-string.pl has use strict
ok
t/950-kwalitee/050-meta.t ....... skipped: Only if automated or author testing
t/950-kwalitee/060-podstruct.t .. skipped: POD only tested under automated or
author testing
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, 14 wallclock secs ( 0.53 usr 0.06 sys + 6.72 cusr
0.54 csys = 7.85 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
'/home/lamby/temp/cdt.20160120144002.af32Vhza8y/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
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
libimager-perl.1.004+dfsg-1.unstable.amd64.log.txt.gz
Description: Binary data
--- 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (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 [email protected])
-----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 <[email protected]>
Changed-By: Matthias Klose <[email protected]>
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 ---