https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285199
iron.ud...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iron.ud...@gmail.com --- Comment #1 from iron.ud...@gmail.com --- I've the same problem on 14.2-STABLE with poudriere. Host OSVERSION: 1402503 Jail OSVERSION: 1402501 Options : ALSA : off CODECS : on CUPS : off DEBUG : off DRIVER : off HEIMDAL : off HEIMDAL_BASE : off KERBEROS : off LTO : on MIT : off PIPEWIRE : on PULSEAUDIO : on SNDIO : off TEST : off WIDEVINE : off ../../ui/ozone/platform/wayland/common/wayland_util.cc:428:5: error: unknown type name 'ucred' 428 | ucred credentials{.pid = 0}; | ^ ../../ui/ozone/platform/wayland/common/wayland_util.cc:429:29: error: use of undeclared identifier 'ucred' 429 | socklen_t size = sizeof(ucred); | ^ ../../ui/ozone/platform/wayland/common/wayland_util.cc:430:36: error: use of undeclared identifier 'SO_PEERCRED' 430 | if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &credentials, &size) == -1) { | ^ 3 errors generated. -- You are receiving this mail because: You are the assignee for the bug.