Hey Simon,
Quoting Simon Tournier (2024-11-30 16:00:30) > On Sat, 30 Nov 2024 at 12:14, Tanguy LE CARROUR <tan...@bioneland.org> wrote: > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > > Git error: cannot locate remote-tracking branch 'origin/keyring' > > ``` > > > > `origin/keyring` exist and its last commit is > > f8868dd56bff0f282329a33abb62262b2fc584b6 > > (add Ekaitz). > > Weird! Hum, I think it’s mixing two things (local checkout and > ~/.cache/guix/checkout/pj…) for one authentication cache, so maybe > that’s why an error pops up. I suggest to populate the authenticate > cache first (guix time-machine) and then play with Hurd. ;-) > > --8<---------------cut here---------------start------------->8--- > $ guix time-machine -q --commit=cd26d76fedb7ab13ad91bd5dcfce119892b8e62e -- > describe > $ git checkout -b test_hurd cd26d76fedb7ab13ad91bd5dcfce119892b8e62e > $ make -j8 > $ echo cross fingers… > $ ./pre-inst-env guix system image --image-type=iso9660 --system=i686-linux > gnu/system/install.scm > $ echo …yeah! > --8<---------------cut here---------------end--------------->8--- > > This works for me… Aside I have not tweak Linux kernel. Thanks for having taken the time(-machine) to try and build it! I’ll also try this workaround… as soon as my build farm is at rest! Regards, -- Tanguy