Re: pg9 beta1, make check fails

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg9 beta1, make check fails
Date: 2010-05-03 18:11:40
Message-ID: 4BDF11DC.2010008@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/3/2010 12:59 PM, Tom Lane wrote:
> Andy Colson<andy(at)squeakycode(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-05-03 18:21:11 Re: pg9 beta1, make check fails
Previous Message Andy Colson 2010-05-03 18:08:02 Re: pg9 beta1, make check fails