@xafr and @aquatic7 please make sure, that you use java version 16 to build the project. You can check with archlinux-java status
which one is selected (marked with default) and use e.g. sudo archlinux-java set zulu-16
to set it. After setting java 16 you should be able to build and install this package.
Search Criteria
Package Details: cryptomator 1.14.2-1
Package Actions
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.45 |
First Submitted: | 2016-04-03 17:36 (UTC) |
Last Updated: | 2024-11-19 11:41 (UTC) |
Dependencies (10)
- alsa-lib
- fuse3 (fuse3-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnet (libnet-gitAUR)
- libxrender
- libxtst
- maven (mvnvmAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- keepassxc-cryptomatorAUR (optional) – Use KeePassXC to store vault passwords
- ttf-hanazono (optional) – Install this font when using Japanese system language
Required by (1)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 18 Next › Last »
SailReal commented on 2021-09-23 18:35 (UTC)
aquatic7 commented on 2021-09-23 16:04 (UTC)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons: Fatal error compiling: invalid flag: --release -> [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :commons ==> ERROR: A failure occurred in build(). Aborting...
xafr commented on 2021-09-16 18:04 (UTC)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons: Fatal error compiling: invalid flag: --release -> [Help 1] [ERROR]
ajgraves commented on 2021-07-09 21:10 (UTC)
The latest release on Linux is 1.5.15, which is the version of this package. For the person who flagged it out of date because 1.5.16 exists, if you look at that package it was a hotfix for Windows only, and as such, no 1.5.16 was released for the Linux platform.
dr460nf1r3 commented on 2021-07-04 11:37 (UTC)
@peterlewis: the hint about adding to $PATH did the trick, thanks! :)
peterlewis commented on 2021-07-04 11:27 (UTC) (edited on 2021-07-04 11:28 (UTC) by peterlewis)
@dr460nf1r3 It's my experience that neither /usr/lib/jvm/default/bin
or /usr/lib/jvm/default-runtime/bin
get added to your $PATH
. I successfully installed cryptomator as follows:
- Install
zulu-16-bin
oramazon-corretto-16
sudo archlinux-java set zulu-16
oramazon-corretto-16
PATH=/usr/lib/jvm/default/bin:$PATH
- Install
cryptomator
from AUR
SailReal commented on 2021-07-03 17:24 (UTC) (edited on 2021-07-03 17:24 (UTC) by SailReal)
@dr460nf1r3 if you install something like zulu-16-bin
, jlink
comes with it and should be available. Maybe a rebooted is required after the first install of java? What does which jlink
and whereis jlink
prints out?
dr460nf1r3 commented on 2021-07-03 14:53 (UTC)
This seems to need jlink
as makedepend as makepkg fails due to this one missing when building in clean chroot. However, even if this is installed it still fails with the same error message. Complete logs are available.
SailReal commented on 2021-05-25 15:37 (UTC)
@cirlo Sorry for the confusion from my side. While testing this issue, I did a lot of changes on my system to find out the cause of it. While testing I stumbled over https://github.com/cryptomator/cryptomator/issues/1663 and unfortunately, I also switched from Fuse to WebDAV which actually fixes this force unlock problem.
So this problem still exists when using Fuse but for https://github.com/cryptomator/cryptomator/issues/1663, as you said, use e.g. zulu-16-bin
or amazon-corretto-16
to build this project.
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.