Re: make check-world problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make check-world problem
Дата
Msg-id 958.1398538149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на make check-world problem  (Vladimir Koković <vladimir.kokovic@a-asoft.com>)
Список pgsql-hackers
Vladimir Koković <vladimir.kokovic@a-asoft.com> writes:
> PostgreSQL build failed with current GIT source.

Works for me ...

> pg_regress: could not open file  
> "/home/src/postgresql-devel/postgresql-git/postgresql/src/test/regress/sql/security_label.sql"  
> for writing: Permission denied
> make[2]: *** [check] Error 2

Hmmm.  Reading between the lines here, but are you attempting to do a
VPATH build as a user that doesn't have write permission on the source
tree?  AFAIK that's never worked, and isn't expected to work, because
architecture-independent derived files will be stored back into the
source tree.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Decrease MAX_BACKENDS to 2^16
Следующее
От: Tom Lane
Дата:
Сообщение: Re: small typo in src/backend/access/transam/xlog.c