[mythtv-users] Mythrename.pl suddenly giving error

Bobby Gill bobbygill at rogers.com
Mon Aug 25 06:25:58 UTC 2008


On Mon, Aug 25, 2008 at 2:03 AM, Nick Morrott <knowledgejunkie at gmail.com>wrote:

> On 22/08/2008, Bobby Gill <bobbygill at rogers.com> wrote:
>
> > hmm, Latest updates for mythtv and perl are April 3rd and July 30th
> > respectively. Also, in the log the first instance of the error was August
> > 13. Path of the file has not changed.
>
> Were there any other updates in the day(s) prior to the script starting to
> fail?
>
> Check the output of 'perl -V' - are all of the required modules
> available in the paths that the output lists?
>
> Check that the MythTV bindings exist:
>
> find /usr -name MythTV.pm
> find /usr -name Channel.pm
> find /usr -name Program.pm
> find /usr -name Recording.pm
> find /usr -name StorageGroup.pm
>
> --
> Nick Morrott
>
> MythTV Official wiki:
> http://mythtv.org/wiki/
> MythTV users list archive:
> http://www.gossamer-threads.com/lists/mythtv/users
>
> "An investment in knowledge always pays the best interest." - Benjamin
> Franklin
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


Nick,

The bindings all exist as per your find commands. Here's the output of "perl
-V", don't know what to look for exactly:

/usr # perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.25-arch, archname=i686-linux-thread-multi
    uname='linux arch 2.6.25-arch #1 smp preempt thu jul 3 20:29:23 cest
2008 i686 intel(r) core(tm)2 cpu t7200 @ 2.00ghz genuineintel gnulinux '
    config_args='-des -Dusethreads -Doptimize=-march=i686 -mtune=generic -O2
-pipe -Dprefix=/usr -Dinstallprefix=/usr -Dvendorprefix=/usr
-Dprivlib=/usr/share/perl5/core_perl -Darchlib=/usr/lib/perl5/core_perl
-Dsitelib=/usr/share/perl5/site_perl/5.10.0
-Dsitearch=/usr/lib/perl5/site_perl/5.10.0
-Dvendorlib=/usr/share/perl5/vendor_perl
-Dvendorarch=/usr/lib/perl5/vendor_perl
-Dotherlibdirs=/usr/lib/perl5/current:/usr/lib/perl5/site_perl/current
-Dscriptdir=/usr/bin/perlbin/core -Dsitescript=/usr/bin/perlbin/site
-Dvendorscript=/usr/bin/perlbin/vendor -Dman1ext=1perl -Dman3ext=3perl'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-march=i686 -mtune=generic -O2 -pipe',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-I/usr/local/include'
    ccversion='', gccversion='4.3.1 20080626 (prerelease)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.8.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.8'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -march=i686 -mtune=generic -O2
-pipe -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Jul  7 2008 23:01:56
  @INC:
    /usr/lib/perl5/site_perl/5.10.0
    /usr/share/perl5/site_perl/5.10.0
    /usr/lib/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/lib/perl5/core_perl
    /usr/share/perl5/core_perl
    /usr/lib/perl5/current
    /usr/lib/perl5/site_perl/current
    .
/usr #


Thanks for any help!
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080825/afdbcf28/attachment.htm 


More information about the mythtv-users mailing list