-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b12
-
os_x
On MacOS, files may have extended attributes attached. These attributes are copied together with the files. To prevent issues during further processing, the extended attributes of the copies must be removed. This action was implemented as solution of an older bug.
The solution is incomplete because it does not handle files with read-only permissions correctly. Without write permission, xattr cannot remove the extended attributes. The action is rejected with a "permission denied" error.
The issue is present in all releases. I reproduced it in 11, 17, ... 23, head
The solution is incomplete because it does not handle files with read-only permissions correctly. Without write permission, xattr cannot remove the extended attributes. The action is rejected with a "permission denied" error.
The issue is present in all releases. I reproduced it in 11, 17, ... 23, head
- relates to
-
JDK-8342858 Make target mac-jdk-bundle fails on chmod command
- Resolved
- links to
-
Commit(master) openjdk/jdk/715fa8f9
-
Review(master) openjdk/jdk/20203