Re: ccache problem

2022-04-11 Thread Werner LEMBERG
>> It seems to be a problem with the 'ccache' package/port on MacOS >> 10.7.5. After updating to current git (and running `port sync`), >> `port upgrade outdated` just tried to compile emacs 28.1, and >> exactly the same problem happened. > > It looks like /run/user//ccache-tmp is indeed a

Re: ccache problem

2022-04-11 Thread Ryan Schmidt
On Apr 9, 2022, at 14:33, Werner LEMBERG wrote: >>> ``` >>> ccache /opt/local/bin/clang-mp-13 ... conftest.c >&5 >>> ccache: error: Failed to create temporary file for >>> /run/user/507/ccache-tmp/tmp.cpp_stdout.RTVNqj: Operation not permitted >>> ``` >>> >>> What's the reason that `port` tries

Re: ccache problem

2022-04-09 Thread Werner LEMBERG
>> ``` >> ccache /opt/local/bin/clang-mp-13 ... conftest.c >&5 >> ccache: error: Failed to create temporary file for >> /run/user/507/ccache-tmp/tmp.cpp_stdout.RTVNqj: Operation not permitted >> ``` >> >> What's the reason that `port` tries to use >> `/run/user/507/ccache-tmp/` (uid 507 =

Re: ccache problem

2022-04-03 Thread Ryan Schmidt
On Apr 1, 2022, at 13:38, Werner LEMBERG wrote: > > ``` > ccache /opt/local/bin/clang-mp-13 ... conftest.c >&5 > ccache: error: Failed to create temporary file for > /run/user/507/ccache-tmp/tmp.cpp_stdout.RTVNqj: Operation not permitted > ``` > What's the reason that `port` tries to use

ccache problem

2022-04-01 Thread Werner LEMBERG
[macports-base 5d637741b5ae04b63f7e99a9057c6764d29fd7fd (Mar 10 2022)] [macports-ports b6d340c43cdb2bef077f72edb075a124148832ed (Apr 1 2022)] I'm trying to install `lilypond-devel` on my macOS 10.7.5 box; due to using variants this must be compiled. Previously, this always worked, however, I