From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Giles Lean <giles(at)nemeton(dot)com(dot)au> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Call for platforms (HP-UX) |
Date: | 2001-03-24 04:36:06 |
Message-ID: | 14720.985408566@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Giles Lean <giles(at)nemeton(dot)com(dot)au> writes:
>> It does not work. See FAQ_HPUX.
> I'm confused: I don't see anything about shells or make check hanging
> in doc/FAQ_HPUX. There is clear instruction to use GNU make, which I
> am doing.
Hm, I thought I had updated that before beta6. What it has now is
The parallel regression test script (gmake check) is known to lock up
when run under HP's default Bourne shell, at least in HPUX 10.20. This
appears to be a shell bug, not the fault of the script. If you see that
the tests have stopped making progress and only a shell process is
consuming CPU, kill the shell and start over with
gmake SHELL=/bin/ksh check
to use ksh instead.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-03-24 04:40:52 | Re: [HACKERS] Docs freeze? |
Previous Message | Giles Lean | 2001-03-24 04:32:29 | Re: Call for platforms (HP-UX) |