On Tue, 14 Jan 2020 at 12:45, Chavdar Ivanov <[email protected]> wrote: > > I was able to downgrade to 9.99.36 using sysupgrade after linking > /usr/bin/tar to /usr/pkg/bin/bsdtar, as /bin/tar /bin/pax and > /bin/cpio were also of length 0 on my 9.99.37... > > Unintended consequences. > > On Tue, 14 Jan 2020 at 12:40, Chavdar Ivanov <[email protected]> wrote: > > > > On Tue, 14 Jan 2020 at 12:29, Patrick Welche <[email protected]> wrote: > > > > > > On Tue, Jan 14, 2020 at 12:22:26PM +0000, Chavdar Ivanov wrote: > > > > There is no point testing. ktruss gcc on 9.99.37 exits after onlly 130 > > > > lines... > > > > > > FWIW, an update build.sh from yesterday, so 9.99.37/amd64, works for me: > > > $ ls -l `which gcc` > > > -r-xr-xr-x 2 root wheel 1045384 Jan 13 17:43 /usr/bin/gcc > > > $ gcc --version > > > gcc (nb1 20190930) 8.3.0
Clean installation from the same ISO file is fine, so it probably was sysupgrade failure induced by the different tar. > > > > I suspect it is the switch to bsdtar - bsd.own.mk change - combined > > with the fact that we both used sysutils/sysupgrade to get to 9.00.37. > > > > cvs diff -u -r 1.1169 -r 1.1170 bsd.own.mk > > ] 12:30 PM > > Index: bsd.own.mk > > =================================================================== > > RCS file: /cvsroot/src/share/mk/bsd.own.mk,v > > retrieving revision 1.1169 > > retrieving revision 1.1170 > > diff -u -r1.1169 -r1.1170 > > --- bsd.own.mk 14 Dec 2019 10:59:25 -0000 1.1169 > > +++ bsd.own.mk 12 Jan 2020 16:11:51 -0000 1.1170 > > @@ -1,4 +1,4 @@ > > -# $NetBSD: bsd.own.mk,v 1.1169 2019/12/14 10:59:25 mrg Exp $ > > +# $NetBSD: bsd.own.mk,v 1.1170 2020/01/12 16:11:51 christos Exp $ > > > > # This needs to be before bsd.init.mk > > .if defined(BSD_MK_COMPAT_FILE) > > @@ -1082,6 +1082,7 @@ > > _MKVARS.yes= \ > > MKATF \ > > MKBINUTILS \ > > + MKBSDTAR \ > > MKCOMPLEX MKCVS MKCXX \ > > MKDOC MKDTC \ > > MKDYNAMICROOT \ > > @@ -1205,7 +1206,6 @@ > > MKARGON2 \ > > MKARZERO \ > > MKBSDGREP \ > > - MKBSDTAR \ > > MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \ > > MKDEBUG MKDEBUGLIB MKDTRACE \ > > MKEXTSRC \ > > > > (moves MKBSDTAR from those predefined as NO to YES). > > > > > ... > > > > > > > > > Cheers, > > > > > > Patrick > > > > > > > > -- > > ---- > > > > -- > ---- -- ----
