Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-02 Thread Ruben Kerkhof
On Mon, Apr 1, 2013 at 7:58 PM, Justin Clift jcl...@redhat.com wrote:

 Ouch.  It looks like something is causing the LXC building code to
 be run, even on OSX where there's no chance it would work. :(

 For good measure, I just tried it with the 1.0.4 tarball and had
 the same problem (when enabling qemu after modifying configure).

 Someone (not me) would have to investigate why the LXC stuff is
 trying to compile.  It's probably just something in the configure.ac
 or maybe some ifdef statements needed in the right places in the
 code. (no idea)

 Don't suppose that's your kind of thing? :)


Ah, this nothing to do with enabling qemu, but everything with Apple's
rpcgen which seems to be broken.
This has been reported earlier as
https://www.redhat.com/archives/libvirt-users/2013-February/msg00033.html

Kind regards,

Ruben
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Jason Helfman
On Sun, Mar 31, 2013 at 9:46 PM, Daniel Veillard veill...@redhat.comwrote:

 On Mon, Apr 01, 2013 at 05:18:16AM +0100, Justin Clift wrote:
  On 01/04/2013, at 5:10 AM, Daniel Veillard wrote:
As planned I tagged the release in git and pushed the new version
   to the usual place as tarball and rpms:
 ftp://libvirt.org/libvirt/
  
I hesited a bit in pushing the patchset from Peter fixing the
   memory corruption bug, but since it seems hard to reproduce and
   the amount of change was a bit too large to push just before a
   release, I prefered delaying it until after 1.0.4 .
This release is a bit smaller than usual at around 200 patches
   but that's not surprizing considering the shrter timeframe since
   1.0.3. This includes an homogenous set of features, improvements
   and bug fixes, plus updates for localization of ukrainian (100%),
   japanese (100%), French (12%) and Gujarati (78%)
 

The FreeBSD portstree is currently frozen, however I will commit update
when the gates are opened.
It builds fine with no patch.

http://redports.org/buildarchive/20130401065001-20177/

Thanks for everyone's hard work!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Daniel Veillard
On Mon, Apr 01, 2013 at 12:08:56AM -0700, Jason Helfman wrote:
 On Sun, Mar 31, 2013 at 9:46 PM, Daniel Veillard veill...@redhat.comwrote:
 
  On Mon, Apr 01, 2013 at 05:18:16AM +0100, Justin Clift wrote:
   On 01/04/2013, at 5:10 AM, Daniel Veillard wrote:
 As planned I tagged the release in git and pushed the new version
to the usual place as tarball and rpms:
  ftp://libvirt.org/libvirt/
   
 I hesited a bit in pushing the patchset from Peter fixing the
memory corruption bug, but since it seems hard to reproduce and
the amount of change was a bit too large to push just before a
release, I prefered delaying it until after 1.0.4 .
 This release is a bit smaller than usual at around 200 patches
but that's not surprizing considering the shrter timeframe since
1.0.3. This includes an homogenous set of features, improvements
and bug fixes, plus updates for localization of ukrainian (100%),
japanese (100%), French (12%) and Gujarati (78%)
  
 
 The FreeBSD portstree is currently frozen, however I will commit update
 when the gates are opened.
 It builds fine with no patch.
 
 http://redports.org/buildarchive/20130401065001-20177/
 
 Thanks for everyone's hard work!

  that's also good news :-)

thanks !

Daniel

