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.96
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 .. 13 Next › Last »

pinball_wizard commented on 2022-03-03 18:33 (UTC)

@dmp1ce

Great! Fixed it!

dmp1ce commented on 2022-03-03 11:55 (UTC)

@jvybihal I had trouble getting bisq to build without the wrapper. I am getting the following errors:

Welcome to Gradle 7.4!

Here are the highlights of this release:
 - Aggregated test and JaCoCo reports
 - Marking additional test source directories as tests in IntelliJ
 - Support for Adoptium JDKs in Java toolchains

For more details see https://docs.gradle.org/7.4/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'bisq'.
> Dependency verification failed for configuration ':classpath'
  5 artifacts failed verification:
    - log4j-2.17.1.pom (org.apache.logging.log4j:log4j:2.17.1) from repository MavenRepo
    - log4j-api-2.17.1.jar (org.apache.logging.log4j:log4j-api:2.17.1) from repository MavenRepo
    - log4j-api-2.17.1.pom (org.apache.logging.log4j:log4j-api:2.17.1) from repository MavenRepo
    - log4j-core-2.17.1.jar (org.apache.logging.log4j:log4j-core:2.17.1) from repository MavenRepo
    - log4j-core-2.17.1.pom (org.apache.logging.log4j:log4j-core:2.17.1) from repository MavenRepo
  If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file by following the instructions at https://docs.gradle.org/7.4/userguide/dependency_verification.html#sec:troubleshooting-verification

  Open this report for more details: file:///build/bisq/src/bisq-1.8.2/build/reports/dependency-verification/at-1646308114172/dependency-verification-report.html

* 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 2m 11s

Do you have any suggestions? Maybe the wrapper is setting the "classpath"?

dmp1ce commented on 2022-03-03 11:30 (UTC)

@pinball_wizard You may want to checkout this:

https://stackoverflow.com/questions/57594313/javafx-cannot-find-fonts-on-gnome

Perhaps you are missing a font package.

pinball_wizard commented on 2022-02-22 21:11 (UTC) (edited on 2022-02-22 21:12 (UTC) by pinball_wizard)

Hi! I have build correctly, but when I install bisq package and start it i have this error with JavaFX...any advice?

Error: JavaFX detected no fonts! Please refer to release notes for proper font configuration
feb-22 22:03:28.979 [JavaFX Application Thread] ERROR bisq.desktop.app.BisqApp: Error during app init java.lang.ExceptionInInitializerError: null
    at bisq.desktop.main.MainView$1.computeValue(MainView.java:263)
    at bisq.desktop.main.MainView$1.computeValue(MainView.java:244)
    at javafx.beans.binding.ObjectBinding.get(ObjectBinding.java:157)
    at javafx.beans.binding.ObjectExpression.getValue(ObjectExpression.java:49)
    at com.sun.javafx.binding.ExpressionHelper.addListener(ExpressionHelper.java:53)
    at javafx.beans.binding.ObjectBinding.addListener(ObjectBinding.java:77)
    at javafx.beans.property.ObjectPropertyBase.bind(ObjectPropertyBase.java:174)
    at bisq.desktop.main.MainView.initialize(MainView.java:244)
    at bisq.desktop.common.view.InitializableView.initialize(InitializableView.java:41)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2655)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2517)
    at bisq.desktop.common.fxml.FxmlViewLoader.loadFromFxml(FxmlViewLoader.java:107)
    at bisq.desktop.common.fxml.FxmlViewLoader.load(FxmlViewLoader.java:96)
    at bisq.desktop.common.view.CachingViewLoader.load(CachingViewLoader.java:42)
    at bisq.desktop.app.BisqApp.loadMainView(BisqApp.java:305)
    at bisq.desktop.app.BisqApp.startApplication(BisqApp.java:134)
    at bisq.desktop.app.BisqAppMain.startApplication(BisqAppMain.java:130)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:447)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:446)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
    at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
    at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
    at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.NullPointerException: null
    at com.sun.javafx.font.LogicalFont.<init>(LogicalFont.java:181)
    at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:113)
    at com.sun.javafx.font.LogicalFont.getLogicalFont(LogicalFont.java:153)
    at com.sun.javafx.font.PrismFontFactory.createFont(PrismFontFactory.java:579)
    at com.sun.javafx.font.PrismFontLoader.loadFont(PrismFontLoader.java:224)
    at javafx.scene.text.Font.<init>(Font.java:346)
    at javafx.scene.text.Font.getDefault(Font.java:110)
    at javafx.scene.control.Tooltip.<clinit>(Tooltip.java:584)
    ... 25 common frames omitted

dmp1ce commented on 2022-02-16 01:10 (UTC)

@jvybihal, I agree. Thanks for the suggestion and the reference to your package.

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