On Sun, Jun 14, 2015 at 02:28:45PM -0700, Simon J. Gerraty wrote:
> Garrett Cooper <yaneurab...@gmail.com> wrote:
> 
> > On Jun 14, 2015, at 14:18, Simon J. Gerraty <s...@juniper.net> wrote:
> > 
> > > Craig Rodrigues <rodr...@crodrigues.org> wrote:
> > >> On Sun, Jun 14, 2015 at 8:09 AM, Adrian Chadd <adr...@freebsd.org> wrote:
> > >> 
> > >>    + make -j 4 CROSS_TOOLCHAIN=amd64-gcc buildworld
> > >>    __MAKE_CONF=/builds/FreeBSD_HEAD_amd64_gcc4.9/make.conf
> > >>    make: "/builds/FreeBSD_HEAD_amd64_gcc4.9/Makefile" line 102: Malformed
> > >>    conditional (${MK_META_MODE} == "yes")
> > > 
> > > That would imply that src/share/mk isn't being used?
> > > 
> > > I'm not sure when Warner changed the default MAKESYSPATH to be
> > > .../share/mk
> > > but that would be the right thing to do:
> > 
> > That???s only present on head.
> 
> The default? yes I think it went back and forth a bit.
> But you can use
> 
> make -m .../share/mk
> 
> on 10.0

I see the same problem on the up-to-date stable/10 host, trying to build
HEAD.  This is completely unacceptable, we have documented and always
supported just
        make buildworld buildkernel
on latest stable to get buildable and bootable HEAD.

There is yet another issue with the build system, I have
        INSTALL+=-CS
in make.conf for around 15 years.  Apparently it is broken now.
The installkernel target results in
ph/vjc (install)
--- _kmodinstall ---
CS -o root -g wheel -m 555   ng_vjc.ko 
/usr/home/kostik/build/bsd/DEV/p/boot/kernel
CS: not found
etc.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to