Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69705 - imagemagick-6.1.0.1 tries to install files owned by libtool
Summary: imagemagick-6.1.0.1 tries to install files owned by libtool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
: 69804 69833 70498 70513 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-01 03:31 UTC by Gregorio Guidi (RETIRED)
Modified: 2005-07-09 03:02 UTC (History)
12 users (show)

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


Attachments
ebuild patch to remove libtool libs during install (imagemagick-ebuild.patch,433 bytes, patch)
2004-11-01 09:22 UTC, Mike Nerone
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregorio Guidi (RETIRED) gentoo-dev 2004-11-01 03:31:04 UTC
imagemagick tries to install /usr/lib/libltdl.la, /usr/lib/libltdl.a,
/usr/lib/libltdl.so*, but these files are clearly part of the libtool
package:

 * checking 587 files for package collisions
 existing file /usr/lib/libltdl.la is not owned by this package
 existing file /usr/lib/libltdl.a is not owned by this package

those files come from the ImageMagick-6.1.0/ltdl subdir in the source tree,
which holds a copy of libtool files that imagemagick uses to compile against.

Other ditros with this problem:
http://www.mail-archive.com/pld-devel-en%40pld-linux.org/msg00836.html (with possible patch?)
http://bugs.archlinux.org/index.php?do=details&id=1500

Passing '--enable-ltdl-install=no' as a configure option doesn't seem to work.
Comment 1 Mike Nerone 2004-11-01 09:22:10 UTC
Created attachment 43081 [details, diff]
ebuild patch to remove libtool libs during install

Sledgehammer fix. Installing libtool libs seems like upstream craziness. :|
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-01 16:48:08 UTC
Fixed in imagemagick-6.1.3.2 release.
Comment 3 SpanKY gentoo-dev 2004-11-02 11:26:15 UTC
*** Bug 69804 has been marked as a duplicate of this bug. ***
Comment 4 Mike Nerone 2004-11-02 23:17:45 UTC
Reopen. I noticed you removed the fix. I'm curious as to what the problem was.
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2004-11-03 02:20:20 UTC
true :/
Comment 6 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-06 03:29:20 UTC
Fixed in 6.1.3.4. We had rollback this fix, because it broke a lot of compilations, but now it's working.
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-08 13:28:40 UTC
*** Bug 70498 has been marked as a duplicate of this bug. ***
Comment 8 Tobias Sager 2004-11-09 10:58:33 UTC
This may be fixed in 6.1.3.4, but that version is not marked stable and
version 6.1.3.2 does not work.
Comment 9 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-10 11:07:03 UTC
*** Bug 70513 has been marked as a duplicate of this bug. ***
Comment 10 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-30 15:47:23 UTC
*** Bug 69833 has been marked as a duplicate of this bug. ***
Comment 11 SpanKY gentoo-dev 2005-01-03 20:40:46 UTC
*** Bug 76566 has been marked as a duplicate of this bug. ***
Comment 12 Jetchko Jekov 2005-07-09 03:02:44 UTC
this is only partial fix on 32bit platform 
 
Portage 2.0.51.22-r1 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 
2.6.11-gentoo-r11-v1 x86_64) 
================================================================= 
System uname: 2.6.11-gentoo-r11-v1 x86_64 Intel(R) Pentium(R) 4 CPU 3.00GHz 
Gentoo Base System version 1.6.12 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    1.2.10 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5 
sys-devel/binutils:  2.16.1 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="amd64" 
AUTOCLEAN="yes" 
CBUILD="x86_64-pc-linux-gnu" 
CFLAGS="-march=nocona -mtune=nocona -O2 -fforce-addr -momit-leaf-frame-pointer 
-fomit-frame-pointer -ffast-math" 
CHOST="x86_64-pc-linux-gnu" 
CXXFLAGS="-march=nocona -mtune=nocona -O2 -fforce-addr 
-momit-leaf-frame-pointer -fomit-frame-pointer -ffast-math 
-fvisibility-inlines-hidden" 
 
 
* checking 592 files for package collisions 
existing file /usr/lib64/libltdl.la is not owned by this package 
existing file /usr/lib64/libltdl.a is not owned by this package