bug#66189: [gnu.org #1975364] Broken link in Guix manual.

2023-09-25 Thread Therese Godefroy via RT
Hello Guix maintainers, Thanks in advance for fixing this link! Thérèse Le Jeu 14 Sep 2023 09:14:20, yuval.lan...@gmail.com a écrit : > The link to > > https://ftp.gnu.org/gnu/guix/guix-system-vm-image-e5f7c14.x86_64-linux.qcow2 > > in > > https://guix.gnu.org/manual/devel/en/html_node/Runnin

bug#65177: udevd error with lvm-raid array leading to race condition with luks

2023-09-25 Thread Simon Tournier
Hi, On Thu, 14 Sep 2023 at 18:23, Yann Dupont wrote: > All I can say is that the VMs now boot. WDYT about this patch? > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index 91109c41d9..28b3c1e0bf 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -4421,6

bug#66169: guix reconfigure error no match for id 4f35ff1275e05be31f5d41464ccf147e9dbfd016

2023-09-25 Thread Simon Tournier
Hi, On Sat, 23 Sep 2023 at 22:02, Roman Riabenko via Bug reports for GNU Guix wrote: > Backtrace: > In guix/ui.scm: > 2286:10 19 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 1752:10 18 (with-exception-handler _ _ #:unwind? _ # _) > In guix/status.scm: > 859:3 17 (_) > 839:4 16

bug#66182: git error: object not found when running system reconfigure

2023-09-25 Thread Simon Tournier
Hi, Thanks for the report. And sorry for the annoyance. The culprit is 6d33c1f8061e86d63ab5c9ec75df9c58130c7264 reducing the number of network access. The error should be fixed with 94f3831e5bb1e04eeb3a0e7d31a0675208ce6f4c. Let me know. Cheers, simon

bug#63331: Guile-GnuTLS/Git circular dependency

2023-09-25 Thread Simon Tournier
Hi, On Sat, 06 May 2023 at 22:17, Ludovic Courtès wrote: > More importantly, tarballs generated by GitLab & co. are usually built > on the fly and change over time (details about the tarball headers > etc. may change). So we cannot depend them. We could just store this tarball, no? Well, I am

bug#63986: Julia is very slow

2023-09-25 Thread Ludovic Courtès
Hi, Simon Tournier skribis: > It is almost good except one strong annoyance [1]@ > > Singular value decomposition | 57 57 5.0s > Hermitian: Error During Test at > /gnu/store/zkx6p7kz3m5k5w5iy0l1d09b2n8b0ib3-julia-genericlinearalgebra-0.2.5/share/julia/loadpath/GenericLinearAlgebra/test/r

bug#66168: zsh home service breaks guix shell via ssh

2023-09-25 Thread Saku Laesvuori via Bug reports for GNU Guix
> > ``` > > $ ssh localhost > > $ guix shell gnuplot > > $ gnuplot > > zsh: command not found: gnuplot > > ``` > > > > However (still within the ssh session) > > > > ``` > > $ guix shell gnuplot -- gnuplot > > [gnuplot opens as expected] > > ``` > > > > and weirdly enough > > > > ``` > > $ guix she