Re: Your buildworld system is pulling userland libraries/headers

2016-10-08 Thread Nathan Lay
Hello FreeBSD-stable, Here's another example: --- begin snip --- ... /usr/src/usr.bin/nfsstat/nfsstat.c:262:22: error: use of undeclared identifier 'NFSSTATS_V1' ext_nfsstats.vers = NFSSTATS_V1; ^ /usr/src/usr.bin/nfsstat/nfsstat.c:272:27: error: incomplete

Re: fix for use-after-free problem in 10.x

2016-10-08 Thread Oliver Pinter
On 10/5/16, Julian Elischer wrote: > In 11 and 12 the taskqueue code has been rewritten in this area but > under 10 this bug still occurs. > > On our appliances this bug stops the system from mounting the ZFS > root, so it is quite severe. > Basically while the thread is

Re: buildworld errors at outset on fresh svn checkout

2016-10-08 Thread Scott Bennett
I wrote: >"Matthew D. Fuller" wrote: > >> On Fri, Oct 07, 2016 at 10:13:02PM -0700 I heard the voice of >> Kevin Oberman, and lo! it spake thus: >> > On Thu, Oct 6, 2016 at 10:16 PM, Scott Bennett wrote: >> > >> > > "/usr/src/Makefile.inc1", line

Re: buildworld errors at outset on fresh svn checkout

2016-10-08 Thread Scott Bennett
"Matthew D. Fuller" wrote: > On Fri, Oct 07, 2016 at 10:13:02PM -0700 I heard the voice of > Kevin Oberman, and lo! it spake thus: > > On Thu, Oct 6, 2016 at 10:16 PM, Scott Bennett wrote: > > > > > "/usr/src/Makefile.inc1", line 1113: Malformed

Re: buildworld errors at outset on fresh svn checkout

2016-10-08 Thread Matthew D. Fuller
On Fri, Oct 07, 2016 at 10:13:02PM -0700 I heard the voice of Kevin Oberman, and lo! it spake thus: > On Thu, Oct 6, 2016 at 10:16 PM, Scott Bennett wrote: > > > "/usr/src/Makefile.inc1", line 1113: Malformed conditional > > (${BUILDKERNELS:[) > > Unknown modifier '[' > > '['

Re: buildworld errors at outset on fresh svn checkout

2016-10-08 Thread Scott Bennett
Kevin Oberman wrote: Thanks much for replying! > On Thu, Oct 6, 2016 at 10:16 PM, Scott Bennett wrote: > > > I'm running into a problem in updating my 10-STABLE system from > > source. > > A "make buildworld" quits immediately. I tried a fresh