Skip Menu |

This queue is for tickets about the PDF-Imposition CPAN distribution.

Report information
The Basics
Id: 112461
Status: resolved
Priority: 0/
Queue: PDF-Imposition

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

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



Subject: accessors.t hangs
After upgrading PDF::API2 from 2.025 to 2.026 AMW_DEBUG=1 1..16 ok 1 - outfile ok ok 2 - sample2-test.pdf ok 3 - cover is true ok 4 - suffix exists ok 5 - outfile overwrites ok 6 - outfile ok ok 7 - sample2-test.pdf ok 8 - cover is true ok 9 - suffix exists ok 10 - outfile overwrites ok 11 # isa check for "file" failed: xxx is not a pdf at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 64. ok 12 - non existent file raises exception # isa check for "file" failed: is not a pdf at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 64. ok 13 - empty string raises exception # isa check for "file" failed: t is not a pdf at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 64. ok 14 - directory raises exception # File README.pdf is not a file at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 307. ok 15 - not a pdf raises exception when calling ->impose t\sample2e.pdf: building in_pdf_obj (hangs) Tested on Windows XP and Debian 7. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #112461] accessors.t hangs
Date: Fri, 26 Feb 2016 19:57:17 +0100
To: bug-PDF-Imposition [...] rt.cpan.org
From: Marco Pessotto <melmothx [...] gmail.com>
"Alexandr Ciornii via RT" <bug-PDF-Imposition@rt.cpan.org> writes: Show quoted text
> Fri Feb 26 11:59:08 2016: Request 112461 was acted upon. > Transaction: Ticket created by CHORNY > Queue: PDF-Imposition > Subject: accessors.t hangs > Broken in: 0.21 > Severity: Important > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=112461 > > > > After upgrading PDF::API2 from 2.025 to 2.026 > AMW_DEBUG=1 > > 1..16 > ok 1 - outfile ok > ok 2 - sample2-test.pdf > ok 3 - cover is true > ok 4 - suffix exists > ok 5 - outfile overwrites > ok 6 - outfile ok > ok 7 - sample2-test.pdf > ok 8 - cover is true > ok 9 - suffix exists > ok 10 - outfile overwrites > ok 11 > # isa check for "file" failed: xxx is not a pdf at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 64. > ok 12 - non existent file raises exception > # isa check for "file" failed: is not a pdf at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 64. > ok 13 - empty string raises exception > # isa check for "file" failed: t is not a pdf at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 64. > ok 14 - directory raises exception > # File README.pdf is not a file at C:\strawberry160\cpan\build\PDF-Imposition-0.21-OcV7CW\blib\lib/PDF/Imposition/Schema.pm line 307. > ok 15 - not a pdf raises exception when calling ->impose > t\sample2e.pdf: building in_pdf_obj > (hangs) > > Tested on Windows XP and Debian 7.
Thanks for the report. I saw this coming when I tested the new branch of PDF::API2, but didn't know it was released. I'll take a look asap. -- Marco
On Sun Feb 28 16:05:30 2016, MELMOTHX wrote: Show quoted text
The issue has been fixed upstream and I'm waiting for a PDF::API2 release to close this bug. Thanks again for the report.
On Thu Mar 10 05:46:21 2016, MELMOTHX wrote: Show quoted text
> On Sun Feb 28 16:05:30 2016, MELMOTHX wrote:
> > Bug reported upstream at > > https://rt.cpan.org/Ticket/Display.html?id=112546
> > The issue has been fixed upstream and I'm waiting for a PDF::API2 > release to close this bug. > > Thanks again for the report.
I've released a new version which bumps up the prerequisite on PDF::API2. I believe this should close this bug.