Package Details: bisq 1.9.17-1

Git Clone URL: https://aur.archlinux.org/bisq.git (read-only, click to copy)
Package Base: bisq
Description: Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
Upstream URL: https://bisq.network
Licenses: AGPL3
Conflicts: bisq-bin, bisq-git
Provides: bisq
Submitter: dmp1ce
Maintainer: dmp1ce
Last Packager: dmp1ce
Votes: 67
Popularity: 0.73
First Submitted: 2017-07-05 14:43 (UTC)
Last Updated: 2024-07-14 13:22 (UTC)

Latest Comments

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

chandlerkc commented on 2021-12-06 22:41 (UTC)

Build failed:

================================================================================ `` -> 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 764ms `` ================================================================================

Things I have already done to overcome the problem:

  • jdk11-openjdk is already my default Java SDK

  • I have already added the GPG keys

freimair commented on 2021-12-02 13:19 (UTC) (edited on 2021-12-09 20:42 (UTC) by freimair)

To address the recent errors with failing checksums:

There is an upstream issue: https://github.com/bisq-network/bisq/issues/5807#issuecomment-963641322

not much we can do for now.

GI_Jack commented on 2021-11-19 16:59 (UTC)

Build fails:

Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details

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 6s

janders commented on 2021-07-15 11:23 (UTC)

Thanks @Giandoja, that fixed it :)

janders commented on 2021-07-14 22:25 (UTC)

When I launch Bisq, I get an error:

Cannot invoke "javafx.scene.Node.getLayoutBounds()" because "this.textNode"

According to https://github.com/bisq-network/bisq/issues/5624, this seems to be a problem between bisq 1.7.0-1 and java-16-openjdk. But evidently it works on java-11-openjdk.

However, this Bisq package requires jdk-openjdk, which is version 16. How can I get this to work?

gustawdaniel commented on 2021-07-04 18:17 (UTC)

To fix:

gpg: keyserver receive failed: No name

type:

curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import

Source:

https://github.com/bisq-network/bisq/releases/tag/v1.7.0

dmp1ce commented on 2021-07-04 01:21 (UTC)

Good tip @GI_Jack. I hope bumping PKGREL didn't break anything for anybody. The 1.7.0 ought be be out soon.