Skip Menu |

This queue is for tickets about the Games-Bingo-Print CPAN distribution.

Report information
The Basics
Id: 25570
Status: open
Priority: 0/
Queue: Games-Bingo-Print

People
Owner: jonasbn [...] cpan.org
Requestors: LTHEGLER [...] cpan.org
Cc:
AdminCc:

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

Attachments


Subject: Issue with PDFLib?
During test of Games-Bingo-Print-0.04: --cut-- t/Print...........ok 1/11Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.8.8/PDFLib.pm line 254. Use of uninitialized value in numeric ge (>=) at /usr/local/lib/perl5/site_perl/5.8.8/PDFLib.pm line 110. (in cleanup) PDFlib Error [2100] PDF_close: Function must not be called in 'object' scope at /usr/local/lib/perl5/site_perl/5.8.8/PDFLib.pm line 113. Unable to construct object - PDF_open_file("bingo.pdf") failed at lib/Games/Bingo/Print.pm line 26 (in cleanup) PDFlib Error [2100] PDF_close: Function must not be called in 'object' scope at /usr/local/lib/perl5/site_perl/5.8.8/PDFLib.pm line 113. at t/Print.t line 16 # Looks like you planned 11 tests but only ran 2. # Looks like your test died just after 2. t/Print...........dubious Test returned status 255 (wstat 65280, 0xff00) --cut-- I have no idea what this is. PDFLib's own test suite passes. /Lars
Subject: Games-Bingo-Print-0.04.output
Download Games-Bingo-Print-0.04.output
application/octet-stream 1.7k

Message body not shown because it is not plain text.

Hello, What version of PDFLib do you have installed? Try something like: % pdflib-config --all PDFlib 7.0.1 bindings: c cpp java perl python ruby tcl includedir: /usr/local/include libdir: /usr/local/lib libversion: 6:1:0 pdi: no ldflags: -L/usr/local/lib -lpdf cflags: -I/usr/local/include jonasbn
Subject: Re: [rt.cpan.org #25570] Issue with PDFLib?
Date: Tue, 20 Mar 2007 21:26:12 +0100
To: bug-Games-Bingo-Print [...] rt.cpan.org
From: Lars Thegler <lars [...] thegler.dk>
On 20-03-2007 20:49, Jonas B. Nielsen via RT wrote: Show quoted text
> What version of PDFLib do you have installed?
$ pdflib-config --all PDFlib 7.0.0p3 bindings: c cpp perl includedir: /usr/local/include libdir: /usr/local/lib libversion: 8:0:0 pdi: no ldflags: -L/usr/local/lib -lpdf -lm cflags: -I/usr/local/include $ /Lars