Your message dated Mon, 12 Dec 2016 16:03:54 +0000
with message-id <[email protected]>
and subject line Bug#847943: fixed in dascrubber 0~20160601-2
has caused the Debian Bug report #847943,
regarding dascrubber: FTBFS when linked with -Wl,--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.)


-- 
847943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dascrubber
Version: 0~20160601-1
Severity: wishlist
Tags: patch

Hi Maintainer

Dascrubber FTBFS when linked with -Wl,--as-needed, the default in Ubuntu.
The attached updated compiler-flags.patch fixes the build by adding libraries in LIBS instead of LDFLAGS which changes the order they appear on the gcc command line.

Regards
Graham

Description: Allow additional compiler and linker flags
Author: Afif Elghraoui <[email protected]>
Forwarded: no
Last-Update: 2016-10-20
Author: Graham Inggs <[email protected]>
last-Update: 2016-12-10
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,17 @@
 DEST_DIR = ~/bin
 
-CFLAGS = -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing
+CFLAGS += -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing
+LIBS = -lm
 
 ALL = DASqv DAStrim
 
 all: $(ALL)
 
 DASqv: DASqv.c align.c align.h DB.c DB.h QV.c QV.h
-	gcc $(CFLAGS) -o DASqv DASqv.c align.c DB.c QV.c -lm
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o DASqv DASqv.c align.c DB.c QV.c $(LIBS)
 
 DAStrim: DAStrim.c align.c align.h DB.c DB.h QV.c QV.h
-	gcc $(CFLAGS) -o DAStrim DAStrim.c align.c DB.c QV.c -lm
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o DAStrim DAStrim.c align.c DB.c QV.c $(LIBS)
 
 clean:
 	rm -f $(ALL)

--- End Message ---
--- Begin Message ---
Source: dascrubber
Source-Version: 0~20160601-2

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

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.
Andreas Tille <[email protected]> (supplier of updated dascrubber 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: Mon, 12 Dec 2016 16:38:36 +0100
Source: dascrubber
Binary: dascrubber
Architecture: source amd64
Version: 0~20160601-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 dascrubber - alignment-based scrubbing pipeline for DNA sequencing reads
Closes: 847943
Changes:
 dascrubber (0~20160601-2) unstable; urgency=medium
 .
   * Team upload.
   * Enable build when linked with -Wl, --as-needed (Thanks for the patch to
     Graham Inggs <[email protected]>)
     Closes: #847943
   * Fake watch file
   * debhelper 10
   * hardening=+all
Checksums-Sha1:
 066d8948919668d7fd14f85b617681896c65a6f8 2005 dascrubber_0~20160601-2.dsc
 189e7a0fafa9e2d3940e754f66f45a8265fec964 3092 
dascrubber_0~20160601-2.debian.tar.xz
 ca0215e52ce6c334d87563e6a64b26624afb6697 309632 
dascrubber-dbgsym_0~20160601-2_amd64.deb
 b5a353b81c1c969979eb84e83811de4d7453daf3 5118 
dascrubber_0~20160601-2_amd64.buildinfo
 b7b73a8af512ede23084e297004716b3b15aa156 81634 
dascrubber_0~20160601-2_amd64.deb
Checksums-Sha256:
 56783549fe6fb6bf7d1e86447f1200d66bd23d11b0930aefe32a0ba269a75b78 2005 
dascrubber_0~20160601-2.dsc
 34d6fa24325bbc19c062b0b80efc63daa5e1cca803f9e1f8c6347d1a780a55c2 3092 
dascrubber_0~20160601-2.debian.tar.xz
 fcd5a378c25f11fd00b4af1faf2b5af790c2dbbdfae33a0368a79f0531ee5281 309632 
dascrubber-dbgsym_0~20160601-2_amd64.deb
 b52309df0903e5793083721501c14541727dea82759f577880f1fce53f8c9299 5118 
dascrubber_0~20160601-2_amd64.buildinfo
 9c8ae114cff39285143c2c13cbcfb92e94aee2b15e4cfbe7b07f0d299865b4fc 81634 
dascrubber_0~20160601-2_amd64.deb
Files:
 53988b8ca537385d6f1ab7ed0d57d5c3 2005 science optional 
dascrubber_0~20160601-2.dsc
 cb7b02bf13046005f8127ff8bccf8538 3092 science optional 
dascrubber_0~20160601-2.debian.tar.xz
 49036bb238ca76593bb670e098920063 309632 debug extra 
dascrubber-dbgsym_0~20160601-2_amd64.deb
 46e736773ca14460417b4f75358c5804 5118 science optional 
dascrubber_0~20160601-2_amd64.buildinfo
 35868f6921b40193e93d20ad70408b04 81634 science optional 
dascrubber_0~20160601-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlhOxzMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGu1w/5ARJtNAguxHjddNTPQzZyWDJhJiVe9gvM
ItikVXxV2s2KjbJOWfUV+XGvwDMJjbu7l4H2L++oUFzXl4YvK8K4vXjQrYUq8AOd
FSEWBw+93MEhPphqadmmmV25lg9743MUOGe9tsHe4exsXSfOt9dKWifY2nxLqkL/
IEZwEwIi2k1S2z1gMgTSi3427o/yzXithy+WEHRtxIaFTbIqdyXARlX0UWZFR9nE
+t23tNYZk+uCr5H6u+UbW6jw6GQo1TAlz7gzMUCADjB7AgGVWoYpeN4qNqay5hn+
W3a7Xl4HkOPEQD2y8sFISeHb1lHqAahCcgwNeOJWpdfdqvqMRp+InGBe0R8y2YCl
mgsFQCeTF3neWGtC+QTdiB9xgAhlMHXa22ZuHtFYuoXraH6eRGnmSAaXsziEE9uV
MJ3hKm3DQSPgGiLLWtP7LkmyrOaBoIdeGvSgGDC/EvjpW28zffzFUFoPldrpKMvV
dJVyl12lWXLtHw4FMvHD4gLM+dcZ/7OXYkFB6ragKdH4iYKncBfVMbFhMU2mlql3
K9TG6OkTtUIbFua6t4SPsx+tHmh1/WnP9+ZaQysWoISP17W7N+PwPTI/W/tBBpZq
peBwuIlrrJMpDuNrd9Ds7KfrJOlQx1sNWpk4eeqwNe+haV7/KXVtGE09CnyUcIOO
tQFewd+YFQc=
=oq+E
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to