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

From: Zane Duffield <duffieldzane(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Dependency on ccache in postgresql17-devel-17.5-1PGDG.rhel9
Date: 2025-05-12 06:18:12
Message-ID: CACMiCkV+fQ4yAZqygyWx7ZQ8eWsj1AjoC6CGEUoyxY9jUm7paA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi all,

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,
Zane

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2025-05-12 06:57:45 BUG #18923: pg_dump 18beta1 fails to process complex table names
Previous Message Dilip Kumar 2025-05-11 08:32:39 Re: BUG #18921: The larger the value of max_parallel_workers_per_gather, the longer the SQL execution time.