From owner-freebsd-stable@freebsd.org Sun Dec 27 21:51:39 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DECA4C83BD for ; Sun, 27 Dec 2020 21:51:39 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (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 "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3vXB0FxPz3m7Y for ; Sun, 27 Dec 2020 21:51:37 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.16.1/8.16.1) with ESMTPS id 0BRLn4V3080137 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 27 Dec 2020 13:49:04 -0800 (PST) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.16.1/8.16.1/Submit) id 0BRLn4T9080136; Sun, 27 Dec 2020 13:49:04 -0800 (PST) (envelope-from warlock) Date: Sun, 27 Dec 2020 13:49:04 -0800 From: John Kennedy To: "Brian W." Cc: freebsd-stable@freebsd.org Subject: Re: kernel build fail Message-ID: References: <6d2e279a-ea68-3a9b-5997-8cc8bfcd4663@brianwhalen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4D3vXB0FxPz3m7Y X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of warlock@phouka1.phouka.net has no SPF policy when checking 107.170.196.116) smtp.mailfrom=warlock@phouka1.phouka.net X-Spamd-Result: default: False [-1.80 / 15.00]; ARC_NA(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[phouka.net]; RBL_DBL_DONT_QUERY_IPS(0.00)[107.170.196.116:from]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[107.170.196.116:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 21:51:39 -0000 On Sat, Dec 26, 2020 at 04:13:28PM -0800, John Kennedy wrote: > On Sat, Dec 26, 2020 at 01:57:03PM -0800, Brian W. wrote: > > I saw this last night. > > > > With this system version > > > > $ uname -a > > FreeBSD fbsd122 12.2-RELEASE-p1 FreeBSD 12.2-RELEASE-p1 GENERIC amd64 > > > > I tried to buildworld and kernel, with ccache. After it failed with > > ccache I disabled ccache. > > > > The kernel failed in this way when I disabled ccache. > > I didn't have this problem upgrading from p2 to p2, although I did that a > while ago (12/8), and I don't use ccache. > > Now, we've _almost_ through the svn -> git change. Depending on how you > pull your source down at this instant, you might have issues. See: > > https://wiki.freebsd.org/git > > At this instant, stable/12 (and I might presume that would cover 12.2) is > in Q/A for git->svn and pushing to external mirrors is a WIP. So depending > on how you get your source, things might be a bit off. > > I'd suggest totally re-cloning the source from the freebsd.org git repos > if you're using git or wait and do the same thing in the svn way if you're > using svn. > > https://github.com/bsdimp/freebsd-git-docs/blob/main/doc-cvt.md For what it's worth, I rebuilt kernel+world of my 12.2-p2 from itself without issues (git source via anongit@git.FreeBSD.org:src.git).