Package: cwcdr
Version: 2.0.2
Severity: normal

The man page for this program is lacking description of basic usage, so
I tried to depend on defaults that don't exist.  I naively tried to
extract a track from a CD using the following:

cwcdr -t 11

The result is the following charming script death:

Odd number of elements in hash assignment at /usr/bin/cwcdr line 134 (#1)
    (W misc) You specified an odd number of elements to initialize a hash,
    which is odd, because hashes come in key/value pairs.

Use of uninitialized value in list assignment at /usr/bin/cwcdr line 134 (#2)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.

    To help you figure out what was undefined, perl tells you what operation
    you used the undefined value in.  Note, however, that perl optimizes your
    program and the operation displayed in the warning may not necessarily
    appear literally in your program.  For example, "that $foo" is
    usually optimized into "that " . $foo, and the warning will refer to
    the concatenation (.) operator, even though there is no . in your
    program.

Use of uninitialized value in pattern match (m//) at /usr/bin/cwcdr line 351 
(#2)
Use of uninitialized value in subroutine entry at /usr/bin/cwcdr line 178 (#2)

Can't use an undefined value as an ARRAY reference at /usr/bin/cwcdr line 207 
(#3)
    (F) A value used as either a hard reference or a symbolic reference must
    be a defined value.  This helps to delurk some insidious errors.

Uncaught exception from user code:
        Can't use an undefined value as an ARRAY reference at /usr/bin/cwcdr 
line 207.
 at /usr/bin/cwcdr line 207
        main::parse_info('ARRAY(0x8463814)') called at /usr/bin/cwcdr line 359
        main::main() called at /usr/bin/cwcdr line 373
[EMAIL PROTECTED]:~/music$ cwcdr -V -t 11
Odd number of elements in hash assignment at /usr/bin/cwcdr line 134 (#1)
    (W misc) You specified an odd number of elements to initialize a hash,
    which is odd, because hashes come in key/value pairs.

Use of uninitialized value in list assignment at /usr/bin/cwcdr line 134 (#2)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.

    To help you figure out what was undefined, perl tells you what operation
    you used the undefined value in.  Note, however, that perl optimizes your
    program and the operation displayed in the warning may not necessarily
    appear literally in your program.  For example, "that $foo" is
    usually optimized into "that " . $foo, and the warning will refer to
    the concatenation (.) operator, even though there is no . in your
    program.

Use of uninitialized value in pattern match (m//) at /usr/bin/cwcdr line 351 
(#2)
Use of uninitialized value in subroutine entry at /usr/bin/cwcdr line 178 (#2)

Can't use an undefined value as an ARRAY reference at /usr/bin/cwcdr line 207 
(#3)
    (F) A value used as either a hard reference or a symbolic reference must
    be a defined value.  This helps to delurk some insidious errors.

Uncaught exception from user code:
        Can't use an undefined value as an ARRAY reference at /usr/bin/cwcdr 
line 207.
 at /usr/bin/cwcdr line 207
        main::parse_info('ARRAY(0x84637b0)') called at /usr/bin/cwcdr line 359
        main::main() called at /usr/bin/cwcdr line 373

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

Versions of packages cwcdr depends on:
ii  libcddb-get-perl              2.23-2     read the CDDB entry for an audio C
ii  libconfig-general-perl        2.30-1     generic configuration module
ii  libtext-unaccent-perl         1.08-1     provides functions to remove accen
ii  perl                          5.8.7-6    Larry Wall's Practical Extraction 

Versions of packages cwcdr recommends:
ii  cdda2wav                  4:2.01+01a03-4 Creates WAV files from audio CDs
ii  cdrdao                    1:1.2.1-2      Disk-At-Once (DAO) recording of au
ii  mp3info                   0.8.4-8        An MP3 technical info viewer and I
ii  mpg321                    0.2.10.3       A Free command-line mp3 player, co
ii  vorbis-tools              1.1.1-1        several Ogg Vorbis tools

-- no debconf information


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

Reply via email to