[Libguestfs] [PATCH libguestfs] build: don't use automake-internal variable

2012-01-23 Thread Jim Meyering
Hi Rich, I realized a day or two late that my suggestion was not quite right. Here's the fix: From 5294c21cf07c4ec2f094182ba9f32696f3de2751 Mon Sep 17 00:00:00 2001 From: Jim Meyering meyer...@redhat.com Date: Mon, 23 Jan 2012 10:01:40 +0100 Subject: [PATCH libguestfs] build: don't use

Re: [Libguestfs] [PATCH libguestfs] build: don't use automake-internal variable

2012-01-23 Thread Jim Meyering
Additional info, here's an excerpt from Makefile.in regenerated after applying that change: am__libguestfsocaml_a_SOURCES_DIST = guestfs_c.c guestfs_c_actions.c @HAVE_OCAML_TRUE@am_libguestfsocaml_a_OBJECTS = \ @HAVE_OCAML_TRUE@ libguestfsocaml_a-guestfs_c.$(OBJEXT) \ @HAVE_OCAML_TRUE@

Re: [Libguestfs] Compile failure

2012-01-23 Thread Matthew Booth
On 01/22/2012 09:07 AM, Wanlong Gao wrote: Hi: I can't compile upstream now, it seems the gobject ld error, maybe I need install something, but I'm not familiar with gobject. Maybe we need to add something more to check if we should enable gobject bindings? error message is below: ---

[Libguestfs] [PATCH] gobject: Require minimum gobject library version of 2.26.0

2012-01-23 Thread Matthew Booth
The GObject bindings require G_DEFINE_BOXED_TYPE, which was not added until 2.25.15. There are probably other dependencies. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index db4e25c..f3a6f13 100644 --- a/configure.ac +++

Re: [Libguestfs] Packaging GObject for Fedora (was: [rjo...@fedoraproject.org: [libguestfs] New upstream version 1.15.19.])

2012-01-23 Thread Daniel P. Berrange
On Sun, Jan 22, 2012 at 03:59:28PM +, Richard W.M. Jones wrote: These are the changes I made to the spec file related to gobject bindings and gobject introspection. TBH I wasn't sure how to properly package this. @@ -961,6 +1002,19 @@ rm -rf $RPM_BUILD_ROOT

[Libguestfs] [ANNOUNCE] libguestfs 1.16 released - tools for managing virtual machines and disk images

2012-01-23 Thread Richard W.M. Jones
libguestfs is a library and a set of tools for reading, writing, managing, inspecting, rescuing, resizing and aligning disk images, and offline and live virtual machines. I'm pleased to announce the release of libguestfs 1.16, the next stable release of libguestfs. See the release notes below