Your message dated Sat, 31 Mar 2012 15:49:46 +0000 with message-id <E1SE0Yk-00055o-22@franck.debian.org> and subject line Bug#646272: fixed in istgt 0.4~20111008-2 has caused the Debian Bug report #646272, regarding istgt: ftbs 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 owner@bugs.debian.org immediately.) -- 646272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646272 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: istgt: ftbs with ld --as-needed
- From: Julian Taylor <jtaylor.debian@googlemail.com>
- Date: Sat, 22 Oct 2011 21:10:20 +0200
- Message-id: <4EA3151C.6090901@googlemail.com>
Package: istgt Version: 0.4~20110928-1 Severity: wishlist Tags: patch User: debian-gcc@lists.debian.org Usertags: ld-as-needed istgt fails to build with ld --as-needed. With this flag objects needing symbols must be placed after libraries providing them. Else libraries will not be registered as needed, dropped and one gets undefined references. Attached a patch that fixes this issue by moving the LIBS variable in src/Makefile.in to the correct position. thanks for considering the patch.Description: fix build with ld --as-needed With the linker flag --as-needed libraries must be placed behind objects needing their symbols on the commandline. Author: Julian Taylor <jtaylor.debian@googlemail.com> Index: istgt-0.4~20110928/src/Makefile.in =================================================================== --- istgt-0.4~20110928.orig/src/Makefile.in 2011-10-22 19:05:03.000000000 +0000 +++ istgt-0.4~20110928/src/Makefile.in 2011-10-22 19:07:26.717895675 +0000 @@ -77,10 +77,10 @@ all: stamp-depend config.h istgt istgtcontrol istgt: $(ISTGT) - $(CC) $(LDFLAGS) $(LIBS) -o $@ $(ISTGT) + $(CC) $(LDFLAGS) -o $@ $(ISTGT) $(LIBS) istgtcontrol: $(ISTGTCONTROL) - $(CC) $(LDFLAGS) $(LIBS) -o $@ $(ISTGTCONTROL) + $(CC) $(LDFLAGS) -o $@ $(ISTGTCONTROL) $(LIBS) install: install-dirs install -c -m 0755 istgt $(DESTDIR)$(sbindir)Attachment: signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
- To: 646272-close@bugs.debian.org
- Subject: Bug#646272: fixed in istgt 0.4~20111008-2
- From: Arno Töll <arno@debian.org>
- Date: Sat, 31 Mar 2012 15:49:46 +0000
- Message-id: <E1SE0Yk-00055o-22@franck.debian.org>
Source: istgt Source-Version: 0.4~20111008-2 We believe that the bug you reported is fixed in the latest version of istgt, which is due to be installed in the Debian FTP archive: istgt_0.4~20111008-2.debian.tar.gz to main/i/istgt/istgt_0.4~20111008-2.debian.tar.gz istgt_0.4~20111008-2.dsc to main/i/istgt/istgt_0.4~20111008-2.dsc istgt_0.4~20111008-2_amd64.deb to main/i/istgt/istgt_0.4~20111008-2_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 646272@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Arno Töll <arno@debian.org> (supplier of updated istgt 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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sat, 31 Mar 2012 17:13:43 +0200 Source: istgt Binary: istgt Architecture: source amd64 Version: 0.4~20111008-2 Distribution: sid Urgency: low Maintainer: GNU/kFreeBSD Maintainers <debian-bsd@lists.debian.org> Changed-By: Arno Töll <arno@debian.org> Description: istgt - iSCSI userspace target daemon for Unix-like operating systems Closes: 646272 650217 Changes: istgt (0.4~20111008-2) unstable; urgency=low . * Fix "istgt: ftbs with ld --as-needed" - apply patch which shifts libraries in the compiler line after object files. Thanks Julian Taylor (Closes: #646272) * Fix "ftbfs on squeeze" Add missing build-dependency to dpkg-dev 1.16.1 which is required to build the package because we're using dpkg-buildflags to generate configure flags. That's guaranteed for Testing, but might be helpful to know for backporters. (Closes: #650217) * Push standards version to 3.9.3.1 - no further changes required * Drop the DMUA field - I don't need it anymore, update my maintainer address Checksums-Sha1: 7591140c9312d21965daf0b4261d78a69df6fe17 2038 istgt_0.4~20111008-2.dsc ab0f0cd32bbb72034ed0ae73a2643f213bd26851 8954 istgt_0.4~20111008-2.debian.tar.gz 6caab784e1a8079029e90c43db748d435c113976 172060 istgt_0.4~20111008-2_amd64.deb Checksums-Sha256: ce242d26819e461b9ee4be9bf16814284c976aaaf15bc46f336fa2ca21afc765 2038 istgt_0.4~20111008-2.dsc bb691962781e4be9e5af4af508670331981cc676374f3ace455450521ef9e518 8954 istgt_0.4~20111008-2.debian.tar.gz 57ae1093872c688a050b06b06313c9ea8d2af27bd0dad562c5ee0958c6fc7162 172060 istgt_0.4~20111008-2_amd64.deb Files: e207b53c96724ee5bf062f0323d82c8c 2038 admin extra istgt_0.4~20111008-2.dsc 3064b96240c2b85fb336aaa1e0acb3d4 8954 admin extra istgt_0.4~20111008-2.debian.tar.gz b35ad763a8e216b9024c81403e6c64a0 172060 admin extra istgt_0.4~20111008-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJPdyTeAAoJEMcrUe6dgPNtWtAP/ixt7B7ePSE6uZRaEfkXuqBn wvKmMZ/DCwA5GRfvtl9YBsiKZYGvFkqKpI4VibjGGjyReBYqdlOB8BTDIWizSnY2 VBeTLdVwxw+raPiwF6BYias9cjB1m9HzWWaTAo0+Lxqn6HDh0P5WgAXAO0tkCTAm HYSBrHJVxsJmXjCu3pbr4gbckQIP3hy8BGmHLck3z63I1sVtSsvVx7+J2BoSlQbD n+ol71buSNt8oQ1wG3B0D7tLqc2F14xoZWGYeuRlYCu7M7fFGYSfdxDMzYIvHjrA B7670P66s/E3XLdJHCAll3coYPEFiq3apn616LyxDR0nKy+/6ZPBbXWrCnpuDMwW N4yyQSAN+ObPHwjad8TWVD0TWTQb28sILCB0mj+mIw631+eDk6zv/5NBmfA2vK+/ 4jg/8HJ7QvjlLKOMJgyLzZekZjMPa49iUTZCvEVOXtdATNBjXMSJ/yiu+2HRbNVB jbpZbX4b4uqZxzSL+qUPwFhVqTQ67S87OxFHfg9C6VkeANQuAz5LtXI3/6KXCk+k GJXx6nFk6nzYK21hWBuPDcoySzWekefM3U5JBHzxQKW0HaVrB/VAMFegcxIek0Ax uSeY9OgMBBgl+Rz/7bdqCSIJ2ELcvSjak5sBFP6tXepLZaZ3lu9PAQIOLkF+ASBn jCmHARYERiKCiVIIdBWF =d3Ar -----END PGP SIGNATURE-----
--- End Message ---