Any updates on this?
It looks like java-openjfx was removed from the Arch Repository and an updated version (21.u31-1) is now on AUR. https://aur.archlinux.org/packages/java-openjfx
Git Clone URL: | https://aur.archlinux.org/cryptomator.git (read-only, click to copy) |
---|---|
Package Base: | cryptomator |
Description: | Multiplatform transparent client-side encryption of your files in the cloud. |
Upstream URL: | https://cryptomator.org/ |
Keywords: | cryptography encryption |
Licenses: | GPL3 |
Submitter: | Foxboron |
Maintainer: | ajgraves (overheadhunter, SailReal, as.skymatic) |
Last Packager: | as.skymatic |
Votes: | 81 |
Popularity: | 0.48 |
First Submitted: | 2016-04-03 17:36 (UTC) |
Last Updated: | 2024-11-19 11:41 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 18 Next › Last »
Any updates on this?
It looks like java-openjfx was removed from the Arch Repository and an updated version (21.u31-1) is now on AUR. https://aur.archlinux.org/packages/java-openjfx
We can currently not update to 1.10.0 because it requires java-openjfx 20.0.2 but https://archlinux.org/packages/extra/x86_64/java-openjfx/ still provides only 20.0.1 and in the AUR is also no java-openjfx 20.x . I marked the java-openjfx as out-of-date, hopefully they fix it soon.
/home/user/.cache/yay/cryptomator/PKGBUILD: line 52: jlink: command not found ==> ERROR: A failure occurred in build(). Aborting... -> error making: cryptomator-exit status 4 -> Failed to install the following packages. Manual intervention is required: cryptomator - exit status 4
@fugitivus and @eniac the problem here is that there is not really a JDK and JavaFX version 19 left in the Arch repo and in the AUR. Especially https://archlinux.org/packages/extra/x86_64/jdk-openjdk/ and https://archlinux.org/packages/extra/x86_64/java-openjfx/ is updated to Java 20.
We finished migrating Cryptomator to Java 20 https://github.com/cryptomator/cryptomator/pull/2897 and will publish the release very soon, so we can here update to Java 20 and everything works again. Sorry this has taken some time.
Build failure: ... ==> Запускается prepare()... java-19-openjdk (default) Major part of JavaFX version in pom does not match the version in JDK ==> ОШИБКА: Произошел сбой в prepare(). Прерывание... -> ошибка сборки: cryptomator-exit status 4 -> Failed to install the following packages. Manual intervention is required: cryptomator - exit status 4
Build failure:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.723 s [INFO] Finished at: 2023-03-19T10:52:09+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.3.0:copy-dependencies (copy-mods) on project cryptomator: Error copying artifact from /home/zbigniew/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/zbigniew/Pobrane/AUR/Cryptomator/cryptomator/src/cryptomator-1.7.3/target/mods/commons-lang3-3.12.0.jar: /home/zbigniew/Pobrane/AUR/Cryptomator/cryptomator/src/cryptomator-1.7.3/target/mods/commons-lang3-3.12.0.jar: Zły argument -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
@SailReal I would also think that ttf-dejavu is not necessary bacause the users may choose to use other fonts. So maybe it can also be an optdepend.
@garlicbreadwolfs the font is needed to display Japanese characters correctly
See https://github.com/SailReal/cryptomator-aur-bin/commit/b6a1254b1ffd5a4b8cba6095d24b29021554ac88
Please remove ttf-hanazono
from optdepends. It has nothing to do with the operation of Cryptomator.
@Technetium1 it is now java-openjfx>=19
and java-openjfx<20
. Should be fixed. Thanks again!
Pinned Comments
ajgraves commented on 2021-05-02 20:49 (UTC)
Everyone, with great thanks to @SailReal, this package now builds Cryptomator from source. If you wish to continue using the binary AppImage build, you need only to install
cryptomator-bin
.We made this change to better align with the desires of the community (you've asked a few times to make this a "build from source" package) as well as better align to the package naming convention within the AUR.