Created attachment 903557 [details] Dev-util/ostree-2024.8 build.log This morning I wanted to do regular @world update. I did emerge-webrsync && emaint --auto sync && emerge -avUDN @world It pulls dev-utils/ostree-2024.8 package, but emerge fails with following message: In file included from /usr/include/fuse3/fuse.h:24, from src/rofiles-fuse/main.c:30: src/rofiles-fuse/main.c: In function 'can_write_stbuf': src/rofiles-fuse/main.c:245:23: error: invalid use of undefined type 'const struct statx' 245 | if (!(S_ISREG (stbuf->stx_mode) || S_ISLNK (stbuf->stx_mode))) | ^~ src/rofiles-fuse/main.c:245:52: error: invalid use of undefined type 'const struct statx' 245 | if (!(S_ISREG (stbuf->stx_mode) || S_ISLNK (stbuf->stx_mode))) | ^~ src/rofiles-fuse/main.c:253:12: error: invalid use of undefined type 'const struct statx' 253 | if (stbuf->stx_nlink <= 1) | ^~ Build.log is attached. emerge -pqv output: # emerge -pqv =dev-util/ostree-2024.8::gentoo * IMPORTANT: config file '/etc/portage/package.use/xorg-drivers' needs updating. [ebuild U ] dev-util/ostree-2024.8 [2024.3] USE="curl gpg http2 soup ssl -archive -doc -dracut -gnutls -grub -introspection -libmount (-selinux) -sodium (-systemd) -zeroconf (-httpd%)" * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS * sections of the emerge man page to learn how to update config files. * IMPORTANT: 27 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. Profile is openrc musl (non-LLVM).
Created attachment 903558 [details] emerge -pqv output