[Bug 2113963] [NEW] breaks linu-restricted-modules build

Timo Aaltonen 2113963 at bugs.launchpad.net
Wed Jun 11 16:10:39 UTC 2025


Public bug reported:

Hi

lrm build fails, or it's 'lrg' intermediate to be exact. It's used to
build signed versions of the nvidia modules, and the failing part is
doing:

sha256sum -c SHA256SUMS
nvidia-drm.ko: OK
sha256sum: *nvidia-modeset.ko: No such file or directory
*nvidia-modeset.ko: FAILED open or read
sha256sum: *nvidia-peermem.ko: No such file or directory
*nvidia-peermem.ko: FAILED open or read
sha256sum: *nvidia-uvm.ko: No such file or directory
*nvidia-uvm.ko: FAILED open or read
sha256sum: *nvidia.ko: No such file or directory
*nvidia.ko: FAILED open or read
sha256sum: WARNING: 4 listed files could not be read

so the first file is checked fine, but it claims the others aren't
present, but they are

reverting to gnu-coreutils fixed it:

sha256sum -c SHA256SUMS                    
nvidia-drm.ko: OK
nvidia-modeset.ko: OK
nvidia-peermem.ko: OK
nvidia-uvm.ko: OK
nvidia.ko: OK

tested on questing chroot.

** Affects: rust-coreutils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rust-coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/2113963

Title:
  breaks linu-restricted-modules build

Status in rust-coreutils package in Ubuntu:
  New

Bug description:
  Hi

  lrm build fails, or it's 'lrg' intermediate to be exact. It's used to
  build signed versions of the nvidia modules, and the failing part is
  doing:

  sha256sum -c SHA256SUMS
  nvidia-drm.ko: OK
  sha256sum: *nvidia-modeset.ko: No such file or directory
  *nvidia-modeset.ko: FAILED open or read
  sha256sum: *nvidia-peermem.ko: No such file or directory
  *nvidia-peermem.ko: FAILED open or read
  sha256sum: *nvidia-uvm.ko: No such file or directory
  *nvidia-uvm.ko: FAILED open or read
  sha256sum: *nvidia.ko: No such file or directory
  *nvidia.ko: FAILED open or read
  sha256sum: WARNING: 4 listed files could not be read

  so the first file is checked fine, but it claims the others aren't
  present, but they are

  reverting to gnu-coreutils fixed it:

  sha256sum -c SHA256SUMS                    
  nvidia-drm.ko: OK
  nvidia-modeset.ko: OK
  nvidia-peermem.ko: OK
  nvidia-uvm.ko: OK
  nvidia.ko: OK

  tested on questing chroot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2113963/+subscriptions




More information about the foundations-bugs mailing list