[Pkg-alsa-devel] Bug#523101: alsa-oss: Script 'aoss' doesn't	evaluate $LIB variable correctly (bash)
    Dominique Brazziel 
    dbrazziel at snet.net
       
    Wed Apr  8 13:36:01 UTC 2009
    
    
  
Package: alsa-oss
Version: 1.0.17-1
Severity: important
    bash -x aoss realplay
    + '[' -d /proc/asound ']'
    + prefix=/usr
    + exec_prefix=/usr
    + LD_PRELOAD='/usr/$LIB/libaoss.so'
    + exec realplay
    Warning: LD_PRELOAD="/usr/$LIB/libaoss.so"
    
    Set the $LIB environment variable to lib and take out the escape ('\')
just before '$LIB' and it's OK:
    bash -x aoss realplay
    + LIB=lib
    + '[' -d /proc/asound ']'
    + prefix=/usr
    + exec_prefix=/usr
    + LD_PRELOAD=/usr/lib/libaoss.so
    + exec realplay
    Warning: LD_PRELOAD="/usr/lib/libaoss.so"
    
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages alsa-oss depends on:
ii  libasound2                    1.0.19-1   shared library for ALSA applicatio
ii  libc6                         2.9-4      GNU C Library: Shared libraries
alsa-oss recommends no packages.
alsa-oss suggests no packages.
-- no debconf information
    
    
More information about the Pkg-alsa-devel
mailing list