<div dir="ltr">Hello,<div><br></div><div>I run into this error while trying to build android-64 sysroot with Qt 5.14.2</div><div><br></div><div>Running '/myhome/Qt/5.14.2/android/bin/qmake SYSROOT=/myhome/pyqt-android-build/build/sysroot-android-64'<br>Info: creating stash file /myhome/pyqt-android-build/build/sysroot-android-64/build/Python-3.7.7/.qmake.stash<br>WARNING: Targets of builds 'Armeabi-v7a' and 'Arm64-v8a' conflict: libpython3.7.a.<br>Running 'make'<br>make -f Makefile.Armeabi-v7a all<br>make[1]: Entering directory '/myhome/pyqt-android-build/build/sysroot-android-64/build/Python-3.7.7'<br>/myhome/Android/android-ndk-r20b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -c -target armv7a-linux-androideabi28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fwrapv -std=c99 -O3 -Oz -fPIC -DNDEBUG -DPy_BUILD_CORE -DVERSION=\"3.7\" -DVPATH=\".\" -DPREFIX=\"/\" -DEXEC_PREFIX=\"/\" -DPYTHONPATH=\"/lib/python3.7\" -DPLATFORM=\"linux\" -DMULTIARCH=\"android\" -DABIFLAGS=\"m\" -I. -I. -IInclude -I/myhome/Qt/5.14.2/android/mkspecs/android-clang -o .obj/getbuildinfo.o Modules/getbuildinfo.c<br>In file included from Modules/getbuildinfo.c:1:<br>In file included from Include/Python.h:63:<br>Include/pyport.h:699:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."<br>#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."<br> ^<br>1 error generated.<br>make[1]: *** [Makefile.Armeabi-v7a:776: .obj/getbuildinfo.o] Error 1<br></div><div><br></div><div><br></div><div>5.13.2 Qt with the same Android NDK and SDK worked okay (well, it built properly but crashed upon start).</div><div><br></div><div>What I noticed is that on Qt 5.14.2, there is no android_arm64-v8a folder in the Qt dir only an android one, might be related?</div><div><br></div><div>My versions:</div><div>pyqtdeploy==2.5.1</div><div>Python 3.7.7</div><div>android-ndk-r20b<br></div><div>android-28 platform</div></div>