Your message dated Thu, 25 Oct 2018 17:44:28 +0000
with message-id <e1gfjgk-0009eh...@fasolo.debian.org>
and subject line Bug#897819: fixed in nfstrace 0.4.3.2-1
has caused the Debian Bug report #897819,
regarding nfstrace: ftbfs with GCC-8
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.)
--
897819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:nfstrace
Version: 0.4.3.1-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/nfstrace_0.4.3.1-3_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html
[...]
In file included from /<<PKGBUILDDIR>>/src/api/ianalyzer.h:28,
from /<<PKGBUILDDIR>>/src/api/plugin_api.h:30,
from /<<PKGBUILDDIR>>/src/analysis/plugin.h:27,
from /<<PKGBUILDDIR>>/src/analysis/analyzers.h:28,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.h:25,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:22:
/<<PKGBUILDDIR>>/src/api/nfs3_types_rpcgen.h:270:8: note: 'struct
NST::API::NFS3::NULL3res' declared here
struct NULL3res
^~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.h:28,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:22:
/<<PKGBUILDDIR>>/src/protocols/nfs/nfs_procedure.h: In instantiation of
'NST::protocols::NFSProcedure<ArgType,
ResType>::NFSProcedure(NST::protocols::xdr::XDRDecoder&,
NST::protocols::xdr::XDRDecoder&, const NST::API::Session*) [with ArgType =
NST::API::NFS4::NULL4args; ResType = NST::API::NFS4::NULL4res]':
/<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:222:83: required from here
/<<PKGBUILDDIR>>/src/protocols/nfs/nfs_procedure.h:54:15: error: 'void*
memset(void*, int, size_t)' clearing an object of non-trivial type 'struct
NST::API::NFS4::NULL4args'; use assignment or value-initialization instead
[-Werror=class-memaccess]
memset(&arg, 0, sizeof(arg));
~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/api/ianalyzer.h:30,
from /<<PKGBUILDDIR>>/src/api/plugin_api.h:30,
from /<<PKGBUILDDIR>>/src/analysis/plugin.h:27,
from /<<PKGBUILDDIR>>/src/analysis/analyzers.h:28,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.h:25,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:22:
/<<PKGBUILDDIR>>/src/api/nfs4_types_rpcgen.h:560:8: note: 'struct
NST::API::NFS4::NULL4args' declared here
struct NULL4args
^~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.h:28,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:22:
/<<PKGBUILDDIR>>/src/protocols/nfs/nfs_procedure.h:55:15: error: 'void*
memset(void*, int, size_t)' clearing an object of non-trivial type 'struct
NST::API::NFS4::NULL4res'; use assignment or value-initialization instead
[-Werror=class-memaccess]
memset(&res, 0, sizeof(res));
~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/api/ianalyzer.h:30,
from /<<PKGBUILDDIR>>/src/api/plugin_api.h:30,
from /<<PKGBUILDDIR>>/src/analysis/plugin.h:27,
from /<<PKGBUILDDIR>>/src/analysis/analyzers.h:28,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.h:25,
from /<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:22:
/<<PKGBUILDDIR>>/src/api/nfs4_types_rpcgen.h:567:8: note: 'struct
NST::API::NFS4::NULL4res' declared here
struct NULL4res
^~~~~~~~
cc1plus: error: unrecognized command line option '-Wno-braced-scalar-init'
[-Werror]
cc1plus: all warnings being treated as errors
make[3]: *** [CMakeFiles/nfstrace.dir/build.make:105:
CMakeFiles/nfstrace.dir/src/analysis/nfs_parser.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:71: CMakeFiles/nfstrace.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:166: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: nfstrace
Source-Version: 0.4.3.2-1
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 897...@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: Thu, 25 Oct 2018 18:44:57 +0200
Source: nfstrace
Binary: nfstrace nfstrace-doc
Architecture: source
Version: 0.4.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Andrew Shadura <andre...@debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Description:
nfstrace - NFS tracing/monitoring/capturing/analyzing tool
nfstrace-doc - NFS tracing/monitoring/capturing/analyzing tool (documentation)
Closes: 896467 897819
Changes:
nfstrace (0.4.3.2-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field.
* d/control: Add Vcs-* field.
.
[ Norbert Preining ]
* Fix FTBFS with TeX Live 2018 (Closes: #896467).
.
[ Andrej Shadura ]
* New upstream release.
* Add -Wno-class-memaccess -Wno-ignored-qualifiers to fix FTBFS with GCC-8
(Closes: #897819).
Checksums-Sha1:
54fab1a38d88cec4436e47813dbde31a0322bb49 1923 nfstrace_0.4.3.2-1.dsc
314a9edcc638cebebc02403bbf0f44631acb38c5 18527081 nfstrace_0.4.3.2.orig.tar.gz
ce6bde392223d28207ed39272a64873200b6a95d 3680 nfstrace_0.4.3.2-1.debian.tar.xz
Checksums-Sha256:
03943f406645022f7c62677cb70b9ac5a72a3452d787729153954a5dec175214 1923
nfstrace_0.4.3.2-1.dsc
dc57d946454d5b847e640818c912208b84bb28c03b757ba97a37bf481dba46a0 18527081
nfstrace_0.4.3.2.orig.tar.gz
5f906e5322d42b43274d4f74fbda74c21ec2357535806ec5c0dc053365ffc091 3680
nfstrace_0.4.3.2-1.debian.tar.xz
Files:
6dd76b3b8188e27cea26dec551b4a0f9 1923 net optional nfstrace_0.4.3.2-1.dsc
7ef83bdf6be4b87b026cb235ddf821ad 18527081 net optional
nfstrace_0.4.3.2.orig.tar.gz
689e8403412d9a3bd21136c895511307 3680 net optional
nfstrace_0.4.3.2-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlvR87AACgkQXkCM2RzY
OdKzYwgAuBNfEaRhDqfLQvw2H4jmXp+EYInJmlDdGUUVpMiX//F1Ln/QkeiNNFdn
5AjlUdgk8Cnm+nVL35fcVwZKZssG3PfBcoTGwPZ+Y7CnzcHZO2TikSHac0CyAxcp
rAzY97VG8RH0lfKHPCl4My1T4zvh7F2Gv+pi3MFf4j2L8fZ5HCSMw2BOeWWgX67a
PeLeeM8o3+ZYAP1ehJEWuwWp67kxM0VdBZeKsTNIoeUpSmo1yMvs3DTLDZ30EwYT
PUm6W2Ev/9qIVWQZKUfbIsJ1qrgLBS+/q2alQ27COj1uIV5UErGK4xt5VhJAGDdt
IE8iS1GdEcPTVkgA3W9BS7H199maNQ==
=qfD/
-----END PGP SIGNATURE-----
--- End Message ---