Your message dated Mon, 29 Feb 2016 23:34:48 +0000
with message-id <[email protected]>
and subject line Bug#815942: fixed in jzmq 3.1.0-9
has caused the Debian Bug report #815942,
regarding jzmq: FTBFS: missing header inclusion
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.)
--
815942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815942
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jzmq
Version: 3.1.0-8
Severity: serious
Tags: patch
Usertags: ftbfs
Justification: FTBFS and holds back zeromq3 transition
Hi Jan,
jzmq currently FTBFS and the zeromq3 transition is just part of it.
You need to update the build dependencies and change libzmq3-dev to
libzmq5-dev. The other is a missing include in src/main/c++/Event.cpp.
zmq.hpp needs to be included for the zmq_event_t struct definition.
The attached patch as an addition to the packaging fixes this issue.
Please add this patch for jzmq to keep the transition going.
Thanks,
Laszlo/GCS
Description: add missing header of zmq.hpp
jzmq uses structs defined in zmq.hpp
Author: Laszlo Boszormenyi (GCS) <[email protected]>
Last-Update: 2016-02-25
---
--- jzmq-3.1.0.orig/src/main/c++/Event.cpp
+++ jzmq-3.1.0/src/main/c++/Event.cpp
@@ -2,6 +2,7 @@
#include <zmq.h>
#include <cstdlib>
#include <cstring>
+#include <zmq.hpp>
#include "jzmq.hpp"
#include "util.hpp"
--- End Message ---
--- Begin Message ---
Source: jzmq
Source-Version: 3.1.0-9
We believe that the bug you reported is fixed in the latest version of
jzmq, 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.
Jan Niehusmann <[email protected]> (supplier of updated jzmq 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: SHA512
Format: 1.8
Date: Mon, 29 Feb 2016 23:37:59 +0100
Source: jzmq
Binary: libzmq-java libzmq-jni libzmq-java-doc
Architecture: source
Version: 3.1.0-9
Distribution: unstable
Urgency: medium
Maintainer: Jan Niehusmann <[email protected]>
Changed-By: Jan Niehusmann <[email protected]>
Description:
libzmq-java - ZeroMQ Java bindings (jzmq)
libzmq-java-doc - Documentation for ZeroMQ Java bindings (jzmq)
libzmq-jni - ZeroMQ Java bindings (jzmq)
Closes: 815942
Changes:
jzmq (3.1.0-9) unstable; urgency=medium
.
* Upgrade dependency to libzmq5
* Add a missing include which is necessary with the new version
of libzmq5. Fixed by Laszlo Boszormenyi. (Closes: Bug#815942)
Checksums-Sha1:
867e8e1c3577e08138ff2249280e9ed24ce59e70 1949 jzmq_3.1.0-9.dsc
8abc9976034aa9e5548974eab84dffe1ecd802e9 3816 jzmq_3.1.0-9.debian.tar.xz
Checksums-Sha256:
e91a0146354a1c19b4c26c527fd6a3f3f9462fc57a5dc783ee41e76af4a6eba5 1949
jzmq_3.1.0-9.dsc
173bd2e85a930ac10f0733e149e54c4bdf4691f9a58246c9dfcdae73afb5cdcd 3816
jzmq_3.1.0-9.debian.tar.xz
Files:
3274ee70ef3af936af419c8ade754668 1949 java optional jzmq_3.1.0-9.dsc
99229175ac4a2ce2dc5ffd7c13a5c44d 3816 java optional jzmq_3.1.0-9.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQGcBAEBCgAGBQJW1NGbAAoJEMJAzpldAmsRLpgL/jHCNi6gouI8uIkuc+K8wuss
5pwHz+IdA+PCNFIPPAAbXZ034+LsQIrI0k9qcg9BY5xG0oKQj0cavQ1QVKeVMGQO
uHLNIzCvvl89zcWI8JP0XLXBPSQL1rQSQuj0WLk5ZRE6Ehve6O/hDQSCUbrdmyNV
i3fa+11uhNTZfXAUuKFVpcmntmroDChs1v42m/Sig1XKNKImWclSFVtjvFDBIcar
L2p3ere26UKEuXdNFGrn7wbYKfi6h1fbM5yqdRKv7gZWni/AjaceudpqH1afzw2t
ilW3CVEGAVmv6PKW8Zdm15gahjlQCpKFYYuSxuF+/NJzbhykKqIj0nvrg7Vm+F9G
jfjG5ptLTStHESUHk5e1/lJkT+wK2aQLtBM68JzNC/2xi5hVMa1u5z+8Jy/jbvch
7J5pg4OW+3O8Zi65XgBVKIwfTBCsXDPaeqVDohP6tYRMsxCXPr88hRHXK00NWM+A
zqZN0Ks9k6no2IY3teij5pPGWwIm3Trcz5I+J1xGfw==
=VCH9
-----END PGP SIGNATURE-----
--- End Message ---