Your message dated Sat, 05 Aug 2023 18:34:48 +0000
with message-id <e1qsm6y-005coa...@fasolo.debian.org>
and subject line Bug#1037869: fixed in tcpflow 1.6.1-3
has caused the Debian Bug report #1037869,
regarding tcpflow: ftbfs with GCC-13
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.)


-- 
1037869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcpflow
Version: 1.6.1-2
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/tcpflow_1.6.1-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

[...]
../../../src/be13_api/dfxml/src/dfxml_writer.cpp:690:92: warning: macro 
"__TIME__" might prevent reproducible builds [-Wdate-time]
  690 |         
snprintf(buf,sizeof(buf),"%4d-%02d-%02dT%s",tm.tm_year+1900,tm.tm_mon+1,tm.tm_mday,__TIME__);
      |                                                                         
                   ^~~~~~~~
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../../src -I..  -I../../../src/be13_api 
-I../../../src/wifipcap -I/usr/local/include -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/local/include -DUTC_OFFSET=+0000  -g -g -O3 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow 
-Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization 
-Wfloat-equal -Wmultichar -Wmissing-noreturn -Woverloaded-virtual -Wsign-promo 
-funit-at-a-time -Weffc++ -Wno-address-of-packed-member -c -o 
netviz/plot_view.o ../../../src/netviz/plot_view.cpp
In file included from ../../../src/be13_api/utf8.h:32,
                 from ../../../src/be13_api/bulk_extractor_i.h:85,
                 from ../../../src/tcpflow.h:255,
                 from ../../../src/netviz/plot_view.cpp:12:
../../../src/be13_api/utf8/checked.h:268:34: warning: ‘template<class 
_Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct 
std::iterator’ is deprecated [-Wdeprecated-declarations]
  268 |     class iterator : public std::iterator 
