Package: libsdl-sound1.2
Version: 1.0.1-12+b1
Severity: normal

$  playsound data/thrust.wav 
Couldn't open audio device!
  reason: [Couldn't open /usr/local/lib/timidity/timidity.cfg].

Strace seems to show that the failure to open /dev/dsp is not caught,
since extra useless things like looking for timidity conffiles and
reading the sound file are done after that:

open("/dev/dsp", O_WRONLY|O_NONBLOCK)   = -1 EBUSY (Device or resource busy)
open("/dev/dsp", O_RDWR|O_NONBLOCK)     = -1 EBUSY (Device or resource busy)
open("timidity.cfg", O_RDONLY)          = -1 ENOENT (No such file or directory)
open("/etc/timidity.cfg", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/local/lib/timidity/timidity.cfg", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("data/thrust.wav", O_RDONLY)       = 3
Couldn't open audio device!
  reason: [Couldn't open /usr/local/lib/timidity/timidity.cfg].




-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (90, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.8-smp (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=french (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsdl-sound1.2 depends on:
ii  libc6             2.7-10                 GNU C Library: Shared libraries
ii  libmikmod2        3.1.11-a-6             A portable sound library
ii  libogg0           1.1.3-3                Ogg Bitstream Library
ii  libsdl1.2debian   1.2.13-2               Simple DirectMedia Layer
ii  libsmpeg0         0.4.5+cvs20030824-2+b1 SDL MPEG Player Library - shared l
ii  libspeex1         1.1.12-3               The Speex Speech Codec
ii  libvorbis0a       1.2.0.dfsg-3           The Vorbis General Audio Compressi
ii  libvorbisenc2     1.2.0.dfsg-3           The Vorbis General Audio Compressi
ii  libvorbisfile3    1.2.0.dfsg-3           The Vorbis General Audio Compressi

libsdl-sound1.2 recommends no packages.

-- no debconf information



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

Reply via email to