Re: Build (definition?) errors - in bootstrap

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lou Picciano <loupicciano(at)comcast(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Build (definition?) errors - in bootstrap
Date: 2014-10-09 23:11:16
Message-ID: 4096.1412896276@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lou Picciano <loupicciano(at)comcast(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2014-10-09 23:11:22 Re: Wait free LW_SHARED acquisition - v0.9
Previous Message Peter Geoghegan 2014-10-09 23:04:30 Obsolete reference to _bt_tuplecompare() within tuplesort.c