Your message dated Wed, 09 Nov 2011 19:47:09 +0000
with message-id <[email protected]>
and subject line Bug#631689: fixed in fdm 1.6+cvs20111013-1
has caused the Debian Bug report #631689,
regarding fdm: FTBFS with ld --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.)


-- 
631689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631689
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fdm
Version: 1.6-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: ld-as-needed

The package fails to build when --as-needed linker option is enabled,
because of incorrect order of parameters passed to ld. Here's a log of
failed build in Ubuntu:

https://launchpadlibrarian.net/71869810/buildlog_ubuntu-oneiric-i386.fdm_1.6-4build1_FAILEDTOBUILD.txt.gz

See also
http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

The attached patch was used in Ubuntu to fix the problem.
https://launchpad.net/ubuntu/+source/fdm/1.6-4ubuntu1

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric
  APT policy: (500, 'oneiric')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-10-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Description: Place libraries after object files to fix linking FTBFS.
Author: Ilya Barygin <[email protected]>

Index: fdm-1.6/GNUmakefile
===================================================================
--- fdm-1.6.orig/GNUmakefile	2011-06-04 01:33:35.000000000 +0400
+++ fdm-1.6/GNUmakefile	2011-06-04 01:34:03.000000000 +0400
@@ -104,7 +104,7 @@
 all: fdm
 
 $(PROG): $(OBJS)
-	$(CC) $(LDFLAGS) $(LIBS) -o $@ $+
+	$(CC) $(LDFLAGS) -o $@ $+ $(LIBS)
 
 depend: $(SRCS)
 	$(CC) $(CPPFLAGS) -MM $(SRCS) > .depend

--- End Message ---
--- Begin Message ---
Source: fdm
Source-Version: 1.6+cvs20111013-1

We believe that the bug you reported is fixed in the latest version of
fdm, which is due to be installed in the Debian FTP archive:

fdm_1.6+cvs20111013-1.debian.tar.gz
  to main/f/fdm/fdm_1.6+cvs20111013-1.debian.tar.gz
fdm_1.6+cvs20111013-1.dsc
  to main/f/fdm/fdm_1.6+cvs20111013-1.dsc
fdm_1.6+cvs20111013-1_i386.deb
  to main/f/fdm/fdm_1.6+cvs20111013-1_i386.deb
fdm_1.6+cvs20111013.orig.tar.gz
  to main/f/fdm/fdm_1.6+cvs20111013.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.
Frank Terbeck <[email protected]> (supplier of updated fdm 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: SHA256

Format: 1.8
Date: Thu, 13 Oct 2011 21:05:14 +0200
Source: fdm
Binary: fdm
Architecture: source i386
Version: 1.6+cvs20111013-1
Distribution: unstable
Urgency: low
Maintainer: Frank Terbeck <[email protected]>
Changed-By: Frank Terbeck <[email protected]>
Description: 
 fdm        - fetching, filtering and delivering emails
Closes: 631689 639176
Changes: 
 fdm (1.6+cvs20111013-1) unstable; urgency=low
 .
   * Imported upstream CVS on Oct 13th, 2011
     - Removing a number of patches which are included upstream now.
     - Includes patch which should build with --as-needed. (Closes: #631689)
   * Depending on libtdb-dev now (Closes: #639176)
   * Moving away from explicit quilt-enabled build to pure-3.0 (quilt).
   * Adjusting debian/rules to changes in upstream build system.
   * Incrementing Standards-Version; no changes needed.
   * Use $(MAKE) everywhere in debian/rules.
   * Adding recommended targets to debian/rules to make lintian happy.
   * Remove `MANUAL' in `clean' of `debian/rules' to leave a clean build
     directory.
   * Use `--abort-on-upstream-changes' at all costs.
Checksums-Sha1: 
 1a63684ca71cbdde681e53a511ca3ea643668a2b 1780 fdm_1.6+cvs20111013-1.dsc
 b7247cc9d8de382d44b7f13664a3c1ea1a2c8048 197979 fdm_1.6+cvs20111013.orig.tar.gz
 c31eb898ddef84059c071abedbbcf50d10a2a461 7636 
fdm_1.6+cvs20111013-1.debian.tar.gz
 815517b817df5a89f355aae744f4446e8e10a48f 172794 fdm_1.6+cvs20111013-1_i386.deb
Checksums-Sha256: 
 0c27b4fc146e6da2619316c031efbbf4b57b5531266fcd5f7439a44a47081d4a 1780 
fdm_1.6+cvs20111013-1.dsc
 bee601a3c4008056220c07815fa8dd7d3596ee4a41bb1ae10d633b5396adc8b0 197979 
fdm_1.6+cvs20111013.orig.tar.gz
 fcf42e07f215b068059a3cb69041c1d4e7dddb2f30910870ed9cf98c9ee5ee75 7636 
fdm_1.6+cvs20111013-1.debian.tar.gz
 471027b7d47eb0f76a11424d92f5fa2790a8e4d418df49959fb1d88c56ff91e6 172794 
fdm_1.6+cvs20111013-1_i386.deb
Files: 
 3d07d0c407e244f26ad81eebffccfc53 1780 mail optional fdm_1.6+cvs20111013-1.dsc
 b15091652159b8b2ca56f27989c4106a 197979 mail optional 
fdm_1.6+cvs20111013.orig.tar.gz
 fe27c44d2164ff37b2f295d5b7112595 7636 mail optional 
fdm_1.6+cvs20111013-1.debian.tar.gz
 9a40fa0aec726d24200200cffff65fa7 172794 mail optional 
fdm_1.6+cvs20111013-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOutdiAAoJELs6aAGGSaoGvrAQAMGzJO9JHl3x7i1U9F3yTaQF
RO6BzrmWIZnn8pjpVITPdpBwtPrviYwrXml85siZVxltxmIjyR+UG7E/J0WrCzrc
z+S2eqjs8OPH47uSCiz7fr3WMVZemx52T2y8LA7jiq/JQa4lmiN3MBBpOMRXDpfx
mPIsGTLlAXDRDriGZyUoOMkcHafxTFag3n5U8W2eXpE/FVkKFSBLBNTzl9bjgRNQ
Bnq4XNo10tCZUfFIC5hPr6EZ7nVPG5nhCYJtgkgXNUcXFk7ApPLXnOS1RRWDMUIj
P2ehad6OG8pRQAAenQ/QMrJ9kOQsaAH2qCTiQWd5rOBXctqLkujviF3fyPF944f4
4ZnDpnDBPl42H0FBvHKGw/gAb88JiXLtgG1f/fwgKQtw0+LqgtsBYFdxRQZ17OiR
afEYJZsXn4MACzhZnAT/UCQWw0KCEJbSFSkxBamcXGyGQHT5yRaQxKOLfPtSgmXI
eOx4BJ/f8jyDGee5A/6XHeX6cVn6a8at7FNgXR+NJbZ+lBN+BktLn+XLmf1/WfOt
pUvbE6REkKK7ho3H6TxuVU4jiSJ8b2T1oghWiIYU9jM/Ip7VmA/THqF6QaW3PWwR
j/0D4BlXfndh7dgQFwwgVqwmJGEDYV/AE3tEzBWwqLUWinJanLJq7jon4+R+Z8bG
WIZJuninQbBXU59neLVU
=j1EV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to