FAIL Cairo-1.00 i386-freebsd-64int 6.1-release
  Home FAQ Contact Sign in
perl.cpan.testers only
 
Advanced search
POPULAR GROUPS

more...

perl.cpan.testers Profile…
 Up
FAIL Cairo-1.00 i386-freebsd-64int 6.1-release         


Author: srezic
Date: Sep 22, 2006 15:46

This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Torsten Schoenfeld,

This is a computer-generated test report for Cairo-1.00.

Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.

Additional comments from tester:

[none provided]

--

Prerequisite modules loaded:

ExtUtils::Depends: 0.205 (Need 0.2)
ExtUtils::PkgConfig: 1.07 (Need 1)

--

Output from '/usr/bin/make test':
Show full article (11.19Kb)
1 Comment
Re: FAIL Cairo-1.00 i386-freebsd-64int 6.1-release         


Author: Torsten Schoenfeld
Date: Sep 24, 2006 05:37

On Sat, 2006-09-23 at 00:46 +0200, srezic@cpan.org wrote:
> This is a computer-generated test report for Cairo-1.00.

Thanks for the report. The test failure has two parts that both occur
two times, once for the PDF backend and once for the PS backend.

The first part is a failing isa_ok test. This one is due to
implementation details of the backwards compatibility layer for cairo
1.0.x. I think I know how to fix this.

The second looks more suspicious. The test checks
Cairo::PdfSurface::create_for_stream (and its equivalent for ps
surfaces). The callback looks at the data once and throws an exception
that is supposed to prevent further calls to the callback. In your case
though, what actually happens is quite different: the callback gets
called over and over again.

To find out what's happening, can you run the attached test program and
send me the output?

--
Bye,
-Torsten

#!/usr/bin/perl
Show full article (1.15Kb)
no comments