Your message dated Fri, 15 Jul 2011 19:17:30 +0000
with message-id <[email protected]>
and subject line Bug#632101: fixed in sagan 0.1.9-1
has caused the Debian Bug report #632101,
regarding sagan ftbfs with --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.)
--
632101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632101
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sagan
Version: 0.1.9~svn129-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: ld-as-needed
*** /tmp/tmpZIoSDH
The package sagan fails to build when using the --as-needed flag to ld as the
libraries ee and estr came before the objects that used them. This causes them
to not be registered as needed and dropped.
The attached patch resolves the issue by correctly setting "-lestr -lee" as
LIBS rather than LDFLAGS, reordering the command line.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/rules'
--- debian/rules 2011-03-17 15:18:58 +0000
+++ debian/rules 2011-06-29 15:12:30 +0000
@@ -14,7 +14,7 @@
override_dh_auto_configure:
dh_testdir
- dh_auto_configure -- --with-postgresql-includes=/usr/include/postgresql
--disable-libdnet LDFLAGS="-lestr -lee"
+ dh_auto_configure -- --with-postgresql-includes=/usr/include/postgresql
--disable-libdnet LIBS="-lestr -lee"
override_dh_auto_install:
dh_auto_install
--- End Message ---
--- Begin Message ---
Source: sagan
Source-Version: 0.1.9-1
We believe that the bug you reported is fixed in the latest version of
sagan, which is due to be installed in the Debian FTP archive:
sagan_0.1.9-1.debian.tar.gz
to main/s/sagan/sagan_0.1.9-1.debian.tar.gz
sagan_0.1.9-1.dsc
to main/s/sagan/sagan_0.1.9-1.dsc
sagan_0.1.9-1_amd64.deb
to main/s/sagan/sagan_0.1.9-1_amd64.deb
sagan_0.1.9.orig.tar.gz
to main/s/sagan/sagan_0.1.9.orig.tar.gz
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.
Pierre Chifflier <[email protected]> (supplier of updated sagan 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: Fri, 15 Jul 2011 21:01:17 +0200
Source: sagan
Binary: sagan
Architecture: source amd64
Version: 0.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier <[email protected]>
Changed-By: Pierre Chifflier <[email protected]>
Description:
sagan - Real-time System & Event Log Monitoring System
Closes: 632101
Changes:
sagan (0.1.9-1) unstable; urgency=low
.
* Imported Upstream version 0.1.9
* Enable hardening wrapper
* Use LIBS rather than LDFLAGS for additional libs, fix ftbfs with
--as-needed (Closes: #632101)
* Bump Standards Version to 3.9.2
Checksums-Sha1:
8a128343e0ab281a81b9d4cf775f0483d3d9cff9 1148 sagan_0.1.9-1.dsc
605eab5aed38186f653be69479321d88d20586e4 215619 sagan_0.1.9.orig.tar.gz
fa6af41267a98eb459512f0e378457e829d5384f 6730 sagan_0.1.9-1.debian.tar.gz
c10907aeb3f7a5249572034fbfa6a8622d89957c 95320 sagan_0.1.9-1_amd64.deb
Checksums-Sha256:
29878aa7768833de6eb2c40baba5c6fc36060f5a025223bb9fcbd389d79c3a8a 1148
sagan_0.1.9-1.dsc
3fc2aa424278cbbae8aa95546986b5627750dc89cef385921cc6e9fd71b44da3 215619
sagan_0.1.9.orig.tar.gz
f49fb81022b59a8af9ab5215cfff34be981332827fe59b723f4bfcd0b478e440 6730
sagan_0.1.9-1.debian.tar.gz
97925102bbb3d2e9e20f1e11d533797f95cc9a34de4fac0d3091ba38ae2a42ea 95320
sagan_0.1.9-1_amd64.deb
Files:
789aa5e89797a853881931dcfe4ebcaa 1148 admin extra sagan_0.1.9-1.dsc
efdb1cdd199e0bcf05d490acf5eeb733 215619 admin extra sagan_0.1.9.orig.tar.gz
74e1d5942b47431ca4978d91d745845d 6730 admin extra sagan_0.1.9-1.debian.tar.gz
f4053a84ac1f6fdecc701da7cebd3712 95320 admin extra sagan_0.1.9-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4gkAMACgkQtwVrWo1fQMuAAgCgovSz8qgMq94gNhpYC6oePBko
ucEAoNk891umJZxtK9KpWdT+TGLOUPnn
=pJUO
-----END PGP SIGNATURE-----
--- End Message ---