Re: New Ubuntu versions install sudo-rs and fail the sudo version check
"\"md\"" ([email protected] via alfs-discuss Mailing List) <[email protected]> Mon, 18 May 2026 07:49:01 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format...
------------=_1779090546-5265-30275
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7BIT
Content-length: 1961
I'm providing Docker commands for anyone who wants to reproduce the problem.
In addition to sudo-rs, there another problem on Ubuntu 26.04 host due to
https://github.com/uutils/coreutils being installed by default instead of
coreutils.
This results in jhalfs failed check:
COREUTILS <0.8.0>
COREUTILS is missing or version -->0.8.0<-- is too old.
This script requires 8.1 or greater
As a workaround, it is still possible to install the traditional coreutils
(called coreutils-from-gnu).
docker run --rm -it --name ubuntu ubuntu:26.04 bash -c 'grep PRETTY /etc/
*release && apt-get update && apt-get remove -y coreutils-from-uutils --allow-
remove-essential && apt-get install -y coreutils-from-gnu && dpkg -l coreutils
coreutils-from-gnu coreutils-from-uutils && chown --version | head -n1 | cut -
d" " -f4'
+++-=====================-===========================-============-
========================================
ii coreutils 9.5-1ubuntu2+0.0.0~ubuntu25 all coreutils
meta package
ii coreutils-from-gnu 0.0.0~ubuntu25 all coreutils
from the GNU coreutils project
un coreutils-from-uutils <none> <none> (no
description available)
9.7
docker run --rm -it --name ubuntu ubuntu:26.04 bash -c 'grep PRETTY /etc/
*release && dpkg -l coreutils coreutils-from-gnu coreutils-from-uutils &&
chown --version | head -n1 | cut -d" " -f4'
+++-=====================-===========================-============-
=================================
ii coreutils 9.5-1ubuntu2+0.0.0~ubuntu25 all coreutils
meta package
un coreutils-from-gnu <none> <none> (no
description available)
ii coreutils-from-uutils 0.0.0~ubuntu25 all coreutils
from the uutils project
0.8.0
I think in the future LFS will need to support both gnu and rust version
checks of these packages.
Marcin
------------=_1779090546-5265-30275
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1779090546-5265-30275--