New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/49037#issuecomment-1974915176 Comment: The message is coming from glibc: https://github.com/bminor/glibc/blob/d370155b9ab73d0c45bf968b7a9c823f4697a505/sysdeps/x86_64/dl-machine.h#L460 `_UPD_accessors` is a variable defined by libunwind that gets externed and the struct size was changed here: https://github.com/libunwind/libunwind/commit/d7e59261feb4f9425728ae08031bee3d5bf6e48a The only use of `_UPD_accessors` in strace is passing its pointer back in to libunwind so afaict it shouldn't cause any noticeable issues in this instance: https://github.com/strace/strace/blob/8c480270653da45370fe44871dfdf18647bb0951/src/unwind-libunwind.c#L24 That being said, it should still be rebuilt as this is an ABI break. Update the commit message to include the reason for the revbump and include the libunwind commit in the commit description.