Date: Mon, 15 Feb 2021 09:09:43 -0800 From: "Simon J. Gerraty" <sjg@juniper.net> To: "O. Hartmann" <ohartmann@walstatt.org> Cc: <src-committers@FreeBSD.org>, <dev-commits-src-all@FreeBSD.org>, <dev-commits-src-main@FreeBSD.org>, <sjg@juniper.net> Subject: Re: git: ee10666327b6 - main - Links for bmake and bmake.1 Message-ID: <23679.1613408983@kaos.jnpr.net> In-Reply-To: <20210215120126.5c5c4779@freyja> References: <202102150122.11F1Mwq8070473@gitrepo.freebsd.org> <20210215120126.5c5c4779@freyja>
next in thread | previous in thread | raw e-mail | index | archive | help
O. Hartmann <ohartmann@walstatt.org> wrote: > > .if exists(${.CURDIR}/tests) > > PROG=3D make > > +LINKS=3D make bmake > > +MLINKS=3D ${MAN} b${MAN} > > .endif > > > = > This commit seems to break updating and installation of jail's base syst= em > based on 14-CURRENT. > = > # poudriere jail -l > headamd64 14.0-CURRENT 1400004 amd64 src=3D/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 --- _insta= lllinks 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/headamd64bm= ake: No > such file or directory *** [_installlinks] Error code 71 > = > make[5]: stopped in /pool/poudriere/jails/headamd64/usr/src/usr.bin/bmak= e > 1 error > = > make[5]: stopped in /pool/poudriere/jails/headamd64/usr/src/usr.bin/bmak= e > --- realinstall_subdir_share ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23679.1613408983>