From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nti0W-0004AA-Pg for qemu-devel@nongnu.org; Mon, 22 Mar 2010 09:49:29 -0400 Received: from [199.232.76.173] (port=54600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nti0W-00049q-9T for qemu-devel@nongnu.org; Mon, 22 Mar 2010 09:49:28 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nti0U-0002Fw-Te for qemu-devel@nongnu.org; Mon, 22 Mar 2010 09:49:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8792) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nti0U-0002Fo-H2 for qemu-devel@nongnu.org; Mon, 22 Mar 2010 09:49:26 -0400 From: Juan Quintela In-Reply-To: <4BA7745A.3040402@siemens.com> (Jan Kiszka's message of "Mon, 22 Mar 2010 14:44:58 +0100") References: <20100322061658.GC20376@localhost> <4BA7745A.3040402@siemens.com> Date: Mon, 22 Mar 2010 14:49:22 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: Build always fail on x86_32 host for i386_softmmu target List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org, Bruce Majia Jan Kiszka wrote: > Juan Quintela wrote: >> Bruce Majia wrote: >>> Hi, >>> >>> When I built qemu on my x86_32 host with following configure line: >>> >> >> try to do first a: >> make distclean >> >>> $ ./configure --prefix=/usr/local/qemus/master \ >>> --target-list=i386-softmmu >>> $ make >> >> there are several config.h & config.mak around (from old builds) you >> need to remove then 1st. > > Doesn't the fact that this is required for a proper rebuild indicate > some issue in the build system? I just recall a recent multi-hour > debugging session of mine which turned out to be due to an inconsistent > build after moving forward in the git history (in qemu-kvm, but the code > change came from upstream). Or are there some fundamentally unresolvable > scenarios so that a distclean is mandatory after every git update? Humm, no, it should only happens if you update from a _very_ old qemu (very old means something between qemu-0.11 - 0.12). If you had need it after 0.12, it is a different bug and should be fixed. Later, Juan.