bug#48682: recursive import between (gnu packages chez) and (gnu packages racket)

2021-05-26 Thread Philip McGrath
Hi, I've been working on Racket packaging. I haven't looked into this much yet---hopefully I can tomorrow---but here are a few quick thoughts. On 5/26/21 2:54 PM, raingloom wrote: > I also haven't found any other mention of chez-scheme in racket.scm > other than the line that imports it, which i

bug#48686: games: pioneer fails to start

2021-05-26 Thread Luis Felipe via Bug reports for GNU Guix
STEPS TO REPRODUCE 1. guix install pioneer 2. run pioneer from a terminal EXPECTED RESULT The game starts and I can play it. UNEXPECTED RESULT The game starts, but fails while loading assets. It displays a message that says: Error while loading Space Station data (check stdout/output.txt

bug#48682: recursive import between (gnu packages chez) and (gnu packages racket)

2021-05-26 Thread raingloom
bisected it to this commit: ae88e30a0f8403e781f8b01262766cdc46b1018a * bisect.sh: the script used for git bisect run * BISECT_LOG: obvious * test.scm: more detailed test, with backtrace. guile dies while printing the backtrace. Issue doesn't occur when i comment out the use-module line in racke

bug#41625: [PATCH v2] offload: Handle a possible EOF response from read-repl-response.

2021-05-26 Thread Marius Bakke
Maxim Cournoyer skriver: >> Is running ‘guix offload test /etc/guix/machines.scm overdrive1’ on >> berlin enough to reproduce the issue? If so, we could monitor/strace >> sshd on overdrive1 to get a better understanding of what’s going on. > > It's actually difficult to trigger it; it seems to h

bug#48564: ‘channel-with-substitutes-available’ makes assumptions about job names

2021-05-26 Thread Mathieu Othacehe
Hey Ludo, >> (define* (channel-with-substitutes-available chan url >> #:key >> (specification "master")) > I have fixed the evaluation complete? field issue with a2155f41f53eeb5000857e7160c5ad0916dc9bfa.

bug#48574: cuirass: Derivations for active jobsets are missing

2021-05-26 Thread Mathieu Othacehe
Hello Leo, > I think we need to make these "active" of registered derivations into GC > roots. This is fixed with 303845d26682e9e9536ef1ff6d6c68ec90fad170. Thanks, Mathieu

bug#41625: [PATCH v2] offload: Handle a possible EOF response from read-repl-response.

2021-05-26 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: >>> +(info (G_ "Testing ~a build machines defined in '~a'...~%") >>>(length machines) machine-file) >>> -(let* ((names(map build-machine-name machines)) >>> - (sockets (map build-machine-daemon-socket machines)) >>> - (ses