* Package: net-analyzer/tcpflow-1.6.1-r1:0 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: abi_x86_64 amd64 cairo elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking be13_api-20170924.tar.gz to /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work >>> Unpacking dfxml-20170921.tar.gz to /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work >>> Unpacking tcpflow-1.6.1-tag.tar.gz to /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work >>> Source unpacked in /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work >>> Preparing source in /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1 ... * Applying tcpflow-1.5.0_alpha-libcapng.patch ... patching file src/tcpflow.cpp Hunk #1 succeeded at 30 with fuzz 1. [ ok ] * Applying tcpflow-1.5.2-gentoo.patch ... patching file configure.ac Hunk #1 succeeded at 30 with fuzz 2. Hunk #2 succeeded at 328 (offset -73 lines). patching file src/scan_http.cpp patching file src/Makefile.am [ ok ] * Applying tcpflow-1.6.1-wformat-security.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1' ... * Running 'aclocal -I m4 --system-acdir=/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: tcpflow-tcpflow-1.6.1/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1 ... * econf: updating tcpflow-tcpflow-1.6.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating tcpflow-tcpflow-1.6.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/tcpflow-1.6.1-r1 --htmldir=/usr/share/doc/tcpflow-1.6.1-r1/html --libdir=/usr/lib64 --enable-cairo=true configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether the compiler supports GNU C++... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed checking dependency style of x86_64-pc-linux-gnu-g++... none configure: Compiling under x86_64-pc-linux-gnu. configure: checking /usr/local/include configure: checking /opt/local/include configure: checking /sw/include configure: checking /usr/local/ssl/include configure: CPPFLAGS = configure: LDFLAGS = -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 checking whether x86_64-pc-linux-gnu-g++ supports C++17 features with -std=c++17... yes configure: checking /usr/local/include configure: checking /opt/local/include configure: checking /sw/include configure: checking /usr/local/ssl/include configure: checking /usr/boost/include/include configure: CPPFLAGS = configure: LDFLAGS = -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 Warnings to test: -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wwrite-strings -Wcast-align -Waggregate-return -Wbad-function-cast -Wcast-qual -Wundef -Wredundant-decls -Wdisabled-optimization -Wfloat-equal -Wmultichar -Wc++-compat -Wmissing-noreturn -Wall -Wstrict-prototypes checking whether gcc understands -MD... yes checking whether gcc understands -D_FORTIFY_SOURCE=2... yes checking whether gcc understands -Wpointer-arith... yes checking whether gcc understands -Wmissing-declarations... yes checking whether gcc understands -Wmissing-prototypes... yes checking whether gcc understands -Wshadow... yes checking whether gcc understands -Wwrite-strings... yes checking whether gcc understands -Wcast-align... yes checking whether gcc understands -Waggregate-return... yes checking whether gcc understands -Wbad-function-cast... yes checking whether gcc understands -Wcast-qual... yes checking whether gcc understands -Wundef... yes checking whether gcc understands -Wredundant-decls... yes checking whether gcc understands -Wdisabled-optimization... yes checking whether gcc understands -Wfloat-equal... yes checking whether gcc understands -Wmultichar... yes checking whether gcc understands -Wc++-compat... yes checking whether gcc understands -Wmissing-noreturn... yes checking whether gcc understands -Wall... yes checking whether gcc understands -Wstrict-prototypes... yes checking for uncompress in -lz... yes checking for zlib.h... yes checking for lightgrep/api.h... no checking for lg_create_pattern in -llightgrep... no checking for regex.h... yes checking for tre/tre.h... no checking for regcomp in -lregex... no checking for tre_regcomp in -ltre... no checking for regcomp... yes checking for tre_regcomp... no checking for tre_version... no checking for openssl/aes.h... yes checking for openssl/bio.h... yes checking for openssl/evp.h... yes checking for openssl/hmac.h... yes checking for openssl/md5.h... yes checking for openssl/pem.h... yes checking for openssl/rand.h... yes checking for openssl/rsa.h... yes checking for openssl/sha.h... yes checking for openssl/pem.h... (cached) yes checking for openssl/x509.h... yes checking for dlopen in -ldl... yes checking for EVP_get_digestbyname in -lcrypto... yes checking for MD5 in -lmd... yes checking for SSL_library_init in -lssl... no checking for OPENSSL_init_ssl in -lssl... yes checking for MD5_Init... yes checking for EVP_get_digestbyname... yes configure: Including be13_configure.m4 from be13_api checking for err.h... yes checking for pwd.h... yes checking for sys/cdefs.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/utsname.h... yes checking for unistd.h... (cached) yes checking for sqlite3.h... yes checking for gmtime_r... yes checking for ishexnumber... no checking for isxdigit... yes checking for localtime_r... yes checking for unistd.h... no checking for mmap... yes checking for err... yes checking for errx... yes checking for warn... yes checking for warnx... yes checking for pread64... yes checking for pread... yes checking for strptime... yes checking for _lseeki64... no checking for utimes... yes checking for sqlite3_libversion in -lsqlite3... yes checking for sqlite3_create_function_v2... yes configure: checking for unordered_map configure: CXXFLAGS: -pipe -march=native -fno-diagnostics-color -O2 -fpermissive checking for unordered_map... yes checking for unordered_set... yes configure: done configure: Including dfxml_configure.m4 from dfxml configure: Note: checks for afflib/afflib.h and libewf.h should be in the caller, so they can be disabled checking for err.h... (cached) yes checking for expat.h... yes checking for pwd.h... (cached) yes checking for sys/cdefs.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/utsname.h... (cached) yes checking for unistd.h... (cached) yes checking for winsock2.h... no checking for fork... yes checking for gmtime_r... (cached) yes checking for getuid... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for mkstemp... yes checking for vasprintf... yes checking for exiv2/image.hpp... yes checking for git... yes fatal: not a git repository (or any parent up to mount point /var/tmp) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). configure: git commit checking for openssl/aes.h... (cached) yes checking for openssl/bio.h... (cached) yes checking for openssl/evp.h... (cached) yes checking for openssl/hmac.h... (cached) yes checking for openssl/md5.h... (cached) yes checking for openssl/pem.h... (cached) yes checking for openssl/rand.h... (cached) yes checking for openssl/rsa.h... (cached) yes checking for openssl/sha.h... (cached) yes checking for openssl/pem.h... (cached) yes checking for openssl/x509.h... (cached) yes checking for EVP_get_digestbyname in -lcrypto... (cached) yes checking for SSL_library_init in -lssl... (cached) no checking for EVP_get_digestbyname... (cached) yes checking for EVP_MD_CTX_new... yes checking for EVP_MD_CTX_free... yes checking for boost/version.hpp... yes checking for boost/icl/interval.hpp... yes checking for boost/icl/interval_map.hpp... yes checking for boost/icl/interval_set.hpp... yes checking for XML_ParserCreate in -lexpat... yes checking for pixman_region_init in -lpixman-1... yes checking for BZ2_bzDecompress in -lbz2... yes checking for FT_Init_FreeType in -lfreetype... yes checking for FcBlanksCreate in -lfontconfig... yes checking for cairo/cairo.h... yes checking for cairo/cairo-pdf.h... yes checking for cairo.h... no checking for cairo-pdf.h... no checking for cairo_create in -lcairo... yes checking for pcap.h... yes checking for pcap/pcap.h... yes checking for pcap_lookupdev in -lpcap... yes checking for pcap_findalldevs... yes checking whether to use libcap-ng... yes, if available checking for capng_change_id in -lcap-ng... yes checking for cap-ng.h... yes checking for http_parser_init in -lhttp_parser... yes checking for http_parser.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for arpa/inet.h... yes checking for ctype.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking for linux/if_ether.h... yes checking for net/ethernet.h... yes checking for netinet/in.h... yes checking for netinet/in_systm.h... yes checking for netinet/tcp.h... yes checking for regex.h... (cached) yes checking for semaphore.h... yes checking for signal.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for syslog.h... yes checking for sys/cdefs.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/param.h... yes checking for sys/resource.h... (cached) yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking for sys/bitypes.h... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for getdtablesize... yes checking for net/if_var.h... no checking for net/if.h... yes checking for netinet/ip_var.h... no checking for netinet/ip.h... yes checking for netinet/ip_ether.h... no checking for netinet/tcpip.h... no checking for inet_ntop... yes checking for sigaction... yes checking for sigset... yes checking for strnstr... no checking for setuid... yes checking for setgid... yes checking for mmap... (cached) yes checking for futimes... yes checking for futimens... yes checking for socklen_t... yes checking for sa_family_t... yes checking for python2.7/Python.h... (cached) no checking for Py_Initialize in -lpython2.7... (cached) no configure: WARNING: *** Cannot find python library. *** Please install python-devel to enable scanner python. checking for python2.7/Python.h... (cached) no checking for Py_Initialize in -lpython2.7... (cached) no configure: WARNING: *** Cannot find python library. *** Please install python-devel to enable scanner python. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating doc/tcpflow.1 config.status: creating tcpflow.spec config.status: creating config.h config.status: executing depfiles commands configure: *** You have missing libraries. To install them: configure: *** Red Hat: sudo yum install python-devel python-devel configure: *** Fedora: sudo dnf install python-devel python-devel configure: *** Ubuntu: sudo apt-get install libpython2.7-dev libpython2.7-dev configure: *** MacOS: sudo port install python27 python27 >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1' Making all in src make[2]: Entering directory '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1/src' x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o scan_wifiviz.o scan_wifiviz.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o tcpdemux.o tcpdemux.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o scan_md5.o scan_md5.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/feature_recorder_sql.o be13_api/feature_recorder_sql.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/feature_recorder_sql.cpp:15: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from ../src/be13_api/sbuf.h:35, from be13_api/feature_recorder_sql.cpp:13: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/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:32, from ../src/be13_api/bulk_extractor_i.h:85, from scan_md5.cpp:9: ../src/be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from ../src/be13_api/sbuf.h:35, from ../src/be13_api/bulk_extractor_i.h:84: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/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 struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/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:32, from ../src/be13_api/bulk_extractor_i.h:85, from scan_wifiviz.cpp:11: ../src/be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from scan_wifiviz.cpp:8: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/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 struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/sbuf.o be13_api/sbuf.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from tcpdemux.cpp:14: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/net_map.o netviz/net_map.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/feature_recorder_set.o be13_api/feature_recorder_set.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/sbuf.cpp:6: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from be13_api/sbuf.h:35, from be13_api/bulk_extractor_i.h:84: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/net_map.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/feature_recorder_set.cpp:4: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from be13_api/sbuf.h:35, from be13_api/bulk_extractor_i.h:84: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/time_histogram.o netviz/time_histogram.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o wifipcap/wifipcap.o wifipcap/wifipcap.cpp In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/time_histogram.h:20, from netviz/time_histogram.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:65, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/vector:62, from netviz/time_histogram.cpp:12: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ wifipcap/wifipcap.cpp: In member function ‘void WifiPacket::handle_radiotap(const u_char*, size_t)’: wifipcap/wifipcap.cpp:1433:26: warning: taking address of packed member of ‘ieee80211_radiotap_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1433 | for (last_presentp = &hdr->it_present; | ^~~~~~~~~~~~~~~~ wifipcap/wifipcap.cpp:1469:31: warning: taking address of packed member of ‘ieee80211_radiotap_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1469 | for (bit0 = 0, presentp = &hdr->it_present; presentp <= last_presentp; | ^~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o datalink_wifi.o datalink_wifi.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o flow.o flow.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o datalink.o datalink.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o tcpip.o tcpip.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from datalink_wifi.cpp:7: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from datalink.cpp:20: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ datalink.cpp: In function ‘void dl_ethernet(u_char*, const pcap_pkthdr*, const u_char*)’: datalink.cpp:110:18: warning: taking address of packed member of ‘be13::ether_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] 110 | ether_type = ð_header->ether_type; /* where the ether type is located */ | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from flow.cpp:16: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o scan_tcpdemux.o scan_tcpdemux.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from tcpip.cpp:15: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/port_histogram.o netviz/port_histogram.cpp In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/port_histogram.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/port_histogram_view.o netviz/port_histogram_view.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from scan_tcpdemux.cpp:15: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/port_histogram_view.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o tcpflow.o tcpflow.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/address_histogram.o netviz/address_histogram.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o wifipcap/TimeVal.o wifipcap/TimeVal.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o scan_http.o scan_http.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from tcpflow.cpp:14: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/word_and_context_list.o be13_api/word_and_context_list.cpp In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/address_histogram.cpp:13: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from scan_http.cpp:10: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/plot_view.o netviz/plot_view.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o util.o util.cpp In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/plot_view.cpp:12: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from tcpflow.h:255, from util.cpp:11: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/plugin.o be13_api/plugin.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/feature_recorder.o be13_api/feature_recorder.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/plugin.cpp:21: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:65, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/algorithm:60, from be13_api/plugin.cpp:11: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/one_page_report.o netviz/one_page_report.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/feature_recorder.cpp:4: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from be13_api/sbuf.h:35, from be13_api/bulk_extractor_i.h:84: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o scan_netviz.o scan_netviz.cpp In file included from ../src/be13_api/utf8.h:32, from ../src/be13_api/bulk_extractor_i.h:85, from scan_netviz.cpp:12: ../src/be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from scan_netviz.cpp:9: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/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 struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/one_page_report.cpp:16: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from ./be13_api/utils.h:19, from netviz/one_page_report.cpp:13: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o mime_map.o mime_map.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/histogram.o be13_api/histogram.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/pcap_fake.o be13_api/pcap_fake.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/utils.o be13_api/utils.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/histogram.cpp:11: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from be13_api/sbuf.h:35, from be13_api/bulk_extractor_i.h:84: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/address_histogram_view.o netviz/address_histogram_view.cpp In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/address_histogram_view.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/legend_view.o netviz/legend_view.cpp In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/legend_view.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/sbuf_stream.o be13_api/sbuf_stream.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/packetfall.o netviz/packetfall.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/unicode_escape.o be13_api/unicode_escape.cpp In file included from be13_api/utf8.h:32, from be13_api/bulk_extractor_i.h:85, from be13_api/sbuf_stream.cpp:3: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from be13_api/sbuf.h:35, from be13_api/bulk_extractor_i.h:84: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/packetfall.cpp:14: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from ./tcpflow.h:75: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:32, from be13_api/unicode_escape.cpp:49: be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_funcs.h:66, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:47, from be13_api/unicode_escape.h:5, from be13_api/unicode_escape.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from be13_api/utf8.h:33: be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/beregex.o be13_api/beregex.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o netviz/time_histogram_view.o netviz/time_histogram_view.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o wifipcap/cpack.o wifipcap/cpack.cpp x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I../src/be13_api -I../src/wifipcap -DUTC_OFFSET=+0000 -g -pipe -march=native -fno-diagnostics-color -O3 -fpermissive -c -o be13_api/dfxml/src/dfxml_writer.o be13_api/dfxml/src/dfxml_writer.cpp In file included from netviz/time_histogram_view.h:18, from netviz/time_histogram_view.cpp:15: 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); | ^~~~~~~~ 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); | ^~~~~~~ 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 ./be13_api/utf8.h:32, from ./be13_api/bulk_extractor_i.h:85, from ./tcpflow.h:255, from netviz/time_histogram.h:20, from netviz/time_histogram_view.h:19: ./be13_api/utf8/checked.h:268:34: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 268 | class iterator : public std::iterator { | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:65, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/vector:62, from netviz/plot_view.h:26: /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from ./be13_api/utf8.h:33: ./be13_api/utf8/unchecked.h:179:40: warning: ‘template struct std::iterator’ is deprecated [-Wdeprecated-declarations] 179 | class iterator : public std::iterator { | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ make[2]: *** [Makefile:748: netviz/time_histogram_view.o] Error 1 shuffle=3709462784 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1/src' make[1]: *** [Makefile:386: all-recursive] Error 1 shuffle=3709462784 make[1]: Leaving directory '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1' make: *** [Makefile:325: all] Error 2 shuffle=3709462784 * ERROR: net-analyzer/tcpflow-1.6.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/tcpflow-1.6.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/tcpflow-1.6.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/net-analyzer:tcpflow-1.6.1-r1:20230218-160541.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1' * S: '/var/tmp/portage/net-analyzer/tcpflow-1.6.1-r1/work/tcpflow-tcpflow-1.6.1'