* Package: sys-block/cec-14 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking cec-14.tgz to /var/tmp/portage/sys-block/cec-14/work >>> Source unpacked in /var/tmp/portage/sys-block/cec-14/work >>> Preparing source in /var/tmp/portage/sys-block/cec-14/work/cec-14 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-block/cec-14/work/cec-14 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-block/cec-14/work/cec-14 ... make -j1 CC=x86_64-gentoo-linux-musl-gcc 'CFLAGS=-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' + x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -c cec.c In file included from cec.c:11: /usr/include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from cec.c:14: cec.h:25:28: error: unknown type name ‘uint’; did you mean ‘int’? 25 | char *htoa(char *, char *, uint); | ^~~~ | int cec.c: In function ‘showtable’: cec.c:307:3: warning: implicit declaration of function ‘htoa’ [-Wimplicit-function-declaration] 307 | htoa(aea, sh->ea, 6); | ^~~~ cec.c: In function ‘doloop’: cec.c:512:2: error: unknown type name ‘fd_set’ 512 | fd_set rfds; | ^~~~~~ cec.c:518:23: error: storage size of ‘timout’ isn’t known 518 | struct timeval *tvp, timout; | ^~~~~~ cec.c:524:3: warning: implicit declaration of function ‘FD_ZERO’ [-Wimplicit-function-declaration] 524 | FD_ZERO(&rfds); | ^~~~~~~ cec.c:525:3: warning: implicit declaration of function ‘FD_SET’; did you mean ‘L_SET’? [-Wimplicit-function-declaration] 525 | FD_SET(fd, &rfds); | ^~~~~~ | L_SET cec.c:530:7: error: dereferencing pointer to incomplete type ‘struct timeval’ 530 | tvp->tv_sec = 1; | ^~ cec.c:534:7: warning: implicit declaration of function ‘select’ [-Wimplicit-function-declaration] 534 | n = select(fd+1, &rfds, nil, nil, tvp); | ^~~~~~ cec.c:547:7: warning: implicit declaration of function ‘FD_ISSET’ [-Wimplicit-function-declaration] 547 | if (FD_ISSET(0, &rfds)) { | ^~~~~~~~ make: *** [makefile:30: cec.o] Error 1 * ERROR: sys-block/cec-14::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-block/cec-14::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-block/cec-14::gentoo'`. * The complete build log is located at '/var/log/portage/sys-block:cec-14:20200317-225215.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-block/cec-14/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-block/cec-14/temp/environment'. * Working directory: '/var/tmp/portage/sys-block/cec-14/work/cec-14' * S: '/var/tmp/portage/sys-block/cec-14/work/cec-14'