Re: make check error on -HEAD

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: make check error on -HEAD
Дата
Msg-id Pine.LNX.4.61.0410311912110.22192@emo.org.tr
обсуждение исходный текст
Ответ на Re: make check error on -HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: make check error on -HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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-----


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: make check error on -HEAD
Следующее
От: James William Pye
Дата:
Сообщение: Re: Version defines