From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTO9V-00055j-ER for qemu-devel@nongnu.org; Fri, 08 Jan 2010 18:21:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTO9Q-0004xH-BH for qemu-devel@nongnu.org; Fri, 08 Jan 2010 18:21:56 -0500 Received: from [199.232.76.173] (port=57461 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTO9P-0004wx-Sl for qemu-devel@nongnu.org; Fri, 08 Jan 2010 18:21:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTO9P-0000N3-FP for qemu-devel@nongnu.org; Fri, 08 Jan 2010 18:21:51 -0500 Date: Fri, 8 Jan 2010 21:21:38 -0200 From: Luiz Capitulino Message-ID: <20100108212138.789c3eb6@doriath> In-Reply-To: <4B47B7A6.20002@linux.vnet.ibm.com> References: <20100108161632.684c8fc0@doriath> <4B47B7A6.20002@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Anthony Liguori Cc: pbonzini@redhat.com, Anthony Liguori , qemu-devel@nongnu.org On Fri, 08 Jan 2010 16:54:30 -0600 Anthony Liguori wrote: > 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. Yeah, it's. Thanks.