Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 17, 18
-
Fix Version/s: 18
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b12
-
CPU:generic
-
OS:linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8275026 | 17.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
Description
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'.
Attachments
Issue Links
- backported by
-
JDK-8275026 package help is not displayed for missing X11/extensions/Xrandr.h
-
- Resolved
-