octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53531] configure automatic detection of Java


From: Rik
Subject: [Octave-bug-tracker] [bug #53531] configure automatic detection of Java version fails with OpenJDK 10 and 11
Date: Mon, 2 Apr 2018 00:49:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53531 (project octave):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #1:

I pushed a change to the sed pattern to remove extra characters after the
version part of the string.  See
http://hg.savannah.gnu.org/hgweb/octave/rev/523298448352.

That addresses the first part of the bug.  I don't think the second part is a
problem because the test is


  if test $java_major -gt 1 || (test $java_major -eq 1 && test $java_minor -ge
5); then


Even thought the minor number will be read as 10 or 11, the major number is
greater than 1 so the second test isn't used.

Marking bug as Ready for Test.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53531>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]