From 898b6f799faa0705bfa7dde0c04b18480443ee7e Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Sep 05 2018 13:09:30 +0000 Subject: Require java-1.8.0-openjdk-openjfx, fix build [WIP] Without installing java-1.8.0-openjdk-openjfx, this package is rendered useless as it causes fatal exceptions on start of any JavaFX-based application (see https://bugzilla.redhat.com/show_bug.cgi?id=1539929 and https://bugzilla.redhat.com/show_bug.cgi?id=1557787). --- diff --git a/openjfx.spec b/openjfx.spec index 1097683..4fbc71e 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -21,7 +21,9 @@ ExclusiveArch: %{ix86} x86_64 Requires: javapackages-tools Requires: java +Requires: java-1.8.0-openjdk-openjfx +BuildRequires: gcc BuildRequires: gradle-local BuildRequires: mvn(antlr:antlr) BuildRequires: mvn(junit:junit) @@ -100,7 +102,7 @@ rm -rf modules/graphics/src/main/native-iio/libjpeg* %build #Tests do not run by default, tests in web fails and one test in graphics fail: #UnsatisfiedLinkError: libjavafx_iio.so: undefined symbol: jpeg_resync_to_restart -gradle-local --no-daemon --offline +gradle-local --stacktrace --info --no-daemon --offline %install