154
Ubuntu 25.10's Move To Rust Coreutils Is Causing Major Breakage For Some Executables
(www.phoronix.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Why would something that hasn't reached sufficient test coverage, or that fails one of the most common test suites around, be put into one of the largest distros around, lts version or not? It's honestly ridiculous
To test it. That's the whole reason why the 6 months releases between the LTS releases in Ubuntu exists.
https://ubuntu.com/about/release-cycle
Key words "production quality". This sure doesn't seem "production quality" to me.
There's still a few weeks until 25.10 releases. If its still issues by release time I'm sure that they'll either delay the 25.10 release (as they have done in the past) or pause the
coreutils-rs
rollout and stick to GNU Coreutils for this release.Furthermore, 25.10 is a short-term release that exists as a preview for 26.04. 25.10 will receive security patches for nine months. 26.04, as an LTS, will receive security patches for up to 12 years (most of which are paid). Nobody should be seriously migrating to 25.10.
If coreutils-rs does get into the official release of 25.10 and totally tanks it, well, that's what short-term releases are for.
We shall hope so.
A few tests failing in beta, when this can be fixed before the release, is hardly newsworthy.
However it leaves a bad taste to even consider replacing coreutils when it's nur clear that the replacement is rock solid. Those commands are used in millions of shell scripts distributed alongside applications. Should coreutils break, we'd learn the hard way.
Yes you're must likely correct. I was simply pushing back on the other poster talking like ubuntu releases other than lts are unstable/testing releases. They are intended to be stable and usable, which is certainly not the case if they include the core utils replacement as it currently stands.