O. Hartmann <ohartm...@walstatt.org> 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 1400004 amd64 src=/pool/sources/CURRENT/src/ \ > 2021-02-12 15:07:33 /pool/poudriere/jails/headamd64 > > #poudriere jail -j _somejailname_ -u -b > > [...] > --- realinstall_subdir_usr.bin --- > rm -f /pool/poudriere/jails/headamd64/usr/share/man/man1/bmake.1 > /pool/poudriere/jails/headamd64/usr/share/man/man1/bmake.1.gz; install -N > /pool/poudriere/jails/headamd64/usr/src/etc -l h -o root -g wheel -m 444 > /pool/poudriere/jails/headamd64/usr/share/man/man1/make.1.gz > /pool/poudriere/jails/headamd64/usr/share/man/man1/bmake.1.gz --- > _installlinks
Is this process using something other than *.mk from share/mk ? It seems a bug to react to ${[M]LINKS} but not have the implementation. I'm not familiar with the above - any pointers? > --- install -N /pool/poudriere/jails/headamd64/usr/src/etc -l h -o root -g > wheel -m 555 /pool/poudriere/jails/headamd64make > /pool/poudriere/jails/headamd64bmake install: link > /pool/poudriere/jails/headamd64make -> /pool/poudriere/jails/headamd64bmake: > No > such file or directory *** [_installlinks] Error code 71 > > make[5]: stopped in /pool/poudriere/jails/headamd64/usr/src/usr.bin/bmake > 1 error > > make[5]: stopped in /pool/poudriere/jails/headamd64/usr/src/usr.bin/bmake > --- realinstall_subdir_share --- _______________________________________________ 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-commits-src-all-unsubscr...@freebsd.org"