Package Base Details: java8-openjfx

Git Clone URL: https://aur.archlinux.org/java8-openjfx.git (read-only, click to copy)
Keywords: java8-openjfx openjfx
Submitter: freswa
Maintainer: Rogach
Last Packager: Rogach
Votes: 11
Popularity: 0.40
First Submitted: 2022-03-09 18:41 (UTC)
Last Updated: 2024-04-24 04:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

K4LCIFER commented on 2023-03-02 02:05 (UTC)

Could not build due to error in the validity check:

==> Making package: java8-openjfx 8.u202-9 (Wed 01 Mar 2023 06:02:31 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found 8u202-ga.tar.bz2
  -> Found gradle.properties
  -> Found gradle-4.8-bin.zip
  -> Found java8-openjfx-flags.patch
  -> Found java8-openjfx-no-xlocale.patch
  -> Found java8-openjfx-no-sys-sysctl.patch
  -> Found java8-openjfx-CVE-2021-3517-fix.patch
  -> Found java8-openjfx-CVE-2021-3522-fix.patch
  -> Found java8-openjfx-include-iterator.patch
  -> Found java8-openjfx-no-check-jfxrt-jar.patch
  -> Found java8-openjfx-fix-java-version-check.patch
==> Validating source files with sha256sums...
    8u202-ga.tar.bz2 ... FAILED
    gradle.properties ... Passed
    gradle-4.8-bin.zip ... Passed
    java8-openjfx-flags.patch ... Passed
    java8-openjfx-no-xlocale.patch ... Passed
    java8-openjfx-no-sys-sysctl.patch ... Passed
    java8-openjfx-CVE-2021-3517-fix.patch ... Passed
    java8-openjfx-CVE-2021-3522-fix.patch ... Passed
    java8-openjfx-include-iterator.patch ... Passed
    java8-openjfx-no-check-jfxrt-jar.patch ... Passed
    java8-openjfx-fix-java-version-check.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: java8-openjfx

moonbard commented on 2023-02-26 22:14 (UTC)

I got it to work after a good half hour of processing. Thanks for your help @Rogach and @binarynoise

binarynoise commented on 2023-02-23 14:28 (UTC) (edited on 2023-02-23 14:49 (UTC) by binarynoise)

@moonbard, use archlinux-java to change your default java to jre/jdk 8 but for me it still fails to build later on with a veeery long error: multiple definition of `_gst_disable_registry_cache'

moonbard commented on 2023-02-21 03:52 (UTC) (edited on 2023-02-21 03:52 (UTC) by moonbard)

Thank you very much, @Rogach. I got past the checksum error and now gradle doesn't want to cooperate even after updating. Oddly not giving me a specific error as there is nothing after an error occurred in build() to indicate the specific problem.

FAILURE: Build failed with an exception. * What went wrong: Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory(). Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy(). [...] BUILD FAILED in 0s ==> ERROR: A failure occurred in build(). Aborting...

Rogach commented on 2023-02-20 07:14 (UTC)

@gnaggnoyil Yes, that's the whole log, thank you. I'm trying to look into the issue. For some reason I don't have the same error on my machine.

Rogach commented on 2023-02-20 07:14 (UTC)

@moonbard Indeed the archive file changed. I've updated the PKGBUILD with the new checksum.

I looked into the archive - the files are still exactly the same, the only difference is that now tar attributes also contain the owner user name for all files ("root" everywhere).

moonbard commented on 2023-02-20 05:06 (UTC)

I have tried re-downloading several times, but consistently get a checksum error:

sha256sum 8u202-ga.tar.bz2 813ed6bbe7669b5acae7908720b9e353771e854be75c57a323310d0b9271daff 8u202-ga.tar.bz2

I'm a bit lost now and could use some help. I managed to get all the other dependencies, including python2.

gnaggnoyil commented on 2023-02-17 16:00 (UTC)

@Rogach I'm not sure what were the "whole log" you mentioned referring to. I've uploaded the whole output of my terminal after makepkg reports error, which is about ~150MB, alongside with the makepkg.conf file I'm using when I run makepkg. Hope it helps.

https://drive.google.com/file/d/1HT1EwBFstqBt6mkypBpRTVBUTVtLQbnM/view

Shalrath commented on 2023-02-12 17:22 (UTC)

@Rogach thank you, that worked. Seems to be a trizen problem then.

Rogach commented on 2023-02-12 14:19 (UTC)

@Shalrath Can you try running makepkg directly (instead of trizen), to check if the error stays the same?