From: | Wolfgang Drotschmann <drotschm(at)fgan(dot)de> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Cc: | Wolfgang Drotschmann <drotschm(at)fgan(dot)de> |
Subject: | Failure in "make check" with 7.4RC2 |
Date: | 2003-11-12 09:34:43 |
Message-ID: | 3FB1FEB3.5030601@fgan.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Szepe | 2003-11-12 13:03:28 | Re: RC1 question of reloading data |
Previous Message | Troels Arvin | 2003-11-12 09:13:46 | RC2 refuses to build if --infodir=foo is set |