Re: horology regression test failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martin Pitt <martin(at)piware(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: horology regression test failure
Date: 2005-12-20 22:16:07
Message-ID: 6786.1135116967@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Martin Pitt <martin(at)piware(dot)de> writes:
> ./configure --libdir=3D/usr/lib/postgresql/8.1/lib --bindir=3D/usr/lib/pos=
> tgresql/8.1/bin

> is enough to reproduce the problem. With only --libdir, it works, and
> with only --bindir the test suite does not run at all because the
> postmaster cannot find $libdir (but that is still justifiable).

Try adding --datadir=/usr/lib/postgresql/8.1/share to that. Actually,
you'd be best off replacing all three options with
--prefix=/usr/lib/postgresql/8.1
because that will make sure that the entire installation is consistent.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Pitt 2005-12-21 07:21:27 Re: horology regression test failure
Previous Message Tom Lane 2005-12-20 21:39:54 Re: horology regression test failure

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-12-20 22:18:49 Re: status of concurrent VACUUM patch ...
Previous Message Jim C. Nasby 2005-12-20 21:41:24 Re: Does VACUUM reorder tables on clustered indices