Skip Menu |

This queue is for tickets about the Cairo CPAN distribution.

Report information
The Basics
Id: 76199
Status: resolved
Priority: 0/
Queue: Cairo

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc: CARNIL [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: gregoa [...] cpan.org
Subject: libcairo-perl: FTBFS: tests failed
This bug has been forwarded from http://bugs.debian.org/666574 Source: libcairo-perl Version: 1.090-1 Severity: serious Tags: wheezy sid User: debian-qa@lists.debian.org Usertags: qa-ftbfs-20120331 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: Show quoted text
> make[1]: Entering directory `/«PKGBUILDDIR»' > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/Cairo.t ......... ok > t/CairoFont.t ..... ok > t/CairoFt.t ....... ok > t/CairoMatrix.t ... ok > > # Failed test at t/CairoPath.t line 37. > # Structures begin differing at: > # $got->[4] = Does not exist > # $expected->[4] = HASH(0x10cbc20) > > # Failed test at t/CairoPath.t line 43. > # Structures begin differing at: > # $got->[4] = Does not exist > # $expected->[4] = HASH(0x10cbc20) > > # Failed test at t/CairoPath.t line 43. > # Structures begin differing at: > # $got->[4] = Does not exist > # $expected->[4] = HASH(0x10cbc20) > > # Failed test at t/CairoPath.t line 43. > # Structures begin differing at: > # $got->[4] = Does not exist > # $expected->[4] = HASH(0x10cbc20) > > # Failed test at t/CairoPath.t line 43. > # Structures begin differing at: > # $got->[5] = Does not exist > # $expected->[5] = HASH(0x10cbc20) > > # Failed test at t/CairoPath.t line 88. > # Structures begin differing at: > # $got->[5] = Does not exist > # $expected->[5] = HASH(0x10cbc20) > # Looks like you failed 6 tests of 6. > t/CairoPath.t ..... > Dubious, test returned 6 (wstat 1536, 0x600) > Failed 6/6 subtests > t/CairoPattern.t .. ok > t/CairoRegion.t ... ok > t/CairoSurface.t .. ok > > Test Summary Report > ------------------- > t/CairoPath.t (Wstat: 1536 Tests: 6 Failed: 6) > Failed tests: 1-6 > Non-zero exit status: 6 > Files=8, Tests=273, 1 wallclock secs ( 0.09 usr 0.04 sys + 0.44 cusr 0.10 csys = 0.67 CPU) > Result: FAIL > Failed 1/8 test programs. 6/273 subtests failed. > make[1]: *** [test_dynamic] Error 255
The full build log is available from: http://people.debian.org/~lucas/logs/2012/03/31/libcairo-perl_1.090-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. Thanks in advance, gregor herrmann, Debian Perl Group
On Sun Apr 01 09:52:36 2012, GREGOA wrote: Show quoted text
> > # Failed test at t/CairoPath.t line 37. > > # Structures begin differing at: > > # $got->[4] = Does not exist > > # $expected->[4] = HASH(0x10cbc20) > > > > # Failed test at t/CairoPath.t line 43. > > # Structures begin differing at: > > # $got->[4] = Does not exist > > # $expected->[4] = HASH(0x10cbc20) > > > > # Failed test at t/CairoPath.t line 43. > > # Structures begin differing at: > > # $got->[4] = Does not exist > > # $expected->[4] = HASH(0x10cbc20) > > > > # Failed test at t/CairoPath.t line 43. > > # Structures begin differing at: > > # $got->[4] = Does not exist > > # $expected->[4] = HASH(0x10cbc20) > > > > # Failed test at t/CairoPath.t line 43. > > # Structures begin differing at: > > # $got->[5] = Does not exist > > # $expected->[5] = HASH(0x10cbc20) > > > > # Failed test at t/CairoPath.t line 88. > > # Structures begin differing at: > > # $got->[5] = Does not exist > > # $expected->[5] = HASH(0x10cbc20)
This should now be fixed in git master with the following commits: <http://git.gnome.org/browse/perl-Cairo/commit/?id=21dd8a0600cbfac46723c7745b377fce94c8bdc3> <http://git.gnome.org/browse/perl-Cairo/commit/?id=a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d> Let me know if there are any further issues.