Looking into it, sorry for breakage. Somehow it worked here. :( I'll
backout if I cannot figure it out in a 30 minutes or so.

Sorry about that.

-Max

On Mon, Jun 3, 2019 at 7:10 AM Warner Losh <i...@bsdimp.com> wrote:

>
>
> On Mon, Jun 3, 2019 at 7:54 AM Rodney W. Grimes <free...@gndrsh.dnsmgr.net>
> wrote:
>
>> > In message <7bd6b7ad-5950-4015-b95d-9ffb609f5...@fubar.geek.nz>,
>> Andrew Turner
>> > writes:
>> > >
>> > >
>> > > > On 3 Jun 2019, at 00:38, Maxim Sobolev <sobo...@freebsd.org> wrote:
>> > > >
>> > > > Author: sobomax
>> > > > Date: Sun Jun  2 23:38:19 2019
>> > > > New Revision: 348521
>> > > > URL: https://svnweb.freebsd.org/changeset/base/348521
>> > > >
>> > > > Log:
>> > > >  Fix several places where tool name has been hardcoded:
>> > > >
>> > > >      install -> ${INSTALL}
>> > > >      mtree -> ${MTREE_CMD}
>> > > >      services_mkdb -> ${SERVICES_MKDB_CMD}
>> > > >      cap_mkdb -> ${CAP_MKDB_CMD}
>> > > >      pwd_mkdb -> ${PWD_MKDB_CMD}
>> > > >      kldxref -> ${KLDXREF_CMD}
>> > > >
>> > > >  If you do custom FreeBSD builds you may want to override those
>> > > >  in some cases.
>> > > >
>> > > >  Sponsored by:    Sippy Software, Inc.
>> > >
>> > > This breaks installworld in a local Jenkins instance. I???m building
>> with -DD
>> > > B_FROM_SRC and -DNO_ROOT. It looks like INSTALL is unset.
>> > >
>> > > Andrew
>> > >
>> > > --------------------------------------------------------------
>> > > >>> Making hierarchy
>> > > --------------------------------------------------------------
>> > > cd /jenkins/workspace/FreeBSD-arm64-head/freebsd-head; make -f
>> Makefile.inc1
>> > >  LOCAL_MTREE= hierarchy
>> > > cd /jenkins/workspace/FreeBSD-arm64-head/freebsd-head/etc;
>> PATH=/jenkins/work
>> ...
>> >
>> > It also breaks poudirere builds at make distrib-dirs, amd64 and i386,
>> i386
>> > distrib-dirs on amd64 sample below. The src/etc/Makefile distrib-dirs
>> target
>> > is the failing one.
>>
>> Something is pretty broke here then, as INSTALL has been defined for
>> ever in sys.mk:
>> sys.mk:INSTALL          ?=      install
>>
>
> The problem is that MTREE isn't defined, which makes MTREE_CMD start with
> -N.
>
> Warner
>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to