bug#56012: guix pull fails. cannot build guix-package-cache.drv.

2022-06-15 Thread vidak
hey all. vidak here. i cannot get `guix pull` to work for me. i am having issues getting the package-cache.drv to build. i was homeless, and unable to update my workstation for about... a month? here are some related issues: https://issues.guix.gnu.org/52650

bug#56005: exception while downloading substitutes

2022-06-15 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello, I just ran “guix pull && guix package -u” and after downloading many substitutes, guix package aborted with the following error: --8<---cut here---start->8--- ⋮ substitute: atualizando substitutos de "https://ci.guix.gnu.org;... 0.0%Backtrace:

bug#55985: Cuirass(?) produces less than useful ‘build’ log files

2022-06-15 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice skribis: > Hi Guix! > > It seems that build logs are not copied over from build nodes, leading > to amusing (but alas quite useless) output like: > > ~ λ curl $(guix build zstd --log-file) What you have here *is* the log as Cuirass saw it, but… >

bug#55821: contributing: Broken link to Git manual

2022-06-15 Thread Ludovic Courtès
Maxime Devos skribis: > contributing.texi contains: > > @pxref{submitting patches,, Submitting patches to a project, git, Git User > Manual}). > > However, there is no 'git' info manual. I think there used to be one; could it be that we’re no longer building it? Ludo’.

bug#55596: Guix/Guile segfaults on `guix import texlive`

2022-06-15 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice skribis: > I think you might be barking up the wrong tree (or, likely, that there > are multiple trees here). I could reproduce the segfault on Guix > System and encouraged Jack to file this bug. > > It's not foreign-distro-related. The process actually

bug#55857: Odd Shepherd message on 'guix system reconfigure': (map (# ?) ?)

2022-06-15 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: > > [...] > >>> The message is produced by shepherd as a response to an expression that >>> ‘guix system reconfigure’ tells it to evaluate, in (gnu services herd). >>> And all this happens as part

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-15 Thread Maxim Cournoyer
Hi Arun, Arun Isaac writes: > Hi Maxim, > >> I suspect this is due to changes in OpenSSH *client* that now refuse >> older RSA keys for security reasons. > > This doesn't seem to be. Here's why: I have another machine that I ssh > to using an unencrypted RSA key. I am able to connect to the

bug#55953: `guix install dub` fails

2022-06-15 Thread paren--- via Bug reports for GNU Guix
This probably went unnoticed because we don't actually _have_ any Dub-based packages. Anyway, from that log: > source/dub/internal/vibecompat/data/json.d(2111): Error: template > instance `enforceEx!JSONException` template `enforceEx` is not > defined, did you mean enforce(E : Throwable =

bug#55857: Odd Shepherd message on 'guix system reconfigure': (map (# ?) ?)

2022-06-15 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Ludovic Courtès writes: [...] >> The message is produced by shepherd as a response to an expression that >> ‘guix system reconfigure’ tells it to evaluate, in (gnu services herd). >> And all this happens as part of the live service upgrade mechanism. >> >>

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-15 Thread Arun Isaac
Hi Maxim, > I suspect this is due to changes in OpenSSH *client* that now refuse > older RSA keys for security reasons. This doesn't seem to be. Here's why: I have another machine that I ssh to using an unencrypted RSA key. I am able to connect to the Guix daemon on that machine without any