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 (_ #)
>
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
build log here:
http://ix.io/4fU9
I was just running routine upgrades and was stopped on this, so
reporting.
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
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
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.
> >
>
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
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