* bug#60287: arm-linux-gnueabihf: system image: kernel module not found "ahci"
@ 2022-12-23 22:03 Denis 'GNUtoo' Carikli
0 siblings, 0 replies; only message in thread
From: Denis 'GNUtoo' Carikli @ 2022-12-23 22:03 UTC (permalink / raw)
To: 60287
[-- Attachment #1: Type: text/plain, Size: 2413 bytes --]
Hi,
I've been trying to build a system image with the following command:
> $ guix system image --target=arm-linux-gnueabihf -t raw-with-offset \
> minimal.scm
And the following minimal.scm:
> (use-modules (gnu)
> (gnu bootloader u-boot))
> (use-service-modules networking ssh)
> (use-package-modules bootloaders screen ssh)
>
> (operating-system
> (host-name "qemu-arm")
> (timezone "Europe/Paris")
> (locale "en_US.utf8")
> (bootloader (bootloader-configuration
> (bootloader (bootloader (inherit u-boot-bootloader)
> (installer #~(const #t))))))
> (kernel-arguments '("console=ttyS0,115200"))
> (file-systems (cons (file-system
> (device (file-system-label "my-root"))
> (mount-point "/")
> (needed-for-boot? #t)
> (type "ext4")) %base-file-systems))
> (users (cons (user-account
> (name "gnutoo")
> (group "users")
> (supplementary-groups '("wheel" "audio" "video")))
> %base-user-accounts))
> (packages (append (list screen) %base-packages))
> (services
> (append (list (agetty-service (agetty-configuration (extra-options '("-L"))
> (baud-rate "115200")
> (term "xterm-256color")
> (tty "ttyS0"))))
> %base-services)))
And it gives me that error:
$ zcat qsh8mas9r3fsmd7q1rn8idaj8ja57n-linux-modules.drv.gz | sed 's#^#> #'
> Backtrace:
> 5 (primitive-load "/gnu/store/p3anj14w2svvcrchshnfkxap6j3?")
> In ice-9/eval.scm:
> 619:8 4 (_ #f)
> 626:19 3 (_ #<directory (guile-user) 7ffff5fdbc80>)
> 293:34 2 (_ #(#<directory (guile-user) 7ffff5fdbc80> #<procedu?>))
> In srfi/srfi-1.scm:
> 586:17 1 (map1 ("ahci" "usb-storage" "uas" "usbhid" "hid-gene?" ?))
> In gnu/build/linux-modules.scm:
> 269:5 0 (_)
>
> gnu/build/linux-modules.scm:269:5: kernel module not found "ahci" "/gnu/store/0v0b3vb7wgavq9s4yck6hpqjm981ixg3-linux-libre-6.0.15/lib/modules"
It worked long time ago (probably around the time where Guix 1.3 was
released),
so some regression probably happened somewhere.
Denis.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-23 22:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 22:03 bug#60287: arm-linux-gnueabihf: system image: kernel module not found "ahci" Denis 'GNUtoo' Carikli
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.