Re: git: c05b382edb17 - main - Revert "bootstrap: No need to disable shared libraries for bootstrap tools"
Date: Mon, 11 Oct 2021 18:34:04 UTC
On Mon, Oct 11, 2021 at 12:12 PM Gleb Smirnoff <glebius@freebsd.org> wrote: > On Mon, Oct 11, 2021 at 02:01:11PM -0400, Mark Johnston wrote: > M> > commit c05b382edb173d199ddef86976d594fbbb7bbf24 > M> > Author: Warner Losh <imp@FreeBSD.org> > M> > AuthorDate: 2021-10-11 17:49:48 +0000 > M> > Commit: Warner Losh <imp@FreeBSD.org> > M> > CommitDate: 2021-10-11 17:49:48 +0000 > M> > > M> > Revert "bootstrap: No need to disable shared libraries for > bootstrap tools" > M> > > M> > This reverts commit e8f26e5dc859a8fbc663e108421f657325ca3054. > M> > > M> > Although the change worked locally, it's breaking something in > the CI > M> > build for the riscv64 build (which makes no sense it would only > break > M> > that since we're building host tools to bootstrap at that point). > M> > M> This also seems to have broken syzbot's FreeBSD CI builds, which run > M> "make kernel-toolchain -DNO_CLEAN" before building a kernel: > M> https://syzkaller.appspot.com/text?tag=CrashLog&x=10b4cb98b00000 > > I have exactly same failure on absolutely clean amd64 build. Thanks for > reverting, > I wonder how did it work locally. > I did a clean build. Warner