Build should check for GL and Xxf86vm packages on Linux

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8u20
    • Component/s: javafx
    • None
    • Environment:

      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.

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

              Created:
              Updated:
              Imported: