You are not logged in.
Pages: 1
Unable to install bisq from AUR and I am not exactly sure what to do.
$ makepkg -si
==> Making package: bisq 1.7.5-1 (Thu 04 Nov 2021 08:42:43 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading bisq-1.7.5.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 125 100 125 0 0 788 0 --:--:-- --:--:-- --:--:-- 786
100 71.9M 0 71.9M 0 0 7301k 0 --:--:-- 0:00:10 --:--:-- 10.7M
-> Downloading bisq-1.7.5.tar.gz.asc...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 627 100 627 0 0 3032 0 --:--:-- --:--:-- --:--:-- 3043
100 874 100 874 0 0 2292 0 --:--:-- --:--:-- --:--:-- 2292
-> Found bisq.desktop
==> Validating source files with sha256sums...
bisq-1.7.5.tar.gz ... Passed
bisq-1.7.5.tar.gz.asc ... Skipped
bisq.desktop ... Passed
==> Verifying source file signatures with gpg...
bisq-1.7.5.tar.gz ... Passed
==> Extracting sources...
-> Extracting bisq-1.7.5.tar.gz with bsdtar
==> Starting build()...
-> Building bisq...
> Configure project :
Project :common => no module-info.java found
Project :p2p => no module-info.java found
Project :core => no module-info.java found
Project :desktop => no module-info.java found
Project :monitor => no module-info.java found
Pricenode: Skipping spot provider tests
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':desktop'.
> Checksum failed for com.github.JesusMcCloud:jtorctl:389d61b1b5a85eb2f23c582c3913ede49f80c9f2b553e4762382c836270e57e5
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1s
==> ERROR: A failure occurred in build().
Aborting...The only dependency is jdk11-openjdk. I confirmed that is installed.
$ sudo pacman -Q | grep jdk
jdk11-openjdk 11.0.12.u7-1
jre11-openjdk 11.0.12.u7-1
jre11-openjdk-headless 11.0.12.u7-1I don't see how I can run with the options suggested...the makepkg command did not like any of it (invalid option).
And the failed checksum...what can I do about that?
I did follow the suggestion in one comment on the AUR page to check my machines java status (but I am not sure if it is relevant to the installation process):
$ archlinux-java status
Available Java environments:
java-11-openjdk (default)I have tried on two separate machines. Same outcome.
Offline
Bug #5807: https://github.com/bisq-network/bisq/issues/5807
I written a patch for the package, but you just need to swap the 389d61b1b5a85eb2f23c582c3913ede49f80c9f2b553e4762382c836270e57e5 hash with 6465e0b22b921344a065a6e82a5390ab2f9dac5ab293c38bd8a76baddead6492, as described in the comment.
Offline
Pages: 1