bug#36546: herd restart mcron appears to wipe /var/log/mcron.log

2021-08-07 Thread Maxim Cournoyer
Hello, Robert Vollmert writes: > It appears that old mcron log output is lost when the service is > restarted. That’s not good. > > See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36510 for > another issue related to mcron logging. I couldn't reproduce this with current mcron (1.2.1).

bug#49940: IceCat crashes when attempting to activate 'reader view' via shortcut

2021-08-07 Thread Maxim Cournoyer
Hello, I can reproduce this for some time, currently using IceCat 78.12.0-guix0-preview1. Repro: 1. Open a web page in IceCat. 2. Press the 'Control + Alt + r' keys altogether to enable the 'reader view' mode. 3. Observe a crash. Thank you, Maxim

bug#40997: [raid] The bootloader can only be installed to a single drive

2021-08-07 Thread Maxim Cournoyer
Hello, maxim.courno...@gmail.com writes: > Using Guix System, the bootloader declaration doesn't currently seem to > support being installed to multiple drives: > > (bootloader (bootloader-configuration > (bootloader grub-bootloader) > (target "/dev/sda") >

bug#40858: Cargo in Guix

2021-08-07 Thread Maxim Cournoyer
Hello, Julien Lepiller writes: > Le 25 avril 2020 18:17:16 GMT-04:00, Jan Ole Zabel a > écrit : >>Hi, >> >>I just installed the rust package on guix-system and realized I have no >>idea of how to use `cargo` to build something. First, cargo is not in >>my >>search path after installing

bug#40966: Missing substitutes on ci.guix.gnu.org?

2021-08-07 Thread Maxim Cournoyer
Hi Leo, Leo Famulari writes: > I've noticed that certain packages never seem to have substitutes > available from ci.guix.gnu.org. > > This is not about packages that consistently fail to build, like Vigra > (LibreOffice) [0], but packages that never seem to be attempted at all, > and are not

bug#31825: guix offload fails with guix-authenticate error

2021-08-07 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Just as a follow-up; I've managed to fall into this trap again, > attempting to authorize the keys by adding them to the 'authorize-keys' > field of guix-configuration record. > > On the local machine: > > guix offload test /etc/guix/machines.scm 127.0.0.1 > guix

bug#39738: ffmpeg-4.2.2 fails to build on native i686-linux

2021-08-07 Thread Maxim Cournoyer
Hi, Jan Nieuwenhuizen writes: > Hi, > > When building ffmpeg-4.2.2 (current master, > 8d1b22b27fba3d1e4310f02a5897d231b42ca117) > natively on 32bit hardware, the build fails because of two failing tests > (full log attached) > > --- ./tests/ref/fate/filter-pixdesc-grayf32be 2019-12-31

bug#49935: [PATCH] gnu: gcc-4.8: Fix build with GCC 6 and later

2021-08-07 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Versions of GCC earlier than 6 need this change in order to be built by GCC 6 and later. At the time, the fix was backported to GCC 4.9 and GCC 5 but not GCC 4.8. Therefore, backport the fix from GCC 4.9 to GCC 4.8. * gnu/packages/gcc.scm (gcc-4.8)[source]: Apply

bug#49935: gcc-4.8 fails to build with recent GCC versions

2021-08-07 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello, According to the CI results, gcc-4.8 hasn’t built successfuly in a while: https://ci.guix.gnu.org/search?query=gcc-4.8 I was able to fix the current build failure: --8<---cut here---start->8--- In file included from

bug#49815: Upcoming timekeeping failure in gpsd

2021-08-07 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hi Sarah, Em sábado, 7 de agosto de 2021, às 00:13:16 -03, Sarah Morgensen escreveu: > > @@ -259,6 +261,7 @@ such as elevation, speed, heart rate, power, > > temperature, and gear shifts.")> > > (modify-phases %standard-phases > > > > (add-after 'unpack 'fix-build > >

bug#49815: Upcoming timekeeping failure in gpsd

2021-08-07 Thread Leo Famulari
On Fri, Aug 06, 2021 at 08:13:16PM -0700, Sarah Morgensen wrote: > > (substitute* "SConstruct" > ^ Should be "SConscript" > > This fixes the build. > > > (("envs = \\{\\}") > > "envs = os.environ")) > > Hope that

bug#49913: python-networkx test failing

2021-08-07 Thread Maxime Devos
Hi, > > networkx/algorithms/shortest_paths/tests/test_weighted.py:29: AssertionError > > === 1 failed, 3517 passed, 182 skipped in 246.61s (0:04:06) > > > > command "pytest" "-vv" "--pyargs" "networkx" failed with status 1 > > I've the following setup: > > Host

bug#49771: [bug#49804] [PATCH] services: pam-limits: fix limits.conf location

2021-08-07 Thread Julien Lepiller
Le Sun, 01 Aug 2021 06:14:00 +0300, muradm a écrit : > * gnu/services/base.scm: fix limits.conf location > > This fixes #49771 > Pushed as 29883f113087edaf24570fbd7f1113df907f1099, thank you!

bug#49916: etc/committer: backtrace on gexp

2021-08-07 Thread Ricardo Wurmus
Maxime Devos writes: Sarah Morgensen schreef op vr 06-08-2021 om 12:18 [-0700]: Hello Guix, (Ricardo, I've Cc'd you since it seems etc/committer.scm is mostly your work.) It looks like etc/committer.scm is choking on gexps on core-updates-frozen: [...] The patch

bug#49910: Fwd: Re: [website] script generating POT files broken with guile@3.0.7

2021-08-07 Thread pelzflorian (Florian Pelz)
On Fri, Aug 06, 2021 at 02:16:16PM +0200, Leo Prikler wrote: > > guile -c '(with-input-from-string ",@" (lambda () (read)))' > The trick that I'm applying is to call syntax->datum on the return > value of (read). This must be a different error because guile errors out without return value, but

bug#49916: etc/committer: backtrace on gexp

2021-08-07 Thread Maxime Devos
Sarah Morgensen schreef op vr 06-08-2021 om 12:18 [-0700]: > Hello Guix, > > (Ricardo, I've Cc'd you since it seems etc/committer.scm is mostly your > work.) > > It looks like etc/committer.scm is choking on gexps on core-updates-frozen: > [...] The patch