bug#45828: guix build: error: got unexpected path `Backtrace:' from substituter

2021-01-14 Thread Mathieu Othacehe
Hey Ludo, > 1. Losing a connection to the daemon Does Not Happen™ in normal > conditions. Namely, upon ‘herd restart guix-daemon’, ‘guix > publish’ is automatically restarted. One situation where ‘guix > publish’ is not restarted is if one does “killall guix-daemon” or >

bug#27447: pelican-quickstart produces files with store path shebangs

2021-01-14 Thread zimoun
Hi Mark, First, one key point is the dates… >> On Fri, 18 Dec 2020 at 21:10, zimoun wrote: >>> On Thu, 22 Jun 2017 at 12:35, ng0 wrote: …so more than 3 years without any comment. By without any comment, I mean literally no comment; my email was the first. I can tell you that most of the old

bug#24097: ‘operating-system’ lacks a way to populate /run/modprobe.d

2021-01-14 Thread Ludovic Courtès
Hi Simon, zimoun skribis: > On Fri, 18 Dec 2020 at 20:43, zimoun wrote: > >> On Thu, 28 Jul 2016 at 17:25, l...@gnu.org (Ludovic Courtès) wrote: >>> See the example at: >>> >>> https://lists.gnu.org/archive/html/help-guix/2016-07/msg00231.html >> >> It seems a wishlist. Well, I do not know i

bug#45615: SWH API break?

2021-01-14 Thread Ludovic Courtès
Hi! For the record, I reported the issue here: https://github.com/aconchillo/guile-json/issues/69 It was promptly fixed and released in 4.5.1, but at first sight this version introduces other issues. To be continued… Ludo’.

bug#32180: French manual installed unexpectedly

2021-01-14 Thread Ludovic Courtès
Hi Julien, Julien Lepiller skribis: > Le Fri, 20 Jul 2018 15:00:55 +0200, > l...@gnu.org (Ludovic Courtès) a écrit : > >> Hello! >> >> Chris Marusich skribis: >> >> > I recently upgraded two different GuixSD systems by running "guix >> > pull" to get the latest and greatest. In both cases, w

bug#45836: cups-service-type duplicates lp group

2021-01-14 Thread Ludovic Courtès
Hi Leo, Leo Prikler skribis: >> I’d be pragmatic here: >> >> 1. Ignore duplicates that are identical (don’t report them). > Is that still not a problem, because either definition could change? Sure, but that’s a separate issue, which is what #2 addresses. >> 2. Remove “lp” from %base-grou

bug#45856: Shadowsocks issue

2021-01-14 Thread musics--- via Bug reports for GNU Guix
I have been trying to connect to shadowsock for several months, but I have never been successful! Commands: https://paste.debian.net/1181082 (I do not know much about shadowsocks)

bug#44871: arcan: update to 0.6

2021-01-14 Thread zimoun
Hi, On Wed, 13 Jan 2021 at 23:31, Vinícius dos Santos Oliveira wrote: > > > Would you like to give it a try? > > I did give it a try, but it is too much for me. I'm still a newbie in guix > and I cannot undertake this job just yet. Maybe, you could report what you tried and what failed, so then

bug#43274: latest genimage test suite

2021-01-14 Thread Vincent Legoll
Those two issues are linked... The mke2fs test failure happens on all versions after 11: 12, 13 & even the recent 14. I tried the coreutils-with-xattrs that was suggested a while back, but unsuccessfully. Anyone had a chat with upstream about that failure ? -- Vincent Legoll

bug#43274: latest genimage test suite

2021-01-14 Thread Vincent Legoll
On Thu, Jan 14, 2021 at 1:33 PM Vincent Legoll wrote: > Those two issues are linked... The other one being the closed & archived : 40...@debbugs.gnu.org -- Vincent Legoll

bug#45836: [PATCH] services: Let cups-service-type reuse base lp group.

2021-01-14 Thread Leo Prikler
* gnu/services/cups.scm (%cups-accounts): Try to use the lp group defined in %base-groups. * gnu/system/shadow.scm (account-activation): Delete duplicate (eq?) users and groups before transforming them to specs and asserting, that names are unique. --- gnu/services/cups.scm | 10 -- gnu/sy

bug#45716: [PATCH 1/1] gnu: qemu: Fix ioclt(…, SIOCGIFCONF, …) for emulated 64 bit architectures.

2021-01-14 Thread Ludovic Courtès
Hi, Stefan skribis: > * gnu/packages/virtualization.scm (qemu): Add a snippet to fix a bug in the > do_ioctl_ifconf() function of qemu to make ioclt(…, SIOCGIFCONF, …) work for > emulated 64 bit architectures. > > The sizeof(struct ifreq) is 40 for 64 bit and 32 for 32 bit architectures. > This

bug#42162: gforge.inria.fr to be taken off-line in Dec. 2020

