Hi, В Сизиф отправился glibc 2.37. https://sourceware.org/pipermail/libc-alpha/2022-August/141193.html https://sourceware.org/pipermail/libc-alpha/2023-February/145190.html Enjoy! Список пакетов, пересборка которых сломалась: distrobuilder obirvalger @everybody gcc10 glebfm ldv gcc8 glebfm @everybody gcc9 glebfm @everybody libvzctl andy @everybody lxd dans shaba @everybody ./../lxd/include/syscall_wrappers.h:30:19: error: static declaration of 'open_tree' follows non-static declaration /usr/include/linux/mount.h:95:6: error: multiple definition of 'enum fsconfig_command' * On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree, and mount_setattr have been added. They are part of the new Linux kernel mount APIs that allow applications to more flexibly configure and operate on filesystem mounts. The new mount APIs are specifically designed to work with namespaces. gamemode nenderus @everybody ../common/common-pidfds.c: In function ‘open_pidfds’: ../common/common-pidfds.c:70:26: error: implicit declaration of function ‘pidfd_open’; * On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions have been added. The pidfd functionality provides access to a process while avoiding the issue of PID reuse on tranditional Unix systems. jot george @qa libevent2 @core @qa xdm @core @qa @everybody /usr/include/stdlib.h:538:35: error: macro "arc4random" passed 1 arguments, but takes just 0 ld: ../.libs/libevent.so: undefined reference to `arc4random_addrandom' genauth.c:45:12: fatal error: bsd/stdlib.h: No such file or directory * The functions arc4random, arc4random_buf, and arc4random_uniform have been added. The functions wrap getrandom and/or /dev/urandom to return high- quality randomness from the kernel. -- glebfm