JDK-8193458 : Incorrect cmake platform string for 32-bit Linux
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-12-13
  • Updated: 2017-12-14
  • Resolved: 2017-12-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Fixed
Related Reports
Relates :  
Description
While backporting the 605.1 WebKit to FX 8u, we discovered that the cmake platform string for 32-bit Linux in build.gradle was wrong. It had been changed to x86 in FX 10, but should have been i586. This error was causing cmake to fail to identify the JDK platform correctly when using JDK 8u as a boot JDK (which is what we ned to use to build FX 8u). This was fixed in 8u and now needs to be fixed in 10 to make them consistent.

Comments
Changeset: 0deea70e9e23 Author: mbilla Date: 2017-12-14 01:07 +0530 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/0deea70e9e23
13-12-2017

+1
13-12-2017

webrev: http://cr.openjdk.java.net/~mbilla/8193458/webrev.00/ Changed DCMAKE_SYSTEM_PROCESSOR from x86 to i586 (to be consistent with 8u)
13-12-2017