Failure in "make check" with 7.4RC2 - Mailing list pgsql-bugs

From Wolfgang Drotschmann
Subject Failure in "make check" with 7.4RC2
Date
Msg-id 3FB1FEB3.5030601@fgan.de
Whole thread Raw
Responses Re: Failure in "make check" with 7.4RC2
List pgsql-bugs
Hallo all,

after the compilation of 7.4RC2 went fine (it said

All of PostgreSQL successfully made. Ready to install.

;-) I gave an "make check".  And this is what I got (after all messages about
what this command prepared, without errors or warnings btw):

/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=SQL_ASCII
============== creating temporary installation        ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 65432 with pid 5607
============== creating database "regression"         ==============
/home/drotschm/.Installation/postgresql-7.4RC2/src/test/regress/./tmp_check/install//PostgreSQL//bin/createdb:
relocation error:
/home/drotschm/.Installation/postgresql-7.4RC2/src/test/regress/./tmp_check/install//PostgreSQL//bin/createdb:
undefined symbol: get_progname
pg_regress: createdb failed
make[2]: *** [check] Error 2
rm regress.o
make[2]: Leaving directory
`/home/drotschm/.Installation/postgresql-7.4RC2/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory
`/home/drotschm/.Installation/postgresql-7.4RC2/src/test'
make: *** [check] Error 2

I did this as a normal user, under SuSE Linux 8.2 (i586).

Although a grep told me that symbol "get_progname" is defined in some places
in the src tree, and the "make" went well...  Is something wrong inside the
check environment?

Thank you all!
    Wolfgang

pgsql-bugs by date:

Previous
From: Troels Arvin
Date:
Subject: RC2 refuses to build if --infodir=foo is set
Next
From: Sebastien FLAESCH
Date:
Subject: Wrong PG_VERSION number in pg_config.h.win32