Re: git: 0a36787e4c1f - main - locales: separate unicode from other locales

From: Thomas Munro <tmunro_at_freebsd.org>
Date: Mon, 04 Apr 2022 07:45:27 UTC
On Sat, Jul 24, 2021 at 3:07 AM Baptiste Daroussin <bapt@freebsd.org> wrote:
> commit 0a36787e4c1fa0cf77dcf83be0867178476e372b
> Author:     Baptiste Daroussin <bapt@FreeBSD.org>
> AuthorDate: 2021-07-22 17:02:49 +0000
> Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
> CommitDate: 2021-07-23 14:58:20 +0000
>
>     locales: separate unicode from other locales
...
> diff --git a/share/colldef/Makefile b/share/colldef/Makefile
> index e7c93d300c91..89454f84a5e4 100644
> --- a/share/colldef/Makefile
> +++ b/share/colldef/Makefile
...
> +LOCALES+=      et_EE.ISO8859-15
> +LOCALES+=      es_MX.ISO8859-1
> +LOCALES+=      af_ZA.ISO8859-1
> +LOCALSE+=      be_BY.ISO8859-5

Hi bapt,

That last line looks like a typo, which probably explains why
/usr/share/locale/be_BY.ISO8859-5/LC_COLLATE isn't getting installed,
and then PostgreSQL setup explodes with:

performing post-bootstrap initialization ... 2022-04-04 09:27:25.038
CEST [68863] FATAL:  could not load locale "be_BY.ISO8859-5"

... after obtaining the list of available locales from "locale -a".