Dependency on ccache in postgresql17-devel-17.5-1PGDG.rhel9 - Mailing list pgsql-bugs

From Zane Duffield
Subject Dependency on ccache in postgresql17-devel-17.5-1PGDG.rhel9
Date
Msg-id CACMiCkV+fQ4yAZqygyWx7ZQ8eWsj1AjoC6CGEUoyxY9jUm7paA@mail.gmail.com
Whole thread Raw
List 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

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

pgsql-bugs by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: BUG #18921: The larger the value of max_parallel_workers_per_gather, the longer the SQL execution time.
Next
From: Fujii Masao
Date:
Subject: Re: reltuples decreasing with each autovacuum run