-
Bug
-
Resolution: Duplicate
-
P4
-
9
In Copy-java.desktop.gmk, libfreetype is copied into the exploded image (if configured to do so). The recipe for this does not contain a mkdir for the parent directory of the target file. Since in the new build, this makefile may be run very early in the build, there is a potential race as the directory might not yet exist. The fix is simple, replace the explicit $(CP) with the standard $(install-file).
- duplicates
-
JDK-8058756 OpenJDK builds fail on Windows - cannot copy freetype.dll
-
- Resolved
-
- relates to
-
JDK-8062312 OpenJDK build fails when bundling freetype libraries
-
- Resolved
-