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