[Qemu-devel] [Bug 1324112] Re: qemu parallel building error on libcacard.la

2016-06-15 Thread T. Huth
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1324112 Title: qemu parallel building error on libcacard.la Status in QEMU: Fix

Re: [Qemu-devel] [Bug 1324112] Re: qemu parallel building error on libcacard.la

2014-07-10 Thread Stefan Hajnoczi
On Thu, Jul 10, 2014 at 7:28 AM, Fam Zheng f...@redhat.com wrote: Could be because of this rule: # libtool will build the .o files, too $(libcacard-obj-y): | $(libcacard-lobj-y) Does removing the | (order deps) solve the issue? I don't think so: libcacard.la: $(libcacard-lobj-y)

Re: [Qemu-devel] [Bug 1324112] Re: qemu parallel building error on libcacard.la

2014-07-10 Thread Stefan Hajnoczi
On Thu, Jul 10, 2014 at 9:32 AM, Stefan Hajnoczi stefa...@gmail.com wrote: Try this on qemu.git/master: $ make distclean $ ./configure $ make libcacard/vscclient libcacard/vscclient.o: In function `do_command': /home/stefanha/qemu/libcacard/vscclient.c:500: undefined reference to

Re: [Qemu-devel] [Bug 1324112] Re: qemu parallel building error on libcacard.la

2014-07-10 Thread Stefan Hajnoczi
Since the following commit, libcacard and vscclient no longer link against QEMU common code: commit fd25c0e6dd1ed2aa932fa7ef814b32457bf270fd Author: Michael Tokarev m...@tls.msk.ru Date: Thu May 8 12:30:48 2014 +0400 libcacard: replace qemu thread primitives with glib ones Therefore this

[Qemu-devel] [Bug 1324112] Re: qemu parallel building error on libcacard.la

2014-07-09 Thread Fam Zheng
Could be because of this rule: # libtool will build the .o files, too $(libcacard-obj-y): | $(libcacard-lobj-y) Does removing the | (order deps) solve the issue? Fam -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.