[Bug 1194] New: IcedTea tries to build with /usr/lib/jvm/java-openjdk (now a 1.7 VM) by default

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Oct 11 11:56:04 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1194

          Priority: P3
            Bug ID: 1194
                CC: unassigned at icedtea.classpath.org
          Assignee: gnu.andrew at redhat.com
           Summary: IcedTea tries to build with /usr/lib/jvm/java-openjdk
                    (now a 1.7 VM) by default
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: gnu.andrew at redhat.com
          Hardware: x86_64
            Status: NEW
           Version: 6-1.11.4
         Component: IcedTea
           Product: IcedTea

/usr/lib/jvm/java-openjdk is the first patch searched by IcedTea if
--with-jdk-home is not specified and points to the default OpenJDK on Fedora. 
Now that this is 1.7 on F17+, it wrongly picks up a 1.7 VM and the build fails.

This patch on HEAD:

+2012-03-19  Andrew John Hughes  <ahughes at redhat.com>
+
+    * acinclude.m4:
+    (IT_CHECK_FOR_JDK): Update JDK home directory
+    check list, adding some missing 1.6 entries
+    and removing generic ones which may now pick
+    up an unwanted 1.7 installation.


updates the list to:

    for dir in ${BOOTSTRAP_VMS} /usr/lib/jvm/java-1.6.0 \
               /usr/lib/jvm/icedtea6 /usr/lib/jvm/java-6-openjdk \
              /usr/lib/jvm/java-1.6.0-openjdk /usr/lib/jvm/icedtea-6 ; do

all of which specify the required version (6).  This needs backporting to the
1.10 and 1.11 release branches.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121011/d305fa55/attachment.html 


More information about the distro-pkg-dev mailing list