From nobody Mon Oct 11 18:12:29 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C531118077FC; Mon, 11 Oct 2021 18:12:31 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSn2R2pYKz3H2b; Mon, 11 Oct 2021 18:12:31 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 19BICT0K030743 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 11 Oct 2021 11:12:29 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 19BICTV2030742; Mon, 11 Oct 2021 11:12:29 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Mon, 11 Oct 2021 11:12:29 -0700 From: Gleb Smirnoff To: Mark Johnston Cc: Warner Losh , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: c05b382edb17 - main - Revert "bootstrap: No need to disable shared libraries for bootstrap tools" Message-ID: References: <202110111754.19BHsOls003350@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4HSn2R2pYKz3H2b X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Mon, Oct 11, 2021 at 02:01:11PM -0400, Mark Johnston wrote: M> > commit c05b382edb173d199ddef86976d594fbbb7bbf24 M> > Author: Warner Losh M> > AuthorDate: 2021-10-11 17:49:48 +0000 M> > Commit: Warner Losh 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. -- Gleb Smirnoff