coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-9.1.198-e68b1.tar.xz on Alpine Linux


From: Pádraig Brady
Subject: Re: coreutils-9.1.198-e68b1.tar.xz on Alpine Linux
Date: Sun, 19 Mar 2023 22:31:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Thunderbird/109.0

On 14/03/2023 23:05, Bruno Haible wrote:
On Alpine Linux 3.17 (which uses musl libc), I get 2 test failures:

FAIL: tests/misc/stty-invalid

repro'd on alpine 3.15.
Getting error "unable to perform all requested operations"
when trying to reapply the settings returned by `stty -g`.

I confirmed the attached fixes this on alpine 3.15

FAIL: tests/cp/preserve-mode

There is a mismatch between the modes of a dir created with mkdir and cp.

mkdir mode    = 42755
cp mkdir mode = 40755

So mkdir has set-group-ID bit set.
cp should be creating dir with that bit set also?

In any case created subdirectories should inherit the setgid bit from parent.

I can't repro this on the alpine 3.15 system at least,
nor on a local system with setgid bit set on the test dirs.

cheers,
Pádraig

Attachment: stty-mode-init.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]