Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11, 12
-
Fix Version/s: 12
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b20
-
OS:linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245504 | 11.0.9-oracle | Volker Simonis | P4 | Resolved | Fixed | b01 |
JDK-8220361 | 11.0.4 | Volker Simonis | P4 | Resolved | Fixed | b01 |
Description
On some more "exotic" Linux platforms, libfreetype.so is found under /usr/lib64/libfreetype.so even if the platform only supports 64-bits.
However, we currently only check for libfreetype.so under "/usr/lib" and "/usr/lib/<ARCH>-linux-gnu". Another check under "/usr/lib64" does no harm and greatly improves the usibility on the mentioned platforms.
However, we currently only check for libfreetype.so under "/usr/lib" and "/usr/lib/<ARCH>-linux-gnu". Another check under "/usr/lib64" does no harm and greatly improves the usibility on the mentioned platforms.
Attachments
Issue Links
- backported by
-
JDK-8220361 Improve freetype detection on linux/ppc64/ppc64le/s390x
-
- Resolved
-
-
JDK-8245504 Improve freetype detection on linux/ppc64/ppc64le/s390x
-
- Resolved
-