xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Keir Fraser <keir.fraser@eu.citrix.com>
To: Christoph Egger <Christoph.Egger@amd.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: xenstored vanished
Date: Fri, 7 May 2010 10:24:28 +0100	[thread overview]
Message-ID: <C8099ADC.13A0F%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <201005071117.59135.Christoph.Egger@amd.com>

On 07/05/2010 10:17, "Christoph Egger" <Christoph.Egger@amd.com> wrote:

>> I can't start xend as it can't find xenstored anymore.
>> 
>> What happened ?
>> 
>> Christoph
> 
> OCAML_TOOLS are unconditionally enabled but I haven't installed
> the ocaml tools. So xenstored got build but not installed.
> I'm wondering why the build process did not fail.
> 
> Please only build ocaml version when ocaml is installed.

That is already the case:

ifeq ($(OCAML_TOOLS),y)
ifeq ($(CONFIG_Linux),y)
OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n")
else
OCAML_TOOLS := n
endif
endif

I can only conclude that you do have the ocaml toolchain installed. The
ocaml stuff was broken when first checked in, but it's now building okay for
me (e.g., current tip, c/s 21326).

If you are building on NetBSD then as you can see above, the ocaml build is
forcibly disabled on non-Linux systems.

 -- Keir

  reply	other threads:[~2010-05-07  9:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07  8:57 xenstored vanished Christoph Egger
2010-05-07  9:15 ` Keir Fraser
2010-05-07  9:17 ` Christoph Egger
2010-05-07  9:24   ` Keir Fraser [this message]
2010-05-07  9:47     ` Christoph Egger
2010-05-07 10:37       ` Keir Fraser
2010-05-07 10:50         ` Keir Fraser
2010-05-07 11:24           ` Christoph Egger

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=C8099ADC.13A0F%keir.fraser@eu.citrix.com \
    --to=keir.fraser@eu.citrix.com \
    --cc=Christoph.Egger@amd.com \
    --cc=xen-devel@lists.xensource.com \
    /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).