Re: [HACKERS] Call for platforms (HP-UX)

2001-04-06 Thread Tom Lane
Giles Lean <[EMAIL PROTECTED]> writes: > I'm not sure how interesting these differences are anymore -- is there > anyone familiar enough with floating point to determine if the results > are acceptable (although currently unexpected :-) or not? Differences in the last couple of decimal places in

Re: [HACKERS] Call for platforms (HP-UX)

2001-04-06 Thread Giles Lean
> Okay, here are my results: > > Box 1: C180 (2.0 PA8000), HPUX 10.20 > > Compile with gcc: all tests pass > Compile with cc: two lines of diffs in geometry (attached) > > Box 2: 715/75 (1.1 PA7100LC), HPUX 10.20 > > Compile with gcc: all tests pass > Compile with cc: all tests pass I haven'

Re: [HACKERS] Call for platforms (HP-UX)

2001-03-23 Thread Tom Lane
Giles Lean <[EMAIL PROTECTED]> writes: > 2. I saw two different sets of output for geometry.out. These seem to >relate to the processor level: Okay, here are my results: Box 1: C180 (2.0 PA8000), HPUX 10.20 Compile with gcc: all tests pass Compile with cc: two lines of diffs in geometry (a

Re: [HACKERS] Call for platforms (HP-UX)

2001-03-23 Thread Giles Lean
> 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 > th

Re: [HACKERS] Call for platforms (HP-UX)

2001-03-23 Thread Giles Lean
> >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 instru

Re: [HACKERS] Call for platforms (HP-UX)

2001-03-23 Thread Tom Lane
Giles Lean <[EMAIL PROTECTED]> 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 i

Re: [HACKERS] Call for platforms (HP-UX)

2001-03-23 Thread Tom Lane
Giles Lean <[EMAIL PROTECTED]> writes: >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. > 2. I saw two different sets of output for geometry.out. These seem to >rel

[HACKERS] Call for platforms (HP-UX)

2001-03-23 Thread Giles Lean
Hi all, I've built 7.1beta6 on a number of different HP-UX platforms (11.00 32 bit, 11.00 64 bit, 11i 32 bit). 1. On all these platforms 'make check' hung. Since that's not critical to whether PostgreSQL works or not I worked around it by using a different shell: gmake SHELL=$HOME/bin