From nobody Tue Jun 25 23:47:57 2024 X-Original-To: freebsd-arch@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 4W81jf0kMdz5QFB1 for ; Tue, 25 Jun 2024 23:48:06 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (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 "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4W81jc4ZQtz4hCm for ; Tue, 25 Jun 2024 23:48:04 +0000 (UTC) (envelope-from marquis@roble.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=roble.com header.s=rs060402 header.b=7+tWpWb1; dmarc=pass (policy=none) header.from=roble.com; spf=pass (mx1.freebsd.org: domain of marquis@roble.com designates 209.237.23.5 as permitted sender) smtp.mailfrom=marquis@roble.com Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id 4849254521; Tue, 25 Jun 2024 16:47:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=roble.com; s=rs060402; t=1719359277; bh=XfT8k9Hip5nVW08L4WrAZSuoN9s7RXIJM3KdvFIwJ+M=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=7+tWpWb1LNKawo9vbNBY5Kw0p1ascAIKwNN2L9dr9Tqzda41UxiviWOPjy9amcZC8 HONXnDJqYc+D6L0SPUiIkf5EQri24N9Gsb1i8ppHxLsp6vFLXTpwzkbPqvfQe9T9a8 8seSITIq5JnQaWHbDYurcvo2eWlH/6cJ50PWRRm4= Date: Tue, 25 Jun 2024 16:47:57 -0700 (PDT) From: Roger Marquis To: Emmanuel Vadot cc: freebsd-arch@freebsd.org Subject: Re: FreeBSD-base update & make delete-old issues In-Reply-To: <20240620093209.2ee1adf395f5ef72bb386c83@bidouilliste.com> Message-ID: <4001o80p-po7o-368n-3r29-63oq67pn9471@mx.roble.com> References: <4q1q65ns-n394-4pqs-qq88-185894149031@mx.roble.com> <20240620093209.2ee1adf395f5ef72bb386c83@bidouilliste.com> List-Id: Discussion related to FreeBSD architecture List-Archive: https://lists.freebsd.org/archives/freebsd-arch List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arch@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.89 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.995]; DMARC_POLICY_ALLOW(-0.50)[roble.com,none]; R_SPF_ALLOW(-0.20)[+ip4:209.237.23.0/24]; R_DKIM_ALLOW(-0.20)[roble.com:s=rs060402]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; ASN(0.00)[asn:17403, ipnet:209.237.0.0/18, country:US]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-arch@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MISSING_XM_UA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[roble.com:+] X-Rspamd-Queue-Id: 4W81jc4ZQtz4hCm On Thu, 20 Jun 2024, Emmanuel Vadot wrote: >> make[1]: "/usr/src/share/mk/bsd.compiler.mk" line 200: warning: "cc -v 2>&1 | grep "gcc version"" returned non-zero status >> make[1]: "/usr/src/share/mk/bsd.compiler.mk" line 204: Unable to determine compiler type for CC=cc. Consider setting COMPILER_TYPE. >> ... > You probably don't have FreeBSD-clang installed as 'cc' isn't found. > But you don't need to make delete-old with pkgbase, pkg will remove the > files that are no longer part of the packages. You also don't need > etcupdate/mergemaster in case that was something that you still use. Thanks Emmanuel, I don't have Clang, apparently, because it did not compile into a FreeBSD package during 'make packages'. Am wondering how to disgnose this given src.conf contains: WITHOUT_BHYVE=yes WITHOUT_FTP=yes WITHOUT_HTML=yes WITHOUT_INET6_SUPPORT=yes WITHOUT_ISCSI=yes WITHOUT_LDNS=yes WITHOUT_LIB32=yes WITHOUT_LS_COLORS=yes WITHOUT_MAIL=yes WITHOUT_NIS=yes WITHOUT_NTP=yes WITHOUT_PF=yes WITHOUT_PORTSNAP=yes WITHOUT_SVN=yes WITHOUT_TALK=yes WITHOUT_TFTP=yes WITHOUT_UNBOUND=yes WITHOUT_WIRELESS=yes and I cannot find a log of which WITHOUT_ might be the cause. Perhaps recompiling and saving a screenlog would have that but would prefer a less verbose solution if possible. Roger Marquis