From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDbVt-0000Qm-Nj for qemu-devel@nongnu.org; Thu, 07 Mar 2013 09:09:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDbVl-0003ns-Cf for qemu-devel@nongnu.org; Thu, 07 Mar 2013 09:09:41 -0500 From: Don Slutz Message-ID: <51389F96.2090003@terremark.com> Date: Thu, 7 Mar 2013 09:09:26 -0500 MIME-Version: 1.0 References: <24E144B8C0207547AD09C467A8259F7557B2BE14@lisa.maurer-it.com> <20130306231208.GA17594@ohm.aurel32.net> <20130307005351.GA19296@morn.localdomain> <20130307084304.GA17400@ohm.aurel32.net> <20130307135706.GA14645@morn.localdomain> In-Reply-To: <20130307135706.GA14645@morn.localdomain> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] problems with freeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: "qemu-devel@nongnu.org" , seabios@seabios.org, qemu-stable@nongnu.org, Aurelien Jarno , Dietmar Maurer On 03/07/13 08:57, Kevin O'Connor wrote: > On Thu, Mar 07, 2013 at 09:43:04AM +0100, Aurelien Jarno wrote: >> On Wed, Mar 06, 2013 at 07:53:51PM -0500, Kevin O'Connor wrote: >>> That change is definitely just build related - I don't see how it >>> could impact the final SeaBIOS binary. How did you conclude that this >>> commit is what fixes the issue? >>> >> I did a git bisect to find the commit fixing the issue. Then, as I was >> not believing the result, I tried the following sequence a dozen of >> times (for some unknown reasons the FreeBSD install CD doesn't exhibit >> the issue, so I used the Debian GNU/kFreeBSD installer): > Thanks. I'll take a look at this tonight. If you get a chance first, > could you try adding "make distclean; make clean" into the seabios > steps? > > -Kevin > > _______________________________________________ > SeaBIOS mailing list > SeaBIOS@seabios.org > http://www.seabios.org/mailman/listinfo/seabios make distclean;make clean Do not change what happens. git clean -fdx looks to be good enough. -Don