Your message dated Thu, 30 Jun 2011 14:47:20 +0000
with message-id <[email protected]>
and subject line Bug#631692: fixed in freetalk 3.2-8
has caused the Debian Bug report #631692,
regarding freetalk: 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.)


-- 
631692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freetalk
Version: 3.2-7
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://launchpad.net/ubuntu/+source/freetalk/3.2-7/+build/2543800/+files/buildlog_ubuntu-oneiric-i386.freetalk_3.2-7_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/freetalk/3.2-7ubuntu1

-- 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: Fix linking FTBFS by moving libraries to LDADD variable.
Author: Ilya Barygin <[email protected]>
Bug-Ubuntu: https://launchpad.net/bugs/770954
--- freetalk-3.2.orig/src/Makefile.am
+++ freetalk-3.2/src/Makefile.am
@@ -9,6 +9,6 @@ freetalk_SOURCES=freetalk.cc util.cc com
        roster.h interpreter.h extensions.h primitives.h presence.h \
        file_transfer.h register.h compat.h
 
-freetalk_LDFLAGS=$(LOUDMOUTH_LIBS) $(GLIB_LIBS) $(GUILE_LDFLAGS)
+freetalk_LDADD=$(LOUDMOUTH_LIBS) $(GLIB_LIBS) $(GUILE_LDFLAGS)
 
 CLEANFILES = *~

--- End Message ---
--- Begin Message ---
Source: freetalk
Source-Version: 3.2-8

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

freetalk_3.2-8.debian.tar.gz
  to main/f/freetalk/freetalk_3.2-8.debian.tar.gz
freetalk_3.2-8.dsc
  to main/f/freetalk/freetalk_3.2-8.dsc
freetalk_3.2-8_amd64.deb
  to main/f/freetalk/freetalk_3.2-8_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.
Kartik Mistry <[email protected]> (supplier of updated freetalk 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, 30 Jun 2011 19:01:41 +0530
Source: freetalk
Binary: freetalk
Architecture: source amd64
Version: 3.2-8
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry <[email protected]>
Changed-By: Kartik Mistry <[email protected]>
Description: 
 freetalk   - console based Jabber client
Closes: 631692
Changes: 
 freetalk (3.2-8) unstable; urgency=low
 .
   * debian/patches/02_link_options.diff:
     + Added patch to fix FTBFS with ld --as-needed, Thanks to Ilya Barygin
       <[email protected]> (Closes: #631692)
   * debian/rules:
     + Fixed as per latest policy
Checksums-Sha1: 
 0f858b0fdaf9d363726e69e790a4baa578cacfa5 1162 freetalk_3.2-8.dsc
 ee195c3f063da119cd26d370c601697bd8e2270d 5314 freetalk_3.2-8.debian.tar.gz
 34f034f554f3169208626420bf817c2b02146023 88058 freetalk_3.2-8_amd64.deb
Checksums-Sha256: 
 bc72f1a2ff3ec74e8b64eecb346cb2bc6c94d8794f349fef1ae5a0e8ca5a6d3b 1162 
freetalk_3.2-8.dsc
 457453be9f3ece8f0bbcf31dbf34f4686717486443d60c1803f3477bcb46e4e3 5314 
freetalk_3.2-8.debian.tar.gz
 5619b6fb8d5e22338ccc2779f3289387420d5e541aa319165e8800db154f5ae0 88058 
freetalk_3.2-8_amd64.deb
Files: 
 16d4a96cf0414a09911592b15dc3dc4f 1162 net optional freetalk_3.2-8.dsc
 b1032ef30d09afc35623621f3cd9b3b3 5314 net optional freetalk_3.2-8.debian.tar.gz
 6a7e6f163d5d9e4b39ec5f1d3da3e5a3 88058 net optional freetalk_3.2-8_amd64.deb

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

iEYEARECAAYFAk4MftQACgkQoRg/jtECjI0C8wCdFADQVLh+sQqaNgbsyvkrtZSQ
/eMAn1FyBSImosGui96/xb1z9/EzsWyr
=nPSJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to