Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> The second is OS X's bug: it ought to take en_US as a legal setting for >> LC_TIME, but seems not to. It is depressing that Apple evidently didn't >> fix that in 10.2. > If it's only LC_TIME we can remove that since we don't use

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Peter Eisentraut
Tom Lane writes: > The second is OS X's bug: it ought to take en_US as a legal setting for > LC_TIME, but seems not to. It is depressing that Apple evidently didn't > fix that in 10.2. If it's only LC_TIME we can remove that since we don't use it anyway. -- Peter Eisentraut [EMAIL PROTECTED

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Bruce Momjian
Tom Lane wrote: > Michael Fortin <[EMAIL PROTECTED]> writes: > > This are the only log entries produced at startup: > > Failed to initialize lc_time to '' > > FATAL: invalid value for option 'LC_TIME': 'en_US' > > The first of these is a mistake (Peter thought he'd fixed it a month > ago, but hi

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Tom Lane
Michael Fortin <[EMAIL PROTECTED]> writes: > This are the only log entries produced at startup: > Failed to initialize lc_time to '' > FATAL: invalid value for option 'LC_TIME': 'en_US' The first of these is a mistake (Peter thought he'd fixed it a month ago, but his fix was incomplete; I believ

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Michael Fortin
Yes, it's 10.2. My environment is pretty much out of the box. I did a clean install about a week ago and I really haven't had much time to customize it. [mikef-ti:~] mikef% env HOME=/Users/mikef SHELL=/bin/tcsh USER=mikef LANG=en_US PATH=/bin:/sbin:/usr/bin:/usr/sbin __CF_USER_TEXT_ENCODING=0x

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Michael Fortin
Bruce, Thanks for the reply. It installed fine but when I ran initdb this was the output: [mikef-ti:/usr/local/pgsql] postgres% bin/initdb The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be i

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-09 Thread Bruce Momjian
Oh, that's a strange error. I thought our beta1 worked on OSX 10.2. You are on 10.2, right? Do have have any environment variables starting with LC_*? --- Michael Fortin wrote: > Bruce, > Thanks for the reply. It install

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-09 Thread Bruce Momjian
Get 7.3beta1 for OSX 10.2. --- Michael Fortin wrote: > My guess is that the new compiler in 10.2 is not compatible with > postgres. Here is the output from configure and make: > > [mikef-ti:/database/postgresql-7.2.2] mi

[BUGS] make unsuccessful on mac os x 10.2

2002-09-09 Thread Michael Fortin
My guess is that the new compiler in 10.2 is not compatible with postgres. Here is the output from configure and make: [mikef-ti:/database/postgresql-7.2.2] mikef% ./configure --with-java loading cache ./config.cache checking host system type... powerpc-apple-darwin6.0 checking which template t