[Bug 176201] lib instead of lib32 in artsdsp

SurJector loic.grenie at gmail.com
Thu Dec 13 21:32:41 UTC 2007


Public bug reported:

Binary package hint: libarts1c2a

  I think that, when running on a 64-bit arch emulating a 32-bit arch (as the amd64 can do),
  arch_libdir should be set to lib32 and not lib. More precisely, in /usr/bin/artsdsp, the lines

case $3 in
    32-bit)
       arch_libdir=lib
       ;;
    64-bit)
       arch_libdir=lib64
       ;;
    *)
       exit 1
esac

  could be changed to

case $3 in
    32-bit)
       arch_libdir=lib32
       ;;
    64-bit)
       arch_libdir=lib64
       ;;
    *)
       exit 1
esac

  (eventually, one could test the existence of ${prefix}/lib32, moving the definition of
  prefix before this switch). This would remove some error message when firefox
  is running nspluginwrapper.

** Affects: arts (Ubuntu)
     Importance: Undecided
         Status: New

-- 
lib instead of lib32 in artsdsp
https://bugs.launchpad.net/bugs/176201
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for arts in ubuntu.




More information about the kubuntu-bugs mailing list