Re: 7.4beta4: make check broken? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 7.4beta4: make check broken?
Date
Msg-id 6705.1065285948@sss.pgh.pa.us
Whole thread Raw
In response to 7.4beta4: make check broken?  (Christoph Becker <CGBecker@gmx.de>)
List pgsql-bugs
Christoph Becker <CGBecker@gmx.de> writes:
> ============== creating database "regression"         ==============
> /usr/local/src/postgresql-7.4beta4/src/test/regress/./tmp_check/install//opt/doka//pgsql/bin/createdb:
> relocation error:
> /us/local/src/postgresql-7.4beta4/src/test/regress/./tmp_check/install//opt/doka//pgsql/bin/createdb:
> undefined symbol: get_proname
> pg_regress: createdb failed

Hm.  I have a feeling your temp installation is somehow linking to an
old version of libpq, because that's the most common reason for
link-time failures in "make check".  But I don't understand the
reference to 'get_proname'.  There is no occurrence of that string in
either current sources or any recent PG release.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: record "previousrec" is unassigned yet
Next
From:
Date:
Subject: ERROR: record "previousrec" is unassigned yet