Re: gmake -C regress check failure

From: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: gmake -C regress check failure
Date: 2003-03-11 16:04:31
Message-ID: 3E6E090F.F719E059@rodos.fzk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Christoph Haller <ch(at)rodos(dot)fzk(dot)de> writes:
> > I've installed postgresql-7.3.2 on HP-UX yesterday.
> > When running 'gmake -C regress check'
> > the process does not return.
>
> See doc/FAQ_HPUX:
>
> : The parallel regression test script (gmake check) is known to lock
up
> : when run under HP's Bourne shells: /usr/bin/sh and /sbin/sh. This
is a
> : known defect JAGad84609, the fix for which is not yet in any
released
> : HP-UX version or shell patches. To work around it, use ksh to run
the
> : regression script:
> : gmake SHELL=/bin/ksh check
> :
> : If you see that the tests have stopped making progress and only a
shell
> : process is consuming CPU, kill the shell process and start over with
the
> : above command.
>
Thanks. 'gmake SHELL=/bin/ksh check' now reports "All 89 tests passed."

Regards, Christoph

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-11 17:19:49 Still catching up
Previous Message Tom Lane 2003-03-11 15:54:32 Re: Roadmap for FE/BE protocol redesign