Search Criteria
Package Details: bisq 1.9.18-1
Package Actions
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 (nojo) |
Last Packager: | nojo |
Votes: | 67 |
Popularity: | 0.32 |
First Submitted: | 2017-07-05 14:43 (UTC) |
Last Updated: | 2024-12-21 12:01 (UTC) |
Dependencies (3)
- jdk11-openjdk (jdk11-temurinAUR, openjdk-zulu11-ca-fx-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- jdk11-openjdk (jdk11-temurinAUR, openjdk-zulu11-ca-fx-binAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »
wag commented on 2023-11-04 22:44 (UTC)
@waasl , good to see your problem was solved. So in reality your problem was kinda the opposite of what I was thinking: this PKGBUILD makes sure to compile bisq with
java-11-openjdk
(good to know that, actually), so the issue was that your system was trying to run the app with a much older version of java (8). But I knew that setting the rightarchlinux-java
environment would fix it in the end, one way or another.But there is still the issue of needing to call directly
/opt/bisq/bin/desktop
to be able to run Bisq, which works, but isn't ideal. The maintainer should try to look at this issue and solve it. My humble guess is that the problem lies in the/opt/bisq/bisq-desktop
file, where it tries to start Bisq with this command:./gradlew :desktop:startBisqApp
. However, I don't know what would be the best way to solve this.waasl commented on 2023-11-03 07:25 (UTC)
@wag Thank you, you solved my issue!
output:
this command solved my issue (I did not even need to rebuild):
wag commented on 2023-10-28 04:06 (UTC) (edited on 2023-10-28 04:09 (UTC) by wag)
@waasl , For me running
/opt/bisq/bin/desktop
always works and starts bisq, regardless if I built it withyay -S bisq
, withparu -S bisq
, or manually with git and makepkg. In my humble opinion, the issue seems to be on the/opt/bisq/bisq-desktop
file, where it tries to start bisq with./gradlew :desktop:startBisqApp
...In your case though, it looks like you've compiled bisq with a more recent version of java than the supported one... Are you sure you have
java-11-openjdk
set as your default java environment before compiling bisq?? That could be the issue there on your system. Run:And verify whether it outputs
java-11-openjdk
. If not, you need to run this command before building bisq:Then, make sure to clean-build bisq again.
waasl commented on 2023-10-22 21:15 (UTC)
terminal:
output:
This happens after a fresh install with
dmp1ce commented on 2023-10-22 00:59 (UTC)
@wag and @waasl, I'm not sure about the issue. I'm not working on solving the issue right now. Perhaps try
bisq-bin
until I can apply a fix.wag commented on 2023-10-21 20:03 (UTC) (edited on 2023-10-21 20:11 (UTC) by wag)
@dmp1ce and @waasl , Ok so I just found out the file
/opt/bisq/bisq-desktop
(actually a bash script, I haven't noticed before, thought it was a binary) of the current build (1.9.14-1) tries to start bisq with this command:So of course it won't work. I have no idea what this
./gradlew
file or directory is doing there. I tried replacingwith
(there should be a blank space at the end, after "desktop"), so I replaced that on the
/opt/bisq/bisq-desktop
file, and now runningbisq-desktop
or/usr/bin/bisq-desktop
now works and bisq starts. Of course, clicking on the icon also started working again. But as I said before, I'm just a simple user messing around with this stuff, I have no idea if "my fix" is ideal or not. Waiting for the maintainer to have a look at this.wag commented on 2023-10-21 17:55 (UTC) (edited on 2023-10-21 18:11 (UTC) by wag)
@dmp1ce I have the same issue that @waasl pointed out on the second part of his comment - The build is successful, however running
bisq-desktop
or/usr/bin/bisq-desktop
or/opt/bisq/bisq-desktop
(or even clicking the bisq icon) doesn't work, and the error is the same as his:line 13: ./gradlew: No such file or directory
. I'd like to emphasize this isn't an issue only with yay, because it also happens with paru and also when installing it manually with git and makepkg. I was able to reproduce the issue on 2 different computers, it happened regardless if I was updating this bisq package, or if I was installing it for the first time. However, running/opt/bisq/bin/desktop
does work and does start bisq, so please try to look at what is happening here, I'm just a user and I don't know what's going on here.dmp1ce commented on 2023-10-21 11:06 (UTC)
@waasl I'm not sure. I'm familiar with pamac. Maybe just use yay for now? I build and test with
clean-chroot-manager
which builds from a very clean environment.waasl commented on 2023-10-21 06:54 (UTC) (edited on 2023-10-21 07:08 (UTC) by waasl)
Can't install with pamac:
Instead installed with:
On run in terminal:
output:
please help
dmp1ce commented on 2023-10-18 00:18 (UTC)
@FreddieChopin, Thanks! I applied the changes and the build worked fine.
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »