Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895282 - net-analyzer/tcpflow-1.6.1-r1 - netviz/plot_view.h: error: uint64_t has not been declared
Summary: net-analyzer/tcpflow-1.6.1-r1 - netviz/plot_view.h: error: uint64_t has not b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-18 16:22 UTC by Toralf Förster
Modified: 2023-04-15 09:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,20.11 KB, text/plain)
2023-02-18 16:22 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,76.54 KB, application/x-bzip)
2023-02-18 16:22 UTC, Toralf Förster
Details
environment (environment,92.26 KB, text/plain)
2023-02-18 16:22 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,707 bytes, application/x-bzip)
2023-02-18 16:22 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,37.70 KB, application/x-bzip)
2023-02-18 16:22 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,14.69 KB, application/x-bzip)
2023-02-18 16:22 UTC, Toralf Förster
Details
net-analyzer:tcpflow-1.6.1-r1:20230218-160541.log (net-analyzer:tcpflow-1.6.1-r1:20230218-160541.log,82.72 KB, text/plain)
2023-02-18 16:22 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.30 KB, application/x-bzip)
2023-02-18 16:22 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-02-18 16:22:04 UTC
too long lines were shrinked:

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);
      |                                          ^~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20230214-230019

  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.67.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *

  HEAD of ::gentoo
commit f50bf3c8a948bc236548a351ec7e11d2baf5d86f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Feb 18 15:46:54 2023 +0000

    2023-02-18 15:46:54 UTC

emerge -qpvO net-analyzer/tcpflow
[ebuild  N    ] net-analyzer/tcpflow-1.6.1-r1  USE="cairo -test"
Comment 1 Toralf Förster gentoo-dev 2023-02-18 16:22:05 UTC
Created attachment 852666 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-18 16:22:06 UTC
Created attachment 852668 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-02-18 16:22:08 UTC
Created attachment 852670 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-18 16:22:09 UTC
Created attachment 852672 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-18 16:22:10 UTC
Created attachment 852674 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-18 16:22:11 UTC
Created attachment 852676 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-18 16:22:12 UTC
Created attachment 852678 [details]
net-analyzer:tcpflow-1.6.1-r1:20230218-160541.log
Comment 8 Toralf Förster gentoo-dev 2023-02-18 16:22:14 UTC
Created attachment 852680 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-04-15 09:32:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898a04f72679015c6f82e5fd230c780a2249a63e

commit 898a04f72679015c6f82e5fd230c780a2249a63e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-15 08:56:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-15 09:32:28 +0000

    net-analyzer/tcpflow: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/895282
    Signed-off-by: Sam James <sam@gentoo.org>

 .../tcpflow/files/tcpflow-1.6.1-gcc13.patch        | 22 ++++++++++++++++++++++
 net-analyzer/tcpflow/tcpflow-1.6.1-r1.ebuild       |  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)