public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* bluez-4.61 fails to build if configured with "--disable-gstreamer --disable-alsa --enable-test"
@ 2010-03-06 18:14 Pacho Ramos
  2010-03-07  0:50 ` Gustavo F. Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Pacho Ramos @ 2010-03-06 18:14 UTC (permalink / raw)
  To: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

It fails with:
  CC     test/ipctest.o
  CC     audio/ipc.o
  CCLD   test/ipctest
gcc: sbc/.libs/libsbc.a: No such file or directory
make[1]: *** [test/ipctest] Error 1
make: *** [all] Error 2


Also, other combinations (like --enable-services, --enable-audio...) can
end up with errors like:
libtool: link: x86_64-pc-linux-gnu-gcc -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -DBLUETOOTH_PLUGIN_BUILTIN
-DPLUGINDIR=\"/usr/lib64/bluetooth/plugins\" -O2 -march=athlon64-sse3
-mtune=athlon64-sse3 -pipe -D_FORTIFY_SOURCE=2 -fPIC -Wl,-O1 -pie -o
test/ipctest test/ipctest.o audio/ipc.o  /usr/lib64/libglib-2.0.so
sbc/.libs/libsbc.a
test/ipctest.o: In function `set_conf':
ipctest.c:(.text+0x1462): undefined reference to `sbc_reinit'
ipctest.c:(.text+0x14af): undefined reference to `sbc_init'
ipctest.c:(.text+0x161b): undefined reference to `sbc_get_codesize'
collect2: ld returned 1 exit status
make[1]: *** [test/ipctest] Error 1
make: *** [all] Error 2

Thanks a lot for your help

[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bluez-4.61 fails to build if configured with "--disable-gstreamer --disable-alsa --enable-test"
  2010-03-06 18:14 bluez-4.61 fails to build if configured with "--disable-gstreamer --disable-alsa --enable-test" Pacho Ramos
@ 2010-03-07  0:50 ` Gustavo F. Padovan
  2010-03-08 13:57   ` Pacho Ramos
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo F. Padovan @ 2010-03-07  0:50 UTC (permalink / raw)
  To: Pacho Ramos; +Cc: linux-bluetooth

Hi Pacho,

* Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> [2010-03-06 19:14:35 +0100]:

> It fails with:
>   CC     test/ipctest.o
>   CC     audio/ipc.o
>   CCLD   test/ipctest
> gcc: sbc/.libs/libsbc.a: No such file or directory
> make[1]: *** [test/ipctest] Error 1
> make: *** [all] Error 2
> 
> 
> Also, other combinations (like --enable-services, --enable-audio...) can
> end up with errors like:
> libtool: link: x86_64-pc-linux-gnu-gcc -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -DBLUETOOTH_PLUGIN_BUILTIN
> -DPLUGINDIR=\"/usr/lib64/bluetooth/plugins\" -O2 -march=athlon64-sse3
> -mtune=athlon64-sse3 -pipe -D_FORTIFY_SOURCE=2 -fPIC -Wl,-O1 -pie -o
> test/ipctest test/ipctest.o audio/ipc.o  /usr/lib64/libglib-2.0.so
> sbc/.libs/libsbc.a
> test/ipctest.o: In function `set_conf':
> ipctest.c:(.text+0x1462): undefined reference to `sbc_reinit'
> ipctest.c:(.text+0x14af): undefined reference to `sbc_init'
> ipctest.c:(.text+0x161b): undefined reference to `sbc_get_codesize'
> collect2: ld returned 1 exit status
> make[1]: *** [test/ipctest] Error 1
> make: *** [all] Error 2

Vinicius has a patch to fix this. Let's wait he send the patch to the
mailing list.


> 
> Thanks a lot for your help


-- 
Gustavo F. Padovan
http://padovan.org

ProFUSION embedded systems - http://profusion.mobi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bluez-4.61 fails to build if configured with "--disable-gstreamer --disable-alsa --enable-test"
  2010-03-07  0:50 ` Gustavo F. Padovan
@ 2010-03-08 13:57   ` Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2010-03-08 13:57 UTC (permalink / raw)
  To: Gustavo F. Padovan; +Cc: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

El sáb, 06-03-2010 a las 21:50 -0300, Gustavo F. Padovan escribió:
> Hi Pacho,
> 
> * Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> [2010-03-06 19:14:35 +0100]:
> 
> > It fails with:
> >   CC     test/ipctest.o
> >   CC     audio/ipc.o
> >   CCLD   test/ipctest
> > gcc: sbc/.libs/libsbc.a: No such file or directory
> > make[1]: *** [test/ipctest] Error 1
> > make: *** [all] Error 2
> > 
> > 
> > Also, other combinations (like --enable-services, --enable-audio...) can
> > end up with errors like:
> > libtool: link: x86_64-pc-linux-gnu-gcc -I/usr/include/dbus-1.0
> > -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> > -I/usr/lib64/glib-2.0/include -DBLUETOOTH_PLUGIN_BUILTIN
> > -DPLUGINDIR=\"/usr/lib64/bluetooth/plugins\" -O2 -march=athlon64-sse3
> > -mtune=athlon64-sse3 -pipe -D_FORTIFY_SOURCE=2 -fPIC -Wl,-O1 -pie -o
> > test/ipctest test/ipctest.o audio/ipc.o  /usr/lib64/libglib-2.0.so
> > sbc/.libs/libsbc.a
> > test/ipctest.o: In function `set_conf':
> > ipctest.c:(.text+0x1462): undefined reference to `sbc_reinit'
> > ipctest.c:(.text+0x14af): undefined reference to `sbc_init'
> > ipctest.c:(.text+0x161b): undefined reference to `sbc_get_codesize'
> > collect2: ld returned 1 exit status
> > make[1]: *** [test/ipctest] Error 1
> > make: *** [all] Error 2
> 
> Vinicius has a patch to fix this. Let's wait he send the patch to the
> mailing list.
> 

Fine :-D

Thanks a lot for the information

[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-08 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-06 18:14 bluez-4.61 fails to build if configured with "--disable-gstreamer --disable-alsa --enable-test" Pacho Ramos
2010-03-07  0:50 ` Gustavo F. Padovan
2010-03-08 13:57   ` Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox