From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jab5Z-0006fT-Ed for qemu-devel@nongnu.org; Sat, 15 Mar 2008 14:26:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jab5W-0006dj-Qi for qemu-devel@nongnu.org; Sat, 15 Mar 2008 14:26:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jab5W-0006dg-LR for qemu-devel@nongnu.org; Sat, 15 Mar 2008 14:26:34 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jab5W-00047T-6y for qemu-devel@nongnu.org; Sat, 15 Mar 2008 14:26:34 -0400 Message-ID: <47DC14A5.2050806@mail.berlios.de> Date: Sat, 15 Mar 2008 19:25:41 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] build failure on x86, any suggestions? References: <1205589710.24804.65.camel@localhost> <200803151420.25502.paul@codesourcery.com> In-Reply-To: <200803151420.25502.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Paul Brook schrieb: > 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 Hi Paul, I got two similar error messages from other users. Both were using gcc-3.4, one of them from ubuntu 7.10 (32bit). My own system had no problems compiling exactly the same version with Debian lenny (amd64) gcc-3.4. Stefan