Your message dated Tue, 30 Dec 2008 10:18:31 +0100
with message-id <bf0c3b3f0812300118q5b820b0cqe5ae4b16f804...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #510120,
regarding dcmtk: Missing link to libxml2 (libdcmsr)
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 ow...@bugs.debian.org
immediately.)


-- 
510120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510120
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dcmtk
Version: 3.5.4-2
Severity: grave
Justification: renders package unusable


One simply cannot load the libdcmsr.so shared lib as linking is broken:

$ ldd /usr/lib/libdcmsr.so.1
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002ab0e40e8000)
        libc.so.6 => /lib/libc.so.6 (0x00002ab0e42ff000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

$ nm -D /usr/lib/libdcmsr.so.1 | grep xmlFree
                 U xmlFree
                 U xmlFreeDoc

xmlFree symbol should be provided by libxml2.so. Makefile seems to refer to it:

config/configure:      CPPFLAGS="-I${with_libxmlinc}/include/libxml2 $CPPFLAGS"
config/configure:LIBXMLCFLAGS=`xml2-config --cflags 2>/dev/null`
config/configure:    XMLLIBS="-lxml2"
config/configure:  LIBS="$LIBS -lxml2 $ZLIBLIBS"
config/configure:      XMLLIBS="-lxml2"
config/configure.in:      CPPFLAGS="-I${with_libxmlinc}/include/libxml2 
$CPPFLAGS"
config/configure.in:LIBXMLCFLAGS=`xml2-config --cflags 2>/dev/null`
config/configure.in:    XMLLIBS="-lxml2"
config/configure.in:  LIBS="$LIBS -lxml2 $ZLIBLIBS"
config/configure.in:      XMLLIBS="-lxml2" ],


but for some reason the one from debian package is broken.

Thanks !

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dcmtk depends on:
ii  adduser                   3.102          Add and remove users and groups
ii  libc6                     2.7-10         GNU C Library: Shared libraries
ii  libdcmtk1                 20081219       The OFFIS DICOM toolkit runtime li
ii  libgcc1                   1:4.3.0-3      GCC support library
ii  libjpeg62                 6b-13          The Independent JPEG Group's JPEG 
ii  libpng12-0                1.2.15~beta5-1 PNG library - runtime
ii  libssl0.9.8               0.9.8c-4etch3  SSL shared libraries
ii  libstdc++6                4.3.0-3        The GNU Standard C++ Library v3
ii  libtiff4                  3.8.2-7+etch1  Tag Image File Format (TIFF) libra
ii  libwrap0                  7.6.dbs-13     Wietse Venema's TCP wrappers libra
ii  libxml2                   2.6.27.dfsg-6  GNOME XML library
ii  zlib1g                    1:1.2.3-13     compression library - runtime

dcmtk recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
It is up to the application programmer to know which libraries is
required to finish linking. In particular: -lxml2 and -lcrypto and the
two missing ones.

-- 
Mathieu


--- End Message ---

Reply via email to