Your message dated Sun, 03 Sep 2017 15:26:02 +0000
with message-id <[email protected]>
and subject line Bug#853571: fixed in nfstrace 0.4.3.1-3
has caused the Debian Bug report #853571,
regarding nfstrace: ftbfs with GCC-7
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.)


-- 
853571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853571
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nfstrace
Version: 0.4.3.1-1
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/nfstrace_0.4.3.1-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/nfstrace.dir/build.make CMakeFiles/nfstrace.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/nfstrace.dir/DependInfo.cmake 
--color=
Scanning dependencies of target nfstrace
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/nfstrace.dir/build.make CMakeFiles/nfstrace.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  1%] Building CXX object 
CMakeFiles/nfstrace.dir/src/analysis/analysis_manager.cpp.o
/usr/bin/c++    -I/<<PKGBUILDDIR>>/src  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -pedantic 
-Wall -Werror -Wextra -Wno-invalid-offsetof -Wno-braced-scalar-init -fPIC 
-fvisibility=hidden   -o 
CMakeFiles/nfstrace.dir/src/analysis/analysis_manager.cpp.o -c 
/<<PKGBUILDDIR>>/src/analysis/analysis_manager.cpp
[  2%] Building CXX object CMakeFiles/nfstrace.dir/src/analysis/analyzers.cpp.o
/usr/bin/c++    -I/<<PKGBUILDDIR>>/src  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -pedantic 
-Wall -Werror -Wextra -Wno-invalid-offsetof -Wno-braced-scalar-init -fPIC 
-fvisibility=hidden   -o CMakeFiles/nfstrace.dir/src/analysis/analyzers.cpp.o 
-c /<<PKGBUILDDIR>>/src/analysis/analyzers.cpp
[  4%] Building CXX object 
CMakeFiles/nfstrace.dir/src/analysis/cifs_parser.cpp.o
/usr/bin/c++    -I/<<PKGBUILDDIR>>/src  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -pedantic 
-Wall -Werror -Wextra -Wno-invalid-offsetof -Wno-braced-scalar-init -fPIC 
-fvisibility=hidden   -o CMakeFiles/nfstrace.dir/src/analysis/cifs_parser.cpp.o 
-c /<<PKGBUILDDIR>>/src/analysis/cifs_parser.cpp
[  5%] Building CXX object CMakeFiles/nfstrace.dir/src/analysis/nfs_parser.cpp.o
/usr/bin/c++    -I/<<PKGBUILDDIR>>/src  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -pedantic 
-Wall -Werror -Wextra -Wno-invalid-offsetof -Wno-braced-scalar-init -fPIC 
-fvisibility=hidden   -o CMakeFiles/nfstrace.dir/src/analysis/nfs_parser.cpp.o 
-c /<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp
/<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp: In function 'void 
NST::analysis::nfs4_ops_switch(NST::analysis::Analyzers&, const RPCProcedure*, 
const nfs_argop4*, const nfs_resop4*)':
/<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:930:16: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
         analyze(analyzers, rpc_procedure, arg, res,
         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 &INFSv41::get_dir_delegation41,
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 &arg_t::opget_dir_delegation,
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 &res_t::opget_dir_delegation);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/analysis/nfs_parser.cpp:934:5: note: here
     case ProcEnumNFS41::GETDEVICEINFO:
     ^~~~
At global scope:
cc1plus: error: unrecognized command line option '-Wno-braced-scalar-init' 
[-Werror]
cc1plus: all warnings being treated as errors
CMakeFiles/nfstrace.dir/build.make:137: recipe for target 
'CMakeFiles/nfstrace.dir/src/analysis/nfs_parser.cpp.o' failed
make[3]: *** [CMakeFiles/nfstrace.dir/src/analysis/nfs_parser.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:70: recipe for target 'CMakeFiles/nfstrace.dir/all' failed
make[2]: *** [CMakeFiles/nfstrace.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:163: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: nfstrace
Source-Version: 0.4.3.1-3

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Shadura <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 03 Sep 2017 17:03:25 +0200
Source: nfstrace
Binary: nfstrace nfstrace-doc
Architecture: source
Version: 0.4.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Andrew Shadura <[email protected]>
Changed-By: Andrew Shadura <[email protected]>
Description:
 nfstrace   - NFS tracing/monitoring/capturing/analyzing tool
 nfstrace-doc - NFS tracing/monitoring/capturing/analyzing tool (documentation)
Closes: 853571
Changes:
 nfstrace (0.4.3.1-3) unstable; urgency=medium
 .
   * Add an upstream patch to fix build on GCC 7 (Closes: #853571).
Checksums-Sha1:
 bf7b44d21ad1b9170dd8157658b8bbc9cf4df07c 1782 nfstrace_0.4.3.1-3.dsc
 f8d9027894ca3d8a048c83922118a56ef8299970 4344 nfstrace_0.4.3.1-3.debian.tar.xz
Checksums-Sha256:
 93c0edca3fd0e6fc61c35e8650e64ba7d9b175783e2f112f911aa41f09b49907 1782 
nfstrace_0.4.3.1-3.dsc
 af3595ea98faddf2069de4aeb1d1d8819851bc8879f28225184df3564892817f 4344 
nfstrace_0.4.3.1-3.debian.tar.xz
Files:
 d592aa8769a451f9d6878af086f6abc7 1782 net optional nfstrace_0.4.3.1-3.dsc
 534330f96d6faee590b13e512c776291 4344 net optional 
nfstrace_0.4.3.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEcBAEBCAAGBQJZrBoHAAoJEJ1bI/kYT6UUfpEH/ROjcdnAPZGQzDn6kWegB3wk
BS1VRf1w3OHw6iCZll9Tz++hJCp3C8CuyqXZDoWmGzi/R7YWh3Ld+svlgEGGXmfc
oqX2ZgjoSY1huHi2PIWg/IeZgS+ZQJ1WJiC67mtQwV1GOQF8NcDjgMzi8Dpv81g6
NV6Wzk6Or8ukd7+z7FsZ/v9dUItx+oSVm/SUu5/hIsKMSNzSOOkX21Lbvtm02URq
/8UKeINUyt2qD4Ewvk2/wBMamYwN1UKHhCmK0GpjYFuHETZ3kYzLaJOordLxGTiY
Sh6mMX9HcMsDKKa26bR66EqHH3CcQmNUYQt4uvQkUKeVhbG1U2rUStMl2HrvR1k=
=yQFi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to