WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xci-devel

Re: [Xci-devel] Re: Issue compiling build

To: Damien Bruley <damien.bruley@xxxxxxxxx>
Subject: Re: [Xci-devel] Re: Issue compiling build
From: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
Date: Fri, 9 Oct 2009 08:01:31 +0100
Cc: "xci-devel@xxxxxxxxxxxxxxxxxxx" <xci-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 09 Oct 2009 00:00:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <0F9AAE563BB0407D827E975681037C8E@xxxxxxxxxxxxxxxx>
List-archive: <http://lists.xensource.com/archives/html/xci-devel>
List-help: <mailto:xci-devel-request@lists.xensource.com?subject=help>
List-id: xci-devel.lists.xensource.com
List-post: <mailto:xci-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=unsubscribe>
References: <0F9AAE563BB0407D827E975681037C8E@xxxxxxxxxxxxxxxx>
Sender: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701)
Damien Bruley wrote:
Hi guys,
I Have issue compiling Build on my Debian where I can't pass the folowing error each time I try to compile it : => xenops
make[3]: Nothing to be done for `all'.
=> xenvm
 MLOPT    xenvm.cmx
File "xenvm.ml", line 404, characters 5-14:
Warning Y: unused variable task_desc.
File "xenvm.ml", line 519, characters 5-19:
Warning Y: unused variable assert_vmstate.
File "xenvm.ml", line 663, characters 5-12:
Warning Y: unused variable match_s.
File "xenvm.ml", line 665, characters 44-67:
Error: This expression has type 'a list but is here used with type int
make[3]: *** [xenvm.cmx] Error 2
make[2]: *** [xenvm] Error 2
make[2]: Leaving directory `/usr/src/build/repo/xenclient-toolstack'
make[1]: *** [xenclient-toolstack-compile] Error 2
make[1]: Leaving directory `/usr/src/build'
make: *** [/usr/src/build/build_i386/xenclient-toolstack-tip/.installed] Error 2 Does anyone knows a way to bypass that error refering to int cast error ?

the error is here on purpose, so that bypassing it, would means that your program is unlikely to work :)

I folowed the document on http://joshlander.com/?p=22 and http://wiki.xensource.com/xenwiki/XciBuildingInstructions.

please have a look in your build repository at:
package/xenclient/ocaml-pkg/ocaml-pkg.mk

and make sure that it's specified:

OCAML_DBUS_VERSION:=0.24

you're more than likely are still using an old version in your build.

Also is there a way to directly download the root.ext2 file so I would be abble to experiement XCI on my 6930p GMA;

I'm not sure that would be terribly useful. XCI is a platform, not really a end-user product yet.

--
Vincent

_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel

<Prev in Thread] Current Thread [Next in Thread>