2021-01-14 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: [...] > There’s not much we can do if upstream isn’t more cautious though. > Perhaps we can still update to the “new” 6.1.0, maybe labeling it > “6.1.0b”? I'd prefer to append a '-1' revision rather than changing the version string itself; as that is IMO the

bug#45865: Local font file installation issue

2021-01-14 Thread musics--- via Bug reports for GNU Guix
To install (Old Persian font), ‌ In the first step, I copied the file to (/home/.local/share/fonts) and then run the command (fc-cache -fv); After that, the IceCat font was automatically changed to the new font! Therefore, the new font directly affects IceCat. And then I changed the font in IceC

bug#45868: genimage test suite

2021-01-14 Thread Vincent Legoll
Hello, I retried to work on updating genimage to newer versions. I'm still getting the mke2fs test failure, but... when building with -K and then in another shell instance: cd /tmp/guix-build-genimage-14.drv-3 . environment-variables cd sources make check They all pass, even the dreaded mke2fs

bug#45867: hurd-vm: custom disk-size ignored

2021-01-14 Thread Jan Nieuwenhuizen
On current master, setting a bigger disk-size for a childhurd --8<---cut here---start->8--- (service hurd-vm-service-type (hurd-vm-configuration (disk-size (* 12 (expt 2 30))) ;12GiB --8<---cut here---

bug#45856: Shadowsocks issue

2021-01-14 Thread Leo Prikler
Hello musics, I don't think that's necessarily a bug in Guix or even in shadowsocks. shadowsocks actually has a wiki including an example configuration [1]. To be fair, however, that configuation is not immediately usable, as you are supposed to change both server and password to make it run. Ev

bug#45867: hurd-vm: custom disk-size ignored

2021-01-14 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: > On current master, setting a bigger disk-size for a childhurd > > (service hurd-vm-service-type >(hurd-vm-configuration > (disk-size (* 12 (expt 2 30))) ;12GiB > > > is being ignored. I am suspecting [..] > disk-size goes unused.

bug#45618: development childhurd fails to build: glib@2.62.6: build system `meson'

2021-01-14 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Hello, > On current master > > 395489cdc959c3f3c026bf545c3ed95efc9919f0 > gnu: spice-vdagent: Update to 0.20.0. > > building > > ./pre-inst-env guix system disk-image --target=i586-pc-gnu > gnu/system/examples/devel-hurd.tmpl > > fail with > > guix system: e

bug#44871: arcan: update to 0.6

2021-01-14 Thread Vinícius dos Santos Oliveira
Em qui., 14 de jan. de 2021 às 09:25, zimoun escreveu: > Maybe, you could report what you tried and what failed, so then the > community could advice and/or help you. Learning by doing. :-) That does happen when you already have some idea, but I'm completely lost here. I need to get more experi

bug#45618: development childhurd fails to build: glib@2.62.6: build system `meson'

2021-01-14 Thread Ludovic Courtès
Hi, Jan Nieuwenhuizen skribis: > My bad, turns out to be the new guile-avahi dependency that cannot be > cross-built. Good catch, thanks for the fix! Ludo’.

bug#45676: Store references inside compressed data

2021-01-14 Thread Ludovic Courtès
Hi Leo, Leo Prikler skribis: > From 57c23bf6ecac79c397cb49ff251176ec3a7b1cf5 Mon Sep 17 00:00:00 2001 > From: Leo Prikler > Date: Wed, 6 Jan 2021 09:24:07 +0100 > Subject: [PATCH] gnu: emacs: Don't install compressed archives. > > See . Perhaps make it a com

bug#45676: Store references inside compressed data

2021-01-14 Thread Leo Prikler
Hi Ludo, Am Donnerstag, den 14.01.2021, 22:31 +0100 schrieb Ludovic Courtès: > Hi Leo, > > Leo Prikler skribis: > > > From 57c23bf6ecac79c397cb49ff251176ec3a7b1cf5 Mon Sep 17 00:00:00 > > 2001 > > From: Leo Prikler > > Date: Wed, 6 Jan 2021 09:24:07 +0100 > > Subject: [PATCH] gnu: emacs: Don't

bug#27447: pelican-quickstart produces files with store path shebangs

2021-01-14 Thread Mark H Weaver
Hi Simon, zimoun writes: > First, one key point is the dates… > >>> On Fri, 18 Dec 2020 at 21:10, zimoun wrote: On Thu, 22 Jun 2017 at 12:35, ng0 wrote: > > …so more than 3 years without any comment. That a bug has been neglected for years does not imply that it's no longer a bug, or tha

bug#45885: [core-updates] libpng 1.6.37 non-deterministic test failure

2021-01-14 Thread Maxim Cournoyer
Hello, I had the following failure while building core-updates: --8<---cut here---start->8--- PASS: tests/pngimage-full Testsuite summary for libpng 1.6.37