From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5F3n-0003or-5t for qemu-devel@nongnu.org; Wed, 07 Mar 2012 06:29:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5F3g-0002lu-1B for qemu-devel@nongnu.org; Wed, 07 Mar 2012 06:29:34 -0500 Received: from cantor2.suse.de ([195.135.220.15]:57252 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5F3f-0002kS-Ql for qemu-devel@nongnu.org; Wed, 07 Mar 2012 06:29:27 -0500 Message-ID: <4F574695.8080308@suse.de> Date: Wed, 07 Mar 2012 12:29:25 +0100 From: Alexander Graf MIME-Version: 1.0 References: <20120307025723.85E3140088@buildbot.b1-systems.de> <4F572FB9.7060902@redhat.com> In-Reply-To: <4F572FB9.7060902@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] buildbot failure in qemu on block_openbsd_4.9 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: gollub@b1-systems.de, qemu-devel@nongnu.org, lcapitulino@redhat.com On 03/07/2012 10:51 AM, Kevin Wolf wrote: > Am 07.03.2012 03:57, schrieb qemu@buildbot.b1-systems.de: >> The Buildbot has detected a new failure on builder block_openbsd_4.9 while building qemu. >> Full details are available at: >> http://buildbot.b1-systems.de/qemu/builders/block_openbsd_4.9/builds/148 >> >> Buildbot URL: http://buildbot.b1-systems.de/qemu/ >> >> Buildslave for this Build: kraxel_openbsd49 >> >> Build Reason: The Nightly scheduler named 'nightly_block' triggered this build >> Build Source Stamp: [branch block] HEAD >> Blamelist: >> >> BUILD FAILED: failed compile >> >> sincerely, >> -The Buildbot > Hi Alex, > > this is a problem with signrom.sh. master has failed in the same way > recently: > > AS optionrom/kvmvapic.o > Building optionrom/kvmvapic.img > Building optionrom/kvmvapic.raw > Signing optionrom/kvmvapic.bin > /home/buildbot/slave-public/block_openbsd_4.9/build/scripts/signrom.sh[31]: > 018 > * 512 - 1 : bad number `018' > gmake[1]: *** [kvmvapic.bin] Error 1 > gmake: *** [romsubdir-optionrom] Error 2 Hrm, does it work with Jan's python script? If so, maybe the appropriate fix would be to just commit that one. Alex