Jim C. Nasby wrote:
Platypus just started failing...
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2006-08-09%2010:05:01

Rest of the farm is looking pretty green, though, so I'm not sure what
to make of it... but
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2006-08-09%2009:05:01
is the first run it failed on, and several files changed in ecpg/test:

Files changed this run

pgsql/src/interfaces/ecpg/ChangeLog 1.320
pgsql/src/interfaces/ecpg/include/pgtypes_numeric.h 1.16
pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c 1.2
pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.stdout 1.2
pgsql/src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc 1.2
pgsql/src/interfaces/ecpg/pgtypeslib/numeric.c 1.29

Also, it looks like "Files changed since last sucess" maybe isn't
working right? Or does it intentionally exclude files already listed in
"changed since last run"?

Jim, can you upgrade your version of the script to the latest in CVS?

http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/~checkout~/pgbuildfarm/client-code/run_build.pl?rev=1.64&content-type=text/plain

It has a feature that blows away the ccache directory on failure, so that we don't have a failure that might be caused by ccache persisting.

After that, remove the actual cache.( I notice that you are using ccache but don't seem to have a cache directory set - that can be a problem, too. It's best to have a cache per branch)

Alternatively, just turn off use of ccache in your config file - probably commenting out this line would suffice:

'CC' => 'ccache gcc -O3 -pipe'


And see if that fixes the problem.

cheers

andrew


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to