From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Error while installing xen tools Date: Thu, 15 Oct 2015 10:07:58 +0100 Message-ID: <1444900078.1607.30.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: suresh knv , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-10-15 at 14:28 +0530, suresh knv wrote: > Hi, > I am trying to install xen-tools on arm64 board(thunderx) with ubuntu. > I got stuck with the following error. > > > make[3]: Leaving directory `/home/ubuntu/xen_dev/xen/tools/pygrub' > make[2]: Leaving directory `/home/ubuntu/xen_dev/xen/tools' > make[2]: Entering directory `/home/ubuntu/xen_dev/xen/tools' > make -C ocaml install > make[3]: Entering directory `/home/ubuntu/xen_dev/xen/tools/ocaml' > make[4]: Entering directory `/home/ubuntu/xen_dev/xen/tools/ocaml' > make -C libs install > make[5]: Entering directory `/home/ubuntu/xen_dev/xen/tools/ocaml/libs' > make[6]: Entering directory `/home/ubuntu/xen_dev/xen/tools/ocaml/libs' > make -C mmap install > make[7]: Entering directory > `/home/ubuntu/xen_dev/xen/tools/ocaml/libs/mmap' > MLOPT xenmmap.cmx > /bin/sh: 1: ocamlopt: not found > make[7]: *** [xenmmap.cmx] Error 127 > > I have installed all the packages related to ocaml but still I am > getting the same error.When I googled the error it says > ocaml-native-compiler package is needed and for arm64 there is no > support for this package. > Can some one help me out with this. Try "./configure --disable-ocamltools"? There would seem to be a bug in the configure script if it is detecting ocaml when a required component (the ocamlopt native compiler) is not present. Ian. > > I am attaching the complete log file also with the mail. > > > Thanks > Suresh KN V > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel