Re: BUG #14380: pg_config fails to build. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14380: pg_config fails to build.
Date
Msg-id 24332.1476849419@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14380: pg_config fails to build.  (hellkite500@gmail.com)
Responses Re: BUG #14380: pg_config fails to build.  (Nels Frazier <hellkite500@gmail.com>)
List pgsql-bugs
hellkite500@gmail.com writes:
> I am attempting a build on a RHEL 6.4 machine using gcc 4.4.7.
> I get the following error during the build.

[ scratches head... ]  Weird.  Evidently something is going wrong with
the quoting of those make variables; but the gcc command line looks
exactly as it should, AFAICT.  Are you using a nonstandard shell, or
something other than the stock gcc installation?

A slightly far-fetched possibility is that you have a corrupted ccache
entry for this file.  In a standard RHEL6 installation, "gcc" really
invokes "ccache gcc", so the lack of any mention of ccache in the given
command line doesn't eliminate this theory.  If you can't find any other
explanation, you might try "rm -rf ~/.ccache" and see if that makes it
better.

(FWIW, PG9.2 builds fine on RHEL6.8 for me, and I'm sure it built fine
on 6.4, back when I was running that.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: 德哥
Date:
Subject: Re: BUG #14378: when drop schema, standby will do many more than primary, and very slow, it's a bug?
Next
From: maciej.srebrny+postgresql@gmail.com
Date:
Subject: BUG #14381: justify_interval function works in strange way