<std::bidirectional_iterator_tag, uint32_t> {
      |                                  ^~~~~~~~
In file included from /usr/include/c++/13/bits/stl_iterator_base_funcs.h:66,
                 from /usr/include/c++/13/string:47,
                 from /usr/include/c++/13/bits/locale_classes.h:40,
                 from /usr/include/c++/13/bits/ios_base.h:41,
                 from /usr/include/c++/13/ios:44,
                 from /usr/include/c++/13/ostream:40,
                 from /usr/include/c++/13/iostream:41,
                 from ../../../src/tcpflow.h:75:
/usr/include/c++/13/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
In file included from ../../../src/be13_api/utf8.h:33:
../../../src/be13_api/utf8/unchecked.h:179:40: warning: ‘template<class 
_Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct 
std::iterator’ is deprecated [-Wdeprecated-declarations]
  179 |           class iterator : public std::iterator 
<std::bidirectional_iterator_tag, uint32_t> {
      |                                        ^~~~~~~~
/usr/include/c++/13/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../../src -I..  -I../../../src/be13_api 
-I../../../src/wifipcap -I/usr/local/include -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/local/include -DUTC_OFFSET=+0000  -g -g -O3 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow 
-Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization 
-Wfloat-equal -Wmultichar -Wmissing-noreturn -Woverloaded-virtual -Wsign-promo 
-funit-at-a-time -Weffc++ -Wno-address-of-packed-member -c -o 
netviz/time_histogram_view.o ../../../src/netviz/time_histogram_view.cpp
In file included from ../../../src/netviz/time_histogram_view.h:18,
                 from ../../../src/netviz/time_histogram_view.cpp:15:
../../../src/netviz/plot_view.h:134:42: error: ‘uint64_t’ has not been declared
  134 |     static std::string pretty_byte_total(uint64_t byte_count, uint8_t 
precision);
      |                                          ^~~~~~~~
../../../src/netviz/plot_view.h:134:63: error: ‘uint8_t’ has not been declared
  134 |     static std::string pretty_byte_total(uint64_t byte_count, uint8_t 
precision);
      |                                                               ^~~~~~~
../../../src/netviz/plot_view.h:135:42: error: ‘uint64_t’ has not been declared
  135 |     static std::string pretty_byte_total(uint64_t byte_count);
      |                                          ^~~~~~~~
In file included from ../../../src/be13_api/utf8.h:32,
                 from ../../../src/be13_api/bulk_extractor_i.h:85,
                 from ../../../src/tcpflow.h:255,
                 from ../../../src/netviz/time_histogram.h:20,
                 from ../../../src/netviz/time_histogram_view.h:19:
../../../src/be13_api/utf8/checked.h:268:34: warning: ‘template<class 
_Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct 
std::iterator’ is deprecated [-Wdeprecated-declarations]
  268 |     class iterator : public std::iterator 
<std::bidirectional_iterator_tag, uint32_t> {
      |                                  ^~~~~~~~
In file included from /usr/include/c++/13/bits/stl_algobase.h:65,
                 from /usr/include/c++/13/vector:62,
                 from ../../../src/netviz/plot_view.h:26:
/usr/include/c++/13/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
In file included from ../../../src/be13_api/utf8.h:33:
../../../src/be13_api/utf8/unchecked.h:179:40: warning: ‘template<class 
_Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct 
std::iterator’ is deprecated [-Wdeprecated-declarations]
  179 |           class iterator : public std::iterator 
<std::bidirectional_iterator_tag, uint32_t> {
      |                                        ^~~~~~~~
/usr/include/c++/13/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
make[3]: *** [Makefile:750: netviz/time_histogram_view.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/src'
make[2]: *** [Makefile:386: install-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[1]: *** [debian/rules:28: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: tcpflow
Source-Version: 1.6.1-3
Done: Dima Kogan <dko...@debian.org>

We believe that the bug you reported is fixed in the latest version of
tcpflow, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dima Kogan <dko...@debian.org> (supplier of updated tcpflow 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: SHA512

Format: 1.8
Date: Sat, 05 Aug 2023 10:47:41 -0700
Source: tcpflow
Architecture: source
Version: 1.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Dima Kogan <dko...@debian.org>
Changed-By: Dima Kogan <dko...@debian.org>
Closes: 1037869
Changes:
 tcpflow (1.6.1-3) unstable; urgency=medium
 .
   * Fix build with gcc-13 (Closes: #1037869)
Checksums-Sha1:
 91c8066a995f22bc3349ce5541ee57e448c6000c 1972 tcpflow_1.6.1-3.dsc
 af016c9d33ce2e3fdfdc4edc8768eae6fa82b4f1 9988 tcpflow_1.6.1-3.debian.tar.xz
 f2180cd3622b217f6db58092738933ce7d741ef5 10385 tcpflow_1.6.1-3_amd64.buildinfo
Checksums-Sha256:
 9c0b73049366665d1016be22196e4a07e6f9403ca99e131fb2fb3001e2974a8a 1972 
tcpflow_1.6.1-3.dsc
 94105bd95b3fb972e43ace277b91275b0074863f84af4680b10eda7f0e71596d 9988 
tcpflow_1.6.1-3.debian.tar.xz
 3eb0c1f6451a4cee8dfd39dbe361cf9bb29262d4805d7c5cfa7e222acbb1f15a 10385 
tcpflow_1.6.1-3_amd64.buildinfo
Files:
 448302855c83b249fdb762c53c4e6593 1972 net optional tcpflow_1.6.1-3.dsc
 2c9269dd6f430c0b315ff9b576a5f5a9 9988 net optional 
tcpflow_1.6.1-3.debian.tar.xz
 3721ebc6c4de074e9d987951b09bf27f 10385 net optional 
tcpflow_1.6.1-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEteL6GQ/fmv4hiInPrMfCzzCUEYgFAmTOjWUACgkQrMfCzzCU
EYjaNQ/7BLOfUIPKgZV8ElcX0SpmP1UC0RNIQ1b8AQKgheLrfY4vGBO92rKq1IRI
bGgpymf90yXE/i7mzjqBIlXrxCZo9SQ4STVPxqnkwDwtexHuhsqIl6PZigmIY+gt
PzKlv+2ZApSVndZM8VFxf8uEP75I2k82qUyItw7PtI66QFno02FBg2cvz5gGN4xv
2yK1LQe9HduCIVuL4NWW4AO9TZ+tCG6x43ZJizaxJhFdsKAMynsFPiL4vMk5EC1k
4J4o+fXBwxOGC3bVqJ1kzAiHuXmKsfaTViFqeZnGIMipIjlaXgfav9JWXv3JRGvx
/jW0DWfcrlucmRB1vTi4dhWPAsDphLrcFKCbr1+0/PN3YLo9RgBPH9lI/n9YKwny
poP3QRoSTwgKP+JGzlcSXyoKUhcq5Scstqo3xrUhwdDKGVmD3az67IBElbuptsXY
sp+AWYH1ETYxbqU6VPgxaR+zW5jIbcfKNunKTcDx0UFyNIjP2WvlHIh5WIgr2391
6w7r7IBj8PVYX73daMG34+uZ41DQjHwvb/ZcH6LOYk+22NRlBGhdw+v+rOTJGI08
GHxYP9fk1+J1xjAK8QM+2DI+M2DHwmSAJIew50QvrwUk+malFWygNrKgWhP0Pv8t
rukErBLqDCtoKbK5pkRGm28gV8+ISsDjkVycoU94cr9gDB/rDg0=
=4vBY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to