Re: make check-world problem

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 21:05:21
Message-ID: 21360.1398546321@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:
> 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 "make install-world" (not to mention initdb
and starting the postmaster) first. This looks like you didn't:

> sh: 1: /home/src/postgresql-devel/dev-install/bin/psql: not found

In practice, if you've done check-world, I don't see a lot of value in
doing installcheck-world as well. (Unless you're checking a packaging
process, but in that case you'd want to construct and install the package,
not just do "make install".)

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-04-26 21:16:46 Re: Decrease MAX_BACKENDS to 2^16
Previous Message Peter Geoghegan 2014-04-26 20:58:00 Re: Decrease MAX_BACKENDS to 2^16