-- 
Daniel Veillard  | Open Source and Standards, Red Hat
veill...@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Ruben Kerkhof
On Mon, Apr 1, 2013 at 6:18 AM, Justin Clift jcl...@redhat.com wrote:

 Libvirt 1.0.4 is now in Homebrew too.

   $ brew install libvirt

 (how's that for quick turnaround? :)

 Regards and best wishes,

 Justin Clift


Works on 10.8 as well.

[ruben@odin ~]$ brew install libvirt
== Installing libvirt dependency: cmake

Huh, I know it's April 1st, but did we just switch away from autotools? ;-)

Unrelated, but Justin, I noticed that your homebrew formula builds libvirt
--without-qemu,
qemu is in homebrew too, and works reasonably well on OSX. I'd love to try
it with libvirt.

Kind regards,

Ruben
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Justin Clift
On 01/04/2013, at 11:02 AM, Ruben Kerkhof wrote:
snip
 Works on 10.8 as well.
 
 [ruben@odin ~]$ brew install libvirt
 == Installing libvirt dependency: cmake
 
 Huh, I know it's April 1st, but did we just switch away from autotools? ;-)
 
 Unrelated, but Justin, I noticed that your homebrew formula builds libvirt 
 --without-qemu,
 qemu is in homebrew too, and works reasonably well on OSX. I'd love to try it 
 with libvirt.

That's good news. :)

I'd really like to hear how it goes with libvirt.  If you edit
the libvirt formula so that --without-qemu is --with-qemu:

  /usr/local/Library/Formula/libvirt.rb

Then install it again (after brew install qemu), it *might*
just work.  Hopefully. :)

Maybe a 30% success chance, but worth a shot?

If it does work, then updating the formula for everyone is fairly
trivial.  If it doesn't... well, lets see if it comes to that.

Ok to give it a shot?

:)

+ Justin

--
Open Source and Standards @ Red Hat

twitter.com/realjustinclift


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Ruben Kerkhof
On Mon, Apr 1, 2013 at 7:23 PM, Justin Clift jcl...@redhat.com wrote:

 I'd really like to hear how it goes with libvirt.  If you edit
 the libvirt formula so that --without-qemu is --with-qemu:

   /usr/local/Library/Formula/libvirt.rb

 Then install it again (after brew install qemu), it *might*
 just work.  Hopefully. :)

 Maybe a 30% success chance, but worth a shot?

 If it does work, then updating the formula for everyone is fairly
 trivial.  If it doesn't... well, lets see if it comes to that.

 Ok to give it a shot?

 :)


Hey Justin,

Just tried that, but it has no effect, probably due to:

if test $with_osx = yes; then
   with_qemu=no
fi

in configure.ac

I tried to build the latest libvirt HEAD from source, but I'm bumping into
an (unrelated) failure:

Making all in src
  GEN  lxc/lxc_monitor_dispatch.h
  GEN  lxc/lxc_controller_dispatch.h
  GEN  remote/remote_protocol.h
unsigned hyper cpu_time;
^^^
remote/remote_protocol.x, line 338: expected ';'
cannot shutdown /usr/bin/rpcgen:  at ./rpc/genprotocol.pl line 124.
make[2]: *** [remote/remote_protocol.h] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Justin Clift
On 01/04/2013, at 6:42 PM, Ruben Kerkhof wrote:
snip
 Hey Justin, 
 
 Just tried that, but it has no effect, probably due to:
 
 if test $with_osx = yes; then
with_qemu=no
 fi
 
 in configure.ac
 
 I tried to build the latest libvirt HEAD from source, but I'm bumping into an 
 (unrelated) failure:
 
 Making all in src
   GEN  lxc/lxc_monitor_dispatch.h
   GEN  lxc/lxc_controller_dispatch.h
   GEN  remote/remote_protocol.h
 unsigned hyper cpu_time;
 ^^^
 remote/remote_protocol.x, line 338: expected ';'
 cannot shutdown /usr/bin/rpcgen:  at ./rpc/genprotocol.pl line 124.
 make[2]: *** [remote/remote_protocol.h] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

Ouch.  It looks like something is causing the LXC building code to
be run, even on OSX where there's no chance it would work. :(

For good measure, I just tried it with the 1.0.4 tarball and had
the same problem (when enabling qemu after modifying configure).

Someone (not me) would have to investigate why the LXC stuff is
trying to compile.  It's probably just something in the configure.ac
or maybe some ifdef statements needed in the right places in the
code. (no idea)

Don't suppose that's your kind of thing? :)

+ Justin

--
Open Source and Standards @ Red Hat

