|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] ocaml build error
On 06/05/2010 16:38, "Ian Jackson" <Ian.Jackson@xxxxxxxxxxxxx> wrote:
> On Debian lenny I run "make -j4 xen tools" and I get the message
> below.
>
> I'm going to disable my ocaml build for now, but this needs to be
> fixed if for no other reason than that I'm working on a huge patch
> which makes a non-compatible interface change to libxc, and which will
> break the ocaml build completely if I can't include the adjustements
> to it in my patch submission.
Wow, you have ocaml toolchain installed? :-)
K.
> Ian.
>
> make[3]: Entering directory `/u/iwj/work/2/xen-unstable.git/tools/ocaml'
> === building libs/uuid
> === building libs/mmap
> === building libs/log
> === building libs/xc
> MLDEP
> MLDEP
> MLDEP
> MLI mmap.cmi
> MLDEP
> CC mmap_stubs.o
> MLOPT mmap.cmx
> MLC mmap.cmo
> MKLIB libmmap_stubs.a
> MLA mmap.cma
> MLI log.cmi
> MLI xc.cmi
> MLI uuid.cmi
> File "xc.mli", line 79, characters 66-75:
> Unbound type constructor Uuid.t
> make[4]: *** [xc.cmi] Error 2
> make[3]: *** [libs/xc] Error 2
> make[3]: *** Waiting for unfinished jobs....
> MLA mmap.cmxa
> MLC uuid.cmo
> MLI syslog.cmi
> CC syslog_stubs.o
> MLOPT uuid.cmx
> MLA uuid.cma
> syslog_stubs.c:28: warning: '__syslog_options_table' defined but not used
> MLI logs.cmi
> MLC syslog.cmo
> MLC log.cmo
> MLC logs.cmo
> MKLIB libsyslog_stubs.a
> MLA uuid.cmxa
> MLOPT syslog.cmx
> MLA log.cma
> MLOPT log.cmx
> MLOPT logs.cmx
> MLA log.cmxa
> make[3]: Leaving directory `/u/iwj/work/2/xen-unstable.git/tools/ocaml'
> make[2]: *** [subdir-install-ocaml] Error 2
> make[2]: Leaving directory `/u/iwj/work/2/xen-unstable.git/tools'
> make[1]: *** [subdirs-install] Error 2
> make[1]: Leaving directory `/u/iwj/work/2/xen-unstable.git/tools'
> make: *** [install-tools] Error 2
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|