Mailing List Archive

archlinux and xcp
I am trying to install xapi on arch linux but
- install message_switch.0.9.2
- install xenctrl.5.0.0
- install xenstore_transport.1.0.0
failed
xenstore_transport.1.0.0 gives this error
Error: Unbound module Xs_client_lwt how I can fix it ?
Re: archlinux and xcp [ In reply to ]
On Mar 3, 2014, at 10:56 PM, jacek burghardt <jaceksburghardt@gmail.com> wrote:

> I am trying to install xapi on arch linux but
> - install message_switch.0.9.2
> - install xenctrl.5.0.0
> - install xenstore_transport.1.0.0
> failed
> xenstore_transport.1.0.0 gives this error
> Error: Unbound module Xs_client_lwt how I can fix it ?
>

The way I solved it was:
cd to xenstore.2.0.0 under ~/.opam/packages.dev
git reset —hard 1.2.4
make and make install
This will not add the entry to installed file, so edit ~/.opam/system/installed and add an entry for xenstore 2.0.0
Once this is done, cd to packages.dev/xenstore_transport and git reset —hard 0.9.2 followed by make and make install.

ocamlfind list shows following in my system:

xenstore (version: 1.2.4)
xenstore-compat (version: 0.9.3)
xenstore.client (version: 1.2.4)
xenstore.server (version: 1.2.4)
xenstore.unix (version: 1.2.4)
xenstore_transport (version: 0.9.2)
xenstore_transport.lwt (version: 0.9.2)
xenstore_transport.unix (version: 0.9.2)

-Anirban


_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
Re: archlinux and xcp [ In reply to ]
Thank you for the info did you get xapi compiled ?


On Tue, Mar 4, 2014 at 12:07 AM, Anirban Chakraborty <abchak@juniper.net>wrote:

>
> On Mar 3, 2014, at 10:56 PM, jacek burghardt <jaceksburghardt@gmail.com>
> wrote:
>
> > I am trying to install xapi on arch linux but
> > - install message_switch.0.9.2
> > - install xenctrl.5.0.0
> > - install xenstore_transport.1.0.0
> > failed
> > xenstore_transport.1.0.0 gives this error
> > Error: Unbound module Xs_client_lwt how I can fix it ?
> >
>
> The way I solved it was:
> cd to xenstore.2.0.0 under ~/.opam/packages.dev
> git reset --hard 1.2.4
> make and make install
> This will not add the entry to installed file, so edit
> ~/.opam/system/installed and add an entry for xenstore 2.0.0
> Once this is done, cd to packages.dev/xenstore_transport and git reset
> --hard 0.9.2 followed by make and make install.
>
> ocamlfind list shows following in my system:
>
> xenstore (version: 1.2.4)
> xenstore-compat (version: 0.9.3)
> xenstore.client (version: 1.2.4)
> xenstore.server (version: 1.2.4)
> xenstore.unix (version: 1.2.4)
> xenstore_transport (version: 0.9.2)
> xenstore_transport.lwt (version: 0.9.2)
> xenstore_transport.unix (version: 0.9.2)
>
> -Anirban
>
>
Re: archlinux and xcp [ In reply to ]
Did anyone compiled xen-api on archlinux ? What is the source
of Xs_client_lwt xenstore ?
File "lib/xs.ml", line 1, characters 8-28:
# Error: Unbound module Xs_client_lwt
# Command exited with code 2.
I am couple packages away from xen-api
I had tried arch linux git version but it seems buggy as claims to be
missing packages that had been installed with omap.
I hope I can get some help.


On Mon, Mar 3, 2014 at 11:56 PM, jacek burghardt
<jaceksburghardt@gmail.com>wrote:

> I am trying to install xapi on arch linux but
> - install message_switch.0.9.2
> - install xenctrl.5.0.0
> - install xenstore_transport.1.0.0
> failed
> xenstore_transport.1.0.0 gives this error
> Error: Unbound module Xs_client_lwt how I can fix it ?
>
>
>
Re: archlinux and xcp [ In reply to ]
On Mar 3, 2014, at 11:22 PM, jacek burghardt <jaceksburghardt@gmail.com> wrote:

> Thank you for the info did you get xapi compiled ?

No, I still couldn’t get xapi compiled. I posted the error messages I am getting another thread.

Anirban



_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api