Your message dated Tue, 24 Aug 2010 14:14:14 -0300
with message-id <[email protected]>
and subject line Re: Bug#592769: libmagick depends on a lots of unneeded
library.
has caused the Debian Bug report #592769,
regarding libmagick depends on a lots of unneeded library.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
592769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmagick10
Version: 7:6.3.7.9.dfsg2-1~lenny3
Severity: normal
libmagick depends on a lots of unneeded library.
On my debian box, an ldd /usr/lib/libmagick.so.1 gaves to me libc.so and
libz.so as needed library.
-- System Information:
Debian Release: 5.0.5
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libmagick10 depends on:
ii libbz2-1.0 1.0.5-1 high-quality block-sorting
file co
ii libc6 2.7-18lenny4 GNU C Library: Shared
libraries
ii libcairo2 1.6.4-7 The Cairo 2D vector
graphics libra
ii libdjvulibre21 3.5.20-8+lenny1 Runtime support for the
DjVu image
ii libfontconfig1 2.6.0-3 generic font configuration
library
ii libfreetype6 2.3.7-2+lenny2 FreeType 2 font engine,
shared lib
ii libglib2.0-0 2.16.6-3 The GLib library of C routines
ii libgraphviz4 2.20.2-3 rich set of graph drawing
tools
ii libgtk2.0-0 2.12.12-1~lenny2 The GTK+ graphical user
interface
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange
library
ii libilmbase6 1.0.1-2+nmu2 several utility libraries
from ILM
ii libjasper1 1.900.1-5.1+lenny1 The JasPer JPEG-2000
runtime libra
ii libjpeg62 6b-14 The Independent JPEG
Group's JPEG
ii liblcms1 1.17.dfsg-1+lenny2 Color management library
ii libopenexr6 1.6.1-3+lenny3 runtime files for the
OpenEXR imag
ii libpng12-0 1.2.27-2+lenny4 PNG library - runtime
ii librsvg2-2 2.22.2-2lenny1 SAX-based renderer library
for SVG
ii libsm6 2:1.0.3-2 X11 Session Management library
ii libtiff4 3.8.2-11.3 Tag Image File Format
(TIFF) libra
ii libwmf0.2-7 0.2.8.4-6+lenny1 Windows metafile conversion
librar
ii libx11-6 2:1.1.5-2 X11 client-side library
ii libxext6 2:1.0.4-2 X11 miscellaneous extension
librar
ii libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages libmagick10 recommends:
pn ghostscript <none> (no description available)
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript
interpre
Versions of packages libmagick10 suggests:
pn html2ps <none> (no description available)
pn libwmf-bin <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi!
On Tue, Aug 24, 2010 at 12:09 PM, Olivier Hervieu
<[email protected]> wrote:
> On Thu, Aug 12, 2010 at 2:32 PM, Olivier Hervieu
> <[email protected]> wrote:
> On my debian box, an ldd /usr/lib/libmagick.so.1 gaves to me libc.so and
> libz.so as needed library.
>
> Only these two libraries are needed... But the .deb install some extralibs
> such as libgtk2....
Note that /usr/lib/libmagic.so.1 (without the K) is from the libmagic1
package [1] and not from imagemagick.
Indeed it depends only on libc and zlib.
/usr/lib/libMagick.so.10 is from the libmagick10 package [2] (this one
is from imagemagick)
[1] http://packages.debian.org/lenny/libmagic1
[2] http://packages.debian.org/lenny/libmagick10
A ldd on /usr/lib/libMagick.so.10 will show you a longer list of dependencies.
The core imagemagick library available on the next Debian release has
been split into two packages, allowing the user to optionally install
some extra coders for imagemagick (and thus eliminating hard
dependencies on libgtk2.0-0, for example).
Best regards,
Nelson
--- End Message ---