Package: binutils-aarch64-linux-gnu Version: 2.35.2-2
No binutil tool makes use of `LC_MESSAGES` (.mo) files, although they have been correctly installed (via binutils-common) and all required glibc locales have been generated and environment variables set. For example, $ LANG=fr.UTF-8 gettext ld 'out of memory' plus de mémoire $ LANG=de.UTF-8 gettext ld 'out of memory' Zu wenig Speicher works as expected. This leads to the conclusion that something went wrong during the build. Did you configure `HAVE_LC_MESSAGES`? Interestingly enough, the same behavior can be observed with Flathub’s latest binutils 2.38 builds. Hence, this may also be an upstream issue. Actually, all binutils-*-linux-gnu since version 2.35.2 may be affected.

