Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#3853 - imageMagick libraries have incorrect dependencies

Attached to Project: Arch Linux
Opened by Norman Su (normsu) - Saturday, 28 January 2006, 16:52 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Jan de Groot (JGC)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

libMagick++.so and libWand.so both point to *.so.6 versions (which don't exist)
it should be *.so.9 versions instead

see below for details:

>> ll /usr/lib/libMagick++.so
lrwxrwxrwx 1 root root 20 2006-01-28 08:51 libMagick++.so -> libMagick++.so.9.0.5
>> ldd /usr/lib/libMagick++.so
linux-gate.so.1 => (0xffffe000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7e1f000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7e0d000)
libMagick.so.6 => not found
libWand.so.6 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7d2f000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7d08000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7cf5000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7bd6000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7bcb000)
/lib/ld-linux.so.2 (0x80000000)
>> ll /usr/lib/libWand.so
lrwxrwxrwx 1 root root 16 2006-01-28 08:51 /usr/lib/libWand.so -> libWand.so.9.0.5
>> ldd /usr/lib/libWand.so
linux-gate.so.1 => (0xffffe000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7e71000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7e5f000)
libMagick.so.6 => not found
libm.so.6 => /lib/tls/libm.so.6 (0xb7e38000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7e24000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d05000)
/lib/ld-linux.so.2 (0x80000000)
This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 31 January 2006, 10:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  crazy libtool scripts linking against installed libraries. 6.2.6 is built without having imagemagick installed.

Loading...