bug#42173: Nix on Guix System: can't update channels

2020-07-14 Thread Zhu Zihao via web
I found that if I put "sandbox = false" to /etc/nix/nix.conf. Nix can update channel. Maybe nix's sandbox forget to import some guix binary path?

bug#42161: Confusing '' error message

2020-07-14 Thread Ludovic Courtès
Hi, Denis 'GNUtoo' Carikli skribis: > And again I've the same error: >> guix system --on-error=debug -v3 --no-bootloader init system.scm >> /mnt/ guile: warning: failed to install locale >> Backtrace: >>1 (primitive-load "/root/.config/guix/current/bin/guix") >> In guix/ui.scm: >>

bug#33586: "updating substitutes" spam

2020-07-14 Thread Ludovic Courtès
Hi, l...@gnu.org (Ludovic Courtès) skribis: > This is really a shortcoming of the current implementation of grafts, > much as discussed in . This was fixed back in March: https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00337.html https://guix.g

bug#31602: libreoffice not reproducible

2020-07-14 Thread Ludovic Courtès
Danny Milosavljevic skribis: > libreoffice 5.4.7.2 is not reproducible: It’s still the case, here’s a complete list of files: --8<---cut here---start->8--- $ guix challenge libreoffice --substitute-urls='https://ci.guix.gnu.org https://bayfront.guix.gnu.org'

bug#42018: next browser build failure

2020-07-14 Thread Michael Rohleder
fixed with commit ec70df7243b8d0892d8cec7a43a87c9740c4bfaa signature.asc Description: PGP signature

bug#42343: 504 error

2020-07-14 Thread Marius Bakke
Adam Kandur via Bug reports for GNU Guix writes: > Hi everyone, > https://ci.guix.gnu.org/search/latest/image?query=spec:guix-master+status:success+system:x86_64-linux+hurd-barebones-disk-image > returns 504 This seems to work now, closing! signature.asc Description: PGP signature

bug#42353: mcron occasionally gets stuck in pre-fork

2020-07-14 Thread Ludovic Courtès
Hi, mcron running on top of Guile 3.0.2 occasionally gets stuck right before fork while shutting down the finalization thread: --8<---cut here---start->8--- ludo@berlin ~$ ps aux|grep 25457 root 25457 0.0 0.0 149576 9412 ?Ssl Jul10 0:00 /gnu

bug#38544: [PATCH] gnu: gparted: Use the Glib-or-GTK build system.

2020-07-14 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Fixes . * gnu/packages/disk.scm (gparted)[build-system]: Use glib-or-gtk-build-system. --- raingloom 写道: > I tried fixing this by adding the wrapper step from glib-or-gtk but > that didn't do anything. Strange, this works for me (after a pointless detour writin

bug#40626: Poor performance on low-end ARMv7 devices

2020-07-14 Thread Ludovic Courtès
Hi, Denis 'GNUtoo' Carikli skribis: > A way to deal with that could be to validate if it's actually the case, > for instance by installing an SSD, and doing performance comparison > with the time command. > > Then if it helps a lot, we probably need to trace the filesystem access > and optimize