Mantis - imagemagick
Viewing Issue Advanced Details
4929 regular use crash always 2012-03-29 14:21 2012-04-30 10:57
wcohrs  
dam  
normal  
closed  
fixed  
none    
none  
0004929: montage ld.so.1: montage: fatal: relocation error:
SunOS 5.10 Generic_147441-13 i86pc i386 i86pc

montage -version
Version: ImageMagick 6.7.3-10 2011-12-14 Q16 http://www.imagemagick.org [^]

montage -thumbnail 10x10 AVEC.JPG a.jpg
ld.so.1: montage: fatal: relocation error: file /opt/csw/lib/amd64/libfontconfig.so.1: symbol XML_ParserCreate: referenced symbol not found
Killed

with convert work

Issue History
2012-03-29 14:21 wcohrs New Issue
2012-04-13 16:37 dam Status new => assigned
2012-04-13 16:37 dam Assigned To => dam
2012-04-13 19:09 dam Note Added: 0009804
2012-04-13 19:09 dam Status assigned => feedback
2012-04-16 08:46 wcohrs Note Added: 0009815
2012-04-30 10:57 dam Note Added: 0009847
2012-04-30 10:57 dam Status feedback => closed
2012-04-30 10:57 dam Resolution open => fixed

Notes
(0009804)
dam   
2012-04-13 19:09   
fontconfig depends on CSWexpat which is a legacy dependency as the libs are now in CSWlibexpat0 and libexpat1. Fontconfig requires libexpat.so.1 from CSWlibexpat1, please see if this is installed:

unstable10x% pkginfo -x CSWlibexpat1
CSWlibexpat1 libexpat1 - XML parser toolkit, libexpat.so.1
              (i386) 2.0.1,REV=2011.07.15

Additionally, there seems to be a symbol relocation problem with the latest CSWlibjbig2 on amd64 which I have fixed today and pushed to unstable/ as 2.0,REV=2012.04.13.

Please verify if the error persists.
(0009815)
wcohrs   
2012-04-16 08:46   
yes after i install
pkgutil --temp=http://mirror.opencsw.org/opencsw/unstable/ [^] -i CSWlibjbig2

montage work again

thanks

Wolfgang
(0009847)
dam   
2012-04-30 10:57   
Issue seems to be fixed.