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

help.m4 includes incorrect message for apt-get

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • infrastructure
    • None
    • x86_64
    • linux_ubuntu

    Description

      In common/autoconf/help.m4, there is a line in apt_help() as follows:

      ---
            PKGHANDLER_COMMAND="sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev" ;;
      ---

      "libX11-dev" should be all lowercase "libx11-dev", otherwise the actual apt-get invocation will fail with the following error:

      "E: Unable to locate package libX11-dev"

      Attachments

        Activity

          People

            Unassigned Unassigned
            naoto Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: