Build bisq on guixSD

Hello, please help with building bisq on guixSD.
Error: protoc-3.10.0-linux-x86_64.exe No such file or directory

//////////
$ git lfs version
git-lfs/2.13.3 (GitHub; linux amd64; go 1.14.15)
$ git clone GitHub - bisq-network/bisq: A decentralized bitcoin exchange network
$ cd bisq
$ git lfs pull
$ ./gradlew build

Configure project :
Pricenode: Skipping spot provider tests

Task :assets:compileJava UP-TO-DATE
Task :assets:processResources UP-TO-DATE
Task :assets:classes UP-TO-DATE
Task :assets:jar UP-TO-DATE
Task :proto:extractIncludeProto UP-TO-DATE
Task :proto:extractProto UP-TO-DATE
Task :proto:generateProto FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:proto:generateProto’.

java.io.IOException: Cannot run program “/home/user/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.10.0/e7ba2967f692c3bd2bd417f6a305bcb6a8c6a357/protoc-3.10.0-linux-x86_64.exe”: error=2, No such file or directory

  • 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 2s
6 actionable tasks: 1 executed, 5 up-to-date

//////////
user@USER-PC ~/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.10.0/e7ba2967f692c3bd2bd417f6a305bcb6a8c6a357$ ldd protoc-3.10.0-linux-x86_64.exe
linux-vdso.so.1 (0x00007ffcba192000)
libm.so.6 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6 (0x00007f5e7152f000)
libpthread.so.0 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0 (0x00007f5e7150e000)
libc.so.6 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6 (0x00007f5e71351000)
/lib64/ld-linux-x86-64.so.2 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 (0x00007f5e71672000)

//////////
installed packages (not all, in next list, but can be related to the topic) on guixSD:
-binutils 2.34
-automake 1.16.2
-gcc-toolchain 10.2.0
-git 2.31.1
-git-lfs 2.13.3
java-openjfx-base 8.202
java-openjfx-build 8.202
java-openjfx-controls 8.202
java-openjfx-graphics 8.202
java-openjfx-media 8.202
openjdk 10.46 jdk

Could you try those scripts ?
maybe it’s a java issue ?

You probably won’t be able to use

on GuixSD. Try using Gradle installed from GuixSD instead.

I have a working package for NixOS. You can take a look at it for inspiration :slight_smile:

https://github.com/nix-community/nur-combined/tree/master/repos/emmanuelrosa/pkgs/applications/blockchains/bisq-desktop