jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.54k stars 187 forks source link

android-spatialite/n-support build failed #1221

Open sevar83 opened 7 years ago

sevar83 commented 7 years ago

Log https://jitpack.io/com/github/sevar83/android-spatialite/n-support/build.log

jitpack-io commented 7 years ago

Hi @sevar83

The build failed with a linker error but not sure if it is caused by JitPack. Does the same code (commit b027814b) build in another environment?

sevar83 commented 7 years ago

It builds locally with NDK r11c. It has problems with newer versions of NDK. How can I check the NDK version installed in the JitPack container?

jitpack-io commented 7 years ago

The NDK version we have is 14.0.3770861

sevar83 commented 7 years ago

Could you tell me when did you upgraded to NDK r14 (where the default toolchain is clang and our build is tested with gcc only) because we experienced problems just few hours ago? I'll try to specify NDK_TOOLCHAIN_VERSION := 4.9 to enforce gcc usage.

On Tue, 21 Mar 2017 at 11:40 JitPack.io notifications@github.com wrote:

The NDK version we have is 14.0.3770861

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jitpack/jitpack.io/issues/1221#issuecomment-288025041, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHS1TNyIvsu4XYCW833MniG6n8NCs5Jks5rn5spgaJpZM4Mjhbk .

jitpack-io commented 7 years ago

It was an automatic update, probably few weeks back