svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname bi...
Simon J. Gerraty
sjg at juniper.net
Sun Jun 14 21:58:53 UTC 2015
Adrian Chadd <adrian at freebsd.org> wrote:
> Hi,
>
> + make -j 4 buildworld __MAKE_CONF=/builds/FreeBSD_HEAD/make.conf
> make: "/builds/FreeBSD_HEAD/Makefile" line 102: Malformed conditional
> (${MK_META_MODE} == "yes")
> make: Fatal errors encountered -- cannot continue
> make: stopped in /builds/FreeBSD_HEAD
> Build step 'Execute shell' marked build as failure
> [WARNINGS] Skipping publisher since build result is FAILURE
> IRC notifier plugin: Sending notification to: #freebsd-commits
>
> .. do you have a fix for this? Or if you don't, would you mind backing
> things out until you've come up with a solution?
My suggested fix is to use the sys.mk etc from head
make -m .../share/mk buildworld
or the patch that craig suggested will avoid the above error, though not
sure that things will build if you don't use head's share/mk/
More information about the svn-src-all
mailing list