Package: xmltv-util
Version: 0.5.42-3
Severity: important

Hi,

Recently I have started seeing the following:
        # /usr/bin/tv_grab_uk_rt
        Undefined argument in option spec
        Undefined argument in option spec

I think the problem comes from a change in the new Getopt::Long that 
arrived with Perl 5.8.8. The following patch fixed it for me (I'm
sure there are better ways).

--- /usr/bin/tv_grab_uk_rt      2006-01-25 13:01:34.000000000 +0000
+++ tv_grab_uk_rt       2006-02-13 18:57:50.000000000 +0000
@@ -111,8 +111,8 @@
        'share=s'       => \ my $opt_share, # also undocumented
        'quiet'         => \ my $opt_quiet,
        'list-channels' => \ my $opt_list_channels,
-       'days'          => undef, # ignored
-       'offset'        => undef, # ignored
+       'days'          => \ my $opt_ignored_1,
+       'offset'        => \ my $opt_ignored_2,
       )
   or usage(0);
 if ($opt_help) {

Thanks,
Ian.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages xmltv-util depends on:
ii  libarchive-zip-perl         1.16-1       Module for manipulation of ZIP arc
ii  libcompress-zlib-perl       1.41-1       Perl module for creation and manip
ii  libdate-manip-perl          5.44-2       a perl library for manipulating da
ii  libhtml-parser-perl         3.49-1       A collection of modules that parse
ii  libhtml-tableextract-perl   1.08-1       Perl module that simplifies extrac
ii  libhtml-tree-perl           3.19.01-2    represent and create HTML syntax t
ii  libhttp-cache-transparent-p 0.6-2        Perl module used to transparently 
ii  libio-stringy-perl          2.110-1      Perl5 modules for IO from scalars 
ii  libsoap-lite-perl           0.67-1       Client and server side SOAP implem
ii  libterm-readkey-perl        2.30-3       A perl module for simple terminal 
ii  libwww-mechanize-perl       1.12-2       Automate interaction with websites
ii  libwww-perl                 5.803-4      WWW client/server library for Perl
ii  libxml-libxml-perl          1.58-3       Perl module for using the GNOME li
ii  libxml-parser-perl          2.34-4       Perl module for parsing XML files
ii  libxml-twig-perl            3.23+final-1 Perl module for processing huge XM
ii  libxml-writer-perl          0.600-2      Perl module for writing XML docume
ii  libxmltv-perl               0.5.42-3     Perl libraries related to the XMLT
ii  perl                        5.8.8-2      Larry Wall's Practical Extraction 
ii  perl-modules                5.8.8-2      Core Perl modules

Versions of packages xmltv-util recommends:
ii  liblingua-preferred-perl      0.2.4-2    Perl module which allows language 
ii  libterm-progressbar-perl      2.09-2     Perl module to print a progress ba
ii  libtext-kakasi-perl           1.05-4     KAKASI interface for scripting lan
ii  libunicode-string-perl        2.09-1     Perl modules for Unicode strings

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to