From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTNjB-0000fu-BZ for qemu-devel@nongnu.org; Fri, 08 Jan 2010 17:54:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTNj5-0000d2-Nk for qemu-devel@nongnu.org; Fri, 08 Jan 2010 17:54:44 -0500 Received: from [199.232.76.173] (port=48064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTNj5-0000cm-Da for qemu-devel@nongnu.org; Fri, 08 Jan 2010 17:54:39 -0500 Received: from e34.co.us.ibm.com ([32.97.110.152]:37776) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NTNj4-0007XV-So for qemu-devel@nongnu.org; Fri, 08 Jan 2010 17:54:39 -0500 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e34.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o08MmiYJ030109 for ; Fri, 8 Jan 2010 15:48:44 -0700 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o08MsWnh118858 for ; Fri, 8 Jan 2010 15:54:32 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o08MsWMK012226 for ; Fri, 8 Jan 2010 15:54:32 -0700 Message-ID: <4B47B7A6.20002@linux.vnet.ibm.com> Date: Fri, 08 Jan 2010 16:54:30 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20100108161632.684c8fc0@doriath> In-Reply-To: <20100108161632.684c8fc0@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Is the build broken? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: pbonzini@redhat.com, Anthony Liguori , qemu-devel@nongnu.org On 01/08/2010 12:16 PM, Luiz Capitulino wrote: > 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. > Should be fixed now. Regards, Anthony Liguori > 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. >