Advertisement
Guest User

cross compilation output

a guest
Jun 24th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.57 KB | None | 0 0
  1. (venv) kurvivor@Ark19 ~/Development/pyside_and_stuff/pyside-setup $ python tools/cross_compile_android/main.py --plat-name=aarch64 --ndk-path=$ANDROID_NDK_ROOT --qt-install-path=/usr/local/Qt-6.5.0 --sdk-path=$ANDROID_SDK_ROOT
  2. 100%|Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬Б√┬| 761593.0/761593.0 [01:31<00:00, 8280.04it/s]
  3. + export HOST_ARCH=aarch64-linux-android
  4. + HOST_ARCH=aarch64-linux-android
  5. + export TOOLCHAIN=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin
  6. + TOOLCHAIN=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin
  7. + export TOOL_PREFIX=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android
  8. + TOOL_PREFIX=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android
  9. + export PLATFORM_API=31
  10. + PLATFORM_API=31
  11. + export CXX=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang++
  12. + CXX=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang++
  13. + export 'CPP=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang++ -E'
  14. + CPP='/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang++ -E'
  15. + export AR=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
  16. + AR=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
  17. + export RANLIB=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib
  18. + RANLIB=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib
  19. + export CC=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang
  20. + CC=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang
  21. + export LD=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/ld
  22. + LD=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/ld
  23. + export READELF=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-readelf
  24. + READELF=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-readelf
  25. + export 'CFLAGS=-fPIC -DANDROID'
  26. + CFLAGS='-fPIC -DANDROID'
  27. + ./configure --host=aarch64-linux-android --target=aarch64-linux-android --build=x86_64-pc-linux-gnu --enable-shared --enable-ipv6 ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no --without-ensurepip ac_cv_little_endian_double=yes
  28. checking for git... found
  29. checking build system type... x86_64-pc-linux-gnu
  30. checking host system type... aarch64-unknown-linux-android
  31. checking for python3.10... python3.10
  32. checking for python interpreter for cross build... python3.10
  33. checking for --enable-universalsdk... no
  34. checking for --with-universal-archs... no
  35. checking MACHDEP... "linux"
  36. checking for aarch64-linux-android-gcc... /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang
  37. checking whether the C compiler works... yes
  38. checking for C compiler default output file name... a.out
  39. checking for suffix of executables...
  40. checking whether we are cross compiling... yes
  41. checking for suffix of object files... o
  42. checking whether we are using the GNU C compiler... yes
  43. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang accepts -g... yes
  44. checking for /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang option to accept ISO C89... none needed
  45. checking how to run the C preprocessor... /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang++ -E
  46. checking for grep that handles long lines and -e... /bin/grep
  47. checking for a sed that does not truncate output... /bin/sed
  48. checking for --with-cxx-main=<compiler>... no
  49. checking for the platform triplet based on compiler characteristics... none
  50. checking for multiarch... aarch64-linux-android
  51. checking for -Wl,--no-as-needed... yes
  52. checking for egrep... /bin/grep -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking minix/config.h usability... no
  64. checking minix/config.h presence... no
  65. checking for minix/config.h... no
  66. checking whether it is safe to define __EXTENSIONS__... yes
  67. checking for the Android API level... 31
  68. checking for the Android arm ABI... 8
  69. checking for --with-suffix...
  70. checking for case-insensitive build directory... no
  71. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  72. checking LINKCC... $(PURIFY) $(MAINCC)
  73. checking EXPORTSYMS...
  74. checking for GNU ld... yes
  75. checking for --enable-shared... yes
  76. checking for --enable-profiling... no
  77. checking LDLIBRARY... libpython$(LDVERSION).so
  78. checking for aarch64-linux-android-ar... /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
  79. checking for aarch64-linux-android-readelf... /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-readelf
  80. checking for a BSD-compatible install... /usr/bin/install -c
  81. checking for a thread-safe mkdir -p... /bin/mkdir -p
  82. checking for --with-pydebug... no
  83. checking for --with-trace-refs... no
  84. checking for --with-assertions... no
  85. checking for --enable-optimizations... no
  86. checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
  87. checking for --with-lto... no
  88. checking for aarch64-linux-android-llvm-profdata... no
  89. checking for llvm-profdata... /home/kurvivor/AndroidQt/ndk/25.1.8937393/standalone-toolchain-arm64/bin/llvm-profdata
  90. configure: WARNING: using cross tools not prefixed with host triplet
  91. checking for -Wextra... yes
  92. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang accepts and needs -fno-strict-aliasing... no
  93. checking if we can turn off /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang unused result warning... yes
  94. checking if we can turn off /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang unused parameter warning... yes
  95. checking if we can turn off /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang missing field initializers warning... yes
  96. checking if we can turn on /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang mixed sign comparison warning... yes
  97. checking if we can turn on /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang unreachable code warning... yes
  98. checking if we can turn on /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang strict-prototypes warning... yes
  99. checking if we can make implicit function declaration an error in /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang... yes
  100. checking if we can use visibility in /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang... yes
  101. checking whether pthreads are available without options... no
  102. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang accepts -Kpthread... no
  103. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang accepts -Kthread... no
  104. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang accepts -pthread... no
  105. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang++ also accepts flags for thread support... no
  106. checking for ANSI C header files... (cached) yes
  107. checking asm/types.h usability... yes
  108. checking asm/types.h presence... yes
  109. checking for asm/types.h... yes
  110. checking crypt.h usability... no
  111. checking crypt.h presence... no
  112. checking for crypt.h... no
  113. checking conio.h usability... no
  114. checking conio.h presence... no
  115. checking for conio.h... no
  116. checking direct.h usability... no
  117. checking direct.h presence... no
  118. checking for direct.h... no
  119. checking dlfcn.h usability... yes
  120. checking dlfcn.h presence... yes
  121. checking for dlfcn.h... yes
  122. checking errno.h usability... yes
  123. checking errno.h presence... yes
  124. checking for errno.h... yes
  125. checking fcntl.h usability... yes
  126. checking fcntl.h presence... yes
  127. checking for fcntl.h... yes
  128. checking grp.h usability... yes
  129. checking grp.h presence... yes
  130. checking for grp.h... yes
  131. checking ieeefp.h usability... no
  132. checking ieeefp.h presence... no
  133. checking for ieeefp.h... no
  134. checking io.h usability... no
  135. checking io.h presence... no
  136. checking for io.h... no
  137. checking langinfo.h usability... yes
  138. checking langinfo.h presence... yes
  139. checking for langinfo.h... yes
  140. checking libintl.h usability... no
  141. checking libintl.h presence... no
  142. checking for libintl.h... no
  143. checking process.h usability... no
  144. checking process.h presence... no
  145. checking for process.h... no
  146. checking pthread.h usability... yes
  147. checking pthread.h presence... yes
  148. checking for pthread.h... yes
  149. checking sched.h usability... yes
  150. checking sched.h presence... yes
  151. checking for sched.h... yes
  152. checking shadow.h usability... no
  153. checking shadow.h presence... no
  154. checking for shadow.h... no
  155. checking signal.h usability... yes
  156. checking signal.h presence... yes
  157. checking for signal.h... yes
  158. checking stropts.h usability... no
  159. checking stropts.h presence... no
  160. checking for stropts.h... no
  161. checking termios.h usability... yes
  162. checking termios.h presence... yes
  163. checking for termios.h... yes
  164. checking utime.h usability... yes
  165. checking utime.h presence... yes
  166. checking for utime.h... yes
  167. checking poll.h usability... yes
  168. checking poll.h presence... yes
  169. checking for poll.h... yes
  170. checking sys/devpoll.h usability... no
  171. checking sys/devpoll.h presence... no
  172. checking for sys/devpoll.h... no
  173. checking sys/epoll.h usability... yes
  174. checking sys/epoll.h presence... yes
  175. checking for sys/epoll.h... yes
  176. checking sys/poll.h usability... yes
  177. checking sys/poll.h presence... yes
  178. checking for sys/poll.h... yes
  179. checking sys/audioio.h usability... no
  180. checking sys/audioio.h presence... no
  181. checking for sys/audioio.h... no
  182. checking sys/xattr.h usability... yes
  183. checking sys/xattr.h presence... yes
  184. checking for sys/xattr.h... yes
  185. checking sys/bsdtty.h usability... no
  186. checking sys/bsdtty.h presence... no
  187. checking for sys/bsdtty.h... no
  188. checking sys/event.h usability... no
  189. checking sys/event.h presence... no
  190. checking for sys/event.h... no
  191. checking sys/file.h usability... yes
  192. checking sys/file.h presence... yes
  193. checking for sys/file.h... yes
  194. checking sys/ioctl.h usability... yes
  195. checking sys/ioctl.h presence... yes
  196. checking for sys/ioctl.h... yes
  197. checking sys/kern_control.h usability... no
  198. checking sys/kern_control.h presence... no
  199. checking for sys/kern_control.h... no
  200. checking sys/loadavg.h usability... no
  201. checking sys/loadavg.h presence... no
  202. checking for sys/loadavg.h... no
  203. checking sys/lock.h usability... no
  204. checking sys/lock.h presence... no
  205. checking for sys/lock.h... no
  206. checking sys/mkdev.h usability... no
  207. checking sys/mkdev.h presence... no
  208. checking for sys/mkdev.h... no
  209. checking sys/modem.h usability... no
  210. checking sys/modem.h presence... no
  211. checking for sys/modem.h... no
  212. checking sys/param.h usability... yes
  213. checking sys/param.h presence... yes
  214. checking for sys/param.h... yes
  215. checking sys/random.h usability... yes
  216. checking sys/random.h presence... yes
  217. checking for sys/random.h... yes
  218. checking sys/select.h usability... yes
  219. checking sys/select.h presence... yes
  220. checking for sys/select.h... yes
  221. checking sys/sendfile.h usability... yes
  222. checking sys/sendfile.h presence... yes
  223. checking for sys/sendfile.h... yes
  224. checking sys/socket.h usability... yes
  225. checking sys/socket.h presence... yes
  226. checking for sys/socket.h... yes
  227. checking sys/statvfs.h usability... yes
  228. checking sys/statvfs.h presence... yes
  229. checking for sys/statvfs.h... yes
  230. checking for sys/stat.h... (cached) yes
  231. checking sys/syscall.h usability... yes
  232. checking sys/syscall.h presence... yes
  233. checking for sys/syscall.h... yes
  234. checking sys/sys_domain.h usability... no
  235. checking sys/sys_domain.h presence... no
  236. checking for sys/sys_domain.h... no
  237. checking sys/termio.h usability... no
  238. checking sys/termio.h presence... no
  239. checking for sys/termio.h... no
  240. checking sys/time.h usability... yes
  241. checking sys/time.h presence... yes
  242. checking for sys/time.h... yes
  243. checking sys/times.h usability... yes
  244. checking sys/times.h presence... yes
  245. checking for sys/times.h... yes
  246. checking for sys/types.h... (cached) yes
  247. checking sys/uio.h usability... yes
  248. checking sys/uio.h presence... yes
  249. checking for sys/uio.h... yes
  250. checking sys/un.h usability... yes
  251. checking sys/un.h presence... yes
  252. checking for sys/un.h... yes
  253. checking sys/utsname.h usability... yes
  254. checking sys/utsname.h presence... yes
  255. checking for sys/utsname.h... yes
  256. checking sys/wait.h usability... yes
  257. checking sys/wait.h presence... yes
  258. checking for sys/wait.h... yes
  259. checking pty.h usability... yes
  260. checking pty.h presence... yes
  261. checking for pty.h... yes
  262. checking libutil.h usability... no
  263. checking libutil.h presence... no
  264. checking for libutil.h... no
  265. checking sys/resource.h usability... yes
  266. checking sys/resource.h presence... yes
  267. checking for sys/resource.h... yes
  268. checking netpacket/packet.h usability... yes
  269. checking netpacket/packet.h presence... yes
  270. checking for netpacket/packet.h... yes
  271. checking sysexits.h usability... yes
  272. checking sysexits.h presence... yes
  273. checking for sysexits.h... yes
  274. checking bluetooth.h usability... no
  275. checking bluetooth.h presence... no
  276. checking for bluetooth.h... no
  277. checking linux/tipc.h usability... yes
  278. checking linux/tipc.h presence... yes
  279. checking for linux/tipc.h... yes
  280. checking linux/random.h usability... yes
  281. checking linux/random.h presence... yes
  282. checking for linux/random.h... yes
  283. checking spawn.h usability... yes
  284. checking spawn.h presence... yes
  285. checking for spawn.h... yes
  286. checking util.h usability... no
  287. checking util.h presence... no
  288. checking for util.h... no
  289. checking alloca.h usability... yes
  290. checking alloca.h presence... yes
  291. checking for alloca.h... yes
  292. checking endian.h usability... yes
  293. checking endian.h presence... yes
  294. checking for endian.h... yes
  295. checking sys/endian.h usability... yes
  296. checking sys/endian.h presence... yes
  297. checking for sys/endian.h... yes
  298. checking sys/sysmacros.h usability... yes
  299. checking sys/sysmacros.h presence... yes
  300. checking for sys/sysmacros.h... yes
  301. checking linux/auxvec.h usability... yes
  302. checking linux/auxvec.h presence... yes
  303. checking for linux/auxvec.h... yes
  304. checking sys/auxv.h usability... yes
  305. checking sys/auxv.h presence... yes
  306. checking for sys/auxv.h... yes
  307. checking linux/memfd.h usability... yes
  308. checking linux/memfd.h presence... yes
  309. checking for linux/memfd.h... yes
  310. checking linux/wait.h usability... yes
  311. checking linux/wait.h presence... yes
  312. checking for linux/wait.h... yes
  313. checking sys/memfd.h usability... no
  314. checking sys/memfd.h presence... no
  315. checking for sys/memfd.h... no
  316. checking sys/mman.h usability... yes
  317. checking sys/mman.h presence... yes
  318. checking for sys/mman.h... yes
  319. checking sys/eventfd.h usability... yes
  320. checking sys/eventfd.h presence... yes
  321. checking for sys/eventfd.h... yes
  322. checking for dirent.h that defines DIR... yes
  323. checking for library containing opendir... none required
  324. checking whether sys/types.h defines makedev... no
  325. checking for sys/mkdev.h... (cached) no
  326. checking for sys/sysmacros.h... (cached) yes
  327. checking bluetooth/bluetooth.h usability... no
  328. checking bluetooth/bluetooth.h presence... no
  329. checking for bluetooth/bluetooth.h... no
  330. checking for net/if.h... yes
  331. checking for linux/netlink.h... yes
  332. checking for linux/qrtr.h... yes
  333. checking for linux/vm_sockets.h... yes
  334. checking for linux/can.h... yes
  335. checking for linux/can/bcm.h... yes
  336. checking for linux/can/j1939.h... yes
  337. checking for linux/can/raw.h... yes
  338. checking for clock_t in time.h... yes
  339. checking for makedev... yes
  340. checking for le64toh... yes
  341. checking for mode_t... yes
  342. checking for off_t... yes
  343. checking for pid_t... yes
  344. checking for size_t... yes
  345. checking for uid_t in sys/types.h... yes
  346. checking for ssize_t... yes
  347. checking for __uint128_t... yes
  348. checking size of int... 4
  349. checking size of long... 8
  350. checking alignment of long... 8
  351. checking size of long long... 8
  352. checking size of void *... 8
  353. checking size of short... 2
  354. checking size of float... 4
  355. checking size of double... 8
  356. checking size of fpos_t... 8
  357. checking size of size_t... 8
  358. checking alignment of size_t... 8
  359. checking size of pid_t... 4
  360. checking size of uintptr_t... 8
  361. checking for long double... yes
  362. checking size of long double... 16
  363. checking size of _Bool... 1
  364. checking size of off_t... 8
  365. checking whether to enable large file support... no
  366. checking size of time_t... 8
  367. checking for pthread_t... yes
  368. checking size of pthread_t... 8
  369. checking size of pthread_key_t... 4
  370. checking whether pthread_key_t is compatible with int... yes
  371. checking for --enable-framework... no
  372. checking for dyld... no
  373. checking for --with-address-sanitizer... no
  374. checking for --with-memory-sanitizer... no
  375. checking for --with-undefined-behavior-sanitizer... no
  376. checking the extension of shared libraries... .so
  377. checking LDSHARED... $(CC) -shared
  378. checking CCSHARED...
  379. checking LINKFORSHARED... -pie -Xlinker -export-dynamic
  380. checking CFLAGSFORSHARED... $(CCSHARED)
  381. checking SHLIBS... $(LIBS)
  382. checking for sendfile in -lsendfile... no
  383. checking for dlopen in -ldl... yes
  384. checking for shl_load in -ldld... no
  385. checking uuid/uuid.h usability... no
  386. checking uuid/uuid.h presence... no
  387. checking for uuid/uuid.h... no
  388. checking uuid.h usability... no
  389. checking uuid.h presence... no
  390. checking for uuid.h... no
  391. checking for uuid_generate_time_safe... no
  392. checking for uuid_generate_time in -luuid... no
  393. checking for uuid_create... no
  394. checking for uuid_enc_be... no
  395. checking for library containing sem_init... none required
  396. checking for textdomain in -lintl... no
  397. checking aligned memory access is required... yes
  398. checking for --with-hash-algorithm... default
  399. checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
  400. checking for t_open in -lnsl... no
  401. checking for socket in -lsocket... no
  402. checking for --with-libs... no
  403. checking for aarch64-linux-android-pkg-config... no
  404. checking for pkg-config... /usr/bin/pkg-config
  405. checking pkg-config is at least version 0.9.0... yes
  406. checking for --with-system-expat... no
  407. checking for --with-system-ffi... yes
  408. checking for --with-system-libmpdec... no
  409. checking for --with-decimal-contextvar... yes
  410. checking for --enable-loadable-sqlite-extensions... no
  411. checking for --with-tcltk-includes... default
  412. checking for --with-tcltk-libs... default
  413. checking for --with-dbmliborder...
  414. checking for _POSIX_THREADS in unistd.h... yes
  415. checking for pthread_create in -lpthread... checking for pthread_detach... yes
  416. checking for usconfig in -lmpc... no
  417. checking if PTHREAD_SCOPE_SYSTEM is supported... no
  418. checking for pthread_sigmask... yes
  419. checking for pthread_getcpuclockid... yes
  420. checking if --enable-ipv6 is specified... yes
  421. checking ipv6 stack type... unknown
  422. checking for CAN_RAW_FD_FRAMES... yes
  423. checking for CAN_RAW_JOIN_FILTERS... yes
  424. checking for --with-doc-strings... yes
  425. checking for --with-pymalloc... yes
  426. checking for --with-c-locale-coercion... yes
  427. checking for --with-valgrind... no
  428. checking for --with-dtrace... no
  429. checking for dlopen... yes
  430. checking DYNLOADFILE... dynload_shlib.o
  431. checking MACHDEP_OBJS... none
  432. checking for alarm... yes
  433. checking for accept4... yes
  434. checking for setitimer... yes
  435. checking for getitimer... yes
  436. checking for bind_textdomain_codeset... no
  437. checking for chown... yes
  438. checking for clock... yes
  439. checking for confstr... no
  440. checking for close_range... no
  441. checking for copy_file_range... no
  442. checking for ctermid... yes
  443. checking for dup3... yes
  444. checking for execv... yes
  445. checking for explicit_bzero... no
  446. checking for explicit_memset... no
  447. checking for faccessat... yes
  448. checking for fchmod... yes
  449. checking for fchmodat... yes
  450. checking for fchown... yes
  451. checking for fchownat... yes
  452. checking for fdwalk... no
  453. checking for fexecve... yes
  454. checking for fdopendir... yes
  455. checking for fork... yes
  456. checking for fpathconf... yes
  457. checking for fstatat... yes
  458. checking for ftime... no
  459. checking for ftruncate... yes
  460. checking for futimesat... yes
  461. checking for futimens... yes
  462. checking for futimes... yes
  463. checking for gai_strerror... yes
  464. checking for getentropy... yes
  465. checking for getgrgid_r... yes
  466. checking for getgrnam_r... yes
  467. checking for getgrouplist... yes
  468. checking for getgroups... yes
  469. checking for getlogin... yes
  470. checking for getloadavg... yes
  471. checking for getpeername... yes
  472. checking for getpgid... yes
  473. checking for getpid... yes
  474. checking for getpriority... yes
  475. checking for getresuid... yes
  476. checking for getresgid... yes
  477. checking for getpwent... yes
  478. checking for getpwnam_r... yes
  479. checking for getpwuid_r... yes
  480. checking for getspnam... no
  481. checking for getspent... no
  482. checking for getsid... yes
  483. checking for getwd... no
  484. checking for if_nameindex... yes
  485. checking for initgroups... yes
  486. checking for kill... yes
  487. checking for killpg... yes
  488. checking for lchown... yes
  489. checking for lockf... yes
  490. checking for linkat... yes
  491. checking for lstat... yes
  492. checking for lutimes... yes
  493. checking for mmap... yes
  494. checking for memrchr... yes
  495. checking for mbrtowc... yes
  496. checking for mkdirat... yes
  497. checking for mkfifo... yes
  498. checking for madvise... yes
  499. checking for mkfifoat... yes
  500. checking for mknod... yes
  501. checking for mknodat... yes
  502. checking for mktime... yes
  503. checking for mremap... yes
  504. checking for nice... yes
  505. checking for openat... yes
  506. checking for pathconf... yes
  507. checking for pause... yes
  508. checking for pipe2... yes
  509. checking for plock... no
  510. checking for poll... yes
  511. checking for posix_fallocate... yes
  512. checking for posix_fadvise... yes
  513. checking for posix_spawn... yes
  514. checking for posix_spawnp... yes
  515. checking for pread... yes
  516. checking for preadv... yes
  517. checking for preadv2... no
  518. checking for pthread_condattr_setclock... yes
  519. checking for pthread_init... no
  520. checking for pthread_kill... yes
  521. checking for pwrite... yes
  522. checking for pwritev... yes
  523. checking for pwritev2... no
  524. checking for readlink... yes
  525. checking for readlinkat... yes
  526. checking for readv... yes
  527. checking for realpath... yes
  528. checking for renameat... yes
  529. checking for sem_open... yes
  530. checking for sem_timedwait... yes
  531. checking for sem_clockwait... yes
  532. checking for sem_getvalue... yes
  533. checking for sem_unlink... yes
  534. checking for sendfile... yes
  535. checking for setegid... yes
  536. checking for seteuid... yes
  537. checking for setgid... yes
  538. checking for sethostname... yes
  539. checking for setlocale... yes
  540. checking for setregid... yes
  541. checking for setreuid... yes
  542. checking for setresuid... yes
  543. checking for setresgid... yes
  544. checking for setsid... yes
  545. checking for setpgid... yes
  546. checking for setpgrp... yes
  547. checking for setpriority... yes
  548. checking for setuid... yes
  549. checking for setvbuf... yes
  550. checking for sched_get_priority_max... yes
  551. checking for sched_setaffinity... yes
  552. checking for sched_setscheduler... yes
  553. checking for sched_setparam... yes
  554. checking for sched_rr_get_interval... yes
  555. checking for sigaction... yes
  556. checking for sigaltstack... yes
  557. checking for sigfillset... yes
  558. checking for siginterrupt... yes
  559. checking for sigpending... yes
  560. checking for sigrelse... yes
  561. checking for sigtimedwait... yes
  562. checking for sigwait... yes
  563. checking for sigwaitinfo... yes
  564. checking for snprintf... yes
  565. checking for splice... yes
  566. checking for strftime... yes
  567. checking for strlcpy... yes
  568. checking for strsignal... yes
  569. checking for symlinkat... yes
  570. checking for sync... yes
  571. checking for sysconf... yes
  572. checking for tcgetpgrp... yes
  573. checking for tcsetpgrp... yes
  574. checking for tempnam... yes
  575. checking for timegm... yes
  576. checking for times... yes
  577. checking for tmpfile... yes
  578. checking for tmpnam... yes
  579. checking for tmpnam_r... no
  580. checking for truncate... yes
  581. checking for uname... yes
  582. checking for unlinkat... yes
  583. checking for utimensat... yes
  584. checking for utimes... yes
  585. checking for vfork... yes
  586. checking for waitid... yes
  587. checking for waitpid... yes
  588. checking for wait3... no
  589. checking for wait4... yes
  590. checking for wcscoll... yes
  591. checking for wcsftime... yes
  592. checking for wcsxfrm... yes
  593. checking for wmemcmp... yes
  594. checking for writev... yes
  595. checking for _getpty... no
  596. checking for rtpSpawn... no
  597. checking whether dirfd is declared... yes
  598. checking for chroot... yes
  599. checking for link... yes
  600. checking for symlink... yes
  601. checking for fchdir... yes
  602. checking for fsync... yes
  603. checking for fdatasync... yes
  604. checking for epoll... yes
  605. checking for epoll_create1... yes
  606. checking for kqueue... no
  607. checking for prlimit... yes
  608. checking for _dyld_shared_cache_contains_path... no
  609. checking for memfd_create... yes
  610. checking for eventfd... yes
  611. checking for ctermid_r... no
  612. checking for flock declaration... yes
  613. checking for flock... yes
  614. checking for getpagesize... yes
  615. checking for broken unsetenv... no
  616. checking for true... true
  617. checking for inet_aton in -lc... yes
  618. checking for chflags... cross
  619. checking for chflags... no
  620. checking for lchflags... cross
  621. checking for lchflags... no
  622. checking for inflateCopy in -lz... yes
  623. checking for hstrerror... yes
  624. checking for inet_aton... yes
  625. checking for inet_pton... yes
  626. checking for setgroups... yes
  627. checking for openpty... yes
  628. checking for forkpty... yes
  629. checking for fseek64... no
  630. checking for fseeko... yes
  631. checking for fstatvfs... yes
  632. checking for ftell64... no
  633. checking for ftello... yes
  634. checking for statvfs... yes
  635. checking for dup2... yes
  636. checking for getpgrp... yes
  637. checking for setpgrp... (cached) yes
  638. checking for library containing crypt... no
  639. checking for library containing crypt_r... no
  640. checking for crypt_r... no
  641. checking for clock_gettime... yes
  642. checking for clock_getres... yes
  643. checking for clock_settime... yes
  644. checking for major... yes
  645. checking for getaddrinfo... yes
  646. checking getaddrinfo bug... no -- configured with --(en|dis)able-ipv6
  647. checking for getnameinfo... yes
  648. checking whether time.h and sys/time.h may both be included... yes
  649. checking whether struct tm is in sys/time.h or time.h... time.h
  650. checking for struct tm.tm_zone... yes
  651. checking for struct stat.st_rdev... yes
  652. checking for struct stat.st_blksize... yes
  653. checking for struct stat.st_flags... no
  654. checking for struct stat.st_gen... no
  655. checking for struct stat.st_birthtime... no
  656. checking for struct stat.st_blocks... yes
  657. checking for struct passwd.pw_gecos... yes
  658. checking for struct passwd.pw_passwd... yes
  659. checking for siginfo_t.si_band... yes
  660. checking for time.h that defines altzone... no
  661. checking whether sys/select.h and sys/time.h may both be included... yes
  662. checking for addrinfo... yes
  663. checking for sockaddr_storage... yes
  664. checking for sockaddr_alg... yes
  665. checking for an ANSI C-conforming const... yes
  666. checking for working signed char... yes
  667. checking for prototypes... yes
  668. checking for variable length prototypes and stdarg.h... yes
  669. checking for socketpair... yes
  670. checking if sockaddr has sa_len member... no
  671. checking for gethostbyname_r... yes
  672. checking gethostbyname_r with 6 args... yes
  673. checking for __fpu_control... no
  674. checking for __fpu_control in -lieee... no
  675. checking for --with-libm=STRING... default LIBM="-lm"
  676. checking for --with-libc=STRING... default LIBC=""
  677. checking for x64 gcc inline assembler... no
  678. checking whether float word ordering is bigendian... no
  679. checking whether we can use gcc inline assembler to get and set x87 control word... no
  680. checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
  681. checking for x87-style double rounding... no
  682. checking for acosh... yes
  683. checking for asinh... yes
  684. checking for atanh... yes
  685. checking for copysign... yes
  686. checking for erf... yes
  687. checking for erfc... yes
  688. checking for expm1... yes
  689. checking for finite... yes
  690. checking for gamma... yes
  691. checking for hypot... yes
  692. checking for lgamma... yes
  693. checking for log1p... yes
  694. checking for log2... yes
  695. checking for round... yes
  696. checking for tgamma... yes
  697. checking whether isinf is declared... yes
  698. checking whether isnan is declared... yes
  699. checking whether isfinite is declared... yes
  700. checking whether POSIX semaphores are enabled... yes
  701. checking for broken sem_getvalue... yes
  702. checking whether RTLD_LAZY is declared... yes
  703. checking whether RTLD_NOW is declared... yes
  704. checking whether RTLD_GLOBAL is declared... yes
  705. checking whether RTLD_LOCAL is declared... yes
  706. checking whether RTLD_NODELETE is declared... yes
  707. checking whether RTLD_NOLOAD is declared... yes
  708. checking whether RTLD_DEEPBIND is declared... no
  709. checking whether RTLD_MEMBER is declared... no
  710. checking digit size for Python's longs... no value specified
  711. checking wchar.h usability... yes
  712. checking wchar.h presence... yes
  713. checking for wchar.h... yes
  714. checking size of wchar_t... 4
  715. checking for UCS-4 tcl... no
  716. checking whether wchar_t is signed... yes
  717. checking whether wchar_t is usable... no
  718. checking whether byte ordering is bigendian... no
  719. checking ABIFLAGS...
  720. checking SOABI... cpython-310
  721. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  722. checking for --with-platlibdir... no
  723. checking for --with-wheel-pkg-dir... no
  724. checking whether right shift extends the sign bit... yes
  725. checking for getc_unlocked() and friends... yes
  726. checking how to link readline libs... none
  727. checking for broken nice()... no
  728. checking for broken poll()... no
  729. checking for working tzset()... no
  730. checking for tv_nsec in struct stat... yes
  731. checking for tv_nsec2 in struct stat... no
  732. checking curses.h usability... no
  733. checking curses.h presence... no
  734. checking for curses.h... no
  735. checking ncurses.h usability... no
  736. checking ncurses.h presence... no
  737. checking for ncurses.h... no
  738. checking for term.h... no
  739. checking whether mvwdelch is an expression... no
  740. checking whether WINDOW has _flags... no
  741. checking for is_pad... no
  742. checking for is_term_resized... no
  743. checking for resize_term... no
  744. checking for resizeterm... no
  745. checking for immedok... no
  746. checking for syncok... no
  747. checking for wchgat... no
  748. checking for filter... no
  749. checking for has_key... no
  750. checking for typeahead... no
  751. checking for use_env... no
  752. configure: checking for device files
  753. checking for /dev/ptmx... (cached) yes
  754. checking for /dev/ptc... (cached) no
  755. checking for %zd printf() format support... cross -- assuming yes
  756. checking for socklen_t... yes
  757. checking for broken mbstowcs... no
  758. checking for --with-computed-gotos... no value specified
  759. checking whether /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang supports computed gotos... no
  760. checking for build directories... done
  761. checking for -O2... yes
  762. checking for glibc _FORTIFY_SOURCE/memmove bug... undefined
  763. checking for stdatomic.h... yes
  764. checking for builtin __atomic_load_n and __atomic_store_n functions... yes
  765. checking for ensurepip... no
  766. checking if the dirent structure of a d_type field... yes
  767. checking for the Linux getrandom() syscall... yes
  768. checking for the getrandom() function... yes
  769. checking for library containing shm_open... no
  770. checking for sys/mman.h... (cached) yes
  771. checking for shm_open... no
  772. checking for shm_unlink... no
  773. checking for aarch64-linux-android-pkg-config... /usr/bin/pkg-config
  774. checking whether compiling and linking against OpenSSL works... no
  775. checking for --with-openssl-rpath...
  776. checking whether OpenSSL provides required APIs... no
  777. checking for --with-ssl-default-suites... python
  778. checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
  779. checking for --with-experimental-isolated-subinterpreters... no
  780. checking for --with-static-libpython... yes
  781. checking for --disable-test-modules... no
  782. configure: creating ./config.status
  783. config.status: creating Makefile.pre
  784. config.status: creating Misc/python.pc
  785. config.status: creating Misc/python-embed.pc
  786. config.status: creating Misc/python-config.sh
  787. config.status: creating Modules/ld_so_aix
  788. config.status: creating pyconfig.h
  789. creating Modules/Setup.local
  790. creating Makefile
  791.  
  792.  
  793. If you want a release build with all stable optimizations active (PGO, etc),
  794. please run ./configure --enable-optimizations
  795.  
  796.  
  797. + make 'BLDSHARED=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -shared' CROSS-COMPILE=/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android- CROSS_COMPILE_TARGET=yes
  798. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
  799. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/token.o Parser/token.c
  800. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/pegen.o Parser/pegen.c
  801. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  802. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/string_parser.o Parser/string_parser.c
  803. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/peg_api.o Parser/peg_api.c
  804. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  805. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  806. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  807. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
  808. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  809. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  810. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  811. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
  812. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/call.o Objects/call.c
  813. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
  814. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  815. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  816. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  817. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  818. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  819. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  820. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  821. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/genericaliasobject.o Objects/genericaliasobject.c
  822. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  823. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  824. Objects/fileobject.c:256:9: warning: variable 'newlinetypes' set but not used [-Wunused-but-set-variable]
  825. int newlinetypes = 0;
  826. ^
  827. 1 warning generated.
  828. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  829. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  830. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  831. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c
  832. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  833. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  834. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  835. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  836. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c
  837. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
  838. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  839. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  840. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c
  841. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  842. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  843. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c
  844. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  845. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  846. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  847. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  848. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  849. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  850. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  851. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  852. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/unionobject.o Objects/unionobject.c
  853. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  854. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  855. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  856. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  857. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  858. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c
  859. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c
  860. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  861. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  862. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  863. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  864. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/context.o Python/context.c
  865. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
  866. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  867. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  868. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
  869. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  870. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  871. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  872. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c
  873. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  874. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c
  875. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/hashtable.o Python/hashtable.c
  876. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
  877. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  878. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  879. -DPLATLIBDIR='"lib"' \
  880. -o Python/initconfig.o ./Python/initconfig.c
  881. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  882. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  883. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  884. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  885. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c
  886. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c
  887. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  888. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
  889. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  890. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c
  891. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
  892. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  893. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  894. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  895. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
  896. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c
  897. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  898. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  899. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  900. -DABIFLAGS='""' \
  901. -DMULTIARCH=\"aarch64-linux-android\" \
  902. -o Python/sysmodule.o ./Python/sysmodule.c
  903. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  904. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  905. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  906. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  907. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  908. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c
  909. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -fno-strict-aliasing -o Python/dtoa.o Python/dtoa.c
  910. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  911. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
  912. Python/fileutils.c:436:1: warning: unused function 'decode_current_locale' [-Wunused-function]
  913. decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen,
  914. ^
  915. Python/fileutils.c:663:1: warning: unused function 'encode_current_locale' [-Wunused-function]
  916. encode_current_locale(const wchar_t *text, char **str,
  917. ^
  918. 2 warnings generated.
  919. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/suggestions.o Python/suggestions.c
  920. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  921. -DSOABI='"cpython-310"' \
  922. -o Python/dynload_shlib.o ./Python/dynload_shlib.c
  923. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  924. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -DPYTHONPATH='""' \
  925. -DPREFIX='"/usr/local"' \
  926. -DEXEC_PREFIX='"/usr/local"' \
  927. -DVERSION='"3.10"' \
  928. -DVPATH='""' \
  929. -o Modules/getpath.o ./Modules/getpath.c
  930. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  931. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  932. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  933. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  934. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  935. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sre.c -o Modules/_sre.o
  936. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  937. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_weakref.c -o Modules/_weakref.o
  938. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
  939. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_operator.c -o Modules/_operator.o
  940. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
  941. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_abc.c -o Modules/_abc.o
  942. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
  943. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o
  944. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  945. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_stat.c -o Modules/_stat.o
  946. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/timemodule.c -o Modules/timemodule.o
  947. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
  948. ./Modules/_threadmodule.c:1654:26: warning: implicit conversion from '_PyTime_t' (aka 'long') to 'double' changes
  949. value from 9223372036854775 to 9223372036854776 [-Wimplicit-const-int-float-conversion]
  950. double timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6;
  951. ^~~~~~~~~~~~~~~~~~~~~~~~~ ~
  952. 1 warning generated.
  953. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o
  954. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
  955. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
  956. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
  957. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
  958. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
  959. ./Modules/_io/bufferedio.c:1075:19: warning: variable 'written' set but not used [-Wunused-but-set-variable]
  960. Py_ssize_t n, written = 0;
  961. ^
  962. ./Modules/_io/bufferedio.c:1863:16: warning: variable 'written' set but not used [-Wunused-but-set-variable]
  963. Py_ssize_t written = 0;
  964. ^
  965. 2 warnings generated.
  966. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
  967. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
  968. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/faulthandler.c -o Modules/faulthandler.o
  969. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
  970. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  971. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE_BUILTIN -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  972. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE \
  973. -DGITVERSION="\"`LC_ALL=C git --git-dir ./.git rev-parse --short HEAD`\"" \
  974. -DGITTAG="\"`LC_ALL=C git --git-dir ./.git describe --all --always --dirty`\"" \
  975. -DGITBRANCH="\"`LC_ALL=C git --git-dir ./.git name-rev --name-only HEAD`\"" \
  976. -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  977. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  978. rm -f libpython3.10.a
  979. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar rcs libpython3.10.a Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o
  980. if test libpython3.10.so.1.0 != libpython3.10.so; then \
  981. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -shared -Wl,-hlibpython3.10.so.1.0 -o libpython3.10.so.1.0 Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -ldl -lm -lm; \
  982. ln -f libpython3.10.so.1.0 libpython3.10.so; \
  983. else \
  984. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -shared -o libpython3.10.so Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -ldl -lm -lm; \
  985. fi
  986. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -shared -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.10.so
  987. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -pie -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.10 -ldl -lm -lm
  988. _PYTHON_PROJECT_BASE=/tmp/tmp0pgqrxkf/cpython _PYTHON_HOST_PLATFORM=linux-aarch64 PYTHONPATH=./Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__linux_aarch64-linux-android python3.10 -S -m sysconfig --generate-posix-vars ;\
  989. if test $? -ne 0 ; then \
  990. echo "generate-posix-vars failed" ; \
  991. rm -f ./pybuilddir.txt ; \
  992. exit 1 ; \
  993. fi
  994. /home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DANDROID -fPIC -DANDROID -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
  995. CC='/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang' LDSHARED='/home/kurvivor/AndroidQt/ndk/25.1.8937393//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang -shared' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' _TCLTK_INCLUDES='' _TCLTK_LIBS='' _PYTHON_PROJECT_BASE=/tmp/tmp0pgqrxkf/cpython _PYTHON_HOST_PLATFORM=linux-aarch64 PYTHONPATH=/tmp/tmp0pgqrxkf/cpython/build/lib.linux-aarch64-3.10:./Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__linux_aarch64-linux-android python3.10 ./setup.py -q build
  996. clang-14: error: no such file or directory: '_struct.c'
  997. clang-14: error: no input files
  998. clang-14: error: no such file or directory: 'arraymodule.c'
  999. clang-14: error: no input files
  1000. clang-14: error: no such file or directory: '_contextvarsmodule.c'
  1001. clang-14: error: no input files
  1002. clang-14: error: no such file or directory: 'mathmodule.c'
  1003. clang-14: error: no input files
  1004. clang-14: error: no such file or directory: 'cmathmodule.c'
  1005. clang-14: error: no input files
  1006. clang-14: error: no such file or directory: '_datetimemodule.c'
  1007. clang-14: error: no input files
  1008. clang-14: error: no such file or directory: '_zoneinfo.c'
  1009. clang-14: error: no input files
  1010. clang-14: error: no such file or directory: '_randommodule.c'
  1011. clang-14: error: no input files
  1012. clang-14: error: no such file or directory: '_bisectmodule.c'
  1013. clang-14: error: no input files
  1014. clang-14: error: no such file or directory: '_heapqmodule.c'
  1015. clang-14: error: no input files
  1016. clang-14: error: no such file or directory: '_pickle.c'
  1017. clang-14: error: no input files
  1018. clang-14: error: no such file or directory: '_json.c'
  1019. clang-14: error: no input files
  1020. clang-14: error: no such file or directory: '_lsprof.c'
  1021. clang-14: error: no input files
  1022. clang-14: error: no such file or directory: 'unicodedata.c'
  1023. clang-14: error: no input files
  1024. clang-14: error: no such file or directory: '_opcode.c'
  1025. clang-14: error: no input files
  1026. clang-14: error: no such file or directory: '_asynciomodule.c'
  1027. clang-14: error: no input files
  1028. clang-14: error: no such file or directory: '_queuemodule.c'
  1029. clang-14: error: no input files
  1030. clang-14: error: no such file or directory: '_statisticsmodule.c'
  1031. clang-14: error: no input files
  1032. clang-14: error: no such file or directory: 'fcntlmodule.c'
  1033. clang-14: error: no input files
  1034. clang-14: error: no such file or directory: 'grpmodule.c'
  1035. clang-14: error: no input files
  1036. clang-14: error: no such file or directory: 'selectmodule.c'
  1037. clang-14: error: no input files
  1038. clang-14: error: no such file or directory: 'mmapmodule.c'
  1039. clang-14: error: no input files
  1040. clang-14: error: no such file or directory: 'syslogmodule.c'
  1041. clang-14: error: no input files
  1042. clang-14: error: no such file or directory: '_xxsubinterpretersmodule.c'
  1043. clang-14: error: no input files
  1044. clang-14: error: no such file or directory: 'audioop.c'
  1045. clang-14: error: no input files
  1046. clang-14: error: no such file or directory: '_csv.c'
  1047. clang-14: error: no input files
  1048. clang-14: error: no such file or directory: '_posixsubprocess.c'
  1049. clang-14: error: no input files
  1050. clang-14: error: no such file or directory: '_testcapimodule.c'
  1051. clang-14: error: no input files
  1052. clang-14: error: no such file or directory: '_testclinic.c'
  1053. clang-14: error: no input files
  1054. clang-14: error: no such file or directory: '_testinternalcapi.c'
  1055. clang-14: error: no input files
  1056. clang-14: error: no such file or directory: '_testbuffer.c'
  1057. clang-14: error: no input files
  1058. clang-14: error: no such file or directory: '_testimportmultiple.c'
  1059. clang-14: error: no input files
  1060. clang-14: error: no such file or directory: '_testmultiphase.c'
  1061. clang-14: error: no input files
  1062. clang-14: error: no such file or directory: '_xxtestfuzz/_xxtestfuzz.c'
  1063. clang-14: error: no input files
  1064. clang-14: error: no such file or directory: '_cryptmodule.c'
  1065. clang-14: error: no input files
  1066. clang-14: error: no such file or directory: 'socketmodule.c'
  1067. clang-14: error: no input files
  1068. clang-14: error: no such file or directory: '_ssl.c'
  1069. clang-14: error: no input files
  1070. clang-14: error: no such file or directory: '_hashopenssl.c'
  1071. clang-14: error: no input files
  1072. clang-14: error: no such file or directory: 'sha256module.c'
  1073. clang-14: error: no input files
  1074. clang-14: error: no such file or directory: 'sha512module.c'
  1075. clang-14: error: no input files
  1076. clang-14: error: no such file or directory: 'md5module.c'
  1077. clang-14: error: no input files
  1078. clang-14: error: no such file or directory: 'sha1module.c'
  1079. clang-14: error: no input files
  1080. clang-14: error: no such file or directory: '_blake2/blake2b_impl.c'
  1081. clang-14: error: no input files
  1082. clang-14: error: no such file or directory: '_sha3/sha3module.c'
  1083. clang-14: error: no input files
  1084. clang-14: error: no such file or directory: 'termios.c'
  1085. clang-14: error: no input files
  1086. clang-14: error: no such file or directory: 'resource.c'
  1087. clang-14: error: no input files
  1088. clang-14: error: no such file or directory: 'ossaudiodev.c'
  1089. clang-14: error: no input files
  1090. clang-14: error: no such file or directory: 'binascii.c'
  1091. clang-14: error: no input files
  1092. clang-14: error: no such file or directory: 'expat/xmlparse.c'
  1093. clang-14: error: no input files
  1094. clang-14: error: no such file or directory: 'cjkcodecs/multibytecodec.c'
  1095. clang-14: error: no input files
  1096. clang-14: error: no such file or directory: 'cjkcodecs/_codecs_kr.c'
  1097. clang-14: error: no input files
  1098. clang-14: error: no such file or directory: 'cjkcodecs/_codecs_jp.c'
  1099. clang-14: error: no input files
  1100. clang-14: error: no such file or directory: 'cjkcodecs/_codecs_cn.c'
  1101. clang-14: error: no input files
  1102. clang-14: error: no such file or directory: 'cjkcodecs/_codecs_tw.c'
  1103. clang-14: error: no input files
  1104. clang-14: error: no such file or directory: 'cjkcodecs/_codecs_hk.c'
  1105. clang-14: error: no input files
  1106. clang-14: error: no such file or directory: 'cjkcodecs/_codecs_iso2022.c'
  1107. clang-14: error: no input files
  1108. clang-14: error: no such file or directory: '_decimal/_decimal.c'
  1109. clang-14: error: no input files
  1110. clang-14: error: no such file or directory: '_ctypes/_ctypes_test.c'
  1111. clang-14: error: no input files
  1112. clang-14: error: no such file or directory: '_multiprocessing/multiprocessing.c'
  1113. clang-14: error: no input files
  1114. clang-14: error: no such file or directory: 'xxlimited.c'
  1115. clang-14: error: no input files
  1116. clang-14: error: no such file or directory: 'xxlimited_35.c'
  1117. clang-14: error: no input files
  1118. clang-14: error: no such file or directory: '_ctypes/_ctypes.c'
  1119. clang-14: error: no input files
  1120.  
  1121. The necessary bits to build these optional modules were not found:
  1122. _bz2 _curses _curses_panel
  1123. _dbm _elementtree _gdbm
  1124. _lzma _posixshmem _sqlite3
  1125. _tkinter _uuid nis
  1126. readline spwd zlib
  1127. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  1128.  
  1129.  
  1130. The following modules found by detect_modules() in setup.py, have been
  1131. built by the Makefile instead, as configured by the Setup files:
  1132. _abc pwd time
  1133.  
  1134.  
  1135. Failed to build these modules:
  1136. _asyncio _bisect _blake2
  1137. _codecs_cn _codecs_hk _codecs_iso2022
  1138. _codecs_jp _codecs_kr _codecs_tw
  1139. _contextvars _crypt _csv
  1140. _ctypes _ctypes_test _datetime
  1141. _decimal _hashlib _heapq
  1142. _json _lsprof _md5
  1143. _multibytecodec _multiprocessing _opcode
  1144. _pickle _posixsubprocess _queue
  1145. _random _sha1 _sha256
  1146. _sha3 _sha512 _socket
  1147. _ssl _statistics _struct
  1148. _testbuffer _testcapi _testclinic
  1149. _testimportmultiple _testinternalcapi _testmultiphase
  1150. _xxsubinterpreters _xxtestfuzz _zoneinfo
  1151. array audioop binascii
  1152. cmath fcntl grp
  1153. math mmap ossaudiodev
  1154. pyexpat resource select
  1155. syslog termios unicodedata
  1156. xxlimited xxlimited_35
  1157.  
  1158.  
  1159. Could not build the ssl module!
  1160. Python requires a OpenSSL 1.1.1 or newer
  1161. Custom linker flags may require --with-openssl-rpath=auto
  1162.  
  1163. error: file '/usr/lib/python3.10/config-3.10-x86_64-linux-gnu/Tools/scripts/pydoc3' does not exist
  1164. make: *** [Makefile:637: sharedmods] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement