-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8272518 | 17.0.2 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8272676 | 17.0.1 | Severin Gehwolf | P4 | Resolved | Fixed | b08 |
JDK-8277791 | 15.0.6 | Dmitry Cherepanov | P4 | Resolved | Fixed | b03 |
JDK-8278900 | 13.0.10 | Olga Mikhaltcova | P4 | Resolved | Fixed | b04 |
JDK-8272900 | 11.0.13 | Severin Gehwolf | P4 | Resolved | Fixed | b04 |
ifeq ($(USE_EXTERNAL_HARFBUZZ), true)
LIBFONTMANAGER_EXTRA_SRC =
BUILD_LIBFONTMANAGER_FONTLIB += $(LIBHARFBUZZ_LIBS)
else
LIBFONTMANAGER_EXTRA_SRC = libharfbuzz
[...]
Note the BUILD_LIBFONTMANAGER_FONTLIB += $(LIBHARFBUZZ_LIBS) piece which is supposed to add relevant linker flags.
Yet, LIBHARFBUZZ_LIBS is never actually set by the build system. HARFBUZZ_LIBS is:
$ grep HARFBUZZ_LIBS build/linux-x86_64-server-release/spec.gmk
HARFBUZZ_LIBS:=-lharfbuzz
- backported by
-
JDK-8272518 --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
-
- Resolved
-
-
JDK-8272676 --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
-
- Resolved
-
-
JDK-8272900 --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
-
- Resolved
-
-
JDK-8277791 --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
-
- Resolved
-
-
JDK-8278900 --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
-
- Resolved
-
- duplicates
-
JDK-8262502 build --with-harfbuzz=system fails on Debian/Ubuntu systems
-
- Closed
-
- relates to
-
JDK-8255790 GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/6a6e00e5
-
Commit openjdk/jdk13u-dev/828454c3
-
Commit openjdk/jdk15u-dev/3adb4ce0
-
Commit openjdk/jdk17u/e506cb23
-
Commit openjdk/jdk/d38b3143
-
Review openjdk/jdk11u-dev/241
-
Review openjdk/jdk13u-dev/304
-
Review openjdk/jdk15u-dev/143
-
Review openjdk/jdk17u/11
-
Review openjdk/jdk/5091