Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Build in ARM architecture painfully fails #43

Open
sleipnir opened this issue Jun 29, 2020 · 4 comments
Open

Build in ARM architecture painfully fails #43

sleipnir opened this issue Jun 29, 2020 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed user-platform

Comments

@sleipnir
Copy link

When trying to compile for ARM architectures I get the error below:

> Task :integration-test:generateTestProto FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':integration-test:generateTestProto'.
> Could not resolve all files for configuration ':integration-test:protobufToolsLocator_protoc'.
   > Could not find protoc-3.4.0-linux-aarch_64.exe (com.google.protobuf:protoc:3.4.0).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.4.0/protoc-3.4.0-linux-aarch_64.exe

* 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 38s
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.

See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
18 actionable tasks: 11 executed, 7 up-to-date
The command "./gradlew check" exited with 1.
before_cache.1
0.02s$ rm -f  $HOME/.gradle/caches/*/*.lock
before_cache.2
0.02s$ rm -f  $HOME/.gradle/caches/*/*/*.lock
before_cache.3
0.02s$ rm -fr $HOME/.gradle/caches/journal-1/
before_cache.4
0.16s$ rm -fr $HOME/.gradle/caches/*/gradle-kotlin-dsl*
before_cache.5
0.02s$ rm -fr $HOME/.gradle/caches/*/plugin-resolution/
before_cache.6
0.02s$ rm -fr $HOME/.gradle/caches/*/fileHashes/
cache.2

store build cache

Done. Your build exited with 1.

According to this link there is no intention to release a dependency on the protobuf compiler for ARM by the team that takes care of the maven dependency

@sleipnir sleipnir added bug Something isn't working help wanted Extra attention is needed labels Jun 29, 2020
@marcellanz
Copy link

this is an interesting issue relating:
protocolbuffers/protobuf#6287

@sleipnir
Copy link
Author

Thanks @marcellanz I just didn't understand it properly in this discussion whether or not they managed to compile for ARM

@marcellanz
Copy link

@sleipnir
Copy link
Author

Thanks @marcellanz we are using the version 3.11.4 I will try to update the versions and see what happens

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed user-platform
Projects
None yet
Development

No branches or pull requests

2 participants