Re: [PATCH] Fix PR driver/78206 by silently ignoring EPERM as well as ENOENT

2016-11-07 Thread Richard Biener
On Sun, Nov 6, 2016 at 2:36 PM, Jack Howarth wrote: > The use of an Apple sandbox with denied file access permissions into > /usr/local > exposed that cc1 fails on errors of... > > cc1: error: /usr/local/include: Operation not permitted > > The commonly suggested solution of using --with-local-pr

Re: [PATCH] Fix PR driver/78206 by silently ignoring EPERM as well as ENOENT

2016-11-06 Thread Iain Sandoe
> On 6 Nov 2016, at 06:57, Jack Howarth wrote: > > On Sun, Nov 6, 2016 at 9:45 AM, Iain Sandoe wrote: >> >>> On 6 Nov 2016, at 06:04, Jack Howarth wrote: >>> >>> On Sun, Nov 6, 2016 at 8:36 AM, Jack Howarth >>> wrote: The use of an Apple sandbox with denied file access permissions int

Re: [PATCH] Fix PR driver/78206 by silently ignoring EPERM as well as ENOENT

2016-11-06 Thread Jack Howarth
On Sun, Nov 6, 2016 at 9:45 AM, Iain Sandoe wrote: > >> On 6 Nov 2016, at 06:04, Jack Howarth wrote: >> >> On Sun, Nov 6, 2016 at 8:36 AM, Jack Howarth >> wrote: >>> The use of an Apple sandbox with denied file access permissions into >>> /usr/local >>> exposed that cc1 fails on errors of... >

Re: [PATCH] Fix PR driver/78206 by silently ignoring EPERM as well as ENOENT

2016-11-06 Thread Iain Sandoe
> On 6 Nov 2016, at 06:04, Jack Howarth wrote: > > On Sun, Nov 6, 2016 at 8:36 AM, Jack Howarth wrote: >> The use of an Apple sandbox with denied file access permissions into >> /usr/local >> exposed that cc1 fails on errors of... >> >> cc1: error: /usr/local/include: Operation not permitted

Re: [PATCH] Fix PR driver/78206 by silently ignoring EPERM as well as ENOENT

2016-11-06 Thread Jack Howarth
On Sun, Nov 6, 2016 at 8:36 AM, Jack Howarth wrote: > The use of an Apple sandbox with denied file access permissions into > /usr/local > exposed that cc1 fails on errors of... > > cc1: error: /usr/local/include: Operation not permitted > > The commonly suggested solution of using --with-local-pr

[PATCH] Fix PR driver/78206 by silently ignoring EPERM as well as ENOENT

2016-11-06 Thread Jack Howarth
The use of an Apple sandbox with denied file access permissions into /usr/local exposed that cc1 fails on errors of... cc1: error: /usr/local/include: Operation not permitted The commonly suggested solution of using --with-local-prefix= set to something other than /usr/local is undeirable on darw