Re: [proaudio] jack compilation error again |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] jack compilation error again
- From: "Arve Barsnes" <arve.barsnes@xxxxxxxxx>
- Date: Thu, 14 Aug 2008 12:27:16 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=UyHbRDIS0/PD4LifuGPghogIBLQVdVrphokWaaLpBH0=; b=bRrggxnmO31DiBNIihXn3rZtfwAa2+nAzOB9XIdgJlzQWjAoXixm/BiUxahBIYC+wJ 3jlDqP8dmG1kfbqn6TjZuLFjV7mFkqJX/VH+uWGMLOgSQ1AjrYvO49lBu3mzZX7xvWcz 4mXEJmENLVZd52P17W2+knRdY8xwQTlxI3QbI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=guVzvD7r1WvsdA/tfgtY8l4FJNJ+l/iun0Bs02tTPIXT7hFIw54xjdJI8gAfszBdgZ tMJJ0Ty6NFYNad0iE/S9JkfZ8QN7vKx0ivfeyC6I32EPLsHnWyafQl5a/ihpbQ9esTCr FKP3w6SVz/fk9B8u5C3Gj3kU2JTrNivocZl2A=
On Thu, Aug 14, 2008 at 12:01 PM, Frieder Bürzele
<evermind@xxxxxxxxxxxxx> wrote:
> Arve Barsnes wrote:
>> For jack-audio-connection-kit-9999
>>
>> ./.libs/libjackserver.so: undefined reference to `dbus_error_init'
>> ./.libs/libjackserver.so: undefined reference to `dbus_error_is_set'
>> ./.libs/libjackserver.so: undefined reference to `dbus_connection_send'
>> ./.libs/libjackserver.so: undefined reference to `dbus_connection_flush'
>> ./.libs/libjackserver.so: undefined reference to `dbus_message_unref'
>> ./.libs/libjackserver.so: undefined reference to `dbus_bus_get'
>> ./.libs/libjackserver.so: undefined reference to `dbus_error_free'
>> ./.libs/libjackserver.so: undefined reference to `dbus_message_new_method_call'
>> collect2: ld returned 1 exit status
>
> This is a linker error -- it seems that the library is not known by the linker
> pls post also relevant messsages prior to this error
>
configure: WARNING: overriding D-Bus service install dir
------------
| D-Bus service install dir............................. :
/usr/share/dbus-1/services
------------
libtool: link: (cd ".libs" && rm -f "libjackserver.so.0" && ln -s
"libjackserver.so.0.0.28" "libjackserver.so.0")
libtool: link: (cd ".libs" && rm -f "libjackserver.so" && ln -s
"libjackserver.so.0.0.28" "libjackserver.so")
libtool: link: ( cd ".libs" && rm -f "libjackserver.la" && ln -s
"../libjackserver.la" "libjackserver.la" )
/bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc
-I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g
-O2 -march=nocona -pipe -I/usr/include/nptl
-DJACK_LOCATION=\"/usr/bin\" -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/libxml2 -I../config
-I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -O2
-march=nocona -pipe -I/usr/include/nptl -march=nocona -Wl,-O1
-Wl,--as-needed -o jackd jackd.o engine.o clientengine.o transengine.o
libjackserver.la -lcap -lrt -ldbus-1 -lm -lpthread -ldl
-lsamplerate
libtool: link: x86_64-pc-linux-gnu-gcc -I../config -I.. -I..
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -O2 -march=nocona
-pipe -I/usr/include/nptl -DJACK_LOCATION=\"/usr/bin\"
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
-I/usr/include/libxml2 -I../config -I.. -I.. -D_REENTRANT
-D_POSIX_PTHREAD_SEMANTICS -Wall -g -O2 -march=nocona -pipe
-I/usr/include/nptl -march=nocona -Wl,-O1 -Wl,--as-needed -o
..libs/jackd jackd.o engine.o clientengine.o transengine.o
../.libs/libjackserver.so -lcap -lrt /usr/lib64/libdbus-1.so -lpthread
-ldl /usr/lib64/libsamplerate.so -lm
../.libs/libjackserver.so: undefined reference to `dbus_error_init'
../.libs/libjackserver.so: undefined reference to `dbus_error_is_set'
../.libs/libjackserver.so: undefined reference to `dbus_connection_send'
../.libs/libjackserver.so: undefined reference to `dbus_connection_flush'
../.libs/libjackserver.so: undefined reference to `dbus_message_unref'
../.libs/libjackserver.so: undefined reference to `dbus_bus_get'
../.libs/libjackserver.so: undefined reference to `dbus_error_free'
../.libs/libjackserver.so: undefined reference to `dbus_message_new_method_call'
collect2: ld returned 1 exit status
make[2]: *** [jackd] Error 1
Couldn't find anything else that looked like errors at all.
> does
> strings /usr/lib/libdbus-1.so|grep dbus_error_init
> reveal someting?
>
# strings /usr/lib/libdbus-1.so | grep dbus_error_init
dbus_error_init
dbus_error_init
>
>>
>> I tried rebuilding dbus, with no change, so I have no idea what could
>> be wrong here.
>>
>> I see that jack 0.109 was released 2008, but I can't find any
>> changelog in svn that details anything newer than 2005 changes. Is
>> there not much development on jack1 anymore? Should I try harder to
>> get jackdmp working?
>>
>>
>
> thats not posssible the latest log entry is from 2008-07-25.
> But dbus is just a patch and not yet merged into.
Where do you find this log? I noticed in the changelog for jack2
(where latest change is in August) that this and that was backported
to trunk. I'm guessing that trunk is jack1, but I could be wrong.