From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
Cc: | PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: cvs head : broken regression tests ? |
Date: | 2004-06-08 14:07:52 |
Message-ID: | 200406081407.i58E7qH09474@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Fabien COELHO wrote:
>
> Dear hackers,
>
> It seems that current cvs head regression tests are broken, at least on my
> debian laptop. That does not help with developping some new patch...
>
> sh> uname -a
> Linux sablons 2.4.20-3-686 #1 Sat Jun 7 22:34:55 EST 2003 i686 GNU/Linux
> sh> ./configure
> sh> make
> sh> cd src/test/regress
> sh> make check
> test errors ... FAILED
> rules ... FAILED
> =======================
> 2 of 95 tests failed.
> =======================
> sh> more log/postmaster.log
> [...]
> LOG: unexpected EOF on client connection
> LOG: unexpected EOF on client connection
> many more....
> [...]
>
> sh> more regressions.diffs
> [...]
> ! /home/coelho/MISC/PGSQL/pgsql-sync/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql: relocation error: /home/coelho/MISC/PGSQL/pgsql-sync/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql: undefined symbol: pg_strcasecmp
You get this error, pg_strcasecmp, when you have a different libpgport
library around instead of the CVS version. You need to clean something
out to fix it.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | pgsql | 2004-06-08 14:18:42 | Re: sequences and "addval('myseq', value)" |
Previous Message | Fabien COELHO | 2004-06-08 13:53:51 | cvs head : broken regression tests ? |