Re: [Fwd: "pg_regress: initdb failed" with git tree]

From: Aioanei Rares <schaiba(at)gmail(dot)com>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: pgsql-testers(at)postgresql(dot)org
Subject: Re: [Fwd: "pg_regress: initdb failed" with git tree]
Date: 2009-12-30 16:48:46
Message-ID: 4B3B846E.2030307@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

In response to

Responses

Browse pgsql-testers by date

  From Date Subject
Next Message Greg Smith 2009-12-30 16:48:55 Re: [Fwd: "pg_regress: initdb failed" with git tree]
Previous Message Greg Smith 2009-12-30 16:34:17 Re: [Postgresql alpha3] Configure fails with --libxml on OpenBSD