Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 05:18:38 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Marc Branchaud <marcnarc@gmail.com>
Cc:        git@freebsd.org
Subject:   Re: fatal: unable to read <hash>
Message-ID:  <qo552875-521o-5364-3sor-3qn06p48op49@yvfgf.mnoonqbm.arg>
In-Reply-To: <22663d4f-df74-e343-c182-64705ec59f5b@gmail.com>
References:  <orqq0n25-14pq-nn97-o85p-1p6r107s20ns@yvfgf.mnoonqbm.arg> <80c39b3e-9013-22c0-286d-a0ccd05dc21a@gmail.com> <r5oq8n6o-82o7-0q0o-on18-1nso4r35q24r@yvfgf.mnoonqbm.arg> <22663d4f-df74-e343-c182-64705ec59f5b@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 Jul 2023, Marc Branchaud wrote:

>
> On 2023-07-30 21:21, Bjoern A. Zeeb wrote:
>> 
>> freebsd-src% find . \! -user bz
>> freebsd-src% ls -l .git/objects/b9/cdc058e6eb1b3d8b5e29ad9b911d3da98f65a7
>> ls: .git/objects/b9/cdc058e6eb1b3d8b5e29ad9b911d3da98f65a7: No such file or 
>> directory
>
> So it seems like the cdc058e6eb1b3d8b5e29ad9b911d3da98f65a7 object is really 
> missing and not just inaccessible.  (Note that Git also stores objects in 
> .pack files -- see "git help pack-objects" -- but I'm figuring those files 
> are also accessible.)
>
> To try to figure out what is referring to object 
> cdc058e6eb1b3d8b5e29ad9b911d3da98f65a7, try running
> 	git fsck --name-objects --connectivity-only --no-dangling

%  git fsck --name-objects --connectivity-only --no-dangling
error: b9cdc058e6eb1b3d8b5e29ad9b911d3da98f65a7: invalid sha1 pointer in resolve-undo of .git/worktrees/bz_maxmodname_D32383/index
Checking connectivity: 4743571, done.
Verifying commits in commit graph: 100% (384308/384308), done.

The good news upfront;  I could ditch that worktree and branch if that
will fix things.  It has follow-up work to the 2021 things but I have
a copy of that outside that git tree (I love patch files in port trees :)

/bz

-- 
Bjoern A. Zeeb                                                     r15:7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?qo552875-521o-5364-3sor-3qn06p48op49>