From nobody Mon May 11 15:42:54 2026 X-Original-To: freebsd-ports@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 4gDkWp5c4pz6dBy6 for ; Mon, 11 May 2026 15:43:02 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 4gDkWp0pRjz43fd for ; Mon, 11 May 2026 15:43:01 +0000 (UTC) (envelope-from david@catwhisker.org) Authentication-Results: mx1.freebsd.org; none Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.18.1/8.18.1) with ESMTP id 64BFgsCN017512; Mon, 11 May 2026 15:42:54 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.18.1/8.18.1/Submit) id 64BFgsft017511; Mon, 11 May 2026 08:42:54 -0700 (PDT) (envelope-from david) Date: Mon, 11 May 2026 08:42:54 -0700 From: David Wolfskill To: Shawn Webb Cc: freebsd-ports@freebsd.org Subject: Re: Weird git issue this morning Message-ID: Reply-To: freebsd-ports@freebsd.org References: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zOqkMS6G6CwXHVQP" Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US] X-Rspamd-Queue-Id: 4gDkWp0pRjz43fd X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated --zOqkMS6G6CwXHVQP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 11, 2026 at 03:25:04PM +0000, Shawn Webb wrote: > Hey all, >=20 > It appears something's amiss in the FreeBSD ports repo: >=20 > =3D=3D=3D=3D BEGIN LOG =3D=3D=3D=3D > $ git fetch upstream > remote: Enumerating objects: 782, done. > remote: Counting objects: 100% (530/530), done. > remote: Compressing objects: 100% (10/10), done. > remote: Total 782 (delta 524), reused 520 (delta 520), pack-reused 252 (f= rom 1) > Receiving objects: 100% (782/782), 872.09 KiB | 173.00 KiB/s, done. > Resolving deltas: 100% (578/578), completed with 497 local objects. > From ssh://git.FreeBSD.org/ports > bd02c95174ef..8bdb30c6d549 2026Q2 -> upstream/2026Q2 > 39fabf7c0bc8..b7d1ffb8f542 main -> upstream/main As of this writing, b7d1ffb8f542 is the most recent commit shown in the archives of dev-commits-ports (at https://lists.freebsd.org/archives/dev-commits-ports-main/2026-May/date.htm= l). > shawn-framework-01[shawn]:/usr/ports $ git merge upstream/main > fatal: unable to read blob object e5a98d716225916ee8024ebf9d1ad2b6e8c58ced There is no entry in the above-cited archives for a commit that would match that hash. > $ git remote -v > github git@github.com:HardenedBSD/ports.git (fetch) > github git@github.com:HardenedBSD/ports.git (push) > origin git@git.hardenedbsd.lan:HardenedBSD/ports.git (fetch) > origin git@git.hardenedbsd.lan:HardenedBSD/ports.git (push) > rad rad://z2XrdvALg77ycnuZRXgScb27yb3wM (fetch) > rad rad://z2XrdvALg77ycnuZRXgScb27yb3wM/z6Mkp9s3W8zN2qigmUirtvJ8NesXX= ZkYsYC6XEjdGcSXFeeR (push) > tor git@git.hardenedbsd.tor:HardenedBSD/ports.git (fetch) > tor git@git.hardenedbsd.tor:HardenedBSD/ports.git (push) > upstream ssh://anongit@git.FreeBSD.org/ports.git (fetch) > upstream ssh://anongit@git.FreeBSD.org/ports.git (push) > =3D=3D=3D=3D END LOG =3D=3D=3D=3D >=20 > `git show e5a98d716225916ee8024ebf9d1ad2b6e8c58ced` shows the commit, > but only the payload, not the commit message. > .... My last local update for ports was at main-n746034-8c7b79314654 ("archivers/p5-Archive-Tar: update to 3.06"); my local private mirror, when asked about e5a98d716225916ee8024ebf9d1ad2b6e8c58ced, does not whine ("fatal: bad object ..."), as it does for a hash that does not correspond to a commit... but it also declines to say anything at all about it (using "git log" or "git show"): g1-120(15.1-S)[12] dirs /usr/ports g1-120(15.1-S)[13] git show -n 1 e5a98d716225916ee8024ebf9d1ad2b6e8c58ced |= hd g1-120(15.1-S)[14] git log -n 1 e5a98d716225916ee8024ebf9d1ad2b6e8c58ced | = hd g1-120(15.1-S)[15] echo $? 0 Peace, david --=20 David H. Wolfskill david@catwhisker.org See https://www.catwhisker.org/~david/publickey.gpg for my public key. --zOqkMS6G6CwXHVQP Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQRCec5RsK7Enudh3yGB9MJ9AwUELQUCagH4/l8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0NDI3 OUNFNTFCMEFFQzQ5RUU3NjFERjIxODFGNEMyN0QwMzA1MDQyRAAKCRCB9MJ9AwUE LdAtAP47cxs0ace9YjhkQh2xJM0ZgDnqYMY3jcHxuJaajgzcigD/faQtsQzRarHI LziNA4i79jmyTG58qilvYQ2+QUtSOA0= =+lw1 -----END PGP SIGNATURE----- --zOqkMS6G6CwXHVQP--