unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
To: 60287@debbugs.gnu.org
Subject: bug#60287: arm-linux-gnueabihf: system image: kernel module not found "ahci"
Date: Fri, 23 Dec 2022 23:03:01 +0100	[thread overview]
Message-ID: <20221223230301.0614fb46@primary_laptop> (raw)

[-- 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 --]

                 reply	other threads:[~2022-12-23 22:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221223230301.0614fb46@primary_laptop \
    --to=gnutoo@cyberdimension.org \
    --cc=60287@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).