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

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12

tydynrain commented on 2018-02-28 16:37 (UTC)

Usually Bisq builds fine, but sadly I just had a build error appear. Here is the terminal message:

A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f70fa4253b8, pid=14456, tid=0x00007f70f8afe700
JRE version: OpenJDK Runtime Environment (8.0_162-b12) (build 1.8.0_162-b12)
Java VM: OpenJDK 64-Bit Server VM (25.162-b12 mixed mode linux-amd64 compressed oops)
Problematic frame:
V [libjvm.so+0x6b73b8]
Core dump written. Default location: /home/tydynrain/.cache/aursync/bisq/src

/bisq/core or core.14456

An error report file with more information is saved as:
/home/tydynrain/.cache/aursync/bisq/src/bisq/hs_err_pid14456.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp

/home/tydynrain/.cache/aursync/bisq/PKGBUILD: line 24: 14456 Aborted (core dumped) mvn clean package verify

-Dmaven.repo.local="$mvn_repo" -DskipTests -Dmaven.javadoc.skip=tru e

==> ERROR: A failure occurred in build().

Aborting...

The error log is obviously MUCH larger, so I have not included it here, though I can share it if it is useful.

dmp1ce commented on 2018-01-26 18:02 (UTC)

@robertfoster, bisq-bin is different because I'm using upstream .desktop.

robertfoster commented on 2018-01-25 16:07 (UTC)

@dmp1ce Good job man, It works. Could you extend these mods to bisq-bin?

dmp1ce commented on 2018-01-23 14:02 (UTC)

@robertfoster, let me know if my change works for you.

robertfoster commented on 2018-01-22 15:28 (UTC)

Hi, could your set Icon=bisq in .desktop file? Icon under /usr/share/pixmaps will work as previously and this edit will grant themable icon for bisq

dmp1ce commented on 2017-12-26 15:23 (UTC)

@psychi,

When you build the PKGBUILD you can take out the -Dmaven.repo.local="$mvn_repo" section for the build to use your global maven repository. To be convenient to most users, this would require a new PKGBUILD to be uploaded to the AUR which I am most likely not going to do. Anyone is welcome to copy my PKGBUILD though and maintain a a build like you suggest.

You could also use bisq-bin which just downloads the binary.

psychi commented on 2017-12-23 09:58 (UTC)

Hi,

This project is great but the AUR package is a bit of a pain because it redownloads all the maven dependencies fresh every time. I understand that it's probably desirable to have an isolated, clean build by default, but it would be great if there was a way to have it build from a persistent local maven repo. I'm not building lots of maven projects on this machine so I think it's unlikely that I will have any problems as a result of doing this.

I'm passingly familiar with maven but I'm clueless about pacman/yaourt. Is there a way to arrange this relatively straightforwardly?

dmp1ce commented on 2017-09-18 18:33 (UTC)

I updated the build but I think the tagged hash for 0.5.3 is not building. I get an error building common. Try bisq-git or bisq-bin in the meantime, until I can get a fix.