Re: qemu linux-user limitations

Bruno Haible via Bug reports for the GNU m4 macro processor <[email protected]> Mon, 19 May 2025 09:37:44 +0200
Newsgroups gmane.comp.gnu.m4.bugs,gmane.comp.lib.gnulib.bugs
Organization GNU
Message-ID <2499580.rnzLaay6km@nimes>
Andreas Schwab wrote:
> > - glibc iconv modules are not installed (on Debian/Ubuntu).
> 
> How does this have anything to do with qemu?

It's not a bug in qemu itself. But it manifests itself as a bug,
for all the qemu user-mode users who take their cross environment
from the Debian/Ubuntu distro (rather than cross-compiling gcc,
glibc, and other packages by themselves). The bug is that iconv_open()
will not recognize most encoding names, from ISO-8859-15 and CP1252
over EUC-KR to BIG5.

Bruno