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

hotsparc installation script for 1.0.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.0.1
    • 1.0
    • hotspot
    • 1.0.1
    • sparc
    • solaris_2.6
    • Verified



      We should fix following installation script problems before we have our final 1.0.1 build later this week.

      1. We should fail to install hotspot on JDK 1.2.1 or 1.2, only install on JDK1.2.2

      2. In following message of installation script, We should change "1.2 Reference SDK"
         to "1.2.2 Reference SDK"

          while true ; do
          echo 1>&2 "Please specify the directory where you have the 1.2 Reference SDK installed."
          echo 1>&2 "The binaries for Java HotSpot will be installed within this directory,"
          echo 1>&2 "and will overwrite any previously installed Java HotSpot binaries."
          echo 1>&2 "(They will not overwrite any version of the VM other than HotSpot.)"
          echo 1>&2 "The Reference SDK directory should contain "jre" as a subdirectory."
          echo 1>&2 "Enter directory containing the 1.2 Reference SDK release:"
          
      3. Again, we should change "1.2" to "1.2.2", "fcs" to "1.0.1"
          
          echo "The Solaris Production SDK is not compatible with the fcs HotSpot VM."
          echo "You must use the 1.2 Reference SDK, which can be found at"
          echo "http://java.sun.com/products/jdk/1.2/"
          echo "Aborting..."
          rm -f $outname
          exit 1
          

      4. Maybe we should change "-le" to "-lt".
         For example, in the case of $count103566 = 1 , it mean user have that required patch in the machine.
         we should not report "103566-08 required Xsun Patch".


               echo "Patches required to run on Solaris 2.5.1 :"
                   if [ $count103566 -le 1 ]; then
                   echo "\t103566-08 required Xsun Patch"
                   fi
                   if [ $count103640 -le 1 ]; then
                   echo "\t103640-27 required Kernel update and libthread Patch"
                   fi
                   if [ $count103627 -le 1 ]; then
                   echo "\t103627-10 required Linker Patch"
                   fi
                   echo "This system is missing ONE OR MORE required patches."
                   echo "Aborting..."

            duke J. Duke
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: