From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Vladimir Koković <vladimir(dot)kokovic(at)a-asoft(dot)com> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: make check-world problem |
Date: | 2014-04-26 18:49:09 |
Message-ID: | 958.1398538149@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
=?utf-8?B?VmxhZGltaXIgS29rb3ZpxIc=?= <vladimir(dot)kokovic(at)a-asoft(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-04-26 19:11:54 | Re: small typo in src/backend/access/transam/xlog.c |
Previous Message | Andres Freund | 2014-04-26 18:27:18 | Re: Decrease MAX_BACKENDS to 2^16 |