Description of problem: This will be assigned to someone on the fedora-ia64 team since we do not yet have ia64 rawhide builds currently nor do many people have access to ia64 hardware. postgresql failing in "make check" on ia64: + make MAX_CONNECTIONS=5 check make -C ../../../src/port all make[1]: Entering directory `/builddir/build/BUILD/postgresql-8.3.0/src/port' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/postgresql-8.3.0/src/port' make -C ../../../contrib/spi refint.so autoinc.so make[1]: Entering directory `/builddir/build/BUILD/postgresql-8.3.0/contrib/spi' make[1]: `refint.so' is up to date. make[1]: `autoinc.so' is up to date. make[1]: Leaving directory `/builddir/build/BUILD/postgresql-8.3.0/contrib/spi' rm -rf ./testtablespace mkdir ./testtablespace ./pg_regress --temp-install=./tmp_check --top-builddir=../../.. --srcdir=/builddir/build/BUILD/postgresql-8.3.0/src/test/regress --temp-port=55432 --schedule=./parallel_schedule --multibyte=SQL_ASCII --load-language=plpgsql --max-connections=5 ============== creating temporary installation ============== ============== initializing database system ============== pg_regress: initdb failed Examine ./log/initdb.log for the reason. Command was: "/builddir/build/BUILD/postgresql-8.3.0/src/test/regress/./tmp_check/install//usr/bin/initdb" -D "/builddir/build/BUILD/postgresql-8.3.0/src/test/regress/./tmp_check/data" -L "/builddir/build/BUILD/postgresql-8.3.0/src/test/regress/./tmp_check/install//usr/share/pgsql" --noclean > "./log/initdb.log" 2>&1 make: *** [check] Error 2 Full build log can be found at: http://ia64.koji.fedoraproject.org/koji/getfile?taskID=13222&name=build.log Version-Release number of selected component (if applicable): postgresql-8.3.0-2.fc9 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
appears to be working happily now closing - Doug