qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QEMU build broken


From: Brad Smith
Subject: Re: [Qemu-devel] QEMU build broken
Date: Fri, 09 May 2014 19:02:58 -0400
User-agent: Mozilla/5.0 (Macintosh; PPC Mac OS X 10.5; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 TenFourFox/G5 Tenfourbird

On 08/05/14 10:54 AM, Peter Maydell wrote:
On 8 May 2014 15:47, Brad Smith <address@hidden> wrote:
The following commit broke the build of QEMU..

linux-user: remove configure option for setting uname release

http://git.qemu.org/?p=qemu.git;a=commit;h=e586822a58b6609edb5ea929e8a4aa394d32389f

http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/752/steps/compile/logs/stdio

/buildbot-qemu/default_openbsd_current/build/bsd-user/main.c:46:34: error:
use of undeclared identifier 'CONFIG_UNAME_RELEASE'

Ah, bsd-user. Do you actually use it, or is it just
in the default compile that you're running?

I do not use it personally but it is common sense that commits
must not be breaking the build.

In this case bsd-user makes no use at all of the
qemu_uname_release variable so we should probably
just rip it out (together with the useless command
line argument that lets the user tweak it).

thanks
-- PMM


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]