Skip Menu |

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

Report information
The Basics
Id: 31462
Status: open
Priority: 0/
Queue: Audio-LADSPA

People
Owner: jdiepen [...] cpan.org
Requestors: GANGLION [...] cpan.org
Cc:
AdminCc:

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



Subject: make test failed
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0 , 'blib/lib', 'blib/arch')" t/*.t t/00load..................ok t/01loader_quickcheck.....ok 5/6Can't call method "isa" without a package or object reference at t/01loader_quickcheck.t line 23. # Looks like you planned 6 tests but only ran 5. # Looks like your test died just after 5. t/01loader_quickcheck.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 6 Failed 1/6 tests, 83.33% okay
From: joelz [...] pobox.com
This is for perl, v5.8.0 built for i686-linux-thread-multi
From: JDIEPEN [...] cpan.org
On Thu Dec 13 01:11:30 2007, ganglion wrote: Show quoted text
> PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- > e" "test_harness(0 > , 'blib/lib', 'blib/arch')" t/*.t > t/00load..................ok > t/01loader_quickcheck.....ok 5/6Can't call method "isa" without a > package or object > reference at t/01loader_quickcheck.t line 23. > # Looks like you planned 6 tests but only ran 5. > # Looks like your test died just after 5. > t/01loader_quickcheck.....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED test 6 > Failed 1/6 tests, 83.33% okay
That's strange. Could you try running $ perl Makefile.PL $ make $ perl -Mblib eg/pluginfo -id 1043 in the distro directory and post the output here? Also: is this the only error you get from make test or is there more? Joost.
Subject: Re: [rt.cpan.org #31462] make test failed
Date: Fri, 14 Dec 2007 11:06:17 +0900
To: Joost Diepenmaat via RT <bug-Audio-LADSPA [...] rt.cpan.org>
From: Joel Roth <joelz [...] pobox.com>
On Thu, Dec 13, 2007 at 11:30:24AM -0500, Joost Diepenmaat via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=31462 > > > On Thu Dec 13 01:11:30 2007, ganglion wrote:
> > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- > > e" "test_harness(0 > > , 'blib/lib', 'blib/arch')" t/*.t > > t/00load..................ok > > t/01loader_quickcheck.....ok 5/6Can't call method "isa" without a > > package or object > > reference at t/01loader_quickcheck.t line 23. > > # Looks like you planned 6 tests but only ran 5. > > # Looks like your test died just after 5. > > t/01loader_quickcheck.....dubious > > Test returned status 255 (wstat 65280, 0xff00) > > DIED. FAILED test 6 > > Failed 1/6 tests, 83.33% okay
> > That's strange. Could you try running > > $ perl Makefile.PL > $ make > $ perl -Mblib eg/pluginfo -id 1043 > > in the distro directory and post the output here?
$ perl -Mblib eg/pluginfo -id 1043 Audio::LADSPA::Library::delay (/usr/lib/ladspa/delay.so) Audio::LADSPA::Plugin::XS::delay_5s_1043 label: delay_5s id: 1043 name: Simple Delay Line maker: Richard Furse (LADSPA example plugins) copyright: None port_count: 4 is_realtime: no is_hard_rt_capable: yes is_inplace_broken: no has_run: yes has_run_adding: no has_activate: yes has_deactivate: no $ Show quoted text
> Also: is this the only error you get from make test or is there more?
This is the only error... Otherwise I hear sounds out my audio device. Thanks for your attention. Show quoted text
> Joost.
-- Joel Roth
From: JDIEPEN [...] cpan.org
Sorry to bother you again, but I'm really having a hard time figuring out what's going wrong there. Could you please try: $ perl -Mblib eg/pluginfo -label delay_5s Thanks for your help, Joost.
Subject: Re: [rt.cpan.org #31462] make test failed
Date: Sat, 15 Dec 2007 04:21:25 +0900
To: Joost Diepenmaat via RT <bug-Audio-LADSPA [...] rt.cpan.org>
From: Joel Roth <joelz [...] pobox.com>
On Fri, Dec 14, 2007 at 09:29:08AM -0500, Joost Diepenmaat via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=31462 > > > Sorry to bother you again, but I'm really having a hard time figuring > out what's going wrong there. Could you please try: > > $ perl -Mblib eg/pluginfo -label delay_5s > > Thanks for your help, > Joost.
$ perl -Mblib eg/pluginfo -label delay_5s Audio::LADSPA::Library::delay (/usr/lib/ladspa/delay.so) Audio::LADSPA::Plugin::XS::delay_5s_1043 label: delay_5s id: 1043 name: Simple Delay Line maker: Richard Furse (LADSPA example plugins) copyright: None port_count: 4 is_realtime: no is_hard_rt_capable: yes is_inplace_broken: no has_run: yes has_run_adding: no has_activate: yes has_deactivate: no The line of the test that fails appears to be: ok(Audio::LADSPA->plugin( name => 'Echo Delay Line (Maximum Delay 5s)')->isa("Audio::LADSPA::Plugin"),"Find by name"); Good luck with this... let me know if I can be of any more help. -- Joel Roth
From: JDIEPEN [...] cpan.org
On Fri Dec 14 14:22:01 2007, ganglion wrote: Show quoted text
> The line of the test that fails appears to be: > ok(Audio::LADSPA->plugin( name => 'Echo Delay Line (Maximum Delay > 5s)')->isa("Audio::LADSPA::Plugin"),"Find by name");
/smacks self. I was looking at the test above that. Ok, the problem was that the name 'Echo Delay Line (Maximum Delay 5s)' is the name of the same plugin as part of the CMT ladspa collection, while the name in the ladspa examples kit (that the test should have as a prerequisite) is "Simple Delay Line". I uploaded a new version to CPAN. It should be at your local mirror in a day or so, and probably earlier at search.cpan.org. Thanks, Joost.
Subject: Re: [rt.cpan.org #31462] make test failed
Date: Sat, 15 Dec 2007 21:35:10 +0900
To: Joost Diepenmaat via RT <bug-Audio-LADSPA [...] rt.cpan.org>
From: Joel Roth <joelz [...] pobox.com>
Thanks, I'll look for the new version! On Fri, Dec 14, 2007 at 03:15:24PM -0500, Joost Diepenmaat via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=31462 > > > On Fri Dec 14 14:22:01 2007, ganglion wrote: >
> > The line of the test that fails appears to be: > > ok(Audio::LADSPA->plugin( name => 'Echo Delay Line (Maximum Delay > > 5s)')->isa("Audio::LADSPA::Plugin"),"Find by name");
> > /smacks self. > > I was looking at the test above that. > > Ok, the problem was that the name 'Echo Delay Line (Maximum Delay 5s)' > is the name of the same plugin as part of the CMT ladspa collection, > while the name in the ladspa examples kit (that the test should have as > a prerequisite) is "Simple Delay Line". > > I uploaded a new version to CPAN. It should be at your local mirror in a > day or so, and probably earlier at search.cpan.org. > > Thanks, > Joost.
-- Joel Roth
Subject: Re: [rt.cpan.org #31462] make test failed
Date: Sat, 19 Jan 2008 01:45:36 +0900
To: Joost Diepenmaat via RT <bug-Audio-LADSPA [...] rt.cpan.org>
From: Joel Roth <joelz [...] pobox.com>
Hi Joost, My naive install is still failing. Nevertheless I can't fail to be impressed with anything containing XS. Hope this output is useful for you. PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load.................. # Failed test 'use Audio::LADSPA;' # at t/00load.t line 7. # Tried to use 'Audio::LADSPA'. # Error: Can't locate object method "id" via package "Audio::LADSPA::Plugin::XS::diode_1185" (perhaps you forgot to load "Audio::LADSPA::Plugin::XS::diode_1185"?) at /media/jroth/.cpan/build/Audio-LADSPA-0.021-4RFPZG/blib/lib/Audio/LADSPA.pm line 45. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/00load.t line 7. Name "Audio::LADSPA::Library::diode_1185::LIBRARY_FILE" used only once: possible typo at /media/jroth/.cpan/build/Audio-LADSPA-0.021-4RFPZG/blib/lib/Audio/LADSPA/LibraryLoader.pm line 66. # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay On Fri, Dec 14, 2007 at 03:15:24PM -0500, Joost Diepenmaat via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=31462 > > > On Fri Dec 14 14:22:01 2007, ganglion wrote: >
> > The line of the test that fails appears to be: > > ok(Audio::LADSPA->plugin( name => 'Echo Delay Line (Maximum Delay > > 5s)')->isa("Audio::LADSPA::Plugin"),"Find by name");
> > /smacks self. > > I was looking at the test above that. > > Ok, the problem was that the name 'Echo Delay Line (Maximum Delay 5s)' > is the name of the same plugin as part of the CMT ladspa collection, > while the name in the ladspa examples kit (that the test should have as > a prerequisite) is "Simple Delay Line". > > I uploaded a new version to CPAN. It should be at your local mirror in a > day or so, and probably earlier at search.cpan.org. > > Thanks, > Joost.
-- Joel Roth