Bug 1368599

Summary: pip install fails with ImportError: /usr/lib64/python2.7/site-packages/libguestfsmod.so: undefined symbol: put_isoinfo
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ptoscano
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.