make check failure for 8.4.0

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: make check failure for 8.4.0
Date: 2009-07-17 22:50:29
Message-ID: 4A60B9E50200002500028969@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I took the 8.4.0 release tarball and tried to build it on one of our
production servers which is currently running 8.3.7. We routinely
build multiple versions of PostgreSQL on a machine, using --prefix to
place them. Something seems broken for 8.4.0. Not sure how best to
proceed.

I ran:

----------
tar -xjf postgresql-8.4.0.tar.bz2
cd postgresql-8.4.0/
./configure --prefix=/usr/local/pgsql-8.4.0 --enable-integer-datetimes
--enable-debug --disable-nls --with-libxml
make
make check
-----------

and had these failures:

----------
test create_function_1 ... FAILED
triggers ... FAILED
----------

Files attached. It appears that some phase of the make or make check
picked up production libraries instead of libraries from the build.

Hmmm.... I tried on another machine with very similar configuration
and it worked.

Both machines report (substituting <hostname> for the actual name):

SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 2

Linux <hostname> 2.6.16.60-0.39.3-smp #1 SMP Mon May 11 11:46:34 UTC
2009 x86_64 x86_64 x86_64 GNU/Linux

What should I check?

-Kevin

Attachment Content-Type Size
regression.out application/octet-stream 5.0 KB
regression.diffs application/octet-stream 13.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bernd Helmle 2009-07-17 22:51:47 Re: mixed, named notation support
Previous Message Alan Li 2009-07-17 22:05:52 Re: MIN/MAX optimization for partitioned table