On Fri, Jul 11, 2014 at 8:17 PM, Julio Merino <j...@freebsd.org> wrote: > On Tue, Jul 8, 2014 at 10:34 PM, Julio Merino <j...@freebsd.org> wrote: >> >> OK. Regardless, I suppose that being able to build HEAD from the >> supported releases is supposed to work? Even from 8.4? Will >> investigate for 9.x. > > Alright. I could reproduce this... but it was not obvious. > > A "make buildworld" with WITH_TESTS=yes from 9.3_RC3 works *just fine*. > > The problem is that tinderbox is setting > MAKESYSPATH=/path/to/src/share/mk and this seems to cause the build > system to not compile and use the bmake that is in current, instead > relying on the host make (/usr/bin/make). This is a problem because > the -current *.test.mk use the :tW modifier which is not present in > the bmake version shipped in 9.x.
Fixed in r268598. I don't think tinderbox is doing the right thing though. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"