-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b22
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8346267 | 21.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8346424 | 17.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
---
chmod: /Users/dan/Dev/jdk/oracle/build/macosx-aarch64/images/jdk-bundle/jdk-24.jdk/Contents/Home/LICENSE: No such file or directory
MacBundles.gmk:51: recipe for target '/Users/dan/Dev/jdk/oracle/build/macosx-aarch64/images/jdk-bundle/jdk-24.jdk/Contents/Home/LICENSE' failed
make[3]: *** [/Users/dan/Dev/jdk/oracle/build/macosx-aarch64/images/jdk-bundle/jdk-24.jdk/Contents/Home/LICENSE] Error 1
make[3]: *** Waiting for unfinished jobs....
make/Main.gmk:467: recipe for target 'mac-jdk-bundle' failed
make[2]: *** [mac-jdk-bundle] Error 2
---
The file images/jdk-bundle/jdk-24.jdk/Contents/Home/LICENSE is a symbolic link and its target (legal/java.base/LICENSE) does not yet exist. It doesn't always fail, so there seems to be a race condition here (sometimes the target exists? or sometimes chmod doesn't run?).
- backported by
-
JDK-8346267 Make target mac-jdk-bundle fails on chmod command
-
- Resolved
-
-
JDK-8346424 Make target mac-jdk-bundle fails on chmod command
-
- Resolved
-
- relates to
-
JDK-8336498 [macos] [build]: install-file macro may run into permission denied error
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk17u-dev/585297dd
-
Commit(master) openjdk/jdk21u-dev/b682b1fa
-
Commit(master) openjdk/jdk/a522d216
-
Review(master) openjdk/jdk17u-dev/3124
-
Review(master) openjdk/jdk21u-dev/1210
-
Review(master) openjdk/jdk/21649