Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11560

Summary: ImageMagick (and others?) need to be recompiled after merging libwmf-0.2.7
Product: Gentoo Linux Reporter: Jon Portnoy (RETIRED) <avenj>
Component: [OLD] LibraryAssignee: Jonathan Nall <nall>
Status: RESOLVED REMIND    
Severity: normal CC: avenj
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jon Portnoy (RETIRED) gentoo-dev 2002-12-03 22:05:00 UTC
libwmf-0.2.7 changes the name of a library (namely, libwmf-0.2.so.6 becomes
libwmf-0.2.so.7) which causes ImageMagick to break. Other programs that use
libwmf might also, but I haven't seen any other breakage yet. It might be good
to symlink libwmf-0.2.so.6 to libwmf-0.2.so.7 in the ebuild.

Recompiling ImageMagick against libwmf-0.2.7 fixes this.
Comment 1 Jonathan Nall 2002-12-05 15:25:23 UTC
this is due to libwmf using the libtool flag "-release". this flag binds
anything compiled against libwmf-0.2.6 to version 0.2.6. i've written the libwmf
maintainer to see why -release is used. as best i can tell it should not be. 

i'll update this when i hear from him.
Comment 2 Jonathan Nall 2002-12-31 08:27:48 UTC
putting this on hold. portage should soon be able to address this type of problem.