Re: make check help!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Gibson <jgibson(at)lexmark(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: make check help!
Date: 2002-03-30 18:47:12
Message-ID: 2477.1017514032@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John Gibson <jgibson(at)lexmark(dot)com> writes:
> it. According to the documentation all I need to do is "make check" and this
> should do it. Well I keep getting this error in initdb. One thing I need to
> mention is that I am installing postgresql into it's own directory. I should
> not have to install the package before I test it correct?

No, you shouldn't ... the initdb script should preferentially find
postgres in the directory it itself is invoked from, which should be
in the temporary installation built by pg_regress. The fact that it's
failing to do so (and instead looking into where the final installation
will be) suggests some portability glitch in one or the other of these
scripts. If you can figure out what's going wrong we'd be much obliged.
See the "self_path" manipulations in initdb.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-03-30 20:35:42 Re: Where doc mailing list
Previous Message Francisco Reyes 2002-03-30 17:27:16 Where doc mailing list