From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kl5kG-0002Lf-9z for qemu-devel@nongnu.org; Wed, 01 Oct 2008 13:44:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kl5kD-0002Io-Az for qemu-devel@nongnu.org; Wed, 01 Oct 2008 13:44:15 -0400 Received: from [199.232.76.173] (port=55575 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kl5kD-0002Ie-2n for qemu-devel@nongnu.org; Wed, 01 Oct 2008 13:44:13 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:59073) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kl5kD-0001PQ-4p for qemu-devel@nongnu.org; Wed, 01 Oct 2008 13:44:13 -0400 Received: by gxk12 with SMTP id 12so495114gxk.10 for ; Wed, 01 Oct 2008 10:44:11 -0700 (PDT) Message-ID: <48E3B6AB.8080505@codemonkey.ws> Date: Wed, 01 Oct 2008 12:43:07 -0500 From: Anthony Liguori 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> <48E2AA44.2020700@earthlink.net> In-Reply-To: <48E2AA44.2020700@earthlink.net> 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 Robert Reif wrote: > 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. How did you upgrade the compiler (can you point me to the rpms)? Regards, Anthony Liguori > >