Bug 1360473

Summary: since update to fedora 24 mapnik crashes
Product: [Fedora] Fedora Reporter: Andreas Kriegl <andreas.kriegl>
Component: python-mapnikAssignee: Tom Hughes <tom>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: tom
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-26 21:03:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Kriegl 2016-07-26 20:53:41 UTC
Description of problem:
trying to load module mapnik (eg. when rendering osm using z0_generate_tiles.py)

Version-Release number of selected component (if applicable):
mapnik-3.0.10-3.fc24.i686
python2-mapnik-0.1-6.20151209gitdb7c1fd.fc24.i686
python3-mapnik-0.1-6.20151209gitdb7c1fd.fc24.i686

How reproducible:
each time

Steps to Reproduce:
1. running z0_generate_tiles.py

Actual results:
crashes with:

Traceback (most recent call last):
  File "./z0_generate_tiles-nocontour.py", line 12, in <module>
    import mapnik
  File "/usr/lib/python2.7/site-packages/mapnik/__init__.py", line 74, in <module>
    from ._mapnik import *
ImportError: /usr/lib/python2.7/site-packages/mapnik/_mapnik.so: undefined symbol: _ZN6mapnik10image_viewINS_5imageINS_9gray64s_tEEEED1Ev

Expected results:
Should load module mapnik and start rendering tiles

Additional info:

Comment 1 Tom Hughes 2016-07-26 21:03:36 UTC

*** This bug has been marked as a duplicate of bug 1357575 ***