twitter.com/realjustinclift


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-04-01 Thread Jason Helfman
On Mon, Apr 1, 2013 at 10:58 AM, Justin Clift jcl...@redhat.com wrote:

 On 01/04/2013, at 6:42 PM, Ruben Kerkhof wrote:
 snip
  Hey Justin,
 
  Just tried that, but it has no effect, probably due to:
 
  if test $with_osx = yes; then
 with_qemu=no
  fi
 
  in configure.ac
 
  I tried to build the latest libvirt HEAD from source, but I'm bumping
 into an (unrelated) failure:
 
  Making all in src
GEN  lxc/lxc_monitor_dispatch.h
GEN  lxc/lxc_controller_dispatch.h
GEN  remote/remote_protocol.h
  unsigned hyper cpu_time;
  ^^^
  remote/remote_protocol.x, line 338: expected ';'
  cannot shutdown /usr/bin/rpcgen:  at ./rpc/genprotocol.pl line 124.
  make[2]: *** [remote/remote_protocol.h] Error 1
  make[1]: *** [all-recursive] Error 1
  make: *** [all] Error 2

 Ouch.  It looks like something is causing the LXC building code to
 be run, even on OSX where there's no chance it would work. :(

 For good measure, I just tried it with the 1.0.4 tarball and had
 the same problem (when enabling qemu after modifying configure).

 Someone (not me) would have to investigate why the LXC stuff is
 trying to compile.  It's probably just something in the configure.ac
 or maybe some ifdef statements needed in the right places in the
 code. (no idea)

 Don't suppose that's your kind of thing? :)

 + Justin


Didn't have an issue with this in FreeBSD Sandbox build environment.

qemu is enabled in this build. See buildlogs for more details. Please
ignore 10 builds.

https://redports.org/buildarchive/20130401223700-43587/

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-03-31 Thread Justin Clift
On 01/04/2013, at 5:10 AM, Daniel Veillard wrote:
  As planned I tagged the release in git and pushed the new version
 to the usual place as tarball and rpms:
   ftp://libvirt.org/libvirt/
 
  I hesited a bit in pushing the patchset from Peter fixing the
 memory corruption bug, but since it seems hard to reproduce and
 the amount of change was a bit too large to push just before a
 release, I prefered delaying it until after 1.0.4 .
  This release is a bit smaller than usual at around 200 patches
 but that's not surprizing considering the shrter timeframe since
 1.0.3. This includes an homogenous set of features, improvements
 and bug fixes, plus updates for localization of ukrainian (100%),
 japanese (100%), French (12%) and Gujarati (78%)


Libvirt 1.0.4 is now in Homebrew too.

  $ brew install libvirt

(how's that for quick turnaround? :)

Regards and best wishes,

Justin Clift

--
Open Source and Standards @ Red Hat

twitter.com/realjustinclift

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Release of libvirt-1.0.4

2013-03-31 Thread Daniel Veillard
On Mon, Apr 01, 2013 at 05:18:16AM +0100, Justin Clift wrote:
 On 01/04/2013, at 5:10 AM, Daniel Veillard wrote:
   As planned I tagged the release in git and pushed the new version
  to the usual place as tarball and rpms:
ftp://libvirt.org/libvirt/
  
   I hesited a bit in pushing the patchset from Peter fixing the
  memory corruption bug, but since it seems hard to reproduce and
  the amount of change was a bit too large to push just before a
  release, I prefered delaying it until after 1.0.4 .
   This release is a bit smaller than usual at around 200 patches
  but that's not surprizing considering the shrter timeframe since
  1.0.3. This includes an homogenous set of features, improvements
  and bug fixes, plus updates for localization of ukrainian (100%),
  japanese (100%), French (12%) and Gujarati (78%)
 
 
 Libvirt 1.0.4 is now in Homebrew too.
 
   $ brew install libvirt
 
 (how's that for quick turnaround? :)

  Cool ! thanks !

Daniel

-- 
Daniel Veillard  | Open Source and Standards, Red Hat
veill...@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list