|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Building XCP xen-api from git
Hi !
Did you ever get this resolved ? I am running into the same problem.
I have compiled / installed xen-unstable and still run into the same problem.
Thanx,
Matthias
--- On Wed, 7/6/11, jgpsilver2011@xxxxxxxxxxxx <jgpsilver2011@xxxxxxxxxxxx>
wrote:
> From: jgpsilver2011@xxxxxxxxxxxx <jgpsilver2011@xxxxxxxxxxxx>
> Subject: [Xen-users] Building XCP xen-api from git
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Date: Wednesday, July 6, 2011, 1:44 AM
> I am attempting to wrap my head
> around XCP right now and
> specifically using xen-api (xcp xen-api to avoid confusion)
>
>
> jgp@ubuntu1:~/xcp/code/xen-api-libs$ make
> make -C uuid
> make[1]: Entering directory
> `/home/jgp/xcp/code/xen-api-libs/uuid'
> ocamlc -g -c -o uuid.cmi uuid.mli
> ocamlc -g -c -o uuid.cmo uuid.ml
> ocamlc -g -a -o uuid.cma uuid.cmo
> ocamlopt -g -dtypes -c -o uuid.cmx uuid.ml
> ocamlopt -g -dtypes -a -o uuid.cmxa uuid.cmx
> make[1]: Leaving directory
> `/home/jgp/xcp/code/xen-api-libs/uuid'
> make -C stdext
> make[1]: Entering directory
> `/home/jgp/xcp/code/xen-api-libs/stdext'
> ocamlc -g -c -o monad.cmi monad.mli
> ocamlc -g -c -o fun.cmi fun.mli
> ocamlc -g -c -o opt.cmi opt.mli
> ocamlc -g -c -o listext.cmi listext.mli
> ocamlc -g -c -I ../uuid -o filenameext.cmi filenameext.mli
> ocamlc -g -c -o stringext.cmi stringext.mli
> ocamlc -g -c -o arrayext.cmi arrayext.mli
> ocamlc -g -c -o hashtblext.cmi hashtblext.mli
> ocamlc -g -c -o pervasiveext.cmi pervasiveext.mli
> ocamlc -g -thread -c -o threadext.cmi threadext.mli
> ocamlc -g -c -o int64ext.cmi int64ext.mli
> ocamlc -g -c -o ring.cmi ring.mli
> ocamlc -g -c -o qring.cmi qring.mli
> ocamlc -g -c -o fring.cmi fring.mli
> ocamlc -g -c -o bigbuffer.cmi bigbuffer.mli
> ocamlc -g -c -o unixext.cmi unixext.mli
> ocamlc -g -c -o range.cmi range.mli
> ocamlc -g -c -o vIO.cmi vIO.mli
> ocamlc -g -c -o trie.cmi trie.mli
> ocamlc -g -c -o config.cmi config.mli
> ocamlc -g -c -o date.cmi date.mli
> ocamlc -g -c -o encodings.cmi encodings.mli
> ocamlfind: Package `type-conv' not found
> ocamlc -g -pp 'camlp4o -I ../rpc-light -I
> pa_type_conv.cmo
> pa_rpc.cma' -I ../jsonrpc -I ../rpc-light -c -o fe.cmo
> fe.ml
> Camlp4: Uncaught exception: DynLoader.Error ("pa_rpc.cma",
> "file
> not found in path")
>
> File "fe.ml", line 1, characters 0-1:
> Error: Preprocessor error
> make[1]: *** [fe.cmo] Error 2
> make[1]: Leaving directory
> `/home/jgp/xcp/code/xen-api-libs/stdext'
> make: *** [all] Error 2
> jgp@ubuntu1:~/xcp/code/xen-api-libs$
>
> jgp@ubuntu1:~/xcp/code/xen-api-libs$ git status
> # On branch master
> no changes added to commit (use "git add" and/or "git
> commit -a")
>
> If anyone has any suggestions or even a pointer in the
> right
> direction it would be much appreciated.
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|