From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSqtX-0000y7-Fd for qemu-devel@nongnu.org; Sun, 18 Mar 2007 04:37:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSqtV-0000xv-I8 for qemu-devel@nongnu.org; Sun, 18 Mar 2007 04:37:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSqtV-0000xs-CE for qemu-devel@nongnu.org; Sun, 18 Mar 2007 03:37:37 -0500 Received: from 85-10-211-152.clients.your-server.de ([85.10.211.152] helo=nesselzelle.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HSqs9-0007dm-QI for qemu-devel@nongnu.org; Sun, 18 Mar 2007 04:36:14 -0400 Received: from neuling ([85.10.211.152]:4973) by nesselzelle.de with [XMail 1.22 SSL Ext 0.0.3a ESMTP Server] via protocol=TLSv1/SSLv3, cipher=AES256-SHA(256) id for from ; Sun, 18 Mar 2007 09:37:25 +0100 Date: Sun, 18 Mar 2007 09:37:34 +0100 From: Thomas Orgis Subject: Re: [Qemu-devel] Latest SVN fails to build on Fedora Core 6 (same with 0.9.0) Message-ID: <20070318093734.71d9d77d@neuling> In-Reply-To: References: <20070317143730.1befbf94@neuling> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Am Sun, 18 Mar 2007 00:45:00 -0400 schrieb Tony Nelson : > >We at SourceMage GNU/Linux got reports of failed builds with that error > >that are apparently fixed by reducing -march cflag to pentium-mmx as > >opposed to pentium2,3,4 or pentium-m as well as any athlon. > >Any sse flags also seem to trigger this error. > >qemu 0.8.6 built without probs with -march=pentium-m, for example (we > >still use the same compiler gcc-3.4.6 for this). > Could this be caused by having a 586 kernel installed? There's a bug in > FC6 anaconda that causes it to sometimes install the 586 kernel when it > should have installed the 686 kernel. The fix is to install the 686 kernel. Now that surprises me. The chosen cpu setting for the kernel triggers an error in _compiling_ qemu? Or is this a special bug with the Fedora i586 kernel? Well, my laptop system, where this also is reproducable, is totally compiled with -march=pentium-m and the kernel is configured for a Pentium-M. Do you have more information on how the kernel triggering this is possible? And why it is happening with wemu-0.9.0 but not with 0.8.6? Thomas.