qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43
@ 2009-07-30 12:01 Christoph Egger
  2009-07-30 12:29 ` Paul Brook
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Egger @ 2009-07-30 12:01 UTC (permalink / raw)
  To: qemu-devel


Hi!

Hereby I request to backout c/s 379f6698d73f476de38682b3ff96ecb226728c43
for the 0.11 release.
It breaks build on non-Linux hosts.

Error Message:  undefined reference to `guest_base'

Christoph

-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43
  2009-07-30 12:01 [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43 Christoph Egger
@ 2009-07-30 12:29 ` Paul Brook
  2009-07-30 13:09   ` Christoph Egger
  2009-07-30 13:10   ` Laurent Desnogues
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Brook @ 2009-07-30 12:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Christoph Egger

On Thursday 30 July 2009, Christoph Egger wrote:
> Hi!
>
> Hereby I request to backout c/s 379f6698d73f476de38682b3ff96ecb226728c43
> for the 0.11 release.
> It breaks build on non-Linux hosts.
>
> Error Message:  undefined reference to `guest_base'

--disable-guest-base.

Paul

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43
  2009-07-30 12:29 ` Paul Brook
@ 2009-07-30 13:09   ` Christoph Egger
  2009-07-30 13:10   ` Laurent Desnogues
  1 sibling, 0 replies; 4+ messages in thread
From: Christoph Egger @ 2009-07-30 13:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paul Brook

On Thursday 30 July 2009 14:29:52 Paul Brook wrote:
> On Thursday 30 July 2009, Christoph Egger wrote:
> > Hi!
> >
> > Hereby I request to backout c/s 379f6698d73f476de38682b3ff96ecb226728c43
> > for the 0.11 release.
> > It breaks build on non-Linux hosts.
> >
> > Error Message:  undefined reference to `guest_base'
>
> --disable-guest-base.

Ah, good!
Should be the default then.


Christoph


-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43
  2009-07-30 12:29 ` Paul Brook
  2009-07-30 13:09   ` Christoph Egger
@ 2009-07-30 13:10   ` Laurent Desnogues
  1 sibling, 0 replies; 4+ messages in thread
From: Laurent Desnogues @ 2009-07-30 13:10 UTC (permalink / raw)
  To: Paul Brook; +Cc: Christoph Egger, qemu-devel

On Thu, Jul 30, 2009 at 2:29 PM, Paul Brook<paul@codesourcery.com> wrote:
> On Thursday 30 July 2009, Christoph Egger wrote:
>> Hi!
>>
>> Hereby I request to backout c/s 379f6698d73f476de38682b3ff96ecb226728c43
>> for the 0.11 release.
>> It breaks build on non-Linux hosts.
>>
>> Error Message:  undefined reference to `guest_base'
>
> --disable-guest-base.

Or replace in configure:

if test "$target_user_only" = "yes" -a "$guest_base" = "yes"; then

with:

if test "$target_linux_user" = "yes" -a "$guest_base" = "yes"; then

Of course the real fix would be to add guest base support to
bsd and darwin.


Laurent

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-30 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 12:01 [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43 Christoph Egger
2009-07-30 12:29 ` Paul Brook
2009-07-30 13:09   ` Christoph Egger
2009-07-30 13:10   ` Laurent Desnogues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).