bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-14 Thread Denis 'GNUtoo' Carikli
I've tried to cross compile an image but I end up with this build failure: > $ zcat > /var/log/guix/drvs/fl/nrxka21fgd5hpbchzp3fyv01xyrs2v-linux-modules.drv.gz > Backtrace: 5 (primitive-load > "/gnu/store/lm7mjsdx6p16pbavv80hpf561df?") In ice-9/eval.scm: > 619:8 4 (_ #f) >626:19 3 (_ #) >

bug#58926: Shepherd becomes unresponsive after an interrupt

2022-11-14 Thread Ludovic Courtès
Hello! Ludovic Courtès skribis: > These fresh Shepherd commits install a non-blocking ‘system*’ replacement: > > 975b0aa service: Provide a non-blocking replacement of 'system*'. > 039c7a8 service: Spawn a fiber responsible for process monitoring. > > We’ll have to do more testing and probab

bug#59261: castor 0.8.18 build failure

2022-11-14 Thread bdju
build log here: http://ix.io/4fU9 I was just running routine upgrades and was stopped on this, so reporting.

bug#59256: Emacs-guix tab-completion returns gexp error

2022-11-14 Thread Joshua Hecker via Bug reports for GNU Guix
To Guix, Emacs-guix tab-completion or M-x guix-command returns: Error in evaluating guile expression: ice-9/boot-9.scm:1685:16: In procedure raise-exception: /home/crono/.config/guix/current/share/guile/site/3.0/guix/scripts/deploy.scm:177:7: Unknown # object: "#~" Entering a new prompt. Type

bug#56290: Guix is at version 0, according to "guix --version"

2022-11-14 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > I've hunted this down using 'guix time-machine' and it looks like the > first commit where the version string returns 0 is > 076e825dc5d585943ce820a279fffe4af09757fb. On that > commit 'guix time-machine --commit=076e... -- --version' returns 0 and > on the commit b

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-14 Thread Tanguy LE CARROUR
Quoting Denis 'GNUtoo' Carikli (2022-11-13 21:54:49) > On Sun, 13 Nov 2022 11:48:18 +0100 > Tanguy LE CARROUR wrote: > > > Sat, 12 Nov 2022 16:40:20 +0100 > > > Does it also fails with 'guix pull -M 1 -c 1' ? > [...] > > I'll try on a brand new SD card, because the one I used is a bit old. > > >

bug#59278: how gcc-toolchain can depends a package who doesn't exists?

2022-11-14 Thread bbb ee
in version c81457a5883ea43950eb2ecdcbb58a5b144bcd11 of guix, gcc-toolchain depends gcc: ``` $ DEFAULT_CHANNELS=/tmp/default_channels.scm $ echo "%default-channels" > $DEFAULT_CHANNELS # I force guix to use only %default-channels here $ guix time-machine --commit=c81457a5883ea43950eb2ecdcbb58a5b144b

bug#59278: how gcc-toolchain can depends a package who doesn't exists?

2022-11-14 Thread Julien Lepiller
Hi, This is not a bug. The gcc package exists, but is hidden from CLI on purpose because you shouldn't install it and use it directly. You should use gcc-toolchain instead. Le 15 novembre 2022 00:53:32 GMT+01:00, bbb ee a écrit : >in version c81457a5883ea43950eb2ecdcbb58a5b144bcd11 of guix, gc