debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #03360
[Bug 2115196] Re: echo: -- duplicated when passed as non-first argument
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@xxxxxxxxxx> Fri, 04 Jul 2025 13:58:43
+0200
** Changed in: rust-coreutils (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to make-dfsg in Ubuntu.
https://bugs.launchpad.net/bugs/2115196
Title:
echo: -- duplicated when passed as non-first argument
Status in coreutils:
Fix Released
Status in coreutils-from package in Ubuntu:
New
Status in make-dfsg package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
Fix Released
Bug description:
The make-dfsg build is failing with the rust-coreutils
https://launchpadlibrarian.net/800511386/buildlog_ubuntu-questing-amd64.make-dfsg_4.4.1-2_BUILDING.txt.gz
One set of tests is failing due to an "echo" issue
*** work/variables/MAKEFLAGS.base.100 Mon Jun 23 10:05:34 2025
--- work/variables/MAKEFLAGS.log.100 Mon Jun 23 10:05:34 2025
***************
*** 1 ****
! erR -- FOO=bar
--- 1 ----
! erR -- -- FOO=bar
Which has been fixed upstream (confirmed with a git build of "echo")
https://github.com/uutils/coreutils/issues/7558
To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2115196/+subscriptions
References