From nobody Sun Mar 27 19:00:49 2022 X-Original-To: stable@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 CA3C51A42BE3 for ; Sun, 27 Mar 2022 19:01:01 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KRQCK0X0wz4cqJ for ; Sun, 27 Mar 2022 19:01:00 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id B6FDB8D4A156 for ; Sun, 27 Mar 2022 19:00:52 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 3D983E707D9 for ; Sun, 27 Mar 2022 19:00:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id R1PtpQsDnaLo for ; Sun, 27 Mar 2022 19:00:50 +0000 (UTC) Received: from nv.sbone.de (nv.sbone.de [IPv6:fde9:577b:c1a9:31::2013:138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id A0ADDE707AC for ; Sun, 27 Mar 2022 19:00:50 +0000 (UTC) Date: Sun, 27 Mar 2022 19:00:49 +0000 (UTC) From: "Bjoern A. Zeeb" To: stable@FreeBSD.org Subject: config / NOTES "profile 2" and main -> stable/13 fails universe for me? Message-ID: X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Rspamd-Queue-Id: 4KRQCK0X0wz4cqJ X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bzeeb-lists@lists.zabbadoz.net designates 2a01:4f8:13b:39f::9f:25 as permitted sender) smtp.mailfrom=bzeeb-lists@lists.zabbadoz.net X-Spamd-Result: default: False [-0.75 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:39f::9f:25]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.998]; DMARC_NA(0.00)[zabbadoz.net]; NEURAL_SPAM_SHORT(0.55)[0.549]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MLMMJ_DEST(0.00)[stable]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; SUBJECT_ENDS_QUESTION(1.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, I am building on a stable/13 machine (updated a few days ago but I had that before in the last months). I have git clone and am mostly working on main or main-derived branches. Once in a while I switch in-place (not a worktree) to a stable branch, e.g., git checkout stable/13 based on freebsd/stable/13 for MFCs. When I do that and start to build an amd64-only universe my kernel builds immediately fail with a dubious error message from a top-level Makefile: # nice make -s -j30 tinderbox TARGETS=amd64 [..] make[2]: ".../freebsd-src/Makefile" line 731: "Target architecture for amd64/conf/LINT unknown. config(8) likely too old." I tracked it down to the profile 2 line sys/amd64/conf/NOTES which makes config fail apparently. When I apply the below change things work flawlessly. I do not fully understand where the problem comes from, but given I haven't seen other reports I wonder what it is that I am doing that makes things go wrong here? Anyone an idea? Lots of health, /bz -- 8< 8< 8< ------------------------------------------------------------ diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 229a63bd23b9..22850cfbf8cb 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -9,7 +9,7 @@ # # We want LINT to cover profiling as well. -profile 2 +#profile 2 # # Enable the kernel DTrace hooks which are required to load the DTrace -- 8< 8< 8< ------------------------------------------------------------ -- Bjoern A. Zeeb r15:7