| From: | Joe Conway <mail(at)joeconway(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: make installcheck on non-default ports |
| Date: | 2003-11-26 08:42:30 |
| Message-ID: | 3FC46776.5050607@joeconway.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Tom Lane wrote:
> I think there is something wrong with your setup procedures, because
> I've never needed such.
The main problem seemed to be that I had --disable-rpath in my configure
script, left over from when I was playing with options used by the RPM
spec file. Once I got rid of that, and started using a derivative of
Tom's scripts, it all started to work just fine.
Now I can do:
. pg73 (or pg74 or pg75)
cvs up
make clean
pgconfig
make all
pgctl stop
make install
pgctl start
make installcheck
I've attached the scripts in case anyone is interested.
Joe
| Attachment | Content-Type | Size |
|---|---|---|
| setvariables.75 | text/plain | 638 bytes |
| pg74 | text/plain | 66 bytes |
| pg75 | text/plain | 66 bytes |
| pgconfig | text/plain | 334 bytes |
| pgctl | text/plain | 638 bytes |
| setvariables.73 | text/plain | 639 bytes |
| setvariables.74 | text/plain | 638 bytes |
| pg73 | text/plain | 66 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Serguei Mokhov | 2003-11-26 15:59:32 | Re: postgress-ru.po - further translation |
| Previous Message | Joe Conway | 2003-11-26 05:52:44 | Re: make installcheck on non-default ports |