* Package: net-misc/netevent-2.2.1:0 * Repository: gentoo * Maintainer: chewi@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking netevent-2.2.1.tar.gz to /var/tmp/portage/net-misc/netevent-2.2.1/work >>> Source unpacked in /var/tmp/portage/net-misc/netevent-2.2.1/work >>> Preparing source in /var/tmp/portage/net-misc/netevent-2.2.1/work/netevent-2.2.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-misc/netevent-2.2.1/work/netevent-2.2.1 ... Checking for rst2man...no, disabling documentation building Checking for UI_DEV_SETUP (kernel >= 4.4)...ok >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/netevent-2.2.1/work/netevent-2.2.1 ... make -j4 'CPPFLAGS=-Wall -Wno-unknown-pragmas' x86_64-pc-linux-gnu-g++ -Wall -Wno-unknown-pragmas -pipe -march=native -fno-diagnostics-color -O2 -std=c++14 -I. -c -o src/main.o src/main.cpp -MMD -MT src/main.o -MF src/main.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/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; | ^~~~~~~ src/socket.cpp:11:1: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’? 10 | #include +++ |+#include 11 | src/socket.cpp:55:18: error: ‘data’ was not declared in this scope 55 | uint8_t *data; | ^~~~ src/socket.cpp:58:41: error: ‘uint8_t’ does not name a type 58 | data = reinterpret_cast(&addr.sun_path[1]); | ^~~~~~~ src/socket.cpp:58:41: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’? src/socket.cpp:58:48: error: expected ‘>’ before ‘*’ token 58 | data = reinterpret_cast(&addr.sun_path[1]); | ^ src/socket.cpp:58:48: error: expected ‘(’ before ‘*’ token 58 | data = reinterpret_cast(&addr.sun_path[1]); | ^ | ( src/socket.cpp:58:49: error: expected primary-expression before ‘>’ token 58 | data = reinterpret_cast(&addr.sun_path[1]); | ^ src/socket.cpp:58:69: error: expected ‘)’ before ‘;’ token 58 | data = reinterpret_cast(&addr.sun_path[1]); | ^ | ) src/socket.cpp:60:41: error: ‘uint8_t’ does not name a type 60 | data = reinterpret_cast(&addr.sun_path[0]); | ^~~~~~~ src/socket.cpp:60:41: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’? src/socket.cpp:60:48: error: expected ‘>’ before ‘*’ token 60 | data = reinterpret_cast(&addr.sun_path[0]); | ^ src/socket.cpp:60:48: error: expected ‘(’ before ‘*’ token 60 | data = reinterpret_cast(&addr.sun_path[0]); | ^ | ( src/socket.cpp:60:49: error: expected primary-expression before ‘>’ token 60 | data = reinterpret_cast(&addr.sun_path[0]); | ^ src/socket.cpp:60:69: error: expected ‘)’ before ‘;’ token 60 | data = reinterpret_cast(&addr.sun_path[0]); | ^ | ) src/socket.cpp:65:43: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] 65 | auto beg = reinterpret_cast(&addr); | ^~~~~~~ src/socket.cpp:65:43: error: expected ‘>’ before ‘uint8_t’ src/socket.cpp:65:43: error: expected ‘(’ before ‘uint8_t’ 65 | auto beg = reinterpret_cast(&addr); | ^~~~~~~ | ( src/socket.cpp:65:51: error: expected primary-expression before ‘>’ token 65 | auto beg = reinterpret_cast(&addr); | ^ src/socket.cpp:65:59: error: expected ‘)’ before ‘;’ token 65 | auto beg = reinterpret_cast(&addr); | ^ | ) src/socket.cpp: In member function ‘void Socket::connectUnix(const std::string&)’: src/socket.cpp:104:9: error: ‘uint8_t’ was not declared in this scope 104 | uint8_t *data; | ^~~~~~~ src/socket.cpp:104:9: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’? src/socket.cpp:104:18: error: ‘data’ was not declared in this scope 104 | uint8_t *data; | ^~~~ src/socket.cpp:107:41: error: ‘uint8_t’ does not name a type 107 | data = reinterpret_cast(&addr.sun_path[1]); | ^~~~~~~ src/socket.cpp:107:41: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’? src/socket.cpp:107:48: error: expected ‘>’ before ‘*’ token 107 | data = reinterpret_cast(&addr.sun_path[1]); | ^ src/socket.cpp:107:48: error: expected ‘(’ before ‘*’ token 107 | data = reinterpret_cast(&addr.sun_path[1]); | ^ | ( src/socket.cpp:107:49: error: expected primary-expression before ‘>’ token 107 | data = reinterpret_cast(&addr.sun_path[1]); | ^ src/socket.cpp:107:69: error: expected ‘)’ before ‘;’ token 107 | data = reinterpret_cast(&addr.sun_path[1]); | ^ | ) src/socket.cpp:109:41: error: ‘uint8_t’ does not name a type 109 | data = reinterpret_cast(&addr.sun_path[0]); | ^~~~~~~ src/socket.cpp:109:41: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’? src/socket.cpp:109:48: error: expected ‘>’ before ‘*’ token 109 | data = reinterpret_cast(&addr.sun_path[0]); | ^ src/socket.cpp:109:48: error: expected ‘(’ before ‘*’ token 109 | data = reinterpret_cast(&addr.sun_path[0]); | ^ | ( src/socket.cpp:109:49: error: expected primary-expression before ‘>’ token 109 | data = reinterpret_cast(&addr.sun_path[0]); | ^ src/socket.cpp:109:69: error: expected ‘)’ before ‘;’ token 109 | data = reinterpret_cast(&addr.sun_path[0]); | ^ | ) src/socket.cpp:114:43: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] 114 | auto beg = reinterpret_cast(&addr); | ^~~~~~~ src/socket.cpp:114:43: error: expected ‘>’ before ‘uint8_t’ src/socket.cpp:114:43: error: expected ‘(’ before ‘uint8_t’ 114 | auto beg = reinterpret_cast(&addr); | ^~~~~~~ | ( src/socket.cpp:114:51: error: expected primary-expression before ‘>’ token 114 | auto beg = reinterpret_cast(&addr); | ^ src/socket.cpp:114:59: error: expected ‘)’ before ‘;’ token 114 | auto beg = reinterpret_cast(&addr); | ^ | ) make: *** [Makefile:59: src/socket.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: net-misc/netevent-2.2.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-misc/netevent-2.2.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/netevent-2.2.1::gentoo'`. * The complete build log is located at '/var/log/portage/net-misc:netevent-2.2.1:20230217-164829.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/netevent-2.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/netevent-2.2.1/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/netevent-2.2.1/work/netevent-2.2.1' * S: '/var/tmp/portage/net-misc/netevent-2.2.1/work/netevent-2.2.1'