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

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

[Octave-bug-tracker] [bug #51803] openjdk 9 no longer allows building wi


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #51803] openjdk 9 no longer allows building with -source 1.3 -target 1.3
Date: Sun, 20 Aug 2017 14:15:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #2, bug #51803 (project octave):

With some risk of hijacking the bug report. 
I build octave with java-9 on Fedora and now some off the (java) tests are
failing:


 ## Check for valid first two Java version numbers
 jver = strsplit (javaMethod ("getProperty", "java.lang.System",
"java.version"), ".");
 assert (isfinite (str2double (jver{1})) && isfinite (str2double (jver{2})));
!!!!! test failed
jver(2): out of bound 1

...
jver = strsplit (javaMethod ("getProperty", "java.lang.System",
"java.version"), ".")
jver =
{
  [1,1] = 9
}


So if we to allow java-9 as well as older version this check should be
modified.

Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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