Re: Dependency on ccache in postgresql17-devel-17.5-1PGDG.rhel9

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Zane Duffield <duffieldzane(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Dependency on ccache in postgresql17-devel-17.5-1PGDG.rhel9
Date: 2025-05-13 08:59:49
Message-ID: 05c7c21d30c955e895f78f7e64b4ce617d2fe149.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On Mon, 2025-05-12 at 16:18 +1000, Zane Duffield wrote:
>
> I just tried recompiling an extension against PG 17.5 (via PGXS) and
> found
> that I'm getting a new error from rpmbuild.
>
> > make: /usr/lib64/ccache/clang: No such file or directory
>
> I think this is the same problem that was reported in this thread
> https://www.postgresql.org/message-id/flat/CA%2BmZaON9nDxWrg%3DABBczU3DuYwQ3Q02atsY%2BXhb0ogAgHzmYVg%40mail.gmail.com
>
> The problem evaporates when I downgrade to 17.4, and I think it's the
> change in the value for the CLANG variable in Makefile.global
> (previously
> /usr/bin/clang, now /usr/lib64/ccache/clang).

Thanks for the report. Fixed here:

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=6e46ff1d62450ad76e64a429db96ae367ef56ec1
Pushing new packages soon. Apologies for the inconvenience.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
BlueSky: @devrim.gunduz.org , @gunduz.org

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jian he 2025-05-13 11:34:51 Re: BUG #18923: pg_dump 18beta1 fails to process complex table names
Previous Message marcos sicat 2025-05-12 20:13:50 using CTE in multiple subqueries and full outer join - v15 vs v17 different query plan, v17 a bit slower than v15