BUG #5178: make check fails because of locale en_AU.US-ASCII

From: "Boh Yap" <bhyz00(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5178: make check fails because of locale en_AU.US-ASCII
Date: 2009-11-10 20:45:06
Message-ID: 200911102045.nAAKj6x1097864@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5178
Logged by: Boh Yap
Email address: bhyz00(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-10 22:08:16 Re: BUG #5178: make check fails because of locale en_AU.US-ASCII
Previous Message Mauro Molinari 2009-11-10 17:41:46 BUG #5177: Concurrency problem in AbstractJdbc23PooledConnection