BUG #5178: make check fails because of locale en_AU.US-ASCII - Mailing list pgsql-bugs

From Boh Yap
Subject BUG #5178: make check fails because of locale en_AU.US-ASCII
Date
Msg-id 200911102045.nAAKj6x1097864@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5178: make check fails because of locale en_AU.US-ASCII  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5178
Logged by:          Boh Yap
Email address:      bhyz00@gmail.com
PostgreSQL version: 8.4.1
Operating system:   Mac OSX 10.5.8
Description:        make check fails because of locale  en_AU.US-ASCII
Details:

installing from src,
after doing ./configure and make,
make check
failed, when trying to initdb,  with this message in log:

  could not determine encoding for locale "en_AU.US-ASCII": codeset is
"US-ASCII"

but "en_AU.US-ASCII" is in /usr/share/locale

my LANG, LC_CTYPE, LC_COLLATE all contain the above locale value.

did not proceed with install as I suspect initdb will fail.

pgsql-bugs by date:

Previous
From: "Mauro Molinari"
Date:
Subject: BUG #5177: Concurrency problem in AbstractJdbc23PooledConnection
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #5178: make check fails because of locale en_AU.US-ASCII