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

2014-05-24 Thread Joshua Root
On 2014-5-25 09:21 , Quentin Barnes wrote: > On Sat, May 24, 2014 at 10:18:12AM +1000, Joshua Root wrote: >> I'm not sure what exact syscalls test -w uses, > > That was covered in my base note, access("/var/tmp", W_OK). > >> but possibly allowing >> file-write-data on /var/tmp would be correct an

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 file-write* on it, but possibly

Re: MacPorts 2.3.0 has been released

2014-05-24 Thread Clemens Lang
Hi, > What's the interest of doing that - if libc++ on >= 10.9 makes it all but > impossible to use gcc on C++ code, doesn't the same (or rather, the > inverse) apply on OS X < 10.9? It can be used to build a complete MacPorts world against libc++ on 10.8 and maybe even 10.7. I haven't tried this

Re: MacPorts 2.3.0 has been released

2014-05-24 Thread Ryan Schmidt
On May 24, 2014, at 8:04 AM, René J.V. Bertin wrote: > On Saturday May 24 2014 16:14:35 Joshua Root wrote: >> The MacPorts Project is happy to announce that the 2.3.0 version has now >> been released. It is available via the usual methods: > ... >> The list of what's new in 2.3.0 can be found in t

Re: opengl shows just black screen

2014-05-24 Thread Ryan Schmidt
So that means mesa 8.0.5 causes this problem? Have you reported that in our issue tracker, or theirs? If not, please do. On May 24, 2014, at 8:29 AM, petr.2006 wrote: > I succeeded to downgrade to > mesa @8.0.4_3+python27 > and it works again. > Thank you for help. > Petr

Re: opengl shows just black screen

2014-05-24 Thread petr.2006
I succeeded to downgrade to mesa @8.0.4_3+python27 and it works again. Thank you for help. Petr On 24. 5. 2014, at 13:20, Ian Wadham wrote: > On 24/05/2014, at 7:31 PM, petr.2006 wrote: >> The glxgears depends only on mesa. >> There is possibly mismatch in mesa dependencies. >> I have: >> >> g

Re: MacPorts 2.3.0 has been released

2014-05-24 Thread René J . V . Bertin
On Saturday May 24 2014 16:14:35 Joshua Root wrote: > The MacPorts Project is happy to announce that the 2.3.0 version has now > been released. It is available via the usual methods: ... > The list of what's new in 2.3.0 can be found in the ChangeLog [10]. ... > [10] >

Re: opengl shows just black screen

2014-05-24 Thread Ian Wadham
On 24/05/2014, at 7:31 PM, petr.2006 wrote: > The glxgears depends only on mesa. > There is possibly mismatch in mesa dependencies. > I have: > > glxgears @8.1.0 > mesa @8.0.5 > xorg-glproto @1.4.17 > xorg-dri2proto @2.8 > xorg-libXfixes @5.0.1 > xorg-libXi @1.7.2 > xorg-libXmu @1.1.2 > > Shou

Re: opengl shows just black screen

2014-05-24 Thread petr.2006
The glxgears depends only on mesa. There is possibly mismatch in mesa dependencies. I have: glxgears @8.1.0 mesa @8.0.5 xorg-glproto @1.4.17 xorg-dri2proto @2.8 xorg-libXfixes @5.0.1 xorg-libXi @1.7.2 xorg-libXmu @1.1.2 Should I reinstall everything? On 23. 5. 2014, at 23:44, Ian Wadham wrot