[HACKERS] make check-world problem

2015-08-09 Thread Vladimir Koković
Hi, PostgreSQL build failed with current GIT source. tail make-out-dev.log gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g3 -gdwarf-2

Re: [HACKERS] make check-world problem

2015-08-09 Thread Michael Paquier
On Sun, Aug 9, 2015 at 5:00 PM, Vladimir Koković vladimir.koko...@a-asoft.com wrote: starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check setup failed: ERROR: could not open extension control file

[HACKERS] make check-world problem

2014-04-26 Thread Vladimir Koković
Hi, PostgreSQL build failed with current GIT source. tail /home/src/postgresql-devel/dev-build/make-out-dev.log cp ../../../contrib/dummy_seclabel/dummy_seclabel.so dummy_seclabel.so rm -rf ./testtablespace mkdir ./testtablespace ../../../src/test/regress/pg_regress

Re: [HACKERS] make check-world problem

2014-04-26 Thread Tom Lane
=?utf-8?B?VmxhZGltaXIgS29rb3ZpxIc=?= vladimir.koko...@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:

[HACKERS] make check-world problem

2014-04-26 Thread Vladimir Koković
Hi, Thanks Tom, postgresql source now belongs to user 'postgres' and make check-world passed. But, installcheck-world failed: tail /home/src/postgresql-devel/dev-build/make-install-out-dev.log ../../../src/test/regress/pg_regress

Re: [HACKERS] make check-world problem

2014-04-26 Thread Tom Lane
=?utf-8?B?VmxhZGltaXIgS29rb3ZpxIc=?= vladimir.koko...@a-asoft.com writes: Thanks Tom, postgresql source now belongs to user 'postgres' and make check-world passed. But, installcheck-world failed: installcheck-world is supposed to test against an installed, running server. So you need to do