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

Launchpad Bug Tracker 2113963 at bugs.launchpad.net
Fri Jul 4 22:39:25 UTC 2025


This bug was fixed in the package rust-coreutils - 0.1.0-0ubuntu1

---------------
rust-coreutils (0.1.0-0ubuntu1) questing; urgency=medium

  * New upstream release.
    - Add the -Z,--context options (LP: #2110910)
    - Add install -T (LP: #2111714)
    - Improve echo -- handling (LP: #2115196)
    - Fixes chroot in namespace (LP: #2111882)
    - sha256sum and friends now correctly handle * (LP: #2113963)
    - rm: Don't prompt if stdin is not interactive (LP: #2115035)
  * Update vendored dependencies and rebase the patches
  * Use Rust 1.85 for building, a bunch of workarounds are needed right now:
    - Use a vendored copy of the cargo wrapper that hardcodes cargo-1.85
    - Remove the unneeded dh_auto_configure call, this duplicates what we
      already do explictly
    - Switch the build system to makefile, since we actually use the
      makefile buildsystem

 -- Julian Andres Klode <juliank at ubuntu.com>  Fri, 04 Jul 2025 13:58:43
+0200

** Changed in: rust-coreutils (Ubuntu)
       Status: Triaged => Fix Released

-- 
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:
  Triaged
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