Re: 7.3.10 working

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.3.10 working
Date: 2005-05-11 18:04:09
Message-ID: 42824919.8040707@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


works for me on FC3 (although it fails the geometry test as usual - I
wish we could stop that).

I bet you have a library clash.

cheers

andrew

Robert Treat wrote:

>has anyone successfully built 7.3.10? I get the following when running
>make check on a slackware...
>
>
>============== removing existing temp installation ==============
>============== creating temporary installation ==============
>============== initializing database system ==============
>
>pg_regress: initdb failed
>Examine ./log/initdb.log for the reason.
>
>make[2]: *** [check] Error 2
>make[2]: Leaving directory `/usr/local/src/postgresql-7.3.10/src/test/regress'
>make[1]: *** [check] Error 2
>make[1]: Leaving directory `/usr/local/src/postgresql-7.3.10/src/test'
>make: *** [check] Error 2
>
>postgres(at)phppgadmin:/usr/local/src/postgresql-7.3.10$ cat src/test/regress/log/initdb.log
>Running with noclean mode on. Mistakes will not be cleaned up.
>The files belonging to this database system will be owned by user "postgres".
>This user must also own the server process.
>
>The database cluster will be initialized with locale C.
>
>creating directory /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/data... ok
>creating directory /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/data/base... ok
>creating directory /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/data/global... ok
>creating directory /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/data/pg_xlog... ok
>creating directory /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/data/pg_clog... ok
>creating template1 database in /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/data/base/1... /usr/local/src/postgresql-7.3.10/src/test/regress/./tmp_check/install//usr/local/pgsql-7.3.10/bin/initdb: line 582: 1095 Segmentation fault "$PGPATH"/postgres -boot -x1 $PGSQL_OPT $BACKEND_TALK_ARG template1
>
>initdb failed.
>
>
>Robert Treat
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-05-11 18:32:38 Re: [PATCHES] plperl and pltcl installcheck targets
Previous Message Joshua D. Drake 2005-05-11 17:41:08 Re: Views, views, views: Summary of Arguments