Your message dated Thu, 15 Dec 2011 21:02:11 +0000
with message-id <[email protected]>
and subject line Bug#607535: fixed in aeskulap 0.2.2b1-9
has caused the Debian Bug report #607535,
regarding [aeskulap] FTBFS with linker flag --as-needed
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.)
--
607535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607535
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aeskulap
Version: 0.2.2b1-6
Severity: wishlist
Tags: patch
Hi,
aeskulap fails to build from source, if --as-needed is used as linker flag
[1,2]. The reason is that --as-needed enforces a strict linking order (symbol
users in front of symbol definitions).
Attached is a patch that fixes the problem. You'll also need to run autoreconf
after applying the patch.
Cheers,
Stefan.
[1]:
<http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/aeskulap_0.2.2b1-6_lubuntu32.buildlog>
[2]:
<http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/aeskulap_0.2.2b1-6_lubuntu64.buildlog>
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37-10-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages aeskulap depends on:
pn dcmtk <none> (no description available)
ii gconf2 2.32.1-1ubuntu2 GNOME configuration database syste
ii libatk1.0-0 1.32.0-2 The ATK accessibility toolkit
ii libc6 2.12.1-0ubuntu9 Embedded GNU C Library: Shared lib
ii libcairo2 1.10.0-1ubuntu5 The Cairo 2D vector graphics libra
pn libcairomm-1.0-1 <none> (no description available)
pn libdcmtk1 <none> (no description available)
ii libfontconfig1 2.8.0-2.1ubuntu1 generic font configuration library
ii libfreetype6 2.4.2-2.1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.5.1-12ubuntu1 GCC support library
ii libgconf2-4 2.32.1-1ubuntu2 GNOME configuration database syste
pn libgconfmm-2.6-1 <none> (no description available)
ii libglade2-0 1:2.6.4-1build1 library to load .glade files at ru
pn libglademm-2.4-1 <none> (no description available)
ii libglib2.0-0 2.27.4-0ubuntu1 The GLib library of C routines
ii libglibmm-2.4-1c 2.27.4-0ubuntu1 C++ wrapper for the GLib toolkit (
ii libgtk2.0-0 2.23.2-0ubuntu4 The GTK+ graphical user interface
pn libgtkmm-2.4-1c2 <none> (no description available)
ii libjpeg62 6b1-1 The Independent JPEG Group's JPEG
ii libpango1.0-0 1.28.3-3 Layout and rendering of internatio
pn libpangomm-1.4-1 <none> (no description available)
ii libpng12-0 1.2.44-1 PNG library - runtime
ii libsigc++-2.0-0c 2.2.4.2-1 type-safe Signal Framework for C++
ii libstdc++6 4.5.1-12ubuntu1 The GNU Standard C++ Library v3
ii libtiff4 3.9.4-5 Tag Image File Format (TIFF) libra
ii libwrap0 7.6.q-19 Wietse Venema's TCP wrappers libra
ii libx11-6 2:1.3.3-3ubuntu2 X11 client-side library
ii libxml2 2.7.8.dfsg-1 GNOME XML library
ii zlib1g 1:1.2.3.4.dfsg-3ubuntu1 compression library - runtime
aeskulap recommends no packages.
aeskulap suggests no packages.
Index: aeskulap-0.2.2b1/src/Makefile.am
===================================================================
--- aeskulap-0.2.2b1.orig/src/Makefile.am 2010-12-19 16:08:25.332866917 +0100
+++ aeskulap-0.2.2b1/src/Makefile.am 2010-12-19 16:08:45.862866917 +0100
@@ -37,12 +37,12 @@
aeskulap_LDADD = \
$(ICONOBJ) \
- $(GTKMM_LIBS) \
- $(GLADEMM_LIBS) \
- $(GTHREAD_LIBS) \
../widgets/libgtkdicom.la \
../imagepool/libimagepool.la \
../configuration/libconfiguration.la \
+ $(GTKMM_LIBS) \
+ $(GLADEMM_LIBS) \
+ $(GTHREAD_LIBS) \
$(GCONFMM_LIBS) \
$(DCMTK_LIBS)
--- End Message ---
--- Begin Message ---
Source: aeskulap
Source-Version: 0.2.2b1-9
We believe that the bug you reported is fixed in the latest version of
aeskulap, which is due to be installed in the Debian FTP archive:
aeskulap_0.2.2b1-9.debian.tar.gz
to main/a/aeskulap/aeskulap_0.2.2b1-9.debian.tar.gz
aeskulap_0.2.2b1-9.dsc
to main/a/aeskulap/aeskulap_0.2.2b1-9.dsc
aeskulap_0.2.2b1-9_amd64.deb
to main/a/aeskulap/aeskulap_0.2.2b1-9_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated aeskulap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 15 Dec 2011 20:06:58 +0100
Source: aeskulap
Binary: aeskulap
Architecture: source amd64
Version: 0.2.2b1-9
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
aeskulap - medical image viewer and DICOM network client
Closes: 607535
Changes:
aeskulap (0.2.2b1-9) unstable; urgency=low
.
* debian/patches/30_as_needed.patch: Apply Fix from Ubunto to build with
--as-needed (Thanks to Stefan Potyra <[email protected]>)
Closes: #607535
* debian/sources/format: 3.0 (quilt)
* debian/control:
- Standards-Version: 3.9.2 (no changes needed)
- Fixed Vcs Fields
- Removed Build-Depends cdbs (replaced by short dh) and quilt
which became unneeded because of 3.0 (quilt)
* debhelper 8 (control+compat)
Checksums-Sha1:
19977ea5c9f5cd9c2ca49c3f93f21572dbbf1b2d 1523 aeskulap_0.2.2b1-9.dsc
9896c74d513fa7ef7816a9021ca381c9b632fc69 25445 aeskulap_0.2.2b1-9.debian.tar.gz
197462ca44520ae0fb547dc6efd32700a4369f38 536506 aeskulap_0.2.2b1-9_amd64.deb
Checksums-Sha256:
35883518c61c02cfbb6eda9c9d21ff7d10dbda189a215bb2222c5fb5e84668bb 1523
aeskulap_0.2.2b1-9.dsc
b812382300ce5b89a5c3f4a88444bc141077e8c3eb724463b5fd1bfa95e84129 25445
aeskulap_0.2.2b1-9.debian.tar.gz
63bfd82f1b6a64a7211a7c9c58f0a13fb1902cf87e9024138b71b70b6f91d8c1 536506
aeskulap_0.2.2b1-9_amd64.deb
Files:
e750bc62a3881c5d2efc86d078de1962 1523 science optional aeskulap_0.2.2b1-9.dsc
0400263bcd9953a21a490468778b6162 25445 science optional
aeskulap_0.2.2b1-9.debian.tar.gz
c17e3ded0c91bbf32572a7e8c88ce4e7 536506 science optional
aeskulap_0.2.2b1-9_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7qTXoACgkQYDBbMcCf01pdxgCeKW//c5xIu+cp/qAkTD1RckVM
NRgAnjp4sxQAVIO1BAu/tdRMkrOwevWk
=ObHq
-----END PGP SIGNATURE-----
--- End Message ---