Your message dated Sun, 01 Jan 2017 17:04:11 +0000
with message-id <[email protected]>
and subject line Bug#849860: fixed in zeromq3 4.2.1-2
has caused the Debian Bug report #849860,
regarding zeromq3: FTBFS on Hurd
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.)
--
849860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849860
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zeromq3
Version: 4.2.1-1
Severity: important
Tags: patch
Hello,
4.2.1 added support for IPv6 ToS, but unfortunately I noticed just now
that Hurd does not support it yet, apologies for that.
A simple patch backported from upstream git is attached to fix the build
failure.
Thanks!
Kind regards,
Luca Boccassi
From efc0e9429128a8951de590dbe87cbcc73a353039 Mon Sep 17 00:00:00 2001
From: Luca Boccassi <[email protected]>
Date: Sun, 1 Jan 2017 16:16:55 +0100
Subject: [PATCH] Problem: build fails on GNU/Hurd as it does not support
IPV6_TCLASS
Solution: check if IPV6_TCLASS is defined so that when Hurd adds
support it will just work. Also it will avoid tripping over this on
other similar legacy systems.
---
src/ip.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ip.cpp b/src/ip.cpp
index a2a8582..f84e13c 100644
--- a/src/ip.cpp
+++ b/src/ip.cpp
@@ -173,8 +173,8 @@ void zmq::set_ip_type_of_service (fd_t s_, int iptos)
errno_assert (rc == 0);
#endif
- // Windows does not support IPV6_TCLASS
-#ifndef ZMQ_HAVE_WINDOWS
+ // Windows and Hurd do not support IPV6_TCLASS
+#if !defined (ZMQ_HAVE_WINDOWS) && defined (IPV6_TCLASS)
rc = setsockopt(
s_,
IPPROTO_IPV6,
--
2.1.4
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: zeromq3
Source-Version: 4.2.1-2
We believe that the bug you reported is fixed in the latest version of
zeromq3, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated zeromq3 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: Sun, 01 Jan 2017 15:53:54 +0000
Source: zeromq3
Binary: libzmq5 libzmq3-dev libzmq5-dbg
Architecture: source amd64
Version: 4.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
libzmq3-dev - lightweight messaging kernel (development files)
libzmq5 - lightweight messaging kernel (shared library)
libzmq5-dbg - lightweight messaging kernel (debugging symbols)
Closes: 849860
Changes:
zeromq3 (4.2.1-2) unstable; urgency=low
.
* Backport upstream fix for Hurd FTBFS (closes: #849860).
Checksums-Sha1:
9fa180b51af9bb95baaa14cbdd64eb6e84017c1a 2026 zeromq3_4.2.1-2.dsc
035516c6f66621fcdef7c5877666e5d10d445e8f 20868 zeromq3_4.2.1-2.debian.tar.xz
de20f9762976df5a992cffa6a44b5d50710b1ba6 354982 libzmq3-dev_4.2.1-2_amd64.deb
8ad2381c9fab64ed69dfab8a1de297c39d23478e 3084758 libzmq5-dbg_4.2.1-2_amd64.deb
7e8495f276527ea55c935416a13480010ff0127d 189372 libzmq5_4.2.1-2_amd64.deb
f62b2c2fd3ac7a61fc08856cf7dab8cce04bf62f 9857 zeromq3_4.2.1-2_amd64.buildinfo
Checksums-Sha256:
7e656950509dd254a9318067de185429a5f68cbe05d3979e801404433357c807 2026
zeromq3_4.2.1-2.dsc
f92f7fcf9597fe8a91c2dfaaed9eb284e1fbc4b92b61c2ad0c041ffa7e3ac474 20868
zeromq3_4.2.1-2.debian.tar.xz
36276c993d2f944138d9dbafe6e5f81a1787bee7684554d8165a8cf38c4f88b7 354982
libzmq3-dev_4.2.1-2_amd64.deb
7f7184522402c67c84465481f9fa8818e834ddfdcd00bb4f0ae29f1774934c49 3084758
libzmq5-dbg_4.2.1-2_amd64.deb
e942aad2d66756e01101abb06410414c5aefce0efd30b826bd01db5acc20fbae 189372
libzmq5_4.2.1-2_amd64.deb
c4184d7c01f1cc52afd0c785c7105a5b0b4a391aa66ead2863e00d8729ddf327 9857
zeromq3_4.2.1-2_amd64.buildinfo
Files:
2b7972c62f48d614c9d0d0c7b5684cdf 2026 libs optional zeromq3_4.2.1-2.dsc
bf9a96caba321fdfac1b5f38c17bed14 20868 libs optional
zeromq3_4.2.1-2.debian.tar.xz
646a190b207e026d7ac7607ce7648c68 354982 libdevel optional
libzmq3-dev_4.2.1-2_amd64.deb
0c41b020632cff390b5322b40f344ad9 3084758 debug extra
libzmq5-dbg_4.2.1-2_amd64.deb
ca6426ba63ab959e38e66ff5752b1611 189372 libs optional libzmq5_4.2.1-2_amd64.deb
51f16993ed90cdcc5c6a6de44a0e83b6 9857 libs optional
zeromq3_4.2.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAlhpMQEACgkQ3OMQ54ZM
yL+jWQ/8CtE7svYvPuFKbE+BwtrFDTfHEff69QQBN77y+C6l9oGvDl0oKYakswUC
jVdVgpcaw5bv/s9R6P2fKanbQ0Pbqddd59n0F4+bw7fdqWC3Gst169F13mgyLf9D
mxYfvXCt2X5KHMKOHU5LE7upQnQNyb5i2aaunjCcBMoImsj3i+BG0qh1Ip4KuGcx
Yl3uQ9lOaYok7YcvJdsjgc17VEgCrX69XBtTMzTtoQXO5H3jbySm66YlVw+AyVTf
1ousn27ASCq3aY+XrpAD+2EeTCHur6VqGfmRR9c2NfIFIE47WmUnkJ1rGbAx7FkA
7x50bydij2+I4Lhz5dyIFxxQZ+HfL3iIk71qKcCS2Cn5apDXXLvj249H5F3RKb1M
sHtC9uDogRSviCaTKx3UXcA5Y8Nz+AT5jFuF0aZAEK2xNr0KolQfcruRApchre+b
kyK4xIh7S+51m/6B1ismQxEjZxa1mGBSNLLGIBdinhlgSSlqagOaekHbNg2lATV5
oAer9FPsT0GuP8HINncTwsxzcjuYFSEqVukvkY1f2Co0pJVpQxnm4CU4STo1GSM7
t0Aq8+p6j4rjjS75Fd1p8SrRbZAwxrgf0bKBbyQLuOo0NNxdJ82K2KqUmR7ELkuD
7BxGIMd+TnA6NziTMU47Rf+OF7x3WVkSXZ0Lat514Q124AqILR0=
=pxeM
-----END PGP SIGNATURE-----
--- End Message ---