On Mon, 10 Aug 2020 at 20:36, Paolo Bonzini <pbonz...@redhat.com> wrote: > 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?
Yes. Unless there's a strong reason for testing the no-gettext configuration via the BSD VMs it seems like we might as well just install the dependency. Silencing the warning would be nice as well if the lack of it isn't actually problematic. thanks -- PMM