[Bug 2113963] Re: rust-coreutils: sha256sum -c does not support * modifier outside of first line

Julian Andres Klode 2113963 at bugs.launchpad.net
Thu Sep 4 10:16:19 UTC 2025


** Changed in: coreutils-from (Ubuntu)
       Status: Triaged => Invalid

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

Title:
  rust-coreutils: sha256sum -c does not support * modifier outside of
  first line

Status in coreutils-from package in Ubuntu:
  Invalid
Status in rust-coreutils package in Ubuntu:
  Fix Released

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/coreutils-from/+bug/2113963/+subscriptions




More information about the foundations-bugs mailing list