From: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: make check error on -HEAD |
Date: | 2004-10-31 17:13:17 |
Message-ID: | Pine.LNX.4.61.0410311912110.22192@emo.org.tr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
On Sun, 31 Oct 2004, Tom Lane wrote:
>> LOG: unexpected EOF on client connection
>
> Hmm, that seems to be the only sign of trouble, which I guess means we
> have to conclude the problem is on the client side not the server side.
> The part of the pg_regress script that is failing is evidently
>
> "$bindir/psql" $psql_options -c "\
> checkpoint;
> alter database \"$dbname\" set lc_messages to 'C';
> alter database \"$dbname\" set lc_monetary to 'C';
> alter database \"$dbname\" set lc_numeric to 'C';
> alter database \"$dbname\" set lc_time to 'C';" "$dbname" 2>/dev/null
> if [ $? -ne 0 ]; then
> echo "$me: could not set database default locales"
> (exit 2); exit
> fi
>
> Try removing the "2>/dev/null" bit so that you can see if any error
> messages come out from psql.
Ok, we have a detailed error now:
/home/pgsql80/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
relocation error:
/home/pgsql80/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql:
undefined symbol: PQgetCancel
pg_regress: could not set database default locales
make[2]: *** [check] Error 2
make[2]: Leaving directory `/home/pgsql80/pgsql/src/test/regress'
Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFBhR0utl86P3SPfQ4RAjbWAJ9HsRqk7uW2yZTUbI/i4Ds+nMW6aQCfXlzx
BI5pV37UYbKEjXgMxZSpfLY=
=Ocrg
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | James William Pye | 2004-10-31 17:28:18 | Re: Version defines |
Previous Message | Tom Lane | 2004-10-31 17:08:49 | Re: make check error on -HEAD |