Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231892 - >=media-gfx/imagemagick-6.4.0.6 misses sys-devel/libtool as runtime dependency
Summary: >=media-gfx/imagemagick-6.4.0.6 misses sys-devel/libtool as runtime dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-15 18:50 UTC by Dennis Birkholz
Modified: 2008-08-10 09:37 UTC (History)
0 users

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


Attachments
Patched ebuild for imagemagick-6.4.0.6 (imagemagick-6.4.0.6.ebuild.diff,465 bytes, patch)
2008-07-15 18:51 UTC, Dennis Birkholz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Birkholz 2008-07-15 18:50:46 UTC
/usr/bin/convert is linked against libltdl.so.3 which is part of libtool so it must be a runtime dependency.
Comment 1 Dennis Birkholz 2008-07-15 18:51:21 UTC
Created attachment 160469 [details, diff]
Patched ebuild for imagemagick-6.4.0.6
Comment 2 Dennis Birkholz 2008-07-15 19:32:10 UTC
Maybe it can be avoided to use libtool as a runtime dependency if "--enable-ltdl-install" is appended to imagemagick's configure command.
In my case the following is installed:
libltdl.a
libltdl.la
libltdl.so -> libltdl.so.7.1.1*
libltdl.so.7 -> libltdl.so.7.1.1*
libltdl.so.7.1.1*

This may conflict with a regular installed libtool package...
Comment 3 Rafał Mużyło 2008-07-15 22:10:04 UTC
(In reply to comment #2)
> This may conflict with a regular installed libtool package...
> 
And this is exactly the reason why I don't see it happening.
Still, it probably should be made a runtime dependency then.
Comment 4 Markus Meier gentoo-dev 2008-08-10 09:37:39 UTC
  10 Aug 2008; Markus Meier <maekke@gentoo.org> imagemagick-6.4.2.0.ebuild:
  sys-devel/libtool is also required in RDEPEND (/usr/bin/convert links
  against libltdl.so*), bug #231892

Thanks for the report.