gmake check error on HPUX

From: Petre Scheie <petre(dot)scheie(at)nextelpartners(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: gmake check error on HPUX
Date: 2003-01-15 18:38:50
Message-ID: 3E25AABA.8060408@nextelpartners.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

(Sorry if this is a duplicate.)

I'm installing 7.3.1 on an HPUX 11.0 system. configure and gmake run
fine, but 'gmake SHELL=/bin/ksh check' fails on the random test:

parallel group (16 tests): select_distinct_on portals select_distinct
transactions select_having
select_into random arrays subselect union select_implicit hash_index
case aggregates btree_index join
select_into ... ok
select_distinct ... ok
select_distinct_on ... ok
select_implicit ... ok
select_having ... ok
subselect ... ok
union ... ok
case ... ok
join ... ok
aggregates ... ok
transactions ... ok
random ... failed (ignored)
portals ... ok
arrays ... ok
btree_index ... ok
hash_index ... ok
test privileges ... ok
test misc ... ok

The regression.diffs contains the following:

*** ./expected/random.out Thu Jan 6 00:40:54 2000
--- ./results/random.out Wed Jan 15 09:06:36 2003
***************
*** 31,35 ****
WHERE random NOT BETWEEN 80 AND 120;
random
--------
! (0 rows)

--- 31,36 ----
WHERE random NOT BETWEEN 80 AND 120;
random
--------
! 131
! (1 row)

Can anyone tell me what this means? How do I fix it? Do I need to fix
it since it says it was ignored? I should mention, perhaps, that this
is the second HP box I'm installing pg onto. On the previous box, gmake
check ran without errors (once Tom and Giles helped me fix some things;
thanks guys!)

Any help would be apprciated.

Petre Scheie
petre(dot)scheie(at)nextelpartners(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Buttafuoco 2003-01-15 18:40:50 CREATE TYPE example needed
Previous Message Oleg Bartunov 2003-01-15 18:19:47 Re: [SQL] sort by relevance

Browse pgsql-novice by date

  From Date Subject
Next Message Neil Conway 2003-01-15 20:16:00 Re: gmake check error on HPUX
Previous Message Mike Grommet 2003-01-15 13:44:53 host security settings being ignored?