Re: [dvd::rip] Problem Compiling version 0.98.1
|
Subject: |
Re: [dvd::rip] Problem Compiling version 0.98.1 |
|
From: |
"Triffid Hunter" <triffid_hunter@xxxxxxxxxxxxx> |
|
Date: |
Thu, 07 Sep 2006 10:11:07 +1000 |
On Thu, 07 Sep 2006 01:45:04 +1000, Greg Huber <ghuber@xxxxxxxxxxx> wrote:
I just downloaded version 0.98.1 to try. After configuring and running
'make',
'make test' returns the following error...
[]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
[filterlist] (re)scanning transcode's module path /usr/lib64/transcode...
Can't locate object method "loop_ignore_signal" via package
"POE::Kernel" at
/usr/lib/perl5/vendor_perl/5.8.8/POE/Resource/Signals.pm line 122.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/POE/Loop/PerlSignals.pm line 19.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.8/POE/Loop/GlibCommon.pm line 11.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/POE/Loop/GlibCommon.pm line 11.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Glib.pm
line 13.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.8/Glib.pm line 13.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Gtk2.pm
line 30.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.8/Gtk2.pm line 30.
Compilation failed in require at blib/lib/Video/DVDRip/GUI/Main.pm line
18.
BEGIN failed--compilation aborted at blib/lib/Video/DVDRip/GUI/Main.pm
line 18.
Compilation failed in require at test.pl line 34.
BEGIN failed--compilation aborted at test.pl line 34.
not ok 1
make: *** [test_dynamic] Error 9
A quick search for "loop_ignore_signal" in
/usr/lib/perl5/vendor_perl/5.8.8/POE yielded the following ...
[]# egrep -Ir loop_ignore_signal *
Kernel.pm: $self->loop_ignore_signal($_);
Loop/PerlSignals.pm:sub loop_ignore_signal {
Loop/PerlSignals.pm: $self->loop_ignore_signal($signal);
Loop/Event.pm: $self->loop_ignore_signal($signal);
Loop/Event.pm:sub loop_ignore_signal {
Loop.pm: $kernel->loop_ignore_signal($signal_name);
Loop.pm:=item loop_ignore_signal SIGNAL_NAME
Loop.pm: sub loop_ignore_signal {
Loop.pm: sub loop_ignore_signal {
Resource/Signals.pm: $self->loop_ignore_signal("CHLD") if exists
$SIG{CHLD};
Resource/Signals.pm: $self->loop_ignore_signal("CLD") if exists
$SIG{CLD};
Resource/Signals.pm: $self->loop_ignore_signal("PIPE") if exists
$SIG{PIPE};
Resource/Signals.pm: $self->loop_ignore_signal($signal);
I'm running a fully up-to-date version of Fedora 5 and I thought I
loaded all the proper Perl libraries.
Any help would be greatly appreciated. Thank You.
G
My gentoo system doesn't have POE::Kernel yet dvd::rip works fine, so
perhaps only make test needs that module.
|
|