Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2016-01-19 Thread NGie Cooper
> On Jan 14, 2016, at 19:01, Oliver Pinter > wrote: > > CC: ngie > > On 1/15/16, Mark Martinec wrote: >> On 2016-01-14 23:13, Bryan Drewery wrote: >>> Where / What is the error? >>> >>> The only example here was fixed in November.

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2016-01-14 Thread Mark Martinec
On 2016-01-14 23:13, Bryan Drewery wrote: Where / What is the error? The only example here was fixed in November. Here is how a fresh svn checkout on a 10-stable fails in make buildworld when /usr/src is noexec : CC='cc ' mkdep -f .depend.getprotoent_test -a

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2016-01-14 Thread Oliver Pinter
CC: ngie On 1/15/16, Mark Martinec wrote: > On 2016-01-14 23:13, Bryan Drewery wrote: >> Where / What is the error? >> >> The only example here was fixed in November. > > Here is how a fresh svn checkout on a 10-stable > fails in make buildworld when /usr/src is

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2016-01-14 Thread Mark Martinec
Prompted by recent security advisories I did a 'make buildworld' on a fresh svn checkout, only to find out that it seems the 'exec' mount flag on /usr/src is still required for a successful build. This wasn't so for 10.2, and I hope it won't become a requirement in 10.3 - or at least it should

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2016-01-14 Thread Bryan Drewery
Where / What is the error? The only example here was fixed in November. On 1/14/2016 7:42 AM, Mark Martinec wrote: > Prompted by recent security advisories I did a 'make buildworld' > on a fresh svn checkout, only to find out that it seems the 'exec' > mount flag on /usr/src is still required

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2015-12-07 Thread Mark Martinec
So, is this a new state of affairs that /usr/src file system needs to be mounted exec in order for buildworld to succeed, or is this an unintended change and I should file a bug report? Mark On 2015-11-26 19:44, Miroslav Lachman wrote: Mark Martinec wrote on 11/26/2015 19:31: Up to about a

A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2015-11-26 Thread Mark Martinec
Up to about a week ago building world on FreeBSD 10.2-STABLE went just fine. Today after svn update the build fails: # make buildworld [...] CC='cc ' mkdep -f .depend.getprotoent_test -a -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -std=gnu99

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2015-11-26 Thread Miroslav Lachman
Mark Martinec wrote on 11/26/2015 19:31: Up to about a week ago building world on FreeBSD 10.2-STABLE went just fine. Today after svn update the build fails: # make buildworld [...] CC='cc ' mkdep -f .depend.getprotoent_test -a -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd