Re: [libvirt] [PATCH] vbox: add support for v4.2.20+ and v4.3.4+

2013-12-29 Thread Ryota Ozaki
On Wed, Dec 25, 2013 at 12:47 AM, Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net wrote: While working on adding virDomain*Stats support to the vbox driver, we found bugs in the VirtualBox API C bindings. These bugs have been fixed in versions 4.2.20 and 4.3.4. However, the changes in

[libvirt] can't build python bindings on FreeBSD

2013-12-29 Thread Jason Helfman
Any ideas? Clang: FreeBSD clang version 3.1 creating build/temp.freebsd-9.1-RELEASE-p4-i386-2.7 creating build/temp.freebsd-9.1-RELEASE-p4-i386-2.7/build clang -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC -I. -I/usr/local/include/python2.7 -c libvirt-override.c -o

Re: [libvirt] newer libvirt version issues

2013-12-29 Thread Franky Van Liedekerke
On Tue, 26 Nov 2013 08:22:56 -0700 Eric Blake ebl...@redhat.com wrote: On 11/26/2013 08:06 AM, Franky Van Liedekerke wrote: apparently the %doc entries that are different with 1.1.2 prevent rpmbuild to succeed on CentOS servers. Using the %doc lines as per the 1.1.2 spec file results

Re: [libvirt] can't build python bindings on FreeBSD

2013-12-29 Thread Doug Goldstein
On Sun, Dec 29, 2013 at 12:42 PM, Jason Helfman j...@freebsd.org wrote: Any ideas? I just posted a patch with the subject of [PATCH python] define __GNUC_PREREQ macro before using it [1]. Give it a shot and let me know if that fixes the issue. Additionally, if you can potentially provide a

[libvirt] [PATCH python] define __GNUC_PREREQ macro before using it

2013-12-29 Thread Doug Goldstein
We brought over use of the __GNUC_PREREQ macro from libvirt but didn't bring over the definition of it. This brings over the macro from libvirt sources. --- libvirt-utils.h | 9 + 1 file changed, 9 insertions(+) diff --git a/libvirt-utils.h b/libvirt-utils.h index f55be7b..add7553 100644

Re: [libvirt] [RFC/PATCH python] expose the bindings version to Python

2013-12-29 Thread Doug Goldstein
On Thu, Dec 12, 2013 at 4:29 PM, Eric Blake ebl...@redhat.com wrote: On 12/11/2013 08:43 PM, Doug Goldstein wrote: The method getVersion() retrieves the version of the libvirt library that the binaries are linked against but there is no way to retrieve the version of the bindings you are

Re: [libvirt] can't build python bindings on FreeBSD

2013-12-29 Thread Jason Helfman
I will try it out. Please open a new account here: http://redports.org, and that should be sufficient enough. It will build on new commits, and I can help with the port. I can also help justify the account, if that is needed. Thanks! -jgh On Sun, Dec 29, 2013 at 2:59 PM, Doug Goldstein