From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDhS8-0001qO-O1 for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDhS6-0007lS-Qb for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:25:40 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:52632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDhS6-0007lM-MP for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:25:38 -0400 Received: by obbwd20 with SMTP id wd20so1514865obb.4 for ; Fri, 30 Mar 2012 12:25:37 -0700 (PDT) Message-ID: <4F7608AE.302@codemonkey.ws> Date: Fri, 30 Mar 2012 14:25:34 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20120330161002.1cfc450d@doriath.home> <4F760673.4010608@redhat.com> <20120330162152.0a95e3fc@doriath.home> In-Reply-To: <20120330162152.0a95e3fc@doriath.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Parallel build broken on master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Paolo Bonzini , aliguori@us.ibm.com, qemu-devel@nongnu.org On 03/30/2012 02:21 PM, Luiz Capitulino wrote: > On Fri, 30 Mar 2012 21:16:03 +0200 > Paolo Bonzini wrote: > >> Il 30/03/2012 21:10, Luiz Capitulino ha scritto: >>> Hi, >>> >>> The HEAD is 6b7cff76. Will paste the configure I use because they seem to make >>> the bug more likely: >>> >>> $ ../configure --target-list=x86_64-softmmu --disable-strip --enable-debug \ >>> --disable-xen --disable-brlapi --disable-curses --disable-curl \ >>> --disable-bluez --disable-system --disable-debug-tcg --audio-card-list= >>> $ make -j2 >>> [...] >>> LINK qemu-nbd >>> gcc: error: aes.o: No such file or directory >>> gcc: error: aio.o: No such file or directory >>> gcc: error: async.o: No such file or directory >>> gcc: error: block.o: No such file or directory >>> gcc: error: block/blkdebug.o: No such file or directory >>> gcc: error: block/blkverify.o: No such file or directory >>> gcc: error: block/bochs.o: No such file or directory >>> gcc: error: block/cloop.o: No such file or directory >>> gcc: error: block/cow.o: No such file or directory >>> gcc: error: block/dmg.o: No such file or directory >>> gcc: error: block/nbd.o: No such file or directory >>> gcc: error: block/parallels.o: No such file or directory >>> gcc: error: block/qcow.o: No such file or directory >>> gcc: error: block/qcow2-cache.o: No such file or directory >>> gcc: error: block/qcow2-cluster.o: No such file or directory >>> [...] >>> >>> Doesn't happen with -j1 and doesn't happen if I test with commit 040b66f3f9 >>> (ie. before the qtest series). >>> >>> I build from a separate dir, btw. >> >> Can you bisect? Likely it's 1/7 though. > > Indeed, bisect says it's b93b63f574. Can you provide the output of V=1 and config.log? make -j9 works for me just fine. Regards, Anthony Liguori >