Package Details: perl-imager 1.019-2

Git Clone URL: https://aur.archlinux.org/perl-imager.git (read-only, click to copy)
Package Base: perl-imager
Description: Perl extension for Generating 24 bit Images
Upstream URL: http://search.cpan.org/dist/Imager
Licenses: GPL, PerlArtistic
Submitter: xenoterracide
Maintainer: eworm
Last Packager: eworm
Votes: 5
Popularity: 0.006691
First Submitted: 2010-02-12 01:19 (UTC)
Last Updated: 2023-08-07 15:23 (UTC)

Latest Comments

MarsSeed commented on 2024-03-06 10:59 (UTC)

Current version 1.019-2 fails TIFF-related tests, in clean chroot as well:

make[1]: Entering directory '/build/perl-imager/src/Imager-1.019/TIFF'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TIFF.bs ../blib/arch/auto/Imager/File/TIFF/TIFF.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
# libtiff release 4.6.0

#   Failed test 'read low-level'
#   at t/t10tiff.t line 49.
Use of uninitialized value in subroutine entry at t/t10tiff.t line 53.
Use of uninitialized value in subroutine entry at t/t10tiff.t line 53.
im2 is not of type Imager::ImgRaw at t/t10tiff.t line 53.
# Looks like your test exited with 2 just after 4.
t/t10tiff.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 244/247 subtests

Test Summary Report
-------------------
t/t10tiff.t (Wstat: 512 (exited 2) Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 247 tests but ran 4.
Files=1, Tests=4,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.08 cusr  0.01 csys =  0.11 CPU)
Result: FAIL
Failed 1/1 test programs. 1/4 subtests failed.
make[1]: *** [Makefile:836: test_dynamic] Error 2
make[1]: Leaving directory '/build/perl-imager/src/Imager-1.019/TIFF'