poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jitter git repository


From: Bruno Haible
Subject: Re: jitter git repository
Date: Sun, 01 Dec 2024 14:22:19 +0100

Hi Luca,

Thanks for your efforts!

> Please tell me if the temporary solution works better:
>   clone https://luca.ageinghacker.net/jitter
> versus the old
>   clone https://git.ageinghacker.net/jitter

Yes, it's definitely better. Even from my own machine (not even gitlab):

$ time git clone https://git.ageinghacker.net/jitter
Cloning into 'jitter'...
error: wrong index v2 file size in 
/tmp/1/jitter/.git/objects/pack/pack-94e59af993bafb1d8b16f8a2242974373a32694e.idx.temp
error: garbage at end of loose object '126f06c369dc99c4cafca5edb018bf2f33351c8f'
fatal: loose object 126f06c369dc99c4cafca5edb018bf2f33351c8f (stored in 
/tmp/1/jitter/.git/objects/12/6f06c369dc99c4cafca5edb018bf2f33351c8f) is corrupt

real    0m11,375s
user    0m0,007s
sys     0m0,011s

$ time git clone https://luca.ageinghacker.net/jitter
Cloning into 'jitter'...
Fetching objects: 4938, done.

real    0m3,905s
user    0m0,653s
sys     0m0,287s

I am therefore changing it in poke/.gitmodules (master branch).

The CI now fails with a different error (which I can reproduce locally as well):

$ (cd poke && ./bootstrap --skip-po)
./bootstrap: Bootstrapping from checked-out poke sources...
./bootstrap: getting gnulib files...
Submodule 'gnulib' (https://git.sv.gnu.org/git/gnulib.git) registered for path 
'gnulib'
Cloning into '/builds/gnu-poke/ci-distcheck/poke/gnulib'...
warning: redirecting to https://git.savannah.gnu.org/git/gnulib.git/
Submodule path 'gnulib': checked out 'db23a7eaa3b34be91f84c1ae758f90e78ccc3b72'
./bootstrap: consider installing git-merge-changelog from gnulib
Updating the Jitter submodule
Submodule 'jitter' (https://luca.ageinghacker.net/jitter) registered for path 
'jitter'
Cloning into '/builds/gnu-poke/ci-distcheck/poke/jitter'...
error: Unable to find f55d90716a5e75eaddb9fa5f2c85821615aaa081 under 
https://luca.ageinghacker.net/jitter
Cannot obtain needed blob f55d90716a5e75eaddb9fa5f2c85821615aaa081
while processing commit 0cf08461af2da07c25d0e0ef14e37daf305e0e76.
error: fetch failed.
fatal: Fetched in submodule path 'jitter', but it did not contain 
b8a882e765e720fb9a4b66ddd9bdbd78f545ee47. Direct fetching of that commit failed.
fatal: 
./bootstrap: bootstrap_post_pull_hook failed

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]