Since 2fe3bdbd691a, initdb has been failing on malleefowl:
performing post-bootstrap initialization ... sh: locale: not found
2022-11-15 23:48:44.288 EST [10436] FATAL: could not execute command
"locale -a": command not found
2022-11-15 23:48:44.288 EST [10436] STATEMENT: SELECT
pg_import_system_collations('pg_catalog');
That's precisely the kind of thing this patch was supposed to catch, but
obviously it's not good that initdb is now failing.
First of all, is this a standard installation of this OS, or is perhaps
something incomplete, broken, or unusual about the current OS installation?