Your message dated Wed, 26 Aug 2015 17:34:25 +0000
with message-id <e1zueaf-0007ju...@franck.debian.org>
and subject line Bug#783610: fixed in libxml-libxml-perl 2.0116+dfsg-5
has caused the Debian Bug report #783610,
regarding libimage-info-perl: FTBFS: Failed 1/13 test programs. 1/134 subtests 
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 ow...@bugs.debian.org
immediately.)


-- 
783610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libimage-info-perl
Version: 1.28-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

libimage-info-perl fails to build from source in testing/amd64:

  [..]

  #   Failed test '../img/test.svg'
  #   at t/string.t line 68.
  #     Structures begin differing at:
  #          $got->{Warn} = 'Warning: XML::LibXML compiled against
  libxml2 20902, but runtime libxml2 is older 20901
  #     '
  #     $expected->{Warn} = Does not exist
  # Looks like you failed 1 test of 22.
  t/string.t ..... 
  Dubious, test returned 1 (wstat 256, 0x100)
  Failed 1/22 subtests 
  t/svg.t ........ ok
  t/tiff.t ....... ok
  t/tiff_e.t ..... ok
  t/tiny-pgm.t ... ok
  
  Test Summary Report
  -------------------
  t/string.t   (Wstat: 256 Tests: 22 Failed: 1)
    Failed test:  16
    Non-zero exit status: 1
  Files=13, Tests=134,  1 wallclock secs ( 0.05 usr  0.00 sys +  0.38
  cusr  0.04 csys =  0.47 CPU)
  Result: FAIL
  Failed 1/13 test programs. 1/134 subtests failed.
  Makefile:797: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory
  '/home/lamby/temp/cdt.20150821143313.UcCLpsTkSX/libimage-info-perl-1.28'
  debian/rules:29: recipe for target 'build-stamp' failed
  make: *** [build-stamp] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package libimage-info-perl
dpkg-buildpackage: source version 1.28-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Don Armstrong <d...@debian.org>
 dpkg-source --before-build libimage-info-perl-1.28
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f *-stamp
if [ -e Makefile ]; then \
        /usr/bin/make distclean;\
fi
dh_clean
dh_clean: Compatibility levels before 5 are deprecated (level 4 in use)
 debian/rules build
dh_testdir
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Cannot determine perl version info from lib/Image/Info.pm
Cannot determine license info from lib/Image/Info.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Test::More ...loaded. (1.001002 >= 0.62)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Image::Info
Writing MYMETA.yml and MYMETA.json
/usr/bin/make
make[1]: Entering directory 
'/home/lamby/temp/cdt.20150821143313.UcCLpsTkSX/libimage-info-perl-1.28'
cp lib/Image/Info/XBM.pm blib/lib/Image/Info/XBM.pm
cp lib/Image/Info/GIF.pm blib/lib/Image/Info/GIF.pm
cp lib/Image/Info/JPEG.pm blib/lib/Image/Info/JPEG.pm
cp lib/Image/Info/PNG.pm blib/lib/Image/Info/PNG.pm
cp lib/Image/Info/BMP.pm blib/lib/Image/Info/BMP.pm
cp lib/Image/Info/PPM.pm blib/lib/Image/Info/PPM.pm
cp lib/Image/Info/TIFF.pm blib/lib/Image/Info/TIFF.pm
cp lib/Image/TIFF.pm blib/lib/Image/TIFF.pm
cp lib/Image/Info/XPM.pm blib/lib/Image/Info/XPM.pm
cp lib/Image/Info/SVG.pm blib/lib/Image/Info/SVG.pm
cp lib/Image/Info.pm blib/lib/Image/Info.pm
Manifying blib/man3/Image::Info.3pm
Manifying blib/man3/Image::Info::BMP.3pm
Manifying blib/man3/Image::Info::PPM.3pm
Manifying blib/man3/Image::Info::SVG.3pm
Manifying blib/man3/Image::Info::TIFF.3pm
Manifying blib/man3/Image::Info::XBM.3pm
Manifying blib/man3/Image::Info::XPM.3pm
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150821143313.UcCLpsTkSX/libimage-info-perl-1.28'
/usr/bin/make test
make[1]: Entering directory 
'/home/lamby/temp/cdt.20150821143313.UcCLpsTkSX/libimage-info-perl-1.28'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" 
"-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 
'blib/arch')" t/00_basics.t t/bmp.t t/dim.t t/exif.t t/jpg_hang.t t/png.t 
t/pod.t t/pod_cov.t t/string.t t/svg.t t/tiff.t t/tiff_e.t t/tiny-pgm.t
t/00_basics.t .. ok
t/bmp.t ........ ok
t/dim.t ........ ok
t/exif.t ....... ok
# Ignoring unknown type code 0
# Ignoring unknown type code 20
t/jpg_hang.t ... ok
t/png.t ........ ok
t/pod.t ........ ok
t/pod_cov.t .... ok

