Re: pg9 beta1, make check fails

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: pg9 beta1, make check fails
Дата
Msg-id 4BDF11DC.2010008@squeakycode.net
обсуждение исходный текст
Ответ на Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: pg9 beta1, make check fails
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg9 beta1, make check fails