[PORTS] Problem compiling PostgreSQL 8.1.4 on AIX.

Nzer Zaidenberg <[email protected]> Fri, 11 Aug 2006 05:44:07 -0700 (PDT)
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
Hello,
 
 I am trying to set up pgsql on AIX 5.3L (2/2006) 
 I am using gcc 3.3 (the version supplied by IBM  (Linux application toolkit for AIX))
 running make produced the following output
 
 rm -rf ./testtablespace
 mkdir ./testtablespace
 /bin/sh ./pg_regress --temp-install --top-builddir=../../.. --temp-port=55432 --schedule=./parallel_schedule --multibyte=SQL_ASCII --load-language=plpgsql
 ============== removing existing temp installation    ==============
 ============== creating temporary installation        ==============
 ============== initializing database system           ==============
 
 pg_regress: initdb failed
 Examine ./log/initdb.log for the reason.
 
 gmake[2]: *** [check] Error 2
 gmake[2]: Leaving directory `/installs/PostgreSQL/postgresql-8.1.4/src/test/regress'
 gmake[1]: *** [check] Error 2
 gmake[1]: Leaving directory `/installs/PostgreSQL/postgresql-8.1.4/src/test'
 gmake: *** [check] Error 2
 make: 1254-004 The error code from the last command is 2.
 
 
 Stop.
 
 and I find the following in the logs.
 (attached)
 
 I am using user pgsql which was created specifically for postgre who owns the installation directory.
 the directories are chmoded 777 just to make sure no permission are causing problems.
 
 any clues?


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
initdb.log (application/octet-stream, 1.9 KB)
Running in noclean mode.  Mistakes will not be cleaned up.
The files belonging to this database system will be owned by user "pgsql".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/global ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_xlog ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_xlog/archive_status ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_clog ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_subtrans ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_twophase ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_multixact/members ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_multixact/offsets ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/base ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/base/1 ... ok
creating directory /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/pg_tblspc ... ok
selecting default max_connections ... 10
selecting default shared_buffers ... 50
creating configuration files ... ok
creating template1 database in /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/base/1 ... child process was terminated by signal 11
initdb: data directory "/installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data" not removed at user's request