On 10/08/20 21:26, Peter Maydell wrote: >> This is a real warning. I'll see if we can add a configure option to >> disable the translations bug it's fairly low priority. > Is there a package that we could install on these VM configs > that would provide gettext in a way that satisfies Meson?
Note that if you don't install it, you just get the previous behavior (plus a warning). But if you want that, it would be simply "gettext" I guess. You're using tests/vm/*bsd right? (BTW tests/vm/freebsd is also an interesting configuration because it tests --python=python3.7 so it fails if /usr/bin/env python3 is used by mistake instead of $PYTHON. I added a paragraph about that to the build system doc patch, because Meson has some magic to make that simple). Paolo