Re: Compile failures today

2018-08-24 Thread Bruce Momjian
On Fri, Aug 24, 2018 at 06:41:07PM -0400, Tom Lane wrote: > Andres Freund writes: > > On 2018-08-24 18:21:48 -0400, Bruce Momjian wrote: > >> Since no one else was seeing this problem, I started digging, and I have > >> found it. I narrowed it to down to this line in Makefile.custom > >> CC=ccach

Re: Compile failures today

2018-08-24 Thread Tom Lane
Andres Freund writes: > On 2018-08-24 18:21:48 -0400, Bruce Momjian wrote: >> Since no one else was seeing this problem, I started digging, and I have >> found it. I narrowed it to down to this line in Makefile.custom >> CC=ccache gcc > Yea, that's a bad idea. You should instead pass CC='ccache

Re: Compile failures today

2018-08-24 Thread Andres Freund
On 2018-08-24 18:21:48 -0400, Bruce Momjian wrote: > On Fri, Aug 24, 2018 at 02:46:07PM -0700, Andres Freund wrote: > > On 2018-08-24 14:35:18 -0700, Peter Geoghegan wrote: > > > On Fri, Aug 24, 2018 at 2:15 PM, Andres Freund wrote: > > > > Do they persist after you do re-configure? If so, could y

Re: Compile failures today

2018-08-24 Thread Bruce Momjian
On Fri, Aug 24, 2018 at 02:46:07PM -0700, Andres Freund wrote: > On 2018-08-24 14:35:18 -0700, Peter Geoghegan wrote: > > On Fri, Aug 24, 2018 at 2:15 PM, Andres Freund wrote: > > > Do they persist after you do re-configure? If so, could you send your > > > config.log? > > > > I should point out

Re: Compile failures today

2018-08-24 Thread Andres Freund
On 2018-08-24 14:35:18 -0700, Peter Geoghegan wrote: > On Fri, Aug 24, 2018 at 2:15 PM, Andres Freund wrote: > > Do they persist after you do re-configure? If so, could you send your > > config.log? > > I should point out to Bruce that this is clearly related to commit > 143290efd0795b61ed2c8358

Re: Compile failures today

2018-08-24 Thread Peter Geoghegan
On Fri, Aug 24, 2018 at 2:15 PM, Andres Freund wrote: > Do they persist after you do re-configure? If so, could you send your > config.log? I should point out to Bruce that this is clearly related to commit 143290efd0795b61ed2c8358fc1767e799140047. -- Peter Geoghegan

Re: Compile failures today

2018-08-24 Thread Andres Freund
On August 24, 2018 2:13:24 PM PDT, Bruce Momjian wrote: >I started seeing the following compile failures in head today on >current >Debian Jessie using the default gcc version 4.9.2 (Debian >4.9.2-10+deb8u1): > > postgres.c: In function ‘exec_parse_message’: > postgres.c:1368:3: err

Compile failures today

2018-08-24 Thread Bruce Momjian
I started seeing the following compile failures in head today on current Debian Jessie using the default gcc version 4.9.2 (Debian 4.9.2-10+deb8u1): postgres.c: In function ‘exec_parse_message’: postgres.c:1368:3: error: ‘for’ loop initial declarations are only allowed in C99 or C