gmake check problem

Started by Jim Kunkelalmost 16 years ago2 messagesgeneral
Jump to latest
#1Jim Kunkel
jkunkel@laurcat.com

I built 8.4.3 on Centos 5 with just ./configure and gmake

When I run gmake check, the process stops at "test stats
..."

There is no residual postgresql or postmaster running (consuming clock
cycles on top).

When I break the process, I get the following errors:

gmake[2]: *** wait: No child processes. Stop.
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: *** wait: No child processes. Stop.
gmake[1]: *** [check] Error 2
gmake: *** [check] Interrupt

[postgres@bubachubs postgresql-8.4.3]$

Any help would be appreciated.

Thanks,
Jim

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jim Kunkel (#1)
Re: gmake check problem

jkunkel@laurcat.com writes:

I built 8.4.3 on Centos 5 with just ./configure and gmake
When I run gmake check, the process stops at "test stats
..."

Is it really hung, or just taking a long time? Is there anything
at the top of the postmaster log file suggesting trouble in starting
the stats collector?

regards, tom lane