Opened 3 years ago
Last modified 3 years ago
#4992 closed enhancement
add coreutils-9.0 chmod patch — at Initial Version
Reported by: | Xi Ruoyao | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 11.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
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).
I've added the patch into patches repository, named coreutils-9.0-chmod_fix-1.patch
.
Note that this patch is needed in both Chapter 6 and Chapter 8, because it will affect glibc test.
Note:
See TracTickets
for help on using tickets.