Re: 'port build' is getting EPERM from access(2) on "/var/tmp"

2014-05-24 Thread Quentin Barnes
On Sat, May 24, 2014 at 10:18:12AM +1000, Joshua Root wrote: > On 2014-5-24 03:19 , Quentin Barnes wrote: > > On Tue, May 13, 2014 at 05:34:31AM +1000, Joshua Root wrote: > >> We do exclude /var/tmp itself with the regex we use. We certainly don't > >> want to allow

Re: 'port build' is getting EPERM from access(2) on "/var/tmp"

2014-05-23 Thread Quentin Barnes
On Tue, May 13, 2014 at 05:34:31AM +1000, Joshua Root wrote: > On 2014-5-13 05:01 , Clemens Lang wrote: > > Hi, > > > > Please keep the conversation on the list so others with the same problem > > can follow. > > > >> Yes! The `sandbox_enable no' hack worked around the problem. > >> > >> Can you

'port build' is getting EPERM from access(2) on "/var/tmp"

2014-05-10 Thread Quentin Barnes
I'm running OS X 10.9.2 with macports 2.2.1 and hit a problem with 'port build' invoking a port's "./configure" script and having "test -w /var/tmp" fail. I modified the configure script with some debug statements and realized it was running with user "macports" and group "macports": == :info