Bug 1360473 - since update to fedora 24 mapnik crashes
Summary: since update to fedora 24 mapnik crashes
Keywords:
Status: CLOSED DUPLICATE of bug 1357575
Alias: None
Product: Fedora
Classification: Fedora
Component: python-mapnik
Version: 24
Hardware: i686
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Tom Hughes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-26 20:53 UTC by Andreas Kriegl
Modified: 2016-07-26 21:03 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-07-26 21:03:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


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