Bob Stia wrote:
> These were the error messages that Christian and I reported: (To refresh your
> memory)
>
> > > > bob@private:~> dvdrip
> > > > ERROR: 'execflow' not found in PATH
> > > > ERROR: 'dvdrip-multitee' not found in PATH
> > > > ERROR: 'dvdrip-progress' not found in PATH
> > > > ERROR: 'dvdrip-tet' not found in PATH
> > > > ERROR: 'dvdrip-splitpipe' not found in PATH
> > > > ERROR: 'dvdrip-subpng' not found in PATH
> > > > bob@private:~>
> >
> I deleted that version and re-downloaded it. Still getting those error
> messages and I am not sure if DVD::RIP is working correctly. Has not been
> successful yet. Was just wondering if there was any progress in determining
> if there is or is not a problem.
First I thought there was some dvd::rip version mixup (stable dvd::rip
using files left from a previous unstable installation), but indeed
current dvd::rip 0.52.7 has a serious bug, I wonder how anybody could
ever successfully install it...
It checks for theses files, although they're not part of the
distribution. This list of files came into 0.52.7 due to a backport from
the dvd::rip 0.97.x branch, but it's totally wrong there.
I'll release 0.52.8 fixing this. Until that happens you can help
yourself by applying the attached simple patch.
Regards,
Joern
--
Joern Reder
supporting: http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN: http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED
Index: lib/Video/DVDRip/Depend.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Depend.pm,v
retrieving revision 1.8.2.2
diff -u -r1.8.2.2 Depend.pm
--- lib/Video/DVDRip/Depend.pm 18 Mar 2006 11:48:07 -0000 1.8.2.2
+++ lib/Video/DVDRip/Depend.pm 8 Jul 2006 11:55:28 -0000
@@ -19,10 +19,11 @@
use strict;
my @DVDRIP_BIN_FILES = qw (
- dvdrip execflow
- dvdrip-master dvdrip-multitee
- dvdrip-progress dvdrip-tet
- dvdrip-splitpipe dvdrip-subpng
+ dvdrip
+ dvdrip-master
+ dr_exec
+ dr_progress
+ dr_splitpipe
);
my $ORDER = 0;
pgpcklQYO5dqj.pgp
Description: PGP signature
|