Re: build farm failures

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Darcy Buskermolen <darcy(at)ok-connect(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: build farm failures
Date: 2007-08-16 20:04:57
Message-ID: 20070816200457.GA27775@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
>
>
> Michael Meskes wrote:
>> The backend has:
>>
>> $(srcdir)/gram.c: $(srcdir)/parse.h ;
>>
>> $(srcdir)/parse.h: gram.y
>>
>> So except for the different naming it's the same. However, we haven't
>> had that problem with the backend so far, or did we?
>>
>> What do I fail to see?
>
> We have had problems in the past. If the user builds at a point in time
> after the .y file is checked in then the generated file is newer and if
> it's not removed will never be regenerated, even if they do a subsequent
> cvs update.

How do you create the copy of the repo to build? One idea would be to
explicitely skip files that appear on .cvsignore (and maybe croak about
them).

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-08-16 20:06:35 Re: Another idea for index-only scans
Previous Message Bruce Momjian 2007-08-16 19:58:48 Re: tsearch2 in PostgreSQL 8.3?