Re: -HEAD on FreeBSD 6-CURRENT build failures
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Darcy Buskermolen <darcy@wavefire.com>
Cc: pgsql-hackers@postgresql.org
Date: 2005-01-28T18:50:36Z
Lists: pgsql-hackers
Darcy Buskermolen <darcy@wavefire.com> writes: > There looks to be an issue with gram.y as seen in the following 2 FreeBSD6 > boxen: > http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=herring&dt=2005-01-28%2018:33:43 > http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=echidna&dt=2005-01-28%2018:30:01 The "issue" is that your make is broken: it's failed to regenerate gram.c from the recently updated gram.y. The impression I have gained from watching the build farm is that ccache is seriously unreliable --- the machines using it often show transient build failures that look like failure to update derived files. regards, tom lane