Skip Menu |

This queue is for tickets about the Audio CPAN distribution.

Report information
The Basics
Id: 8444
Status: open
Priority: 0/
Queue: Audio

People
Owner: Nobody in particular
Requestors: rt.cpan.org [...] plan9.de
Cc:
AdminCc:

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



Subject: does not work on 64 bit host
While the Audio module does work on the 32 bit hosts I use, it does not work on my (otherwise identically debian-gnu/linux machines) 64 bit hosts. The symptom is that audio::data cannot load .au files. the testsuite fails, too (see below, or in the attached log). HTH && greetings, Marc t/init........ok t/load........Unknown file format at t/load.t line 11. t/load........dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/overload....ok t/poly........ok Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------------- t/load.t 9 2304 2 4 200.00% 1-2 I have a attached a full build log and perl -V output.
Subject: does not work on 64 bit host
Due to a typo the log hasn't been attached, I am sorry, it's attached now (hopefully, one doesn't get any feedback about attached files in the rt system).
Download info
application/octet-stream 11.9k

Message body not shown because it is not plain text.

Subject: Re: [cpan #8444] does not work on 64 bit host
To: bug-Audio [...] rt.cpan.org
Date: Tue, 16 Nov 2004 11:20:37 +0000
From: Nick Ing-Simmons <nick [...] ing-simmons.net>
RT-Send-Cc:
Guest via RT <bug-Audio@rt.cpan.org> writes: Show quoted text
>This message about Audio was sent to you by guest <> via rt.cpan.org > >Full context and any attached attachments can be found at: <URL: >https://rt.cpan.org/Ticket/Display.html?id=8444 > > >While the Audio module does work on the 32 bit hosts I use, it does not work >on my (otherwise identically debian-gnu/linux machines) 64 bit hosts. The >symptom is that audio::data cannot load .au files. the testsuite fails, too >(see below, or in the attached log).
That is probably sufficient for me to find the mis-feature. Presumably the magic-number matching wasn't expecting some 64-bit effect. My current sources try and use libsndfile if available which would at least make this someone else's problem but probably fixes it. Do you have -lsndfile ? Show quoted text
> >HTH && greetings, Marc > >t/init........ok >t/load........Unknown file format at t/load.t line 11. >t/load........dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED > tests 1-2 Failed 2/2 tests, 0.00% okay >t/overload....ok >t/poly........ok Failed Test Stat Wstat Total Fail Failed List of Failed >------------------------------------------------------------------------------ >--------------------------------------------------------------- >t/load.t 9 2304 2 4 200.00% 1-2 > >I have a attached a full build log and perl -V output.