Your message dated Thu, 03 Feb 2011 07:32:07 +0000
with message-id <[email protected]>
and subject line Bug#610853: fixed in logfs-tools 20100501-5
has caused the Debian Bug report #610853,
regarding 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.)
--
610853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logfs-tools
Version: 20100501-4
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpvTeGzv
In Ubuntu, the attached patch was applied to achieve the following:
Hi! This package ftbfs with new binutils-gold, and --as-needed use,
you can solve this problem with this patch.
Thanks!
* Merge from debian unstable. Remaining changes:
- debian/patches/fix-as-needed: Fix linking with --as-needed
Thanks for considering the patch.
-- 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-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru logfs-tools-20100501/debian/patches/fix-as-needed logfs-tools-20100501/debian/patches/fix-as-needed
--- logfs-tools-20100501/debian/patches/fix-as-needed 1970-01-01 01:00:00.000000000 +0100
+++ logfs-tools-20100501/debian/patches/fix-as-needed 2011-01-23 12:32:56.000000000 +0100
@@ -0,0 +1,20 @@
+Description: Fix linking with --as-needed.
+Author: Michael Bienia <[email protected]>
+
+--- logfs-tools-20100501.orig/Makefile
++++ logfs-tools-20100501/Makefile
+@@ -33,12 +33,12 @@ ifdef S
+ EXTRA_OBJ := $(ZLIB_O)
+ CFLAGS += -static
+ else
+-CFLAGS += -lz
++LIBS = -lz
+ endif
+
+ mklogfs: $(EXTRA_OBJ)
+ mklogfs: mkfs.o lib.o btree.o segment.o readwrite.o
+- $(CC) $(CFLAGS) -o $@ $^
++ $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+
+ logfsck: $(ZLIB_O)
+ logfsck: fsck.o lib.o journal.o super.o
diff -Nru logfs-tools-20100501/debian/patches/series logfs-tools-20100501/debian/patches/series
--- logfs-tools-20100501/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ logfs-tools-20100501/debian/patches/series 2011-01-23 12:20:59.000000000 +0100
@@ -0,0 +1 @@
+fix-as-needed
--- End Message ---
--- Begin Message ---
Source: logfs-tools
Source-Version: 20100501-5
We believe that the bug you reported is fixed in the latest version of
logfs-tools, which is due to be installed in the Debian FTP archive:
logfs-tools-dbg_20100501-5_i386.deb
to main/l/logfs-tools/logfs-tools-dbg_20100501-5_i386.deb
logfs-tools_20100501-5.debian.tar.gz
to main/l/logfs-tools/logfs-tools_20100501-5.debian.tar.gz
logfs-tools_20100501-5.dsc
to main/l/logfs-tools/logfs-tools_20100501-5.dsc
logfs-tools_20100501-5_i386.deb
to main/l/logfs-tools/logfs-tools_20100501-5_i386.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.
Daniel Baumann <[email protected]> (supplier of updated
logfs-tools 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, 03 Feb 2011 08:19:55 +0100
Source: logfs-tools
Binary: logfs-tools logfs-tools-dbg
Architecture: source i386
Version: 20100501-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description:
logfs-tools - Tools to manage logfs filesystems
logfs-tools-dbg - Tools to manage logfs filesystems (debug)
Closes: 610853
Changes:
logfs-tools (20100501-5) unstable; urgency=low
.
* Adding patch from Michael Bienia <[email protected]> to fix Makefile
for linking with --as-needed (Closes: #610853).
Checksums-Sha1:
4639a29d21124a386316f0980261be4512456115 1153 logfs-tools_20100501-5.dsc
eb0bb7ec2923b8f490f738b9ba9e34286b3c9855 3205
logfs-tools_20100501-5.debian.tar.gz
84684ba5226550b2ddcb513554f596656fc6eb10 13608 logfs-tools_20100501-5_i386.deb
8149bfa64202937a9ea02ee875322f0d4388656b 29774
logfs-tools-dbg_20100501-5_i386.deb
Checksums-Sha256:
fe568c5e20fd58a26cb7cc3f30f7bd066dddc4509ca019458e5106cfa2374551 1153
logfs-tools_20100501-5.dsc
4d547fb3c06ff64e0eb2c82ab749a854cb7671d5c5f5b90a58e72b6113e3e706 3205
logfs-tools_20100501-5.debian.tar.gz
d1728591e7d7668296f5078391eb62524a98f56f76d0dc758dfdf30c5b78e60a 13608
logfs-tools_20100501-5_i386.deb
41ecebdb476f044f9690b74b81575ddb7feeedbb6c344aa27dcdcbe7c107494b 29774
logfs-tools-dbg_20100501-5_i386.deb
Files:
aa58b5da9345ce72ac1e9c02d0252046 1153 kernel optional
logfs-tools_20100501-5.dsc
65ca991ea37352e6125f8b38dff9a189 3205 kernel optional
logfs-tools_20100501-5.debian.tar.gz
3ac0eb4f86b7f91dd8178553a7d20a39 13608 kernel optional
logfs-tools_20100501-5_i386.deb
3adcadf71590b1ea4531ba127e79ff8f 29774 debug extra
logfs-tools-dbg_20100501-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1KV2MACgkQ+C5cwEsrK57J2ACg1rFZiZZ0q5mdbot22kQ0RTTT
lOAAn2MMh62vVuBHfNSAmAyBSsL5wzrs
=T3N/
-----END PGP SIGNATURE-----
--- End Message ---