Bug 768551

Summary: python-GeoIP fails to import
Product: [Fedora] Fedora Reporter: Jonathan Corbet <corbet>
Component: python-GeoIPAssignee: Matt Domsch <matt_domsch>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mfleming+rpm
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-08 01:56:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jonathan Corbet 2011-12-16 23:55:28 UTC
Description of problem:

python-GeoIP doesn't import in rawhide

Version-Release number of selected component (if applicable):
python-GeoIP-1.2.5-0.4.20090931cvs.fc15.x86_64
GeoIP-1.4.8-1.1.fc17.x86_64
python-2.7.2-16.fc17.x86_64

How reproducible:
100%

Steps to Reproduce:
1. python
2. import GeoIP
3.
  
Actual results:

>>> import geoip
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named geoip
>>> import GeoIP
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib64/python2.7/site-packages/GeoIP.so: undefined symbol: GeoIP_last_netmask

Expected results:

Working GeoIP module with no unsightly tracebacks

Additional info:

It seems pretty clear that python-GeoIP needs a rebuild for rawhide.

Comment 1 Fedora Admin XMLRPC Client 2013-03-07 19:17:46 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Matt Domsch 2013-03-08 01:56:19 UTC
This was rebuilt for F17, 18, and a new version is in rawhide as of now.  Closing this bug.