Hello, On 06-Jul-25 12:10, Don Armstrong wrote: > Can you check > http://svn.donarmstrong.com/deb_pkgs/libimage-info-perl/trunk/ and see > if it succeeds or not? > > [I'm really just interested in the test output from it.] (I'm about to > upgrade to 1.22-1, and it's purported to fix this issue, but I'd like > you to check first.)
the problem is still there in the trunk version (see build log below). Regards Andreas Jochens Build log for http://svn.donarmstrong.com/deb_pkgs/libimage-info-perl/trunk: dpkg-buildpackage: source package is libimage-info-perl dpkg-buildpackage: source version is 1.21-2 dpkg-buildpackage: source changed by Don Armstrong <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture amd64 dpkg-buildpackage: source version without epoch 1.21-2 debian/rules clean dh_testdir dh_testroot rm -f *-stamp if [ -e Makefile ]; then \ /usr/bin/make -i distclean;\ fi make[1]: Entering directory `/srv/dbuild/tmp/trunk' rm -f \ *.a core \ core.[0-9] blib/arch/auto/Image/Info/extralibs.all \ core.[0-9][0-9] Info.bso \ pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ Info.x \ perl tmon.out \ *.o pm_to_blib \ blib/arch/auto/Image/Info/extralibs.ld blibdirs.ts \ core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ core.*perl.*.? Makefile.aperl \ perl Info.def \ core.[0-9][0-9][0-9] mon.out \ libInfo.def perlmain.c \ perl.exe so_locations \ Info.exp rm -rf \ blib mv Makefile Makefile.old > /dev/null 2>&1 rm -f \ Makefile.old Makefile rm -rf \ Image-Info-1.21 /usr/bin/perl "-Iinc" "-MExtUtils::Manifest=fullcheck" -e fullcheck Not in MANIFEST: debian/changelog Not in MANIFEST: debian/compat Not in MANIFEST: debian/control Not in MANIFEST: debian/copyright Not in MANIFEST: debian/patches/01_ignore_thumbnail_data.diff Not in MANIFEST: debian/patches/01_use_data_dumper_instead_of_data_dump.diff Not in MANIFEST: debian/patches/02_exif_e_link_fix.diff Not in MANIFEST: debian/rules Not in MANIFEST: debian/watch Not in MANIFEST: Info.pm.tmpl Not in MANIFEST: t/dim.t Not in MANIFEST: x make[1]: Leaving directory `/srv/dbuild/tmp/trunk' dh_clean debian/rules build dh_testdir /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Cannot determine perl version info from lib/Image/Info.pm *** Module::AutoInstall version 1.02 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.62 >= 0.42) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Image::Info /usr/bin/make make[1]: Entering directory `/srv/dbuild/tmp/trunk' 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/TIFF.pm blib/lib/Image/TIFF.pm cp lib/Image/Info/BMP.pm blib/lib/Image/Info/BMP.pm cp lib/Image/Info/JPEG.pm blib/lib/Image/Info/JPEG.pm cp lib/Image/Info/TIFF.pm blib/lib/Image/Info/TIFF.pm cp lib/Image/Info/PPM.pm blib/lib/Image/Info/PPM.pm cp lib/Image/Info/XPM.pm blib/lib/Image/Info/XPM.pm cp lib/Image/Info/PNG.pm blib/lib/Image/Info/PNG.pm cp lib/Image/Info.pm blib/lib/Image/Info.pm cp lib/Image/Info/SVG.pm blib/lib/Image/Info/SVG.pm Manifying blib/man3/Image::Info::XBM.3pm Manifying blib/man3/Image::Info::BMP.3pm Manifying blib/man3/Image::Info.3pm Manifying blib/man3/Image::Info::TIFF.3pm Manifying blib/man3/Image::Info::PPM.3pm Manifying blib/man3/Image::Info::XPM.3pm Manifying blib/man3/Image::Info::SVG.3pm make[1]: Leaving directory `/srv/dbuild/tmp/trunk' /usr/bin/make test make[1]: Entering directory `/srv/dbuild/tmp/trunk' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00_basics.t t/bmp.t t/dim.t t/exif.t t/png.t t/pod.t t/pod_cov.t t/string.t t/tiff.t t/tiff_e.t t/tiny-pgm.t t/00_basics....ok t/bmp..........ok t/dim..........ok t/exif.........ok t/png..........ok t/pod..........ok 11/11 skipped: Test::Pod not installed on this system t/pod_cov......ok t/string.......Use of uninitialized value in pack at ../lib/Image/Info/TIFF.pm line 84. Use of uninitialized value in pack at ../lib/Image/Info/TIFF.pm line 84. # Failed test 'no error' # in t/string.t at line 63. # got: 'short read (2/0) at ../lib/Image/Info/TIFF.pm line 87. # ' # expected: undef Use of uninitialized value in pack at ../lib/Image/Info/TIFF.pm line 84. Use of uninitialized value in pack at ../lib/Image/Info/TIFF.pm line 84. # Looks like you failed 1 test of 22. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 17 Failed 1/22 tests, 95.45% okay t/tiff.........Use of uninitialized value in pack at ../lib//Image/Info/TIFF.pm line 84. Use of uninitialized value in pack at ../lib//Image/Info/TIFF.pm line 84. # Failed test 'Right number of images found' # in t/tiff.t at line 19. # got: '1' # expected: '3' Can't use an undefined value as an ARRAY reference at t/tiff.t line 22. # Looks like you planned 12 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-12 Failed 11/12 tests, 8.33% okay t/tiff_e.......Use of uninitialized value in pack at ../lib//Image/Info/TIFF.pm line 84. Use of uninitialized value in pack at ../lib//Image/Info/TIFF.pm line 84. # Failed test 'SamplesPerPixel is 4' # in t/tiff_e.t at line 26. # got: undef # expected: '4' # Failed test 'Width is right for the image' # in t/tiff_e.t at line 27. # got: undef # expected: '260' # Failed test 'Height is right for the image' # in t/tiff_e.t at line 28. # got: undef # expected: '6' # Looks like you failed 3 tests of 10. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 3-5 Failed 3/10 tests, 70.00% okay t/tiny-pgm.....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/string.t 1 256 22 1 4.55% 17 t/tiff.t 255 65280 12 21 175.00% 2-12 t/tiff_e.t 3 768 10 3 30.00% 3-5 11 subtests skipped. Failed 3/11 test scripts, 72.73% okay. 15/101 subtests failed, 85.15% okay. make[1]: *** [test_dynamic] Error 255 make[1]: Leaving directory `/srv/dbuild/tmp/trunk' make: *** [build-stamp] Error 2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

