From nobody Mon May 06 14:30:02 2024 X-Original-To: pkgbase@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 4VY3ht2ClNz5KLGr for ; Mon, 06 May 2024 14:30:06 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [138.201.35.217]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VY3hs4m6yz4R2Y for ; Mon, 6 May 2024 14:30:05 +0000 (UTC) (envelope-from crest@rlwinm.de) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of crest@rlwinm.de designates 138.201.35.217 as permitted sender) smtp.mailfrom=crest@rlwinm.de Received: from [IPV6:2001:9e8:95d:3300:a4d7:f76b:7c6b:44b0] (unknown [IPv6:2001:9e8:95d:3300:a4d7:f76b:7c6b:44b0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id 1ACAB30B92 for ; Mon, 6 May 2024 14:30:03 +0000 (UTC) Message-ID: Date: Mon, 6 May 2024 16:30:02 +0200 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: pkgbase@freebsd.org From: Jan Bramkamp Subject: Corrupted official pkgbase mirrors for at least FreeBSD 14.0/amd64 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.29 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; R_SPF_ALLOW(-0.20)[+mx:c]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:24940, ipnet:138.201.0.0/16, country:DE]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[pkgbase@freebsd.org]; DMARC_NA(0.00)[rlwinm.de]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_DKIM_NA(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[pkgbase@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1] X-Rspamd-Queue-Id: 4VY3hs4m6yz4R2Y When testing the steps documented in the FreeBSD wiki under https://wiki.freebsd.org/PkgBase I noticed that non of the mirrors held copy of the FreeBSD-acct as required to install a FreeBSD userland: # pkg -r /jails/test123 install -r base -g 'FreeBSD-*' Updating base repository catalogue... base repository is up to date. All repositories are up to date. pkg: FreeBSD-acct-dbg has a missing dependency: FreeBSD-acct Using fetch I confirmed that non of the mirrors have a ${mirror_url}/FreeBSD:14:amd64/base_release_0/FreeBSD-acct-14.0p6.pkg package. Is there already automation in the package base build pipeline supposed to validate the repositories before publishing them to the mirrors and if not is there any way I can help add this to catch future build problems before they hit the public mirrors?