Package: cdda2wav
Version: 5:1.0~pre4-1
Severity: normal
snoopy:~$ cdda2ogg
Looking for available tracks...
ERROR: No valid audio tracks detected
snoopy:~$
cdda2wav works.
I suppose the command line or the output has changed and lines:
44 if [ -z "$LIST" ] ; then
45 echo Looking for available tracks...
46 LIST="$($CDDA2WAV -v trackid -t -1 2>&1|grep T:|cut -f1
-d.|cut -f2 -d:)
"
47 if [ -z "$LIST" ] ; then
48 echo "ERROR: No valid audio tracks detected"
49 exit 1
50 fi
51 fi
from /usr/bin/cdda2ogg are no longer valid. But you know better than me...
Friendly,
Eugen Dedu
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages cdda2wav depends on:
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
cdda2wav recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]