maintainer-feedback requested: [Bug 276608] graphics/mesa-libs compilation fails in kcmp
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 (Nobody) <[email protected]> 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. <...>