gmake check problem

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

<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>I built 8.4.3 on Centos 5 with just ./configure and gmake</div><div><br></div><div>When I run gmake check, the process stops at "test stats&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..."</div><div><br></div><div>There is no residual postgresql or postmaster running (consuming clock cycles on top).</div><div><br></div><div>When I break the process, I get the following errors:</div><div><br></div><div>gmake[2]: *** wait: No child processes.&nbsp; Stop.<br>gmake[2]: *** Waiting for unfinished jobs....<br>gmake[2]: *** wait: No child processes.&nbsp; Stop.<br>gmake[1]: *** [check] Error 2<br>gmake: *** [check] Interrupt<br><br>[postgres@bubachubs postgresql-8.4.3]$</div><div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Thanks,</div><div>Jim<br></div></span></body></html>

#2Kenichiro Tanaka
ketanaka@ashisuto.co.jp
In reply to: Jim Kunkel (#1)
Re: gmake check problem

Hi Jim

To resolve this problem, we have to indicate which SQL is hanging.

"stats test" executes postgresql-8.4.3/src/test/regress/sql/stats.sql.
we can see what the test does.

And we can see the log at
postgresql-8.4.3/src/test/regress/results/stats.out
So I suppose we can indicate which SQL is hanging.

What does stats.out say?

Thank you.

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

--
================================================
Kenichiro Tanaka
K.K.Ashisuto
http://www.ashisuto.co.jp/english/index.html
================================================