-
Notifications
You must be signed in to change notification settings - Fork 223
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
Trouble building WALA on my Samsung Galaxy Z Fold 5 #1472
Comments
We trigger that magic here: WALA/build-logic/src/main/kotlin/com/ibm/wala/gradle/eclipse-maven-central.gradle.kts Line 74 in a44aa59
Documentation for If there is some platform-specific JAR containing natives suitable for a Samsung Galaxy Z Fold 5, but we’re just not picking that dependency correctly, then perhaps we need to allow substitution in the style shown here. If there is no platform-specific JAR containing natives suitable for a Samsung Galaxy Z Fold 5, then either:
|
@juliandolby are you able to build just the projects you need? E.g., |
Thanks! That worked. And I can even publishToMavenLocal. BTW, I think I tracked the issue to code in diffplug just reporting unknown for arm64 on Linux, and I opened an issue with them. |
Thanks for chasing the problem into diffplug. Can you provide a link to the diffplug issue that you filed? That will help us keep track of the relationship between this initial report and that possible root cause. |
Looks like it's diffplug/durian-swt#29 |
Using Andronix to get a user-mode Linux on my phone, I cloned WALA, but the build failed as shown below. It appears not to understand that the phone is an aarch64 device. There is magic to use the native SWT libs, but the phone seems to confuse it. Does anyone know how it works?
`dolby@localhost:~/WALA$ ./gradlew clean build
Calculating task graph as no cached configuration is available for tasks: clean build
Type-safe project accessors is an incubating feature.
[Incubating] Problems report is available at: file:///home/dolby/WALA/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':ide:compileJava'.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.11/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 4s
9 actionable tasks: 9 up-to-date
Configuration cache entry stored.`
The text was updated successfully, but these errors were encountered: