bug#48739: QEMU SSH hostfwd example from manual doesn't work anymore

2021-05-29 Thread Maxim Cournoyer
Hi! In the manual, we have an example to allow connecting to the VM via a port forward from the host: $(guix system vm config.scm) -nic user,model=virtio-net-pci,hostfwd=tcp::10022-:22 Unfortunately, I cannot get this to work anymore, using a very simple operating system with following openssh-

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

2021-05-29 Thread Philip McGrath
On 5/29/21 4:15 PM, Ludovic Courtès wrote: > In general we cannot use #:select for (gnu packages …) modules because > that doesn’t play well with circular module dependencies. Ah, interesting, I'll keep that in mind. I'm used to Racket, where all cyclic module dependencies cause errors at compil

bug#48468: substitute server connection timeout

2021-05-29 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > Mathieu Othacehe writes: [...] >> Stracing this publish server shows that connection reuse seems to be >> broken: >> >> --8<---cut here---start->8--- >> accept4(9, {sa_family=AF_INET, sin_port=htons(41742), >> sin_addr=ine

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

2021-05-29 Thread Philip McGrath
Hi, thanks! That said… what problem is this fixing raingloom? Usually, circular top-level references lead things like ‘guix show chez-scheme’ (this amounts to loading (gnu packages chez)), but it worked fine for me. It seems like some other commit may have broken the cycle in the mean time.

bug#48496: Guix reconfigure fails to switch to new system

2021-05-29 Thread Ludovic Courtès
Hi Simon & Tobias, Ludovic Courtès skribis: > Tobias Geerinckx-Rice skribis: > >> Simon Streit 写道: >>> ice-9/boot-9.scm:1685:16: In procedure raise-exception: >>> no code for module (system repl error-handling) >> >> Thank you for reporting this. With commit >> 5fa46ca96da90ec19e32cc4d726f099d

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

2021-05-29 Thread Ludovic Courtès
Hi, raingloom skribis: >>From cef344639ccbf45b5397368d643a36fa48dac098 Mon Sep 17 00:00:00 2001 > From: raingloom > Date: Fri, 28 May 2021 03:59:16 +0200 > Subject: [PATCH] gnu: Break up import loop between (gnu packages racket) and > (gnu packages chez). > > * gnu/packages/racket.scm: Remove

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

2021-05-29 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > My previous strace output didn't follow the 'clone' syscall; the one > attached does. It's compressed with lzip. --8<---cut here---start->8--- 11457 sendto(3, "<86>May 27 19:03:45 sshd[11457]: pam_unix(sshd:session): ses

bug#48604: Linux-libre 5.12.5 freezes

2021-05-29 Thread Maxime Devos
signature.asc Description: This is a digitally signed message part

bug#48604: Linux-libre 5.12.5 freezes

2021-05-29 Thread Yusuf Talha via Bug reports for GNU Guix
i used linux-libre-5.10 and it worked fine.  but today i've tried linux-libre-5.12.7 and it seems like the problem has solved.  thanks for your help.

bug#48715: guix pull does not complete

2021-05-29 Thread Ethan Blanton
I ran `guix pull` on a fresh guix install and received the attached log in return. Ethan Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 87c9f63 substitute: guix subst

bug#48700: guix import fails with unexpected token

2021-05-29 Thread Philip Munksgaard
Trying to to import futhark from hackage fails, when using the -r flag. $ guix import hackage -r futhark user with UID 497492280 not found Starting download of /tmp/guix-file.MqWnPq >From https://hackage.haskell.org/package/futhark/futhark-0.19.5.tar.gz... …19.5.tar.gz 959KiB 6.

bug#48701: cabal import parser doesn't support common stanzas

2021-05-29 Thread Philip Munksgaard
As far as I can tell, the cabal parser for the `guix import` command (https://git.savannah.gnu.org/cgit/guix.git/tree/guix/import/cabal.scm) does not support common stanzas, as specified in the cabal specification (https://cabal.readthedocs.io/en/3.4/cabal-package.html#common-stanzas). This mea