Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509722 - app-emulation/libguestfs - add support for python bindings
Summary: app-emulation/libguestfs - add support for python bindings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: Andreis Vinogradovs ( slepnoga )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 19:16 UTC by Vadim Kuznetsov (RETIRED)
Modified: 2015-07-20 23:14 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Kuznetsov (RETIRED) gentoo-dev 2014-05-06 19:16:23 UTC
Please enable python bindings. Openstack nova can use it.
Comment 1 Richard Jones 2014-05-06 20:03:37 UTC
FYI only the base 'python' (version 2 or 3) is needed to
enable the bindings.  ie. There are no other python packages
or libraries that should be required.
Comment 2 Andreis Vinogradovs ( slepnoga ) 2014-06-27 09:30:44 UTC
(In reply to Richard Jones from comment #1)
> FYI only the base 'python' (version 2 or 3) is needed to
> enable the bindings.  ie. There are no other python packages
> or libraries that should be required.

Richard, it's gentoo specific bug ( build python binding 2 or more python version to support 2.6, 2.7, 3.2, .... etc python ).
In you upstream package is OK.
Comment 3 Maxr 2014-10-15 07:19:14 UTC
(In reply to Vadim Kuznetsov from comment #0)
> Please enable python bindings. Openstack nova can use it.

This ancient bug still causing nova-compute mounting images in an incorrect way
Comment 4 Sebastian Pipping gentoo-dev 2015-02-16 15:18:14 UTC
Come on, no Python bindings and this bug is open since 2014-05-06?
At least to have them for a single version of python should be doable for a start.
Comment 5 Matthias Fechner 2015-07-20 13:20:39 UTC
I just edited to ebuild file and removed this line, seems to work fine:

--- libguestfs-1.28.5.ebuild.old        2015-07-20 15:19:18.664971665 +0200
+++ libguestfs-1.28.5.ebuild    2015-07-20 15:19:30.490063135 +0200
@@ -127,7 +127,6 @@
                --with-extra="-gentoo"
                --with-readline
                --disable-php
-               --disable-python
                --without-java
                $(use_enable perl)
                $(use_enable fuse)
Comment 6 Sebastian Pipping gentoo-dev 2015-07-20 23:14:13 UTC
Dared to go for a fix myself now...

+*libguestfs-1.28.5-r1 (20 Jul 2015)
+
+  20 Jul 2015; Sebastian Pipping <sping@gentoo.org>
+  +libguestfs-1.28.5-r1.ebuild:
+  Unlock python bindings (bug #509722), address "matches more than one slot"
+  repoman warnings
+

Closing.