Bug 1368599 - pip install fails with ImportError: /usr/lib64/python2.7/site-packages/libguestfsmod.so: undefined symbol: put_isoinfo
Summary: pip install fails with ImportError: /usr/lib64/python2.7/site-packages/libgue...
Keywords:
Status: NEW
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-19 21:46 UTC by Richard W.M. Jones
Modified: 2018-07-18 14:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2016-08-19 21:46:17 UTC
Description of problem:

This was reported by a couple of users on IRC.

$ pip install http://libguestfs.org/download/python/guestfs-1.34.0.tar.gz

$ python
>>> import guestfs
ImportError: /usr/lib64/python2.7/site-packages/libguestfsmod.so: undefined symbol: put_isoinfo"

Version-Release number of selected component (if applicable):

Host libguestfs 1.28
Installing Python version 1.34

How reproducible:

100%

Steps to Reproduce:
1. See above

It's caused because libguestfs 1.28 didn't define the correct
GUESTFS_HAVE_STRUCT_* stuff.


Note You need to log in before you can comment on or make changes to this bug.