bug#54770: Non-root LUKS devices unusable after Shepherd upgrade

2022-04-08 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Following the Shepherd upgrade in commit > 400c9ed3d779308e56038305d40cd93acb496180, attempts to open non-root LUKS > devices from a Shepherd service fail with this cryptsetup message: > > Nothing to read on input. > > This is because standard input is now /dev/n

bug#54786: Installation tests are failing

2022-04-08 Thread Mathieu Othacehe
Hello, The installation tests are failing this way: --8<---cut here---start->8--- conversation expecting pattern ((quote pause)) Apr 7 17:41:58 localhost installer[227]: guix system: error: failed to connect to `/var/guix/daemon-socket/socket': Connection r

bug#54750: compute-guix-derivation failing

2022-04-08 Thread Maxime Devos
merge 54750 54546 reopen 54546 thanks Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]: >            0 (scm-error misc-error #f "~A ~S" ("no code for module" > (ice-9 exceptions)) #f) Looks like a duplicate of . An alternative fix would be to autoload

bug#54750: compute-guix-derivation failing

2022-04-08 Thread Maxime Devos
Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]: > I'm following these instructions > (https://gist.github.com/giuliano108/49ec5bd0a9339db98535bc793ceb5ab4 > ) to get guix up and running in WSL2 on Windows 11. Those instructions are old (for Guix 1.1.0), use the updates version on top o

bug#54750: compute-guix-derivation failing

2022-04-08 Thread Maxime Devos
Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]: > /mnt/c/Tools/WSL/guix # guix pull (unrelated to the error) Why is root's guix updated instead of the regular user's Guix? Greeetings, Maxime. signature.asc Description: This is a digitally signed message part

bug#54787: importer Bioconductor: no tarball, only Git

2022-04-08 Thread zimoun
Hi, Consider the package CHETAH, included in Bioconductor release 3.14; but then, --8<---cut here---start->8--- $ guix import cran -a bioconductor CHETAH guix import: warning: failed to retriev

bug#54773: Bug

2022-04-08 Thread zimoun
Hi, Thanks for the report. What is the Guix revision? And the Git commit against which you are running the test suite? On Thu, 07 Apr 2022 at 19:31, Dennis Seidler via Bug reports for GNU Guix wrote: > Syntax error: unexpected token : (ghc-options (-Wall)) (at line 11, column 2) > Syntax er

bug#54783: ZRAM default priority wrong

2022-04-08 Thread Stefan Baums
I have a swap file and zram configured without specifying priority. The swap file was assigned -2, and zram -3, with the effect that zram was never used. I had to manually change the zram priority to something higher that that of the swap file. The manual wrongly claims that the default priority f

bug#54770: Non-root LUKS devices unusable after Shepherd upgrade

2022-04-08 Thread Ludovic Courtès
A note on my debugging tricks, for posterity… Initially, I tried to reproduce the issue (in a VM) with a Guile or Bash process that would be invoked from shepherd before ‘user-processes’ and that would try to read from stdin: --8<---cut here---start->8--- (simp

bug#54786: Installation tests are failing

2022-04-08 Thread Mathieu Othacehe
The following tests are also failing since the Shepherd upgrade: * cgit-test (https://ci.guix.gnu.org/build/646812/details) * tailon-test (https://ci.guix.gnu.org/build/646822/details) * gitile-test (https://ci.guix.gnu.org/build/646813/details) * jami-provisioning-test (https://ci.guix.gnu.org/

bug#54793: guile-fibers does not cross-compile

2022-04-08 Thread Mathieu Othacehe
Hello, guile-fibers does not cross-compile, the error is the following: --8<---cut here---start->8--- ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure dlopen: file "/tmp/guix-build-guile-fibers-1.1.0.drv-0/fibers-1.1.0/.libs/epoll.so", me

bug#54794: Clarify licence of guix.gnu.org screenshots

2022-04-08 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Guix, Devin Ulibarri from the FSF rightfully pointed out that the licence of, e.g., is not obvious. It should be made so on the Web page itself. From memory I'd say these are ‘public domain’, and [0] concurs, but I doubt [0] was explici

bug#54794: Clarify licence of guix.gnu.org screenshots

2022-04-08 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
On 2022-04-08 18:01, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: or CC0 …was probably a stupid suggestion, as some of these images embed at least the CC-BY-SA 4.0 GNU Guix logo. (One wonders: are screenshots of incompatibly-licenced software artworks… illegal?) Kind regards,

bug#54770: Non-root LUKS devices unusable after Shepherd upgrade

2022-04-08 Thread Ludovic Courtès
Ludovic Courtès skribis: > Following the Shepherd upgrade in commit > 400c9ed3d779308e56038305d40cd93acb496180, attempts to open non-root LUKS > devices from a Shepherd service fail with this cryptsetup message: > > Nothing to read on input. > > This is because standard input is now /dev/null s

bug#54749: [Shepherd from master]: Typo in shepherd.texi.

2022-04-08 Thread Ludovic Courtès
Hi, Aleksandr Vityazev skribis: > Hi. I would like to report a small error in the shepherd.texi file on line > 1157. make-systemd-constructor should be instead of make-systemd-destructor. Oops, fixed now. Thanks! Ludo’.

bug#52808: Guix home should not assume that all targets are dot files

2022-04-08 Thread Ludovic Courtès
Hi Andrew, Andrew Tropin skribis: > Those patches introduce a breaking change, but the surface and number of > people affected should be small if everyone migrated to > xdg-configuration-files. It removes the special handling of dot files > in symlink-manager and doesn't add a leading dot autom

bug#54424: Broken links in cookbook

2022-04-08 Thread Ludovic Courtès
Hi, Greg Hogan skribis: > 1) I noticed that the following link (diff below) to "Package Reference" > looks to have changed to lowercase "package Reference" but not updated > (there is a working link closely following). Then I scanned the page and > found additional broken links: > > 2) The link

bug#54750: compute-guix-derivation failing

2022-04-08 Thread Michael Chirillo
Mostly because I’m a Linux novice and am slowly learning :) Il giorno ven 8 apr 2022 alle 12:27 Maxime Devos ha scritto: > Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]: > > /mnt/c/Tools/WSL/guix # guix pull > > (unrelated to the error) Why is root's guix updated instead of the > re

bug#54794: Clarify licence of guix.gnu.org screenshots

2022-04-08 Thread Maxime Devos
Tobias Geerinckx-Rice via Bug reports for GNU Guix schreef op vr 08-04- 2022 om 18:15 [+0200]: > On 2022-04-08 18:01, Tobias Geerinckx-Rice via Bug reports for GNU Guix > wrote: > > or CC0 > > …was probably a stupid suggestion, as some of these images embed at > least the CC-BY-SA 4.0 GNU Guix l