Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8089054

Build should check for GL and Xxf86vm packages on Linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u20
    • javafx
    • None
    • Ubuntu Linux

      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.

            Unassigned Unassigned
            anthony Anthony Petrov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: