Bug 196010

Summary: undefined symbol: png_get_asm_flags
Product: [Fedora] Fedora Reporter: Ian Chapman <packages>
Component: ImageMagickAssignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: gnomeuser, hdegoede, oliva
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 6.2.8.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-27 17:29:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 196580    
Bug Blocks:    

Description Ian Chapman 2006-06-20 11:05:12 UTC
Description of problem:

When building an rpm under rock, it calls convert to reconvert a png file. 
Convert produces the following error: 

convert: symbol lookup error: /usr/lib64/ImageMagick-6.2.8/modules-Q16/coders/
png.so: undefined symbol: png_get_asm_flags


Version-Release number of selected component (if applicable):
6.2.8.0-1

How reproducible:
convert -transparent '#FF00FF' data/gfx/characters/small/player1r.PNG megamario.
png

Steps to Reproduce:
1. convert -transparent '#FF00FF' <png-in> <png-out>
2.
3.
  
Actual results:
Convert exits with a symbol lookup error

Expected results:
Convert should successfully convert the png. It is successful for FC4 and FC5.

Additional info:

Comment 1 Hans de Goede 2006-06-25 09:12:45 UTC
This is caused by a bug in libpng, see bug 196580 .

Comment 2 Ian Chapman 2006-08-01 18:26:12 UTC
Appears fixed since ImageMagick-6.2.8.0-2 (probably due to libpng fix). Closing.

Comment 3 David Nielsen 2006-08-13 08:25:32 UTC
I'm still seeing this using ImageMagick-6.2.8.0-2 on my amd64 setup

Comment 4 Hans de Goede 2006-08-13 21:54:46 UTC
(In reply to comment #3)
> I'm still seeing this using ImageMagick-6.2.8.0-2 on my amd64 setup

Same for me, Matthias Clasen can you please rebuild ImageMagick, that should fix
this, Thanks!


Comment 5 Matthias Clasen 2006-08-27 17:29:52 UTC
Please reopen if there is still an issue with 6.2.8.0-3.fc6

Comment 6 Hans de Goede 2006-08-27 19:21:46 UTC
I can confirm this is fixed now, thanks