Package Details: bisq 1.9.14-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: 63
Popularity: 0.45
First Submitted: 2017-07-05 14:43 (UTC)
Last Updated: 2023-10-18 00:14 (UTC)

Latest Comments

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

jvybihal commented on 2022-02-15 15:36 (UTC)

As someone suggested in comments of other package I maintain (https://aur.archlinux.org/packages/keystore-explorer-git) - you probably should not download gradle during build.

==> Sources are ready.
==> Making package: bisq 1.8.2-1 (Tue 15 Feb 2022 04:30:56 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
  -> Building bisq...
Downloading https://services.gradle.org/distributions/gradle-7.3.3-all.zip
...............10%...............20%...............30%...............40%...............50%...............60%................70%...............80%...............90%...............100%
Starting a Gradle Daemon (subsequent builds will be faster)

... continues ...

jase78 commented on 2022-02-11 21:24 (UTC)

To udpate to 1.8.2 modify PKGBUILD.

Change to make pkgver=1.8.2 sha256sums=('d69bab29875eed312811cb34a84ac7920acac74f9a86eb637e56e92e5fcbcbbb'

Then build/install, enjoy.

kloaec commented on 2021-12-17 18:03 (UTC) (edited on 2021-12-17 18:04 (UTC) by kloaec)

To update to 1.8.0, you need to modify the PKGBUILD.

The only changes are the following ones: pkgver=1.8.0

sha256sums=('ca636152863a9cc587d8d2b00476abd6fab854ae0b3513950d001f23cb0a1a53'

Do not modify any other line.

e8hffff commented on 2021-12-07 11:39 (UTC)

https://keys.openpgp.org/search?q=CD5DC1C529CDFD3B

Giandoja commented on 2021-12-07 05:58 (UTC)

To reply to @chandlerkc: The problem, as the error message itself reports, appears to be with Gradle (a dependency). As far as I understand, it does not appear that we users can solve it, but it is something that must be fixed "at the source". Anyway, I solved it by installing bisq-bin (from dmp1ce, the same maintainer as this package).

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.

Giandoja commented on 2021-11-23 16:32 (UTC) (edited on 2021-11-23 16:35 (UTC) by Giandoja)

Same error of 2021-11-19 17:59 @GI_Jack's comment :( Sorry, I'm not practical, should it be flagged as out-of-date in this case?

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