-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails on Linux aarch64 #7034
Comments
Hi Carlos, I've assumed you are attempting to build bisq-1.9.14 .... I've put up some patches in the above links that get a bit further with the build and had success with bisq-1.9.12 I've attempted to run $ gradle :apitest:installDaoSetup Hope this helps. |
Thanks!! Its work. `> Task :core:check
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 4m 11s |
"Thanks!! Its work." |
Of course! I'm running virtualized Fedora on a Mac mini M2 host:
the Fedora is a 4Gb VM with 4 cores:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant. |
Fedora Linux 38 running on aarch64 machine:
Linux fedora-linux-38 6.7.3-200.fc39.aarch64 #1 SMP PREEMPT_DYNAMIC Thu Feb 1 04:17:25 UTC 2024 aarch64 GNU/Linux
Java 11
javac --version
javac 11.0.22
Build doesn't work:
[root@fedora-linux-39 bisq]# ./gradlew build
FAILURE: Build failed with an exception.
Execution failed for task ':proto:generateProto'.
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.6.3/userguide/dependency_verification.html#sec:troubleshooting-verification
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.19.1/756fa5e2ea67d2153e0f2316eb2e97a90082f44d/protoc-3.19.1-linux-aarch_64.exe
GRADLE_USER_HOME = /root/.gradle
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.19.1/756fa5e2ea67d2153e0f2316eb2e97a90082f44d/protoc-3.19.1-linux-aarch_64.exe
GRADLE_USER_HOME = /root/.gradle
Open this report for more details: file:///opt/bisq/build/reports/dependency-verification/at-1707502064517/dependency-verification-report.html
The text was updated successfully, but these errors were encountered: