Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-06 Thread Simon J. Gerraty via dev-commits-src-all
> The problem here is that the installer needs to know if an ESP has been > made. If /boot/efi is supposed to be the mountpoint for an ESP, its > presence seemed like a reasonable way to signal that. Here are some options: I haven't followed the thread so this may not quite be on point but FWIW in

Re: git: ee10666327b6 - main - Links for bmake and bmake.1

2021-02-15 Thread Simon J. Gerraty via dev-commits-src-all
Peter Jeremy wrote: > This breaks installworld with DESTDIR set: Yes, sorry. Fix is in 85d6747a694 ___ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-com

Re: git: ee10666327b6 - main - Links for bmake and bmake.1

2021-02-15 Thread Simon J. Gerraty via dev-commits-src-all
Yuri Pankov wrote: > That should be the following instead: > > LINKS= ${BINDIR}/make ${BINDIR}/bmake Yes, thanks - I committed that a little while ago after reading the error again... > > >> --- install -N /pool/poudriere/jails/headamd64/usr/src/etc -l h -o root -g > >> wheel -m 555 /pool/pou

Re: git: ee10666327b6 - main - Links for bmake and bmake.1

2021-02-15 Thread Simon J. Gerraty via dev-commits-src-all
O. Hartmann wrote: > > .if exists(${.CURDIR}/tests) > > PROG= make > > +LINKS= make bmake > > +MLINKS= ${MAN} b${MAN} > > .endif > > > > This commit seems to break updating and installation of jail's base system > based on 14-CURRENT. > > # poudriere jail -l > headamd64 14.0-CURRENT 144