Changes between Initial Version and Version 3 of Ticket #4992
- Timestamp:
- 02/03/2022 09:41:12 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4992 – Description
initial v3 1 There is a bug in coreutils-9.0 causing `chmod -R` to return non-zero when the directory contains dangling symlinks. It's minor, but breaking one test script in glibc-2.35 (will be released soon). And it also has the potential to break other scripts with `set -e` (for example, jhalfs).1 There is a bug in coreutils-9.0 causing `chmod -R` to return non-zero when the directory contains dangling symlinks. It's minor, but breaking one test script in glibc-2.35 ~~(will be released soon)~~ **if the tests are run as a non-root user (so not affecting LFS)**. And it also has the potential to break other scripts with `set -e` (for example, jhalfs). 2 2 3 3 I've added the patch into patches repository, named `coreutils-9.0-chmod_fix-1.patch`. 4 4 5 Note that this patch is needed in both Chapter 6 and Chapter 8, because it will affect glibc test. 5 ~~Note that this patch is needed in both Chapter 6 and Chapter 8, because it will affect glibc test.~~