Do you have a way to revert to the old installation to check whether
the checks fail again? It might be useful to track down exactly
what happened. It seems wrong that a currently-installed version
should have adverse effects on a just-built version's regression
tests.
We've seen that happen man
Michael Fuhr <[EMAIL PROTECTED]> writes:
> Do you have a way to revert to the old installation to check whether
> the checks fail again? It might be useful to track down exactly
> what happened. It seems wrong that a currently-installed version
> should have adverse effects on a just-built versio
On Wed, Mar 09, 2005 at 03:43:38PM +0800, Christopher Kings-Lynne wrote:
> Hrm, I just did a gmake install; gmake installcheck - that worked fine.
> Then I did gmake check again and now that works fine...
>
> It must have been picking up something from my previously installed pgsql.
Do you hav
Do you have a way to revert to the old installation to check whether
the checks fail again? It might be useful to track down exactly
what happened. It seems wrong that a currently-installed version
should have adverse effects on a just-built version's regression
tests.
No :)
-
Have you tried "gmake distclean"?
I just built the latest HEAD on FreeBSD 4.11-STABLE and all tests
passed. Configure options were:
Hrm, I just did a gmake install; gmake installcheck - that worked fine.
Then I did gmake check again and now that works fine...
It must have been picking up someth
On Wed, Mar 09, 2005 at 03:24:20PM +0800, Christopher Kings-Lynne wrote:
> gmake clean
Have you tried "gmake distclean"?
I just built the latest HEAD on FreeBSD 4.11-STABLE and all tests
passed. Configure options were:
./configure --prefix=/usr/local/pgsql81 \
--with-pgport=5481 \
Time for a clean rebuild? I've not seen any failures, neither has
the build farm ...
cvs up
gmake clean
./configure --prefix=/home/chriskl/local --enable-depend --enable-debug
--enable-cassert --with-perl --with-pam --with-openssl
gmake check
Still hangs. Gets new failure in create function and
"Christopher Kings-Lynne" <[EMAIL PROTECTED]>
> Running latest cvs on freebsd gives me errors in test strings and test
> errors, and completely hangs at this point:
I got a similar problem and system hangs randomly(esp. in test strings) in
win32-mingw. The problem I found is in pgunlink(). There
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes:
> Running latest cvs on freebsd gives me errors in test strings and test
> errors, and completely hangs at this point:
Time for a clean rebuild? I've not seen any failures, neither has
the build farm ...
regards, tom la