bug#47570: libvirt still embeds full path to qemu-system in saved .xml files

2021-04-05 Thread divoplade
Le lundi 05 avril 2021 à 19:45 +0100, Pierre Langlois a écrit : > Do you know at which guix commit this happened? I'm wondering which > version of libvirt triggered this. AFAICT, right now, if you create > a > fresh VM using gnome-boxes, it initializes the xml config with the > qemu > in /run/cur

bug#47570: libvirt still embeds full path to qemu-system in saved .xml files

2021-04-02 Thread divoplade
/, so I think it has been found in /run/current-system/profile/bin, but the symlink has been resolved too early. I have recently gc’ed my system, and that’s when I noticed I could not run my VMs anymore. My workaround is to replace the hard-coded paths in the XML files. Best regards, divoplade

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-12-02 Thread divoplade
Le mercredi 02 décembre 2020 à 12:11 +0100, zimoun a écrit : > Said explicitly, if you do not want in your profile the package X > belonging to %base-packages , do not add the %base-packages list. :-) > Or > create your custom list (remove the ones you do not want). I do not > see > what could don

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-12-02 Thread divoplade
Le mardi 01 décembre 2020 à 23:19 +0100, zimoun a écrit : > Moreover, %base-packages already contains Guile (’guile-3.0-latest’), > therefore I am not sure to understand what the bug is about > specifically. That's the problem. I need to remove it from %base-packages, otherwise the packages that p

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-12-01 Thread divoplade
Hello, Le mardi 01 décembre 2020 à 22:41 +0100, zimoun a écrit : > > > ‘%base-packages’ already contains Guile (‘guile-3.0-latest’ > > > specifically) so maybe you just don’t need to do anything? > > > > You're right! I just filtered out guile-3.0-latest from %base- > > packages > > and it works!

bug#44571: Cannot configure a static IPv6 with static-networking-service-type

2020-11-11 Thread divoplade
is to add a shepherd service that runs ip address add dev eno1 the-address and ip address delete dev eno1 the-address, with ip from iproute2. Maybe static-networking-service-type could do something better for me? Best regards, divoplade

bug#44553: Exim has no authenticators

2020-11-10 Thread divoplade
ml/ch-the_default_configuration_file.html ) and it would be nice to have the other as authenticators. What do you think? Best regards, divoplade From 5f1e0ea844a26a6e024443f3898969b8ab1048bb Mon Sep 17 00:00:00 2001 From: divoplade Date: Tue, 10 Nov 2020 14:21:17 +0100 Subject: [PATCH] gnu:

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-06 Thread divoplade
Thank you. divoplade

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-05 Thread divoplade
Hi! Le jeudi 05 novembre 2020 à 11:29 +0100, Leo Prikler a écrit : > guile-3.0 will presumably be updated on the next core-updates merge, > where world rebuilds are acceptable, so be a bit patient until then > and > use guile-3.0-latest, please :) That's not presumably, that's indeed fixed in cor

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-04 Thread divoplade
fix, yes, it leads to a world rebuild, but it was marked in a TODO anyway. I don't know if it fully solves the problem just yet, because I'm downloading 400MB of world rebuilding with my connection at 180 KB/s, but I have good hopes! Best regards, divoplade From 42e2d64533c018a61db8408b5a

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-04 Thread divoplade
Hello Simon, Le mercredi 04 novembre 2020 à 21:15 +0100, zimoun a écrit : > Which packages ’config.scm’ contain? Other said, what does the > conflict > make happen? You can try with one of the examples of guix, if you don't want to risk anything with your config! Here is lightweight-desktop.tmpl

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-04 Thread divoplade
he fix would be to deprecate guile-3.0-latest as an alias for guile- 3.0, and use the 3.0.4 version in guile-3.0. Best regards, divoplade

bug#44184: Building icecat does not always respect the number of cores

2020-10-23 Thread divoplade
compiling. The processes were named rustc, but it went fast so I could not gather more info. This is not really annoying, because rust compilation does not take that much memory, but I still have the feeling that it is a bug. Best regards, divoplade

bug#43109: Infinite loop in cl-subseq

2020-09-15 Thread divoplade
Hello, Le mardi 15 septembre 2020 à 17:44 +0200, Michael Rohleder a écrit : > I believe, this should be fixed with removing the emacs-seq package > (commit 852ae64e11ef9107afabbdb307770f946376addd), no? It is fixed as of now, yes.

bug#43093: emacs-ess is broken by emacs 27.1

2020-09-07 Thread divoplade
Le lundi 07 septembre 2020 à 23:19 +0200, divoplade a écrit : > Sorry, I don't know how to make a patch. > By trying to make one, I noticed that you have already sent a patch. I don't know why I did not recieve it. I am still clueless about a lot of things here. Anyway, you forg

bug#43093: emacs-ess is broken by emacs 27.1

2020-09-07 Thread divoplade
Le lundi 07 septembre 2020 à 23:19 +0200, divoplade a écrit : > Sorry, I don't know how to make a patch. Trying: does it work like that? From 06cb64632af8982054eb85ab4bbe5c43e86ab653 Mon Sep 17 00:00:00 2001 From: divoplade Date: Mon, 7 Sep 2020 23:33:32 +0200 Subject: [PATCH] Update e

bug#43093: emacs-ess is broken by emacs 27.1

2020-09-07 Thread divoplade
efault")) (should (derived-mode-p 'ess-r-help-mode) it seems that these tests should only run if (not (not (not (not interactive (i.e. interactive), and ess-test-r-help-mode has missed a copy-paste. Also, the license has changed: it is now gpl3+! Anyway, here is a

bug#43093: Is Emacs 27.1 that breaks emacs-ess?

2020-09-04 Thread divoplade
Hello, Le vendredi 04 septembre 2020 à 16:44 +0200, zimoun a écrit : > But the commit 36a09d1853 introducing Emacs 27 had been pushed on Fri > Aug 28 > 00:13:51 2020 -0400 and the CI reported failures before this > offending > commit. > > https://ci.guix.gnu.org/search?query=spec%3Aguix-master+sys

bug#43109: Infinite loop in cl-subseq

2020-08-30 Thread divoplade
t is the same for guix. Best regards, divoplade

bug#43093: emacs-ess is broken by emacs 27.1

2020-08-28 Thread divoplade
Hello all, Right now emacs-ess is broken so I cannot upgrade to emacs 27. The failing test is "test-ess-roxy-literate". Thank you anyway, I cannot wait to have emacs 27! divoplade