Comment 14 for bug 175743

Revision history for this message
Paulo Tanimoto (tanimoto) wrote :

Hi,

I wanted to try this workaround here, but I'm having trouble compiling. Could you point to what I'm missing? (We can go to the forums if necessary.)

$ apt-cache show bluez-utils | grep Version
Version: 3.26-0ubuntu6

$ apt-get source bluez-utils
$ sudo apt-get build-dep bluez-utils
$ curl -O http://launchpadlibrarian.net/14659037/bluez-utils-3.26__input__.diff

$ patch -p0 < bluez-utils-3.26__input__.diff
patching file bluez-utils-3.26/input/Makefile.am
patching file bluez-utils-3.26/input/device.c
patching file bluez-utils-3.26/input/main.c
patching file bluez-utils-3.26/input/manager.c
patching file bluez-utils-3.26/input/manager.h

$ cd bluez-utils-3.26
$ aclocal
$ automake
$ fakeroot debian/rules binary
[...]
Making all in sbc
make[3]: Entering directory `/mnt/current/home/tanimoto/tmp/src5/bluez-utils-3.26/sbc'
make[3]: *** No rule to make target `sbc.lo', needed by `libsbc.la'. Stop.
make[3]: Leaving directory `/mnt/current/home/tanimoto/tmp/src5/bluez-utils-3.26/sbc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/current/home/tanimoto/tmp/src5/bluez-utils-3.26'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/mnt/current/home/tanimoto/tmp/src5/bluez-utils-3.26'
make: *** [debian/stamp-makefile-build] Error 2

Thanks