[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-API] Latest version (cs 499) does not compile
Hi Andreas, The root cause of the failure is that xen-api.hg currently requires changes in the XCP xen patch queue. The quickest way to get started is to use the pre-prepared 'build VM' which has all the headers etc. Check out: http://xenbits.xen.org/xapi/install.html The second quickest way would be to compile the modified xen yourself. Try: hg clone http://xenbits.xensource.com/xen-3.4-testing.hg cd xen-3.4-testing.hg/ hg clone http://xenbits.xen.org/xapi/xen-3.4.pq.hg .hg/patches hg update -r RELEASE-3.4.1 hg qpush -a (and then compile) The slowest way to proceed would be to figure out what's changed between xen 3.4.1+patchqueue and xen-unstable. We could then either add compat code in xen-api.hg or perhaps move forward to the new interfaces/ function signatures. Dave ________________________________________ From: xen-api-bounces@xxxxxxxxxxxxxxxxxxx [xen-api-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Andreas Florath [xen@xxxxxxxxxxxx] Sent: 16 November 2009 16:08 To: xen-api@xxxxxxxxxxxxxxxxxxx Subject: [Xen-API] Latest version (cs 499) does not compile Hello! Trying to compile the latest version of Everything: xen-unstable: changeset 20453 xen-api-libs: changeset 55 xen-api: changeset 499 on a i686 Debian 5.0.2 based Linux, compiling stops with: + gcc -g -O2 -I/opt/xensource/lib/ocaml -I/usr/include -I. -c -o xenguest_stubs.o xenguest_stubs.c xenguest_stubs.c: In function ?hvm_build_set_params?: xenguest_stubs.c:303: error: ?struct hvm_info_table? has no member named ?s4_enabled? xenguest_stubs.c:304: error: ?struct hvm_info_table? has no member named ?s3_enabled? xenguest_stubs.c: In function ?stub_xc_domain_save?: xenguest_stubs.c:392: warning: passing argument 7 of ?xc_domain_save? from incompatible pointer type xenguest_stubs.c:392: warning: passing argument 9 of ?xc_domain_save? from incompatible pointer type xenguest_stubs.c:392: error: too many arguments to function ?xc_domain_save? xenguest_stubs.c: In function ?stub_xc_domain_restore?: xenguest_stubs.c:446: error: too few arguments to function ?xc_domain_restore? *** omake: 920/2630 targets are up to date *** omake: failed (16.0 sec, 109/149 scans, 155/439 rules, 778/2831 digests) *** omake: targets were not rebuilt because of errors: ocaml/xenguest/xenguest_stubs.o depends on: ocaml/xenguest/xenguest_stubs.c make: *** [all] Error 1 Where / How to fix this problem? Kind regards - Andreas _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |