[-Wdeprecated-non-prototype] process_id(idp, idpl, cmd, uid, pid, ppid, pgid, tid, tcmd) ^ clang -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include/tirpc -DHASIPv6 -DLINUXV=519000 -DGLIBCV=235 -DHASIPv6 -DHASUXSOCKEPT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="5.19.0" -I/var/tmp/portage/sys-process/lsof-4.96.3/temp -I/usr/include/tirpc -DHASIPv6 -c -o rdev.o rdev.c dproc.c:1374:8: error: call to undeclared function 'enter_evtfdinfo'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_hardened-j4-20220917-070004 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.2.0 * clang/llvm (if any): clang version 15.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin /usr/lib/llvm/15 15.0.0 Python 3.10.7 Available Ruby profiles: (none found) php cli (if any): GNU Make 4.3 HEAD of ::gentoo commit f38006d84550ea73795e41f9b7abbc5418aa128e Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Sep 17 09:46:47 2022 +0000 2022-09-17 09:46:46 UTC emerge -qpvO sys-process/lsof [ebuild N ] sys-process/lsof-4.96.3 USE="ipv6 rpc -examples (-selinux)"
Created attachment 807046 [details] emerge-info.txt
Created attachment 807049 [details] clang.tar.bz2
Created attachment 807052 [details] emerge-history.txt
Created attachment 807055 [details] environment
Created attachment 807058 [details] etc.portage.tar.bz2
Created attachment 807061 [details] logs.tar.bz2
Created attachment 807064 [details] sys-process:lsof-4.96.3:20220917-111401.log
Created attachment 807067 [details] temp.tar.bz2
Can't reproduce this with sys-process/lsof-4.99.3[rpc] and gcc 14.
(In reply to Kostadin Shishmanov from comment #9) > Can't reproduce this with sys-process/lsof-4.99.3[rpc] and gcc 14. I can confirm it. The bug is fixed upstream, see commit https://github.com/lsof-org/lsof/commit/ff60633efad38c74f6cedfc230a33f9f2617eefc $ git describe --contains ff60633efad38c74f6cedfc230a33f9f2617eefc 4.98.0~22
Thank you both!