Re: [Fwd: "pg_regress: initdb failed" with git tree] - Mailing list pgsql-testers

From Aioanei Rares
Subject Re: [Fwd: "pg_regress: initdb failed" with git tree]
Date
Msg-id 4B3B846E.2030307@gmail.com
Whole thread Raw
In response to Re: [Fwd: "pg_regress: initdb failed" with git tree]  (Greg Smith <greg@2ndquadrant.com>)
Responses Re: [Fwd: "pg_regress: initdb failed" with git tree]
List pgsql-testers
Greg Smith wrote:
> Aioanei Rares wrote:
>> Hi all, I'm new here, but I hope I can help as much as I can/know.
>> The error shown in the subject line is what I get when issuing "make
>> check" in src/test/regress with the  latest  git tree. OS  is
>> Debian  testing/unstable  with  2.6.33-rc2  kernel  from Linus'
>> tree.  Anything that  I'm missing?
>
> Can you show the full text of the output leading up to that error?
> There are lots of reasons why initdb can fail, but without more
> details I wouldn't even venture a guess which one you're running into.
arares@debian:~/postgresql/src/test/regress$ make check
make -C ../../../src/port all
make[1]: Entering directory `/home/arares/postgresql/src/port'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/arares/postgresql/src/port'
rm -rf ./testtablespace
mkdir ./testtablespace
./pg_regress --inputdir=. --dlpath=. --multibyte=SQL_ASCII
--temp-install=./tmp_check --top-builddir=../../..
--schedule=./parallel_schedule
============== removing existing temp installation    ==============
============== creating temporary installation        ==============
============== initializing database system           ==============

pg_regress: initdb failed
Examine /home/arares/postgresql/src/test/regress/log/initdb.log for the
reason.
Command was:
"/home/arares/postgresql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/initdb"
-D "/home/arares/postgresql/src/test/regress/./tmp_check/data" -L
"/home/arares/postgresql/src/test/regress/./tmp_check/install//usr/local/pgsql/share"
--noclean > "/home/arares/postgresql/src/test/regress/log/initdb.log" 2>&1
make: *** [check] Error 2


pgsql-testers by date:

Previous
From: Greg Smith
Date:
Subject: Re: [Postgresql alpha3] Configure fails with --libxml on OpenBSD
Next
From: Greg Smith
Date:
Subject: Re: [Fwd: "pg_regress: initdb failed" with git tree]