Re: BUG #14380: pg_config fails to build.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hellkite500(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14380: pg_config fails to build.
Date: 2016-10-19 03:56:59
Message-ID: 24332.1476849419@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

hellkite500(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message maciej.srebrny+postgresql 2016-10-19 08:44:26 BUG #14381: justify_interval function works in strange way
Previous Message 德哥 2016-10-19 01:47:18 Re: BUG #14378: when drop schema, standby will do many more than primary, and very slow, it's a bug?