An error occurred while fetching the assigned milestone of the selected merge_request.
Update ASK with hotfix on top 1.8-r12
Merge request reports
Activity
Filter activity
Current Version:1.8.1241 Current Version Code:2566
Also need to be changed.
Please use the App Update template.
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':jnidictionaryv1:externalNativeBuildRelease'. > Build command failed. Error while executing process /home/michel/android-sdk/ndk-bundle/ndk-build with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=/home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/Android.mk APP_ABI=mips64 NDK_ALL_ABIS=mips64 NDK_DEBUG=0 APP_PLATFORM=android-21 NDK_OUT=/home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/build/intermediates/ndkBuild/release/obj NDK_LIBS_OUT=/home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/build/intermediates/ndkBuild/release/lib /home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/build/intermediates/ndkBuild/release/obj/local/mips64/libanysoftkey_jni.so} [mips64] Compile++ : anysoftkey_jni <= com_anysoftkeyboard_dictionaries_BinaryDictionary.cpp [mips64] Compile++ : anysoftkey_jni <= dictionary.cpp /home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/src/main/jni/source/dictionary.cpp:125:9: error: use of undeclared identifier 'memmove' memmove((char*) mFrequencies + (insertAt + 1) * sizeof(mFrequencies[0]), ^ /home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/src/main/jni/source/dictionary.cpp:129:9: error: use of undeclared identifier 'memmove' memmove((char*) mOutputChars + (insertAt + 1) * mMaxWordLength * sizeof(short), ^ /home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/src/main/jni/source/dictionary.cpp:220:31: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (c == QUOTE && currentChars[0] != QUOTE || mSkipPos == depth) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ /home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/src/main/jni/source/dictionary.cpp:220:31: note: place parentheses around the '&&' expression to silence this warning } else if (c == QUOTE && currentChars[0] != QUOTE || mSkipPos == depth) { ^ ( ) 1 warning and 2 errors generated. make: *** [/home/michel/git/fdroiddata/build/com.menny.android.anysoftkeyboard/jnidictionaryv1/build/intermediates/ndkBuild/release/obj/local/mips64/objs/anysoftkey_jni/src/main/jni/source/dictionary.o] Error 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 20.25 secs ==== detail end ==== INFO: Finished. INFO: 1 builds failed
Since you are using the NDK, pleases add
ndk=release
likendk=r15b
added wait-for-submitter label
@mimi89999 not sure why it fails...
@menny
ndk=
should be beforepreassemble
@menny Could you complete the App Update template?
Please register or sign in to reply