Skip Menu |

This queue is for tickets about the Audio-DSP CPAN distribution.

Report information
The Basics
Id: 129040
Status: new
Priority: 0/
Queue: Audio-DSP

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

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



Subject: failed to open device '/dev/dsp'
The test suite fails if /dev/dsp is missing: ... PERL_DL_NONLAZY=1 "/opt/perl-5.29.9/bin/perl5.29.9" "-Iblib/lib" "-Iblib/arch" test.pl 1..5 Loading Audio::DSP... ok 1 Initializing audio device... not ok 2 (failed to open device '/dev/dsp') Makefile:1015: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 2 (make test exited with 512) ... Probably the test should check for the existence of /dev/dsp, and skip all tests if it is not there, so there are no FAIL reports generated on CPAN Testers.