Thread
-
Re: Call for platforms (HP-UX)
Giles Lean <giles@nemeton.com.au> — 2001-03-24T04:32:29Z
> > I'll look at this next week. If someone can confirm that > > /usr/bin/sh works for make check on HP-UX 10.20 that would be > > useful. > > 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. I'll look into the problem anyway. > > (a) on PA-RISC 1.1 some of the zero values are negative > > Hmm, so does it match any of the existing geometry files? No ... I was hoping for that, but not. Regards, Giles
-
Re: Call for platforms (HP-UX)
Tom Lane <tgl@sss.pgh.pa.us> — 2001-03-24T04:36:06Z
Giles Lean <giles@nemeton.com.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