From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kknqz-0007Mx-Ln for qemu-devel@nongnu.org; Tue, 30 Sep 2008 18:38:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kknqx-0007Ml-0N for qemu-devel@nongnu.org; Tue, 30 Sep 2008 18:38:01 -0400 Received: from [199.232.76.173] (port=40796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kknqw-0007Mi-Sv for qemu-devel@nongnu.org; Tue, 30 Sep 2008 18:37:58 -0400 Received: from pop-gadwall.atl.sa.earthlink.net ([207.69.195.61]:51975) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kknqw-0000Oj-Ss for qemu-devel@nongnu.org; Tue, 30 Sep 2008 18:37:59 -0400 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=[192.168.0.90]) by pop-gadwall.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1Kknqv-0007jb-00 for qemu-devel@nongnu.org; Tue, 30 Sep 2008 18:37:57 -0400 Message-ID: <48E2AA44.2020700@earthlink.net> Date: Tue, 30 Sep 2008 18:37:56 -0400 From: Robert Reif MIME-Version: 1.0 Subject: Re: [Qemu-devel] Can't boot my sparc system anymore References: <48DFC2A5.6040305@earthlink.net> <48DFCB20.7090106@earthlink.net> <48E01BA0.50301@earthlink.net> <48E1785F.8050007@earthlink.net> <48E26F18.4080606@codemonkey.ws> In-Reply-To: <48E26F18.4080606@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; 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 Anthony Liguori wrote: > Robert Reif wrote: >> Blue Swirl wrote: >>> Could you please bisect? >>> >>> >> 5186 is OK, 5187 doesn't compile and 5188 is broken. >> >> RH9 system (2.4.20-31.9smp). > > Robert, > > Does the latest SVN work for you if you pass --disable-aio to configure? > > SVN doesn't work at all for me regardless of whether aio is built in. > Also, it doesn't build for a number of reasons (for instance, gcc > doesn't know about -Wendif-labels) > > What patches are you using to make it build? > > Regards, > > Anthony Liguori > > Using -disable-aio fixes the problem for me. Up until about a month ago, I was using a standard RH9 distribution. Commit 4799 broke execution for me so I upgraded the compiler to 3.4.6. I had no build issues with the stock RH9 compiler.