Bug#504840: dh_gstscancodecs: inability to specify library search paths for plugins

2008-11-08 Thread Loïc Minier
On Fri, Nov 07, 2008, martin f krafft wrote:
> LD_LIBRARY_PATH="/tmp/bluez-utils-4.17/debian/bluez-utils/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot"
>  dh_gstscancodecs -pbluez-audio

 Martin confirmed this works if he uses debian/tmp which is the only
 place the lib was available from.

 Let's keep this bug to document usage of LD_L_P in the dh_gstscancodecs
 man page.

-- 
Loïc Minier



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



Bug#504840: dh_gstscancodecs: inability to specify library search paths for plugins

2008-11-07 Thread martin f krafft
also sprach Loïc Minier <[EMAIL PROTECTED]> [2008.11.07.1743 +0100]:
>  This is actually incorrect, it should be:
> LD_LIBRARY_PATH=debian/tmp/usr/lib:$(LD_LIBRARY_PATH) \
> dh_gstscancodecs -pbluez-foo

Unfortunately, this also does not work:

LD_LIBRARY_PATH="/tmp/bluez-utils-4.17/debian/bluez-utils/usr/lib:/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot"
 dh_gstscancodecs -pbluez-audio

(:27947): GStreamer-WARNING **: Failed to load plugin 
'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': 
libbluetooth.so.3: cannot open shared object file: No such file or directory

(:27946): GStreamer-WARNING **: Failed to load plugin 
'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': 
libbluetooth.so.3: cannot open shared object file: No such file or directory
W: Could not load 
'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': Opening module 
failed: libbluetooth.so.3: cannot open shared object file: No such file or 
directory

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#504840: dh_gstscancodecs: inability to specify library search paths for plugins

2008-11-07 Thread Loïc Minier
On Fri, Nov 07, 2008, martin f krafft wrote:
> pulse:/tmp/bluez-utils-4.17$ dh_gstscancodecs
> (:14325): GStreamer-WARNING **: Failed to load plugin 
> 'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': 
> libbluetooth.so.3: cannot open shared object file: No such file or directory
> (:14324): GStreamer-WARNING **: Failed to load plugin 
> 'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': 
> libbluetooth.so.3: cannot open shared object file: No such file or directory
> W: Could not load 
> 'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': Opening 
> module failed: libbluetooth.so.3: cannot open shared object file: No such 
> file or directory
> ./debian/tmp/usr/lib/libbluetooth.so.3 exists, but I find no way to
> tell dh_gstscancodecs about it.

 LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib dh_gstscancodecs ...

 Perhaps this should be made clearer in the doc.

-- 
Loïc Minier



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



Bug#504840: dh_gstscancodecs: inability to specify library search paths for plugins

2008-11-07 Thread Loïc Minier
On Fri, Nov 07, 2008, Loïc Minier wrote:
>  LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib dh_gstscancodecs ...

 This is actually incorrect, it should be:
LD_LIBRARY_PATH=debian/tmp/usr/lib:$(LD_LIBRARY_PATH) \
dh_gstscancodecs -pbluez-foo

 Otherwise, it breaks fakeroot.

-- 
Loïc Minier



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



Bug#504840: dh_gstscancodecs: inability to specify library search paths for plugins

2008-11-07 Thread martin f krafft
Package: libgstreamer0.10-dev
Version: 0.10.21-5
Severity: normal

Trying to compile bluez-4.17, I run into this problem:

pulse:/tmp/bluez-utils-4.17$ dh_gstscancodecs
(:14325): GStreamer-WARNING **: Failed to load plugin 
'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': 
libbluetooth.so.3: cannot open shared object file: No such file or directory
(:14324): GStreamer-WARNING **: Failed to load plugin 
'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': 
libbluetooth.so.3: cannot open shared object file: No such file or directory
W: Could not load 
'debian/bluez-audio/usr/lib/gstreamer-0.10/libgstbluetooth.so': Opening module 
failed: libbluetooth.so.3: cannot open shared object file: No such file or 
directory


./debian/tmp/usr/lib/libbluetooth.so.3 exists, but I find no way to
tell dh_gstscancodecs about it.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)