From: Tanguy LE CARROUR <tanguy@bioneland.org>
To: Janneke Nieuwenhuizen <janneke@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: GNU/Hurd on real hardware
Date: Sat, 30 Nov 2024 12:14:00 +0100 [thread overview]
Message-ID: <173296524021.18145.14669060034223492625@bioneland.org> (raw)
In-Reply-To: <874j3plx8c.fsf@gnu.org>
Hi Janneke,
Quoting Janneke Nieuwenhuizen (2024-11-29 19:18:43)
> I succeeded in building a 32bit installer from commit
>
> --8<---------------cut here---------------start------------->8---
> commit cd26d76fedb7ab13ad91bd5dcfce119892b8e62e
> news: Add entry for the Guix survey.
> --8<---------------cut here---------------end--------------->8---
Lucky you! 😞
```
$ git checkout -b test_hurd cd26d76fedb7ab13ad91bd5dcfce119892b8e62e
# […]
# add `(kernel linux-libre-5.15)`
$ make -j 8; and ./pre-inst-env guix system image --image-type=iso9660 --system=i686-linux gnu/system/install.scm
make all-recursive
make[1]: Entering directory '/home/tanguy/Documents/repo/guix/master'
Making all in po/guix
make[2]: Entering directory '/home/tanguy/Documents/repo/guix/master/po/guix'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/tanguy/Documents/repo/guix/master/po/guix'
Making all in po/packages
make[2]: Entering directory '/home/tanguy/Documents/repo/guix/master/po/packages'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/tanguy/Documents/repo/guix/master/po/packages'
make[2]: Entering directory '/home/tanguy/Documents/repo/guix/master'
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
Compiling Scheme modules...
make[2]: Leaving directory '/home/tanguy/Documents/repo/guix/master'
make[1]: Leaving directory '/home/tanguy/Documents/repo/guix/master'
;;; compiling /home/tanguy/Documents/repo/guix/master/gnu/system/examples/bare-bones.tmpl
;;; compiled /home/tanguy/.cache/guile/ccache/3.0-LE-8-4.6/home/tanguy/Documents/repo/guix/master/gnu/system/examples/bare-bones.tmpl.go
;;; compiling /home/tanguy/Documents/repo/guix/master/gnu/system/examples/bare-bones.tmpl
;;; compiled /home/tanguy/.cache/guile/ccache/3.0-LE-8-4.6/home/tanguy/Documents/repo/guix/master/gnu/system/examples/bare-bones.tmpl.go
;;; compiling /home/tanguy/Documents/repo/guix/master/gnu/system/examples/bare-bones.tmpl
;;; compiled /home/tanguy/.cache/guile/ccache/3.0-LE-8-4.6/home/tanguy/Documents/repo/guix/master/gnu/system/examples/bare-bones.tmpl.go
Updating channel 'guix' from Git repository at '/home/tanguy/Documents/repo/guix/master/'...
Backtrace:
In guix/store.scm:
1330:8 19 (call-with-build-handler #<procedure 7f2e4de16d80 at g…> …)
2210:25 18 (run-with-store #<store-connection 256.100 7f2e4ff158c0> …)
In guix/gexp.scm:
931:13 17 (_ _)
In guix/store.scm:
2038:8 16 (_ _)
In guix/gexp.scm:
300:22 15 (_ _)
In guix/store.scm:
2038:8 14 (_ _)
In guix/gexp.scm:
300:22 13 (_ _)
In guix/store.scm:
2038:8 12 (_ _)
In guix/packages.scm:
2037:11 11 (_ _)
In guix/build-system/channel.scm:
43:2 10 (_ _)
In guix/store.scm:
2082:38 9 (_ #<store-connection 256.100 7f2e4ff158c0>)
In guix/channels.scm:
559:23 8 (latest-channel-instances #<store-connection 256.100 7…> …)
430:12 7 (latest-channel-instance #<store-connection 256.100 7f…> …)
In guix/git.scm:
353:7 6 (call-with-repository _ #<procedure 7f2e39e384e0 at gui…>)
In guix/git-authenticate.scm:
403:4 5 (authenticate-repository #<git-repository 17e6e840> _ # …)
262:20 4 (load-keyring-from-reference #<git-repository 17e6e840> _)
In git/branch.scm:
101:8 3 (_ _ _ _)
In git/bindings.scm:
77:2 2 (raise-git-error _)
In ice-9/boot-9.scm:
1685:16 1 (raise-exception _ #:continuable? _)
1685:16 0 (raise-exception _ #:continuable? _)
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).
The "good" news is that it doesn’t seem to be a bug related to the Hurd! 😁
Regards,
--
Tanguy
next prev parent reply other threads:[~2024-11-30 11:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 17:57 GNU/Hurd on real hardware Gabriel Wicki
2024-11-29 18:18 ` Janneke Nieuwenhuizen
2024-11-30 11:14 ` Tanguy LE CARROUR [this message]
2024-11-30 11:20 ` Ekaitz Zarraga
2024-11-30 11:48 ` janneke
2024-11-30 15:00 ` Simon Tournier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=173296524021.18145.14669060034223492625@bioneland.org \
--to=tanguy@bioneland.org \
--cc=help-guix@gnu.org \
--cc=janneke@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.