Skip Menu |

This queue is for tickets about the Device-Cdio CPAN distribution.

Report information
The Basics
Id: 65853
Status: resolved
Priority: 0/
Queue: Device-Cdio

People
Owner: Rocky Bernstein (no email address)
Requestors: dom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v0.2.4
Fixed in: (no value)



Subject: Test failures with -Duse64bitint
On perl 5.12.0 configured with -Duse64bitint we get the following test failures: t/05.ops.t ........... 1/6 OverflowError in method 'get_devices_with_cap', argument 1 of type 'unsigned int' # Looks like you planned 6 tests but ran 1. # Looks like your test exited with 2 just after 1. t/05.ops.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 5/6 subtests (original report: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579450>)
On Thu Feb 17 16:29:02 2011, DOM wrote: Show quoted text
> On perl 5.12.0 configured with -Duse64bitint we get the following test > failures: > > t/05.ops.t ........... 1/6 OverflowError in method > 'get_devices_with_cap', argument 1 of type 'unsigned int' > # Looks like you planned 6 tests but ran 1. > # Looks like your test exited with 2 just after 1. > t/05.ops.t ........... Dubious, test returned 2 (wstat 512, 0x200) > Failed 5/6 subtests > > (original report:
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579450>) It looks like this isn't a direct problem with Device::CDIO, but with SwIG. See the above Debian bug for more information. Cheers, Dominic.
Please try with version v0.3.0 which was just released. If this is still a problem, let me know.
Subject: Re: [rt.cpan.org #65853] Test failures with -Duse64bitint
Date: Mon, 17 Oct 2011 10:14:37 +0100
To: Rocky Bernstein via RT <bug-Device-Cdio [...] rt.cpan.org>
From: Dominic Hargreaves <dom [...] earth.li>
On Sun, Oct 16, 2011 at 09:46:03PM -0400, Rocky Bernstein via RT wrote: Show quoted text
> Please try with version v0.3.0 which was just released. If this is still > a problem, let me know.
As I mentioned further up this ticket, I don't think this was actually a problem with Device::CDIO at all, but with Swig - it's all been fixed in Debian now, AFAIK, without any patches to Device::CDIO. Incidentally, you seem to be missing a changelog entry for 0.3.0 in <http://cpansearch.perl.org/src/ROCKY/Device-Cdio-v0.3.0/Changes> Cheers, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
Good to hear this is no longer a problem. As for Changes, I'll take care of that separately.