On Feb 9, 2025, at 01:56, Mircea Trandafir wrote: > > I get an error when upgrading sqlite3 (to 3.49.0_1+universal) at the > configure stage. I checked Trac and couldn’t find something similar, so maybe > my setup is “special” somehow as it seems to be working for everyone else. > > ccache: error: Operation not permitted
In sqlite3 3.49.0 the build system was replaced which has already caused several problems that we've fixed. It wouldn't surprise me to learn there are more problems to be fixed. However I do use ccache on my system and I didn't see this problem when preparing the recent fixes to the port. Given the error message mentioned ccache, I assume you have the ccache port installed. Have you configured MacPorts to use ccache? I have. If you haven't, maybe that's the relevant difference.