Package Details: java8-openjfx 8.u202-10

Git Clone URL: https://aur.archlinux.org/java8-openjfx.git (read-only, click to copy)
Package Base: java8-openjfx
Description: Java OpenJFX 8 client application platform (open-source implementation of JavaFX)
Upstream URL: https://wiki.openjdk.java.net/display/OpenJFX/Main
Keywords: java8-openjfx openjfx
Licenses: GPL
Provides: java-openjfx
Submitter: freswa
Maintainer: Rogach
Last Packager: Rogach
Votes: 13
Popularity: 0.61
First Submitted: 2022-03-09 18:41 (UTC)
Last Updated: 2024-05-25 07:41 (UTC)

Required by (79)

Sources (11)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »

Exord commented on 2024-05-27 07:24 (UTC)

error on update...

-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - no
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Source/cmake/OptionsJava.cmake:38 (find_package)
  Source/cmake/WebKitCommon.cmake:61 (include)
  CMakeLists.txt:147 (include)


-- Configuring incomplete, errors occurred!

> Task :web:compileNativeLinux FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/home/exord/.cache/yay/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 2583

* What went wrong:
Execution failed for task ':web:compileNativeLinux'.
> Process 'command 'perl'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.


* Get more help at https://help.gradle.org

BUILD FAILED in 1m 16s
39 actionable tasks: 39 executed
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: java8-openjfx-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
java8-openjfx - exit status 4

Pillgar commented on 2024-05-26 02:39 (UTC)

no luck with export LDFLAGS="$(echo ${LDFLAGS} | sed -e 's|[[:space:]][[:space:]]|[[:space:]]|g' -e 's|\n||g')"

I'll keep digging.

Rogach commented on 2024-05-26 00:44 (UTC)

@Pillgar @simona We'd need to see more of the build log to understand the cause of the error, but the error line number seems similar to the linker problem we saw earlier. See @dibbel26 comment below for possible fixes.

simona commented on 2024-05-26 00:16 (UTC)

same as Pillgar

Pillgar commented on 2024-05-25 22:18 (UTC)

Seeing errors:

Task :web:compileNativeLinux FAILED

FAILURE: Build failed with an exception.

  • Where: Build file '/home/atlantida/.cache/yay/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 2583

  • What went wrong: Execution failed for task ':web:compileNativeLinux'.

Rogach commented on 2024-05-25 07:42 (UTC)

@quicksh Thank you! I've incorporated these changes into PKGBUILD.

quicksh commented on 2024-05-24 13:47 (UTC)

To compile successfully I had to disable some Warnings/Errors :

diff --git a/PKGBUILD b/PKGBUILD
index 8ba688d..bbf1608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ build() {
   cd rt-${pkgver//./}-ga

   # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  CFLAGS+=' -fcommon'
+  CFLAGS+=' -fcommon -Wno-incompatible-pointer-types -Wno-int-conversion'
   # build against ffmpeg4.4
   export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   # ensure jdk 8 is used when building

Rogach commented on 2024-05-15 12:39 (UTC)

@Moire Same error for me :(

Moire commented on 2024-05-15 10:04 (UTC)

I have found a new issue, replacing the issue with :web:compileNativeLinux. This issue occurs on build step :media:buildLinuxGStreamer, when compiling gstreamer-lite/gstreamer/gst/gstcontext.c:

../../../gstreamer-lite/gstreamer/gst/gstchildproxy.c: In function ‘gst_child_proxy_lookup’:
../../../gstreamer-lite/gstreamer/gst/gstchildproxy.c:212:7: error: assignment to ‘GObject *’ {aka ‘struct _GObject *’} from incompatible pointer type ‘GstChildProxy *’ {aka ‘struct _GstChildProxy *’} [-Wincompatible-pointer-types]
  212 |   obj = g_object_ref (object);
      |       ^

Has anybody else encountered this?

iGom commented on 2024-04-27 14:57 (UTC)

@dibbel26 that did the trick,thanks