On Thu, Sep 17, 2020 at 02:13:06PM +0200, Mathieu Othacehe wrote:
> Did you use a specific operating system file? Or the raw bare-bones.tmpl
> as hardcoded in the snippet I sent?
Actually I used my own system file. Now I tried again running
guile image.scm
where image.scm is your snippet with b
Hello Andreas,
> In unknown file:
>1 (primitive-load-path "gnu/system/pam" #)
> In /run/current-system/profile/share/guile/site/3.0/gnu/system/pam.scm:
> 303:2 0 (_)
>
> /run/current-system/profile/share/guile/site/3.0/gnu/system/pam.scm:303:2:
> error: service-type: unbound va
On Mon, Sep 14, 2020 at 04:24:19PM +0300, Efraim Flashner wrote:
> I'm not sure about the trivial-format-string? warning (we should
More worrysome is the end of the story:
;;; compiled
/home/andreas/.cache/guile/ccache/3.0-LE-8-4.2/gnu/store/xad80h6vbsc1fb844kx1c5l0am97nfm1-guix-1.1.0-25.44c6e6f
On Mon, Sep 14, 2020 at 11:32:42AM +0200, Andreas Enge wrote:
> Hello Mathieu,
>
> thanks for your helpful reply!
>
> On Wed, Sep 09, 2020 at 11:11:18AM +0200, Mathieu Othacehe wrote:
> > That does not really explain the error though, but that's another
> > issue. The pending patch here[1], will
Hello Mathieu,
thanks for your helpful reply!
On Wed, Sep 09, 2020 at 11:11:18AM +0200, Mathieu Othacehe wrote:
> That does not really explain the error though, but that's another
> issue. The pending patch here[1], will hopefully help users specify
> their target image. It means that you should
Sorry, this:
> ((drv (lower-object (system-image my-image "armhf-linux")))
should instead be:
--8<---cut here---start->8---
((drv (lower-object (system-image my-image) "armhf-linux"))
--8<---cut here---end---
Hello Andreas,
> The appearance of "efi" and "grub" is suspicious.
>
> I do have this in my config:
> (bootloader (bootloader-configuration
>(bootloader u-boot-novena-bootloader)
>(target "/dev/mmcblk0")))
> So there is no trace of grub or efi in it. Does anyone
Hello,
when issuing the following command on an aarch64 machine:
guix system disk-image --system=armhf-linux config.scm
it fails like this:
building /gnu/store/p9iz58wrxc4jiqd21n1q0rwcrjgbrk3q-partition.img.drv...
Backtrace:
3 (primitive-load "/gnu/store/vs1lk99mbv4hx6jy9dy40c4iyc0…"