Hello, I tested GNU Texinfo on Alpine Linux, which uses musl and not glibc in cfarm94.cfarm.net. Tests with translations of strings in output in C fail, most probably because musl libintl does not use LANGUAGE to set the locale. In that case, setting the configure --enable-xs-perl-libintl flag fixes the tests and the build. Should that situation be documented in the manual?
Note that in the CI Alpine Linux, no libintl is detected, such that perl-libintl is called from C in the default case and there is no need to call configure with --enable-xs-perl-libintl. -- Pat