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.50
First Submitted: 2017-07-05 14:43 (UTC)
Last Updated: 2023-10-18 00:14 (UTC)

Latest Comments

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

sylphio commented on 2020-06-20 16:46 (UTC)

@jamesjon Did you try my suggested fix (see my message just below yours)? If you did and still get this error, please share the full error message until BUILD FAILED (as kwacorn did below) so that people can try to help you.

jomocu commented on 2020-06-20 16:09 (UTC)

It doesn't work, it gives error in manjaro ...

Task :p2p:processResources FAILED

FAILURE: Build failed with an exception.

sylphio commented on 2020-06-19 22:57 (UTC)

@kwacorn this change to the PKGBUILD fixed it for me:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,9 @@ provides=("bisq")
 prepare() {
   rm -rf "${srcdir}/${pkgname}-${pkgver}"
   git clone --depth=1 --branch=v${pkgver} https://github.com/bisq-network/bisq.git ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  git lfs install
+  git lfs pull
 }

kwacorn commented on 2020-06-19 11:20 (UTC)

I thought I had better report this error I am getting with the 2020-06-18 10:06 update when running pamac build bisq, here is the latter part of the output:

> Task :p2p:processResources FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/var/tmp/pamac-build-kw/bisq/src/bisq-1.3.5/build.gradle' line: 280

* What went wrong:
Execution failed for task ':p2p:processResources'.
> p2p data store files have not been synchronized. To fix this, ensure you have Git LFS installed and run `git lfs pull`. See docs/build.md for more information.

* 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

BUILD FAILED in 39s
27 actionable tasks: 14 executed, 13 up-to-date
==> ERROR: A failure occurred in build().
    Aborting...

A few days ago I got the other git lfs error, as already reported by others, but this one is different.

mosh5382 commented on 2020-06-18 23:01 (UTC)

That did the trick. Thanks @freimair !

freimair commented on 2020-06-18 09:08 (UTC)

Github doesn't play well with source tarballs and the git lfs...

Switched back to git clone instead of downloading the source tarball. Made it a shallow one though.

mosh5382 commented on 2020-06-17 21:05 (UTC)

@NyanCat

I didn't get the impression that upstream was going to do anything about it from the issue comments:

"You need to do a git lfs install in the Bisq repo directory once"

I was able to build bisq 1.3.5 following the build instructions on github but I was not able to build it with the AUR PKGBUILD after trying to make a few changes. I'm not sure what needs to be done to get the PKGBUILD to work.

NyanCat commented on 2020-06-16 10:07 (UTC)

It seems not to be an AUR problem. The issue was already reported upstream: https://github.com/bisq-network/bisq/issues/4310

rorscharch commented on 2020-06-16 08:20 (UTC)

failed to build, switched to jdk 11, installed gradle manually, git-lfs was installed. https://pastebin.com/4LUk3acZ

NyanCat commented on 2020-06-12 09:47 (UTC)

Now validating sha256sums of file source bisq.desktop fails because jdk changed from 10 to 11. But after patching the sha256sum the build was successful. @jano I had no gradle installed before. It installed automatically somehow.