-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b12
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8275026 | 17.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
JDK-8327463 | 11.0.24 | Christoph Langer | P4 | Resolved | Fixed | b01 |
On SUSE Linux 15 configure was running into this error, because of a missing X11 header :
checking for X11/extensions/Xrandr.h... no
configure: error: Could not find all X11 headers (shape.h Xrender.h Xrandr.h XTest.h Intrinsic.h).
I wondered about the missing package help output.
In help.m4, we detect PKGHANDLER as /usr/bin/zypper .
However only the exact string zypper is checked, this should be relaxed.
Afterwards, the package - help is back :
checking for X11/extensions/Xrandr.h... no
configure: error: Could not find all X11 headers (shape.h Xrender.h Xrandr.h XTest.h Intrinsic.h).
You might be able to fix this by running 'sudo zypper install libX11-devel libXext-devel libXrender-devel libXrandr-devel libXtst-devel libXt-devel libXi-devel'.
checking for X11/extensions/Xrandr.h... no
configure: error: Could not find all X11 headers (shape.h Xrender.h Xrandr.h XTest.h Intrinsic.h).
I wondered about the missing package help output.
In help.m4, we detect PKGHANDLER as /usr/bin/zypper .
However only the exact string zypper is checked, this should be relaxed.
Afterwards, the package - help is back :
checking for X11/extensions/Xrandr.h... no
configure: error: Could not find all X11 headers (shape.h Xrender.h Xrandr.h XTest.h Intrinsic.h).
You might be able to fix this by running 'sudo zypper install libX11-devel libXext-devel libXrender-devel libXrandr-devel libXtst-devel libXt-devel libXi-devel'.
- backported by
-
JDK-8275026 package help is not displayed for missing X11/extensions/Xrandr.h
-
- Resolved
-
-
JDK-8327463 package help is not displayed for missing X11/extensions/Xrandr.h
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/6c0a88d9
-
Commit openjdk/jdk17u/9792699a
-
Commit openjdk/jdk/b7f75c0a
-
Review openjdk/jdk11u-dev/2538
-
Review openjdk/jdk17u/167
-
Review openjdk/jdk/4873
(3 links to)