Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2022 19:45:27 +1200
From:      Thomas Munro <tmunro@freebsd.org>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org,  dev-commits-src-main@freebsd.org
Subject:   Re: git: 0a36787e4c1f - main - locales: separate unicode from other locales
Message-ID:  <CA%2BhUKGLZSL42hqPRJAqdThnRNNdEyN0VHg-pA34k-P9jxEwvVg@mail.gmail.com>
In-Reply-To: <202107231506.16NF6v2h044248@gitrepo.freebsd.org>
References:  <202107231506.16NF6v2h044248@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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".



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BhUKGLZSL42hqPRJAqdThnRNNdEyN0VHg-pA34k-P9jxEwvVg>