[bug-notifications] [imagemagick 0004278]: convert: Wrong JPEG library version: library is 62, caller expects 70

Mantis Bug Tracker noreply at opencsw.org
Fri Feb 26 18:35:49 CET 2010


The following issue has been set PARENT OF issue 0004311. 
====================================================================== 
http://www.opencsw.org/mantis/view.php?id=4278 
====================================================================== 
Reported By:                skayser
Assigned To:                hson
====================================================================== 
Project:                    imagemagick
Issue ID:                   4278
Category:                   regular use
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     confirmed
====================================================================== 
Date Submitted:             2010-02-16 03:10 CET
Last Modified:              2010-02-26 18:35 CET
====================================================================== 
Summary:                    convert: Wrong JPEG library version: library is 62,
caller expects 70
Description: 
convert has some libjpeg-related troubles when converting to jpeg, i.e. the
conversion will fail. All carried out on build10x.

$ wget -qO test.png http://images.google.de/images/nav_logo7.png
$ file test.png
test.png:       PNG image data
$ convert test.png test.jpg
convert: Wrong JPEG library version: library is 62, caller expects 70
`test.jpg' @ jpeg.c/EmitMessage/232.
$ file test.jpg
test.jpeg:      empty file

The other way round is fine.

$ wget -qO test2.jpg
http://blog.lib.umn.edu/jeffryes/biomedical/google.jpg
$ file test2.jpg
JPEG file
$ convert test2.jpg test2.png
$ file test2.png
PNG image data
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
parent of           0004311 Please rebuild, linking with libjpeg.so...
====================================================================== 

---------------------------------------------------------------------- 
 (0007442) hson (manager) - 2010-02-16 04:48
 http://www.opencsw.org/mantis/view.php?id=4278#c7442 
---------------------------------------------------------------------- 
I've also noticed this.
The problem is libtiff and libgs which is linked to libjpeg.so.62 which
get loaded before libjpeg.so.7 (which convert is linked to)



More information about the bug-notifications mailing list