From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: 4.4.0-rc3 tagged Date: Thu, 06 Feb 2014 19:15:41 -0500 Message-ID: <52F425AD.50209@terremark.com> References: <21227.37769.599789.521146@mariner.uk.xensource.com> <52EC2C9C.9090202@terremark.com> <21231.33273.164782.738071@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WBZ6g-0003VP-2U for xen-devel@lists.xenproject.org; Fri, 07 Feb 2014 00:15:46 +0000 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: Ian Jackson Cc: xen-devel@lists.xenproject.org, Don Slutz , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 02/03/14 07:01, Stefano Stabellini wrote: > This gets me to: > > > > > >Parsing/home/don/xen/tools/ocaml/libs/xl/../../../../tools/libxl/libxl_types.idl > > > MLDEP > > >make[7]: Leaving directory `/home/don/xen/tools/ocaml/libs/xl' > > >make[7]: Entering directory `/home/don/xen/tools/ocaml/libs/xl' > > > MLC xenlight.cmo > > > MLA xenlight.cma > > > CC xenlight_stubs.o > > >cc1: warnings being treated as errors > > >xenlight_stubs.c: In function 'Defbool_val': > > >xenlight_stubs.c:344: warning: implicit declaration of function 'CAMLreturnT' > > >xenlight_stubs.c:344: error: expected expression before 'libxl_defbool' > > >xenlight_stubs.c: In function 'String_option_val': > > >xenlight_stubs.c:379: error: expected expression before 'char' > > >xenlight_stubs.c: In function 'aohow_val': > > >xenlight_stubs.c:440: error: expected expression before 'libxl_asyncop_how' > > >make[7]: *** [xenlight_stubs.o] Error 1 > > >make[7]: Leaving directory `/home/don/xen/tools/ocaml/libs/xl' > > >make[6]: *** [subdir-install-xl] Error 2 > > >make[6]: Leaving directory `/home/don/xen/tools/ocaml/libs' > > >make[5]: *** [subdirs-install] Error 2 > > >make[5]: Leaving directory `/home/don/xen/tools/ocaml/libs' > > >make[4]: *** [subdir-install-libs] Error 2 > > >make[4]: Leaving directory `/home/don/xen/tools/ocaml' > > >make[3]: *** [subdirs-install] Error 2 > > >make[3]: Leaving directory `/home/don/xen/tools/ocaml' > > >make[2]: *** [subdir-install-ocaml] Error 2 > > >make[2]: Leaving directory `/home/don/xen/tools' > > >make[1]: *** [subdirs-install] Error 2 > > >make[1]: Leaving directory `/home/don/xen/tools' > > >make: *** [install-tools] Error 2 > > > > > > > > >Not sure how to work around this. > > > -Don Slutz Any idea on what to do about ocaml issue? -Don Slutz