JDK-8089054 : Build should check for GL and Xxf86vm packages on Linux
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 8u20
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-05-07
  • Updated: 2024-11-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Description
Our gradle script checks if GTK, gthread, and xtst libraries are present early in the build process, and fails if one of them is missing. However, there's no checks for the GL or Xxf86vm packages, and so the build simply fails when compiling Prism:

:graphics:linkLinuxPrismES2
/usr/bin/ld: cannot find -lXxf86vm
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
:graphics:linkLinuxPrismES2 FAILED

We need to check for the presence of the packages earlier in the build process.