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-api

[Xen-API] Building xapi tool chain

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] Building xapi tool chain
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Sun, 30 Jan 2011 21:46:11 +0300
Delivery-date: Sun, 30 Jan 2011 10:47:27 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=V6V/2ss7Rm9keVlaLyd1KkK7kB/WoMg2tldRNbR0nR0=; b=Iyeu5H9zywQWUbdSE1oPu4F3KytcxpqDTDPucVyFGvIMgsGfD1Hf6agft3c1zaNQhZ Canxo4dsyGBP3eqgT5WUYxGcy/iZhxSEqqZipnc18pFoLNNSRL9o3ygW5sojoKp9tPCG OawKECtteU5twKz4XyyfKzF0ZZ+SQX2gOB0sg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=du3e+XVoHzxBrQTrlVeQXwQHRCLFobp3MLbS7Hl284+MVrsrrECkl+ib5iPD1GqcKE KqnuhUvZZdKmdU6iOQTptGkvfpn6Ng8cb847C1GCqbM22nbQ4VDOJx9uZKmDmlyrcZqe GkelkLSibStx/00oDomDhxWaGWcgTOQBAyxAo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Good day.

I'm trying to build xapi using XCP DDK (XCP-ddk-0.5.iso).

I found two errors:

1) xen-dist-ocaml.hg/type-conv.spec contain line:

%setup -q -n type-conv-release-%{version}

it shall be:

%setup -q -n type-conv-%{version}

With original line I'm getting error:

+ cd type-conv-release-1.6.8
/var/tmp/rpm-tmp.45189: line 36: cd: type-conv-release-1.6.8: No such
file or directory


2) Second error more tricky and I stuck at this point:

File "pa_rpc.ml", line 1, characters 0-1:
Error: The files /usr/lib/ocaml/camlp4/Camlp4.cmi
       and /usr/lib/ocaml/type-conv/pa_type_conv.cmi
       make inconsistent assumptions over interface Camlp4_import

I following this instruction:

http://xenbits.xen.org/xapi/install.html

Thanks.



_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

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