search for: guestfs_btrfsbal

Displaying 4 results from an estimated 4 matches for "guestfs_btrfsbal".

2015 Sep 14
3
Issue with python pip install
I am trying to build a Python application installer that is using libguestfs. I using the instructions to create the python package posted at https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614 I am getting errors in the compile when I do the "pip install”. I have attached the output from pip. I looked at the code and I do not see anything obvious) When
2015 Sep 14
0
Re: Issue with python pip install
...l APIs will be present and identical). If you build different versions, then that's no longer true, so you see errors from "missing" APIs (ie. ones not present in your old version of libguestfs). eg: build/temp.linux-x86_64-2.7/guestfs-py.o guestfs-py.c:310:26: warning: ‘struct guestfs_btrfsbalance’ declared inside parameter list [enabled by default] put_btrfsbalance (struct guestfs_btrfsbalance *btrfsbalance) ^ This could be fixed, but needs patching in generator/python.ml upstream. Rich. -- Richard Jones, Virtualization Group, Red Hat http://peop...
2015 Sep 14
2
Re: Issue with python pip install
...dentical). > >If you build different versions, then that's no longer true, so you >see errors from "missing" APIs (ie. ones not present in your old >version of libguestfs). eg: > >build/temp.linux-x86_64-2.7/guestfs-py.o > guestfs-py.c:310:26: warning: Œstruct guestfs_btrfsbalance¹ declared >inside >parameter list [enabled by default] > put_btrfsbalance (struct guestfs_btrfsbalance *btrfsbalance) > ^ > >This could be fixed, but needs patching in generator/python.ml >upstream. > >Rich. > >-- >Richard Jo...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.