Your message dated Fri, 22 Apr 2016 12:05:28 +0200
with message-id <[email protected]>
and subject line Re: #816526: dnsdist FTBFS on mips and mipsel
has caused the Debian Bug report #816526,
regarding dnsdist FTBFS on mips and mipsel
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.)
--
816526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816526
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dnsdist
Version: 1.0.0~alpha2-2
Severity: important
Tags: sid + patch
Justification: FTBFS
User: [email protected]
Usertags: mips-patch
Hello,
Package dnsdist_1.0.0~alpha2-2 FTBFS on mips and mipsel.
In order to work with 64-bit atomic operations on mips and mipsel libatomic
library need to be used.
build logs:
https://buildd.debian.org/status/fetch.php?pkg=dnsdist&arch=mips&ver=1.0.0~alpha2-2&stamp=1456374230
https://buildd.debian.org/status/fetch.php?pkg=dnsdist&arch=mipsel&ver=1.0.0~alpha2-2&stamp=1456379857
I have attached a patch resolving this issue.
Please consider including this patch.
Thank you!
Regards,
Jurica
diff -upNr dnsdist-1.0.0~alpha2-orig/debian/rules dnsdist-1.0.0~alpha2/debian/rules
--- dnsdist-1.0.0~alpha2-orig/debian/rules 2016-02-24 22:57:58.000000000 +0000
+++ dnsdist-1.0.0~alpha2/debian/rules 2016-03-02 12:16:48.728183792 +0000
@@ -7,6 +7,13 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
+DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel))
+ LDFLAGS += -latomic
+ export LDFLAGS
+endif
+
%:
dh $@ \
--with autoreconf \
--- End Message ---
--- Begin Message ---
Control: fixed 816526 dnsdist/1.0.0-1
This has been fixed upstream as part of their 1.0.0 release.
Many thanks,
--
,''`. Christian Hofstaedtler <[email protected]>
: :' : Debian Developer
`. `' 7D1A CFFA D9E0 806C 9C4C D392 5C13 D6DB 9305 2E03
`-
--- End Message ---