qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Desnogues <laurent.desnogues@gmail.com>
To: Paul Brook <paul@codesourcery.com>
Cc: Christoph Egger <Christoph.Egger@amd.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] build fix: request for backing out 379f6698d73f476de38682b3ff96ecb226728c43
Date: Thu, 30 Jul 2009 15:10:20 +0200	[thread overview]
Message-ID: <761ea48b0907300610y6148d84akd19e27ff174dd1c9@mail.gmail.com> (raw)
In-Reply-To: <200907301329.52970.paul@codesourcery.com>

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

      parent reply	other threads:[~2009-07-30 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=761ea48b0907300610y6148d84akd19e27ff174dd1c9@mail.gmail.com \
    --to=laurent.desnogues@gmail.com \
    --cc=Christoph.Egger@amd.com \
    --cc=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).