From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5908-0001zk-C9 for qemu-devel@nongnu.org; Thu, 10 Jul 2014 03:42:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5907-0004fC-IY for qemu-devel@nongnu.org; Thu, 10 Jul 2014 03:42:44 -0400 Received: from mail-oa0-x22b.google.com ([2607:f8b0:4003:c02::22b]:51649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5907-0004f5-Dc for qemu-devel@nongnu.org; Thu, 10 Jul 2014 03:42:43 -0400 Received: by mail-oa0-f43.google.com with SMTP id o6so9459486oag.2 for ; Thu, 10 Jul 2014 00:42:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20140528125211.29732.51513.malonedeb@wampee.canonical.com> <20140710052807.11774.70772.malone@gac.canonical.com> Date: Thu, 10 Jul 2014 09:42:42 +0200 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Bug 1324112] Re: qemu parallel building error on libcacard.la List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1324112 <1324112@bugs.launchpad.net> Cc: qemu-devel On Thu, Jul 10, 2014 at 9:32 AM, Stefan Hajnoczi 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 > `vreader_get_reader_by_id' > /home/stefanha/qemu/libcacard/vscclient.c:502: undefined reference to > `vcard_emul_force_card_insert' > /home/stefanha/qemu/libcacard/vscclient.c:503: undefined reference to > `vreader_get_name' > ... > > The Makefile is broken. I suspect that putting proper dependencies in > place with fix this issue. Please ignore, the libcacard Makefile is actually supposed to be invoked as "make vscclient" from the QEMU root directory. These errors were just caused by a %.o: %.c default make target. Stefan