WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] xenstored vanished

To: Christoph Egger <Christoph.Egger@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] xenstored vanished
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Fri, 7 May 2010 10:24:28 +0100
Cc:
Delivery-date: Fri, 07 May 2010 02:25:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <201005071117.59135.Christoph.Egger@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcrtxkaQl7uQ8KAoReWOEyaRfs57iQAANDQS
Thread-topic: [Xen-devel] xenstored vanished
User-agent: Microsoft-Entourage/12.24.0.100205
On 07/05/2010 10:17, "Christoph Egger" <Christoph.Egger@xxxxxxx> 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



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>