bug#67705: [doc] devel: missing guix-system-install-06f25a9.x86_64-linux.iso

2023-12-08 Thread Giovanni Biscuolo
Hello, the current development manual page (GNU Guix version 06f25a9) titled "3.3 USB Stick and DVD Installation": https://guix.gnu.org/en/manual/devel/en/html_node/USB-Stick-and-DVD-Installation.html points to this version of the system installer: https://ftp.gnu.org/gnu/guix/guix-system-install

bug#67707: Fresh installation leaks details about ISO build environment

2023-12-08 Thread Ludovic Courtès
On a fresh installation of 1.4.0, we get: --8<---cut here---start->8--- # guix system describe Génération 108 déc. 2023 10:39:47 (actuelle) nom de fichier : /var/guix/profiles/system-1-link nom de fichier canonique : /gnu/store/d8g35zgpcg0k42jlxi3pda59

bug#67708: ‘guix system reconfigure’ crashes upon host name resolution failure

2023-12-08 Thread Ludovic Courtès
On a system where DNS resolution is failing, I get: --8<---cut here---start->8--- ~# guix system reconfigure /etc/config.scm Backtrace: In ice-9/boot-9.scm: 1752:10 19 (with-exception-handler _ _ #:unwind? _ # _) In guix/store.scm: 661:37 18 (thunk) 1300

bug#66537: configure: error: The Guile bindings of GnuTLS are missing

2023-12-08 Thread Simon Tournier
Hi Ludo, On Wed, 29 Nov 2023 at 20:33, Simon Tournier wrote: > On mer., 22 nov. 2023 at 13:05, Ludovic Courtès wrote: > >> @example >> -guix shell -D guix --pure >> +guix shell -D guix -CPW >> @end example >> >> or even, from within a Git worktree for Guix: >> >> @example >> -guix shell --pu

bug#67594: Cannot reproduce hash calculation of erlang package

2023-12-08 Thread Simon Tournier
Hi, On Sat, 02 Dec 2023 at 20:55, Leo Famulari wrote: > (source (origin > (method git-fetch) > ;; The tarball from http://erlang.org/download contains many > ;; pre-compiled files, so we use this snapshot of the source > ;; repository.

bug#67714: “guix build racket” different from “guix shell racket”

2023-12-08 Thread Simon Tournier
Hi, Using Guix aabfddb (Oct 2023), --8<---cut here---start->8--- $ guix build racket-minimal --no-grafts -d /gnu/store/hcdvhp36c51f6854mzggacsylkks24jj-racket-minimal-8.10.drv --8<---cut here---end--->8--- --8<--

bug#67714: “guix build racket” different from “guix shell racket”

2023-12-08 Thread Ludovic Courtès
Hi, Simon Tournier skribis: > Using Guix aabfddb (Oct 2023), > > $ guix build racket-minimal --no-grafts -d > /gnu/store/hcdvhp36c51f6854mzggacsylkks24jj-racket-minimal-8.10.drv > > $ guix shell racket-minimal --no-grafts --dry-run > substitute: updating substitutes from 'https://ci.guix.gnu.org

bug#67714: “guix build racket” different from “guix shell racket”

2023-12-08 Thread Simon Tournier
Hi Ludo, On Fri, 8 Dec 2023 at 19:08, Ludovic Courtès wrote: > This is likely , fixed on Oct. 27th > with commit 67effc1560fc175dfbcb58ef5b965b08b3942d6c. Cool! Thanks for the quick answer. You saved me some investigation time. :-) > I guess we can close if