Re: pg9 beta1, make check fails - Mailing list pgsql-general

From Andy Colson
Subject Re: pg9 beta1, make check fails
Date
Msg-id 4BDF11DC.2010008@squeakycode.net
Whole thread Raw
In response to Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 5/3/2010 12:59 PM, Tom Lane wrote:
> Andy Colson<andy@squeakycode.net>  writes:
>> $make check
>> ... snip lots of output...
>> ./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           ==============
>> ============== starting postmaster                    ==============
>
>> pg_regress: postmaster did not respond within 60 seconds


Ok, not sure what order its supposed to be run in, but I had done:

make
make check

which fails.

But if I do:

make
make install
make check

it works and passes.

-Andy


pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: pg9 beta1, make check fails
Next
From: Tom Lane
Date:
Subject: Re: pg9 beta1, make check fails