Re: [HACKERS] PostgreSQL10 beta2 with ICU - initdb fails on MacOS - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] PostgreSQL10 beta2 with ICU - initdb fails on MacOS
Date
Msg-id 12386.1499870601@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] PostgreSQL10 beta2 with ICU - initdb fails on MacOS  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
Responses Re: [HACKERS] PostgreSQL10 beta2 with ICU - initdb fails on MacOS
List pgsql-hackers
Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> writes:
> On MacOS, I configured PG10 beta2 sources with '--with-icu" option along
> with ICU_LIBS and ICU_CFLAGS env variables to define the location of the
> ICU libs that I built. Once the staging is ready, I executed initdb but it
> fails with the following error:
> [53618] FATAL:  could not open collator for locale "und":
> U_FILE_ACCESS_ERROR*
> *2017-07-12 11:18:21.187 BST [53618] STATEMENT:  SELECT
> pg_import_system_collations('pg_catalog');*

Ugh.  Please provide details about the hand-built ICU --- what version,
what configure options did you use for it, etc.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jan de Visser
Date:
Subject: Re: [HACKERS] building libpq.a static library
Next
From: Alexey Chernyshov
Date:
Subject: Re: Fwd: [HACKERS] Vacuum: allow usage of more than 1GB of work mem