Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11560 - ImageMagick (and others?) need to be recompiled after merging libwmf-0.2.7
Summary: ImageMagick (and others?) need to be recompiled after merging libwmf-0.2.7
Status: RESOLVED REMIND
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jonathan Nall
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-03 22:05 UTC by Jon Portnoy (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.