Re: BUG #1306: locale related issue.

From: David Dick <david_dick(at)iprimus(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1306: locale related issue.
Date: 2004-11-06 05:11:44
Message-ID: 418C5D10.308@iprimus.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


*snip*
/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=SQL_ASCII
============== removing existing temp installation ==============
============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 29624
============== creating database "regression" ==============
CREATE DATABASE
/home/dave/postgresql-8.0.0beta4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
relocation error:
/home/dave/postgresql-8.0.0beta4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
undefined symbol: PQserverVersion
pg_regress: could not set database default locales
make[2]: *** [check] Error 2
make[2]: Leaving directory
`/home/dave/postgresql-8.0.0beta4/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/dave/postgresql-8.0.0beta4/src/test'
make: *** [check] Error 2
dave(at)summit:~/postgresql-8.0.0beta4$

Tom Lane wrote:
> "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
>
>>CREATE DATABASE
>>pg_regress: could not set database default locales
>
>
> This is most likely not actually locale-related at all; it's probably
> got something to do with a failure to start psql. Please remove the
> "2>/dev/null" in the pg_regress script at the point where this error
> would be reported, so you can see what the problem really is.
> (Yes, we've done that in CVS tip...)
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-06 05:27:14 Re: BUG #1306: locale related issue.
Previous Message Tom Lane 2004-11-06 04:16:53 Re: BUG #1306: locale related issue.