From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTJOC-0005OF-4P for qemu-devel@nongnu.org; Fri, 08 Jan 2010 13:16:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTJO7-0005IB-Ce for qemu-devel@nongnu.org; Fri, 08 Jan 2010 13:16:47 -0500 Received: from [199.232.76.173] (port=37531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTJO7-0005Hj-71 for qemu-devel@nongnu.org; Fri, 08 Jan 2010 13:16:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34614) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTJO6-0007Oi-86 for qemu-devel@nongnu.org; Fri, 08 Jan 2010 13:16:42 -0500 Date: Fri, 8 Jan 2010 16:16:32 -0200 From: Luiz Capitulino Message-ID: <20100108161632.684c8fc0@doriath> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Is the build broken? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Hi there, Today's master full build is broken to me on x86_64 and i386: """ GEN config-target.h make[1]: *** No rule to make target `feature_to_c.sh', needed by `gdbstub-xml.c'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [subdir-arm-linux-user] Error 2 make: *** Waiting for unfinished jobs.... """ I've tried cleaning up the build environment with 'make distclean' but it didn't work. According to bisect the commit which broke it is: """ commit 076d247142c1ff1e4d618557fc0acc62f6eb2a7c Author: Paolo Bonzini Date: Mon Dec 21 10:06:55 2009 +0100 Use vpath directive """ Indeed, revert this one make the full build work again.