[GRADLE-2705] UnsatisfiedLinkError running Gradle with 64-bit JVM on Windows 2003 and earlier Created: 12/Mar/13 Updated: 28/Mar/13 Resolved: 15/Mar/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.5-rc-1 |
Fix Version/s: | 1.5-rc-2 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
We just tried Gradle 15 RC1 and it fails on windows with following error: 15:57:07 Downloading [1]http://services.gradle.org/distributi... It was working perfectly with 1.4. Any help is appreciated. |
Comments |
Comment by Gradle Forums [ 12/Mar/13 ] |
Hi, can you run (with Gradle 1.4) `gradle |
Comment by Gradle Forums [ 12/Mar/13 ] |
Sure. E:\w\tr-gr_expweb_node6_0\trunk>call gradlew -v 17:40:36 E:\w\tr-grcl_expweb_node3_0\trunk>call gradlew --parallel -s --profile -Penv=ci clean build -Pp4Changelist=728059 --rerun-tasks --debug |
Comment by Gradle Forums [ 12/Mar/13 ] |
Thanks for that. Would you mind downloading and running the test application for our native integration: You just need to unzip this and run `bin/native-platform-test.bat`. You should get a bunch of information. I'm interested in whether this application succeeds or fails, and if it fails, what the stacktrace is. Could you also run the test application for the version of native integration that we used in Gradle 1.4: [2]http://repo.gradle.org/gradle/libs-re... |
Comment by Lari Hotari [ 28/Mar/13 ] |
On Ubuntu I get a similar problem when using 32-bit JVM on 64-bit Ubuntu. The workaround is to install lib32ncurses5 and libstdc++6:i386 packages. sudo apt-get install lib32ncurses5 libstdc++6:i386 |