Re: [libvirt] [PATCH] Link to virdbustest against DBus libs

2013-08-13 Thread Daniel P. Berrange
On Mon, Aug 12, 2013 at 10:13:07PM +0200, Guido Günther wrote: On Mon, Aug 12, 2013 at 01:21:08PM -0600, Eric Blake wrote: On 08/12/2013 01:14 PM, Guido Günther wrote: otherwise we fail like: CCLD virdbustest /usr/bin/ld: virdbustest-virdbustest.o: undefined reference

Re: [libvirt] [PATCH] Link to virdbustest against DBus libs

2013-08-13 Thread Guido Günther
On Tue, Aug 13, 2013 at 09:51:22AM +0100, Daniel P. Berrange wrote: On Mon, Aug 12, 2013 at 10:13:07PM +0200, Guido Günther wrote: On Mon, Aug 12, 2013 at 01:21:08PM -0600, Eric Blake wrote: On 08/12/2013 01:14 PM, Guido Günther wrote: otherwise we fail like: CCLD

Re: [libvirt] [PATCH] Link to virdbustest against DBus libs

2013-08-13 Thread Daniel P. Berrange
On Tue, Aug 13, 2013 at 02:23:41PM +0200, Guido Günther wrote: On Tue, Aug 13, 2013 at 09:51:22AM +0100, Daniel P. Berrange wrote: On Mon, Aug 12, 2013 at 10:13:07PM +0200, Guido Günther wrote: On Mon, Aug 12, 2013 at 01:21:08PM -0600, Eric Blake wrote: On 08/12/2013 01:14 PM, Guido

[libvirt] [PATCH] Link to virdbustest against DBus libs

2013-08-12 Thread Guido Günther
otherwise we fail like: CCLD virdbustest /usr/bin/ld: virdbustest-virdbustest.o: undefined reference to symbol 'dbus_message_unref' /lib/x86_64-linux-gnu/libdbus-1.so.3: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Found by:

Re: [libvirt] [PATCH] Link to virdbustest against DBus libs

2013-08-12 Thread Eric Blake
On 08/12/2013 01:14 PM, Guido Günther wrote: otherwise we fail like: CCLD virdbustest /usr/bin/ld: virdbustest-virdbustest.o: undefined reference to symbol 'dbus_message_unref' /lib/x86_64-linux-gnu/libdbus-1.so.3: error adding symbols: DSO missing from command line

Re: [libvirt] [PATCH] Link to virdbustest against DBus libs

2013-08-12 Thread Guido Günther
On Mon, Aug 12, 2013 at 01:21:08PM -0600, Eric Blake wrote: On 08/12/2013 01:14 PM, Guido Günther wrote: otherwise we fail like: CCLD virdbustest /usr/bin/ld: virdbustest-virdbustest.o: undefined reference to symbol 'dbus_message_unref'