#   Failed test '../img/test.svg'
#   at t/string.t line 68.
#     Structures begin differing at:
#          $got->{Warn} = 'Warning: XML::LibXML compiled against libxml2 20902, 
but runtime libxml2 is older 20901
#     '
#     $expected->{Warn} = Does not exist
# Looks like you failed 1 test of 22.
t/string.t ..... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/22 subtests 
t/svg.t ........ ok
t/tiff.t ....... ok
t/tiff_e.t ..... ok
t/tiny-pgm.t ... ok

Test Summary Report
-------------------
t/string.t   (Wstat: 256 Tests: 22 Failed: 1)
  Failed test:  16
  Non-zero exit status: 1
Files=13, Tests=134,  1 wallclock secs ( 0.05 usr  0.00 sys +  0.38 cusr  0.04 
csys =  0.47 CPU)
Result: FAIL
Failed 1/13 test programs. 1/134 subtests failed.
Makefile:797: recipe for target 'test_dynamic' failed
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150821143313.UcCLpsTkSX/libimage-info-perl-1.28'
debian/rules:29: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libxml-libxml-perl
Source-Version: 2.0116+dfsg-5

We believe that the bug you reported is fixed in the latest version of
libxml-libxml-perl, 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 783...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated libxml-libxml-perl 
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: SHA512

Format: 1.8
Date: Wed, 26 Aug 2015 19:21:06 +0200
Source: libxml-libxml-perl
Binary: libxml-libxml-perl
Architecture: source
Version: 2.0116+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 783610
Description: 
 libxml-libxml-perl - Perl interface to the libxml2 library
Changes:
 libxml-libxml-perl (2.0116+dfsg-5) unstable; urgency=medium
 .
   * debian/rules: use 'wildcard' instead of 'shell echo'.
   * Add patch to disable the runtime check for the libxml2 version.
     This test is not needed due to symbol versioning, and it causes warnings
     which are not only annoying but break the build of other packages.
     (Closes: #783610)
   * Update years of packaging copyright.
Checksums-Sha1: 
 6e7a97c12e03039fbdff54656d5d48291e15f160 2413 
libxml-libxml-perl_2.0116+dfsg-5.dsc
 af65250caca548f9ddf09c97a3e259a7b30ecc91 11080 
libxml-libxml-perl_2.0116+dfsg-5.debian.tar.xz
Checksums-Sha256: 
 5ecd75a7399ed2b43bc0e8aab93a9a98820cd97d4c4e4939422466df2f752ccf 2413 
libxml-libxml-perl_2.0116+dfsg-5.dsc
 f178a7a09aed8ad0abcacfbc7acaafe17bc8c4fb97df6d5fa47133db0a9aef6d 11080 
libxml-libxml-perl_2.0116+dfsg-5.debian.tar.xz
Files: 
 b68038582633376834fe89a9acf5bd1a 2413 perl optional 
libxml-libxml-perl_2.0116+dfsg-5.dsc
 09426709ccad1b22ad38242b8c8bc0ea 11080 perl optional 
libxml-libxml-perl_2.0116+dfsg-5.debian.tar.xz

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

iQJ8BAEBCgBmBQJV3fYfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGZ3gP/2B81HwmXvFVMoJFQJHWNLeb
HwI4cCoPBBEGeKGtrsqXTaIB7L/CMBV/DI+mvZb7cS6CCtsF/RNPMoBGH2y15H+n
353gNaMBO49ezLsxURr4KNqsb21yJZNsZZNJwuqcbuoVU0fdpvQaCbEqZ6tyhPoB
3Hu4E9C0I7wcYvVwkv0MZnahmC3kLazAhWMRjGW/cDkb5f818aFXlp02SjtchdeL
vxLqJjByPffC5LSZQ7U3sxk2c1TbDYXheP5qO83t1Mt6MRYzBuFb/TmN1Gg20mpN
s9is2rYdwDT+v+h4Di0x76vkL8mATxnzZh7YXykXPedqI/LPaJNugnGBv/GhWsr2
T8ZpIbRXPWeNdPZRtunYuYbNXuPvVSZvGbXkAHqE15DRUyckF23DYmD6GRZWzfNM
316rXiEaduN3Tm9w5jG67muzxIcG2TnsGHIVVPDVFe/VzWzJ/BgS3AuqpwW8z7wx
hngM8Ry10AtWlS7ArdcKuLNmnrfEqkNhDoMDeaic7FmxfGMtfQ51+sou2akzM71u
flHqM6ypPtKXCFc83uQV5Jw/wwcAF7ghxabiTTj8YTVde+wBKFoQuikq+Kj1AtCQ
mKjKNgc59ZvDAgB68twJInkkkxga2g6MEvU40MSOrEWkp861zZHILo1Rt6G258ub
LxOzDjm82CJKqjTRWIT0
=iVW1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to