-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: infrastructure
-
None
-
b38
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8084176 | emb-9 | Volker Simonis | P4 | Resolved | Fixed | team |
After the fix for "JDK-8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll" the build fails on Unix if the freetype library which should be bundled is a symbolic link. This is because 8058756 replaced the copy operation by a call to $(install-file) which preserves symlinks.
The fix is easy: just roll back to the initial copy operation and insert an 'mkdir -p' for the target directory.
The fix is easy: just roll back to the initial copy operation and insert an 'mkdir -p' for the target directory.
- backported by
-
JDK-8084176 OpenJDK build fails when bundling freetype libraries
-
- Resolved
-
- relates to
-
JDK-8058756 OpenJDK builds fail on Windows - cannot copy freetype.dll
-
- Resolved
-
-
JDK-8057755 Race in copying of libfreetype
-
- Closed
-