I’ve been trying to build 0.5 XAPI Toolset following instructions from here http://www.xen.org/products/cloud_source.html. I was surprised it didn’t simply work since a build VM is provided. I’ve encountered several issues and am working to resolve them.
The first issue is that build-xapi-toolstack.sh uses the unstable source as the UPSTREAM_URL. Changing that to UPSTREAM_URL=http://xenbits.xensource.com/xapi/0.5 seems to be on the right track.
The build now errors out as:
which: no pstopdf in (/opt/xensource/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no pstopdf in (/opt/xensource/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
ocamlfind: Package `xc' not found
*** omake: targets were not rebuilt because of errors:
<scanner ocaml/xapi/scan-ocaml-xapi_globs.ml>
depends on: ocaml/xapi/xapi_globs.ml
make: *** [all] Error 2
Do you have any suggestions that may help?