maintainer-feedback requested: [Bug 276608] graphics/mesa-libs compilation fails in kcmp
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276608] graphics/mesa-libs compilation fails in kcmp"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 13:42:10 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 276608: graphics/mesa-libs compilation fails in kcmp https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276608 --- Description --- FreeBSD 14.0-STABLE #0 stable/14-c738eac52 amd64 <...> libmesa_util.a.p/os_file.c.o -c ../src/util/os_file.c ../src/util/os_file.c:216:19: error: use of undeclared identifier 'SYS_kcmp' 216 | return syscall(SYS_kcmp, pid, pid, KCMP_FILE, fd1, fd2); | ^ ../src/util/os_file.c:216:39: error: use of undeclared identifier 'KCMP_FILE' 216 | return syscall(SYS_kcmp, pid, pid, KCMP_FILE, fd1, fd2); | ^ 2 errors generated. <...>