All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Xen 4.1.0 RC1 released
@ 2011-01-19 13:55 Mike Viau
  2011-01-19 17:02 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Viau @ 2011-01-19 13:55 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 525 bytes --]





> On Thu, 13 Jan 2011 15:42:42 +0000 <keir@xen.org> wrote:
> 
> Folks,
> 
> Tag 4.1.0-rc1 has been pushed to repository
> http://xenbits.xen.org/staging/xen-unstable.hg
> 
> This is the first release candidate for the next major Xen release, v4.1.0.
> Please test!
> 

I have discovered that ocaml-findlib package must be install to compile some xl stuff.

http://packages.debian.org/squeeze/ocaml-findlib


Are there any more depenancies needed for any additional functionality?


-M
 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 928 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Xen 4.1.0 RC1 released
  2011-01-19 13:55 Xen 4.1.0 RC1 released Mike Viau
@ 2011-01-19 17:02 ` Pasi Kärkkäinen
  2011-01-19 17:06   ` Ian Campbell
  2011-01-19 17:07   ` Stefano Stabellini
  0 siblings, 2 replies; 7+ messages in thread
From: Pasi Kärkkäinen @ 2011-01-19 17:02 UTC (permalink / raw)
  To: Mike Viau; +Cc: xen-devel

On Wed, Jan 19, 2011 at 08:55:12AM -0500, Mike Viau wrote:
>    > On Thu, 13 Jan 2011 15:42:42 +0000 <keir@xen.org> wrote:
>    >
>    > Folks,
>    >
>    > Tag 4.1.0-rc1 has been pushed to repository
>    > http://xenbits.xen.org/staging/xen-unstable.hg
>    >
>    > This is the first release candidate for the next major Xen release,
>    v4.1.0.
>    > Please test!
>    >
> 
>    I have discovered that ocaml-findlib package must be install to compile
>    some xl stuff.
> 
>    http://packages.debian.org/squeeze/ocaml-findlib
> 
>    Are there any more depenancies needed for any additional functionality?
> 

Hey,

Is ocaml-findlib a new dependency for Xen 4.1, or was it already required in 4.0 ?

-- Pasi

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Xen 4.1.0 RC1 released
  2011-01-19 17:02 ` Pasi Kärkkäinen
@ 2011-01-19 17:06   ` Ian Campbell
  2011-01-19 17:07   ` Stefano Stabellini
  1 sibling, 0 replies; 7+ messages in thread
From: Ian Campbell @ 2011-01-19 17:06 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Mike Viau, xen-devel

On Wed, 2011-01-19 at 17:02 +0000, Pasi Kärkkäinen wrote:
> On Wed, Jan 19, 2011 at 08:55:12AM -0500, Mike Viau wrote:
> >    > On Thu, 13 Jan 2011 15:42:42 +0000 <keir@xen.org> wrote:
> >    >
> >    > Folks,
> >    >
> >    > Tag 4.1.0-rc1 has been pushed to repository
> >    > http://xenbits.xen.org/staging/xen-unstable.hg
> >    >
> >    > This is the first release candidate for the next major Xen release,
> >    v4.1.0.
> >    > Please test!
> >    >
> > 
> >    I have discovered that ocaml-findlib package must be install to compile
> >    some xl stuff.
> > 
> >    http://packages.debian.org/squeeze/ocaml-findlib
> > 
> >    Are there any more depenancies needed for any additional functionality?
> > 
> 
> Hey,
> 
> Is ocaml-findlib a new dependency for Xen 4.1, or was it already required in 4.0 ?

It's new. I'd forgotten about it when I saw the previous "new
dependencies" thread, sorry.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Xen 4.1.0 RC1 released
  2011-01-19 17:02 ` Pasi Kärkkäinen
  2011-01-19 17:06   ` Ian Campbell
@ 2011-01-19 17:07   ` Stefano Stabellini
  2011-01-19 17:13     ` Ian Campbell
  1 sibling, 1 reply; 7+ messages in thread
From: Stefano Stabellini @ 2011-01-19 17:07 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Mike Viau, xen-devel

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

On Wed, 19 Jan 2011, Pasi Kärkkäinen wrote:
> On Wed, Jan 19, 2011 at 08:55:12AM -0500, Mike Viau wrote:
> >    > On Thu, 13 Jan 2011 15:42:42 +0000 <keir@xen.org> wrote:
> >    >
> >    > Folks,
> >    >
> >    > Tag 4.1.0-rc1 has been pushed to repository
> >    > http://xenbits.xen.org/staging/xen-unstable.hg
> >    >
> >    > This is the first release candidate for the next major Xen release,
> >    v4.1.0.
> >    > Please test!
> >    >
> > 
> >    I have discovered that ocaml-findlib package must be install to compile
> >    some xl stuff.
> > 
> >    http://packages.debian.org/squeeze/ocaml-findlib
> > 
> >    Are there any more depenancies needed for any additional functionality?
> > 
> 
> Hey,
> 
> Is ocaml-findlib a new dependency for Xen 4.1, or was it already required in 4.0 ?

There shouldn't be anything in libxl/xl that needs ocaml.
Ocaml is optional to compile the ocaml xenstored (tools/ocaml/*).

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Xen 4.1.0 RC1 released
  2011-01-19 17:07   ` Stefano Stabellini
@ 2011-01-19 17:13     ` Ian Campbell
  2011-01-19 17:55       ` George Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Campbell @ 2011-01-19 17:13 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Mike Viau, xen-devel

On Wed, 2011-01-19 at 17:07 +0000, Stefano Stabellini wrote:
> On Wed, 19 Jan 2011, Pasi Kärkkäinen wrote:
> > On Wed, Jan 19, 2011 at 08:55:12AM -0500, Mike Viau wrote:
> > >    > On Thu, 13 Jan 2011 15:42:42 +0000 <keir@xen.org> wrote:
> > >    >
> > >    > Folks,
> > >    >
> > >    > Tag 4.1.0-rc1 has been pushed to repository
> > >    > http://xenbits.xen.org/staging/xen-unstable.hg
> > >    >
> > >    > This is the first release candidate for the next major Xen release,
> > >    v4.1.0.
> > >    > Please test!
> > >    >
> > > 
> > >    I have discovered that ocaml-findlib package must be install to compile
> > >    some xl stuff.
> > > 
> > >    http://packages.debian.org/squeeze/ocaml-findlib
> > > 
> > >    Are there any more depenancies needed for any additional functionality?
> > > 
> > 
> > Hey,
> > 
> > Is ocaml-findlib a new dependency for Xen 4.1, or was it already required in 4.0 ?
> 
> There shouldn't be anything in libxl/xl that needs ocaml.
> Ocaml is optional to compile the ocaml xenstored (tools/ocaml/*).

That's right, ocaml-findlib is only a dependency if ocaml is enabled,
which I think happens by default if ocamlopt is available.

It's use is all under tools/ocaml though so it shouldn't impact any
tools/libxl or xl stuff.

Ian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Xen 4.1.0 RC1 released
  2011-01-19 17:13     ` Ian Campbell
@ 2011-01-19 17:55       ` George Dunlap
  0 siblings, 0 replies; 7+ messages in thread
From: George Dunlap @ 2011-01-19 17:55 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Mike Viau, xen-devel, Stefano Stabellini

On Wed, Jan 19, 2011 at 5:13 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> It's use is all under tools/ocaml though so it shouldn't impact any
> tools/libxl or xl stuff.

I can confirm at least one instance: if you don't have ocaml on your
system at all, everything builds fine; but if you have ocaml, it
complains about not having ocaml-findlib. :-)

 -George

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Xen 4.1.0 RC1 released
@ 2011-01-13 15:42 Keir Fraser
  0 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2011-01-13 15:42 UTC (permalink / raw)
  To: xen-devel

Folks,

Tag 4.1.0-rc1 has been pushed to repository
http://xenbits.xen.org/staging/xen-unstable.hg

This is the first release candidate for the next major Xen release, v4.1.0.
Please test!

 -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-19 17:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-19 13:55 Xen 4.1.0 RC1 released Mike Viau
2011-01-19 17:02 ` Pasi Kärkkäinen
2011-01-19 17:06   ` Ian Campbell
2011-01-19 17:07   ` Stefano Stabellini
2011-01-19 17:13     ` Ian Campbell
2011-01-19 17:55       ` George Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2011-01-13 15:42 Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.