From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaXFT-0007LM-Cp for qemu-devel@nongnu.org; Sat, 15 Mar 2008 10:20:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaXFR-0007JX-H7 for qemu-devel@nongnu.org; Sat, 15 Mar 2008 10:20:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaXFR-0007JC-Bf for qemu-devel@nongnu.org; Sat, 15 Mar 2008 10:20:33 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JaXFQ-0002LQ-4N for qemu-devel@nongnu.org; Sat, 15 Mar 2008 10:20:33 -0400 From: Paul Brook Subject: Re: [Qemu-devel] build failure on x86, any suggestions? Date: Sat, 15 Mar 2008 14:20:24 +0000 References: <1205589710.24804.65.camel@localhost> In-Reply-To: <1205589710.24804.65.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803151420.25502.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Volkov On Saturday 15 March 2008, Peter Volkov wrote: > Hello. > > I just wanted to point developers attention to the following bug: > bugs.gentoo.org/212351 , comment #11 and further. The problem is that > qemu does not compile any more on x86. I've tried recent snapshot > (2008-03-15_05) and the problem persist there. You're almost certainly using gcc4.x. Don't do that. IIRC gentoo already has a big pile hacks for this. This kind of breakage is exactly why those hacks haven't been merged into cvs. They're papering over the problem rather than fixing it, so you should expect them to need constant maintenance. As mentioned several times on this recently on this list, the proper fix is to finish the TCG conversion. That will happen "when it's done". Paul