Bug#641452: ladish packages libalsapid.so out of PATH, breaking ALSA MIDI apps in rooms

Dan Muresan danmbox3 at yahoo.ro
Tue Sep 13 14:54:42 UTC 2011


Package: ladish
Version: 0.3-9ubuntu0danmppa2~lucid1
Severity: important
Tags: patch


ladish from Sid installs libalsapid.so into /usr/lib/ladish, away from 
/usr/lib where ladish assumes it to be. As a result ladish cannot preload 
this library when executing apps, and some ALSA MIDI ports do not appear in 
the proper rooms.

Attached patch adds a link into /usr/lib for libalsapid.so.

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid-proposed'), (500, 'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-4.dmz.1-liquorix-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ladish depends on:
ii  jackd 5danmppa1~lucid1                   JACK Audio Connection Kit (default
ii  libc6 2.11.1-0ubuntu7.8                  Embedded GNU C Library: Shared lib
ii  libdb 1.2.16-2ubuntu4.3                  simple interprocess messaging syst
ii  libex 2.0.1-7ubuntu1                     XML parsing C library - runtime li
ii  libja 1.9.7~dfsg-1ubuntu0danmppa2~lucid1 JACK Audio Connection Kit (librari
ii  libuu 2.17.2-0ubuntu1.10.04.2            Universally Unique ID library
ii  pytho 0.83.0-1ubuntu3                    simple interprocess messaging syst

Versions of packages ladish recommends:
ii  a2jmidid                      7-1~lucid1 Daemon for exposing legacy ALSA MI

Versions of packages ladish suggests:
ii  gladish      0.3-9ubuntu0danmppa2~lucid1 graphical interface for LADI Sessi

-- no debconf information
-------------- next part --------------
>From 03256da6b97bf0d0a8735899c6728bf828b64ee9 Mon Sep 17 00:00:00 2001
From: Dan A. Muresan <danmbox at gmail.com>
Date: Tue, 13 Sep 2011 00:24:32 +0300
Subject: [PATCH] Symlink libalsapid.so into /usr/lib, otherwise ladish won't find it

---
 debian/ladish.links |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/ladish.links b/debian/ladish.links
index 8561c27..3c5eda5 100644
--- a/debian/ladish.links
+++ b/debian/ladish.links
@@ -1 +1,2 @@
 usr/lib/ladish/ladishd usr/bin/ladishd
+usr/lib/ladish/libalsapid.so usr/lib/libalsapid.so
-- 
1.7.0.4



More information about the pkg-multimedia-maintainers mailing list