Bug 768551 - python-GeoIP fails to import
Summary: python-GeoIP fails to import
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-GeoIP
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matt Domsch
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-16 23:55 UTC by Jonathan Corbet
Modified: 2013-03-08 01:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-08 01:56:19 UTC
Type: ---


Attachments (Terms of Use)

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.


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