Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895142 - net-misc/netevent-2.2.1 - src/socket.cpp: error: uint8_t was not declared in this scope
Summary: net-misc/netevent-2.2.1 - src/socket.cpp: error: uint8_t was not declared in ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-17 16:55 UTC by Toralf Förster
Modified: 2023-04-18 06:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.97 KB, text/plain)
2023-02-17 16:55 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,60.85 KB, application/x-bzip)
2023-02-17 16:55 UTC, Toralf Förster
Details
environment (environment,60.99 KB, text/plain)
2023-02-17 16:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,40.22 KB, application/x-bzip)
2023-02-17 16:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,217 bytes, application/x-bzip)
2023-02-17 16:55 UTC, Toralf Förster
Details
net-misc:netevent-2.2.1:20230217-164829.log (net-misc:netevent-2.2.1:20230217-164829.log,10.84 KB, text/plain)
2023-02-17 16:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.74 KB, application/x-bzip)
2023-02-17 16:55 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-17 16:55:02 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-g++ -Wall -Wno-unknown-pragmas -pipe -march=native -fno-diagnostics-color -O2 -std=c++14 -I. -c -o src/daemon.o src/daemon.cpp -MMD -MT src/daemon.o -MF src/daemon.d
x86_64-pc-linux-gnu-g++ -Wall -Wno-unknown-pragmas -pipe -march=native -fno-diagnostics-color -O2 -std=c++14 -I. -c -o src/writer.o src/writer.cpp -MMD -MT src/writer.o -MF src/writer.d
x86_64-pc-linux-gnu-g++ -Wall -Wno-unknown-pragmas -pipe -march=native -fno-diagnostics-color -O2 -std=c++14 -I. -c -o src/reader.o src/reader.cpp -MMD -MT src/reader.o -MF src/reader.d
x86_64-pc-linux-gnu-g++ -Wall -Wno-unknown-pragmas -pipe -march=native -fno-diagnostics-color -O2 -std=c++14 -I. -c -o src/socket.o src/socket.cpp -MMD -MT src/socket.o -MF src/socket.d
x86_64-pc-linux-gnu-g++ -Wall -Wno-unknown-pragmas -pipe -march=native -fno-diagnostics-color -O2 -std=c++14 -I. -c -o src/bitfield.o src/bitfield.cpp -MMD -MT src/bitfield.o -MF src/bitfield.d
src/socket.cpp: In member function void Socket::bindUnix(const std::string&):
src/socket.cpp:55:9: error: uint8_t was not declared in this scope
   55 |         uint8_t *data;
      |         ^~~~~~~

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

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

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Rust versions:
  [1]   rust-1.67.1 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.6_p10 [openjdk-17]
2)	Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11 
  [4]   openjdk-bin-17  system-vm

php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *

  HEAD of ::gentoo
commit 931f9faeb50a22b32990413dbf3ea89920d34fdb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 17 15:32:02 2023 +0000

    2023-02-17 15:32:02 UTC

emerge -qpvO net-misc/netevent
[ebuild  N    ] net-misc/netevent-2.2.1  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2023-02-17 16:55:02 UTC
Created attachment 852274 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-17 16:55:04 UTC
Created attachment 852276 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-02-17 16:55:05 UTC
Created attachment 852278 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-17 16:55:06 UTC
Created attachment 852280 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-17 16:55:07 UTC
Created attachment 852282 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-17 16:55:09 UTC
Created attachment 852284 [details]
net-misc:netevent-2.2.1:20230217-164829.log
Comment 7 Toralf Förster gentoo-dev 2023-02-17 16:55:10 UTC
Created attachment 852286 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2023-04-18 06:51:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fad460924d199a4487043199c25a12cfb7d721

commit 25fad460924d199a4487043199c25a12cfb7d721
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-18 06:41:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-18 06:50:48 +0000

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

 net-misc/netevent/files/netevent-2.2.1-gcc13.patch | 24 ++++++++++++++++++++++
 net-misc/netevent/netevent-2.2.1.ebuild            |  6 +++++-
 2 files changed, 29 insertions(+), 1 deletion(-)