Re: Build (definition?) errors - in bootstrap - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Build (definition?) errors - in bootstrap
Date
Msg-id 4096.1412896276@sss.pgh.pa.us
Whole thread Raw
In response to Build (definition?) errors - in bootstrap  (Lou Picciano <loupicciano@comcast.net>)
Responses Re: Build (definition?) errors - in bootstrap
List pgsql-hackers
Lou Picciano <loupicciano@comcast.net> writes:
> Having just git pulled from orgin/master:
> $ ./configure
> $ make
> [ fails ]

The buildfarm doesn't seem unhappy, so I doubt there's anything wrong
with the code as such.  Try "make clean" or even "make distclean" and
rebuild.  Also, if your computer's clock is or was badly off, you may
have file timestamp skews breaking things ... in which case you might
need "make maintainer-clean".  If it's still broken after that, you'd
be best advised to fix the clock and do a complete fresh "git clone".
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Obsolete reference to _bt_tuplecompare() within tuplesort.c
Next
From: Jim Nasby
Date:
Subject: Re: Wait free LW_SHARED acquisition - v0.9