Your message dated Sat, 15 Aug 2020 14:34:13 +0000
with message-id <e1k6xg9-0003lt...@fasolo.debian.org>
and subject line Bug#966600: fixed in nfstrace 0.4.3.2+git20200805+b220d04-1
has caused the Debian Bug report #966600,
regarding nfstrace: patch for newer json-c/gcc-10
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 ow...@bugs.debian.org
immediately.)
--
966600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nfstrace
Version: 0.4.3.2+git20180104+6561cf6-1
Severity: serious
tags: patch
hello, attached a patch that makes it build with newer json-c/gcc-10
thanks
Gianfranco
Description: gcc-10 build fixes
Author: Gianfranco Costamagna <locutusofb...@debian.org>
Last-Update: 2020-07-31
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/analyzers/src/json/json_plugin.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/analyzers/src/json/json_plugin.cpp
@@ -23,6 +23,7 @@
#include "json_analyzer.h"
//------------------------------------------------------------------------------
+#include <stdexcept>
static constexpr int DefaultPort = 8888;
static constexpr const char* DefaultHost = IpEndpoint::WildcardAddress;
static constexpr std::size_t DefaultWorkersAmount = 10U;
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/analyzers/src/watch/nc_windows/statistics_window.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/analyzers/src/watch/nc_windows/statistics_window.cpp
@@ -23,6 +23,7 @@
#include <numeric>
#include <unistd.h>
+#include <stdexcept>
#include "nc_window_const.h"
#include "statistics_window.h"
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/analyzers/src/watch/user_gui.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/analyzers/src/watch/user_gui.cpp
@@ -23,6 +23,7 @@
#include <exception>
#include <iostream>
#include <system_error>
+#include <stdexcept>
#include <unistd.h>
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/analysis/analyzers.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/analysis/analyzers.cpp
@@ -22,6 +22,7 @@
#include "analysis/analyzers.h"
#include "analysis/print_analyzer.h"
#include "utils/out.h"
+#include <stdexcept>
//------------------------------------------------------------------------------
namespace NST
{
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/controller/controller.h
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/controller/controller.h
@@ -24,6 +24,7 @@
#define CONTROLLER_H
//------------------------------------------------------------------------------
#include <memory>
+#include <stdexcept>
#include "analysis/analysis_manager.h"
#include "controller/parameters.h"
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/controller/parameters.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/controller/parameters.cpp
@@ -21,6 +21,7 @@
//------------------------------------------------------------------------------
#include <iostream>
#include <memory>
+#include <stdexcept>
#include <dirent.h>
#include <unistd.h>
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/controller/running_status.h
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/controller/running_status.h
@@ -28,6 +28,7 @@
#include <mutex>
#include <condition_variable>
#include <type_traits>
+#include <stdexcept>
#include "utils/noncopyable.h"
//------------------------------------------------------------------------------
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/controller/signal_handler.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/controller/signal_handler.cpp
@@ -21,6 +21,7 @@
//------------------------------------------------------------------------------
#include <cerrno>
#include <functional> // std::ref
+#include <stdexcept>
#include <system_error>
#include <pthread.h>
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/filtration/filtration_manager.cpp
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/filtration/filtration_manager.cpp
@@ -19,6 +19,7 @@
along with Nfstrace. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
+#include <stdexcept>
#include <sys/stat.h>
#include "filtration/dumping.h"
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/filtration/filtration_processor.h
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/filtration/filtration_processor.h
@@ -26,6 +26,7 @@
#include <algorithm>
#include <cassert>
#include <memory>
+#include <stdexcept>
#include <string>
#include <unordered_map>
#include <unordered_set>
--- nfstrace-0.4.3.2+git20180104+6561cf6.orig/src/protocols/xdr/xdr_decoder.h
+++ nfstrace-0.4.3.2+git20180104+6561cf6/src/protocols/xdr/xdr_decoder.h
@@ -23,6 +23,7 @@
#define XDR_DECODER_H
//------------------------------------------------------------------------------
#include <utility>
+#include <stdexcept>
#include <rpc/rpc.h>
//------------------------------------------------------------------------------
#include "api/nfs3_types_rpcgen.h"
--- End Message ---
--- Begin Message ---
Source: nfstrace
Source-Version: 0.4.3.2+git20200805+b220d04-1
Done: Andrej Shadura <andre...@debian.org>
We believe that the bug you reported is fixed in the latest version of
nfstrace, 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 966...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated nfstrace 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 15 Aug 2020 16:04:38 +0200
Source: nfstrace
Architecture: source
Version: 0.4.3.2+git20200805+b220d04-1
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <andre...@debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 966600
Changes:
nfstrace (0.4.3.2+git20200805+b220d04-1) unstable; urgency=medium
.
* New upstream snapshot (Closes: #966600).
* Drop patches applied upstream.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Bump Standards-Version to 4.5.0.
* Fix Vcs-*.
Checksums-Sha1:
bbfe09ebe9aaa739672cba29f97dbea3a4da5819 2092
nfstrace_0.4.3.2+git20200805+b220d04-1.dsc
a451fa78c58d3cfdfea1d70c6caf1c811b344b4c 18332188
nfstrace_0.4.3.2+git20200805+b220d04.orig.tar.xz
549207f0f22b55e496843b6d64907310d8915df2 3284
nfstrace_0.4.3.2+git20200805+b220d04-1.debian.tar.xz
Checksums-Sha256:
3e4aab1045df69f7bc490bd813d0cb81509410cc1e15ac04ef262a18aa2d32c5 2092
nfstrace_0.4.3.2+git20200805+b220d04-1.dsc
045e92d91d85855bb8c70e3554cde8d9706a4f12d47d7bc626a39de8fc148093 18332188
nfstrace_0.4.3.2+git20200805+b220d04.orig.tar.xz
ac229d5d34beeefe5ca1e9e9a56444147bd12dc0092fc9f2f34a19f5083a40bb 3284
nfstrace_0.4.3.2+git20200805+b220d04-1.debian.tar.xz
Files:
5820e218a579e73f2794aaedca7a2ae6 2092 net optional
nfstrace_0.4.3.2+git20200805+b220d04-1.dsc
958235d5d822d9a1253f0e23f1cdc5c2 18332188 net optional
nfstrace_0.4.3.2+git20200805+b220d04.orig.tar.xz
59d8b8d8ad04877dff2b4e527929543d 3284 net optional
nfstrace_0.4.3.2+git20200805+b220d04-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl8366gACgkQXkCM2RzY
OdKVFgf/b5hVzdSRRoep9+/2h9AGsiHEigdHSUVmIYIMRB3dTsJMiMJ5G4kF6vtq
W07jq9rl762itoOQSC0Ubw5xogwj2I7kEpWdxt28ySZlkecRUSayEr/+7JhADeN/
+LavXFhNShpgVuAgqVtc+NGVka90rSU82qgoAuAUsPt3aaEyujyn0bHw3j3fNPNr
5lTmns5eCOJq69kb6vJ5zoxXWKKL4D+nVt6Jsb2UawjhzFPLADjGF686ng4Awzka
ZJhCqLmCvcKVVJCRPKhCDG36In0SZxOnq3+bEaX3k6zk4cKqW4z6ST32v53uEQXq
U/khym2SpOXqRWyMG0heA2rIZccFOg==
=sj9Z
-----END PGP SIGNATURE-----
--- End Message ---