Bug#666574: libcairo-perl: FTBFS: tests failed

2012-04-06 Thread gregor herrmann
On Wed, 04 Apr 2012 07:01:42 +0200, Salvatore Bonaccorso wrote:

   During a rebuild of all packages in sid, your package failed to build on
   amd64.
  Same here.
 I have attached a possible patch. It modifies the t/CairoPath.t, as I
 had a look at the $expected_path and what $path it seems(!) that cairo
 bhaves here a bit different as in the version in wheezy?

I can confirm that the patch makes the package build.
And removing the duplicate entry doesn't seem unreasonable to me :)

Someone around who knows more about cairo?
 
 I have not yet uploaded the package, only have it this way in my local
 working tree.

I've pushed it now to make it easier for others to pull/build/check.
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Status Quo: Don't Drive My Car


signature.asc
Description: Digital signature


Bug#666574: libcairo-perl: FTBFS: tests failed

2012-04-03 Thread Salvatore Bonaccorso
tags 666574 + patch
thanks

Hi

On Sun, Apr 01, 2012 at 03:52:39PM +0200, gregor herrmann wrote:
 tag 666574 + confirmed
 thanks
 
 On Sat, 31 Mar 2012 21:46:01 +0200, Lucas Nussbaum wrote:
 
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
 
 Same here.
 
 There's a similar bug in CPAN RT:
 https://rt.cpan.org/Public/Bug/Display.html?id=75260
 but the other way round which doesn't make much sense to me. 
 
 FWIW: It still builds in a wheezy chroot.

I have attached a possible patch. It modifies the t/CairoPath.t, as I
had a look at the $expected_path and what $path it seems(!) that cairo
bhaves here a bit different as in the version in wheezy?

I have not yet uploaded the package, only have it this way in my local
working tree.

Regards,
Salvatore
Description: Remove doubled entry for expected result
 .
 The doubled entry leads to a FTBFS as is_deeply from Test::More
 is failing.
Origin: vendor
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=76199
Bug-Debian: http://bugs.debian.org/666574
Forwarded: no
Author: Salvatore Bonaccorso car...@debian.org
Last-Update: 2012-04-03

--- a/t/CairoPath.t
+++ b/t/CairoPath.t
@@ -30,7 +30,6 @@
   { type = line-to, points = [[3, 4]] },
   { type = curve-to, points = [[5, 6], [7, 8], [9, 10]] },
   { type = close-path, points = [] },
-  { type = move-to, points = [[1, 2]] }
 ];
 
 my $path = $cr-copy_path;


signature.asc
Description: Digital signature


Processed: Re: Bug#666574: libcairo-perl: FTBFS: tests failed

2012-04-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 666574 + patch
Bug #666574 [src:libcairo-perl] libcairo-perl: FTBFS: tests failed
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666574: libcairo-perl: FTBFS: tests failed

2012-04-01 Thread gregor herrmann
tag 666574 + confirmed
thanks

On Sat, 31 Mar 2012 21:46:01 +0200, Lucas Nussbaum wrote:

 During a rebuild of all packages in sid, your package failed to build on
 amd64.

Same here.

There's a similar bug in CPAN RT:
https://rt.cpan.org/Public/Bug/Display.html?id=75260
but the other way round which doesn't make much sense to me. 

FWIW: It still builds in a wheezy chroot.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Blind Willie McTell: Travelin' blues


signature.asc
Description: Digital signature


Processed: Re: Bug#666574: libcairo-perl: FTBFS: tests failed

2012-04-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 666574 + confirmed
Bug #666574 [src:libcairo-perl] libcairo-perl: FTBFS: tests failed
Added tag(s) confirmed.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666574: libcairo-perl: FTBFS: tests failed

2012-03-31 Thread Lucas Nussbaum
Source: libcairo-perl
Version: 1.090-1
Severity: serious
Tags: wheezy sid
User: debian...@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:
 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.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org