Chongyun Lee
Chongyun Lee
The support for aarch64 16kb pagesize in `asan` is added in https://github.com/llvm/llvm-project/commit/c6049e67efaaca34ca8ad93b007397b118574b81. Maybe it breaks the usage of asan on older Android devices.
I can't reproduce it on my Android 7.x device. ``` # termux-info Termux Variables: TERMUX_APK_RELEASE=GITHUB TERMUX_APP_PACKAGE_MANAGER=apt TERMUX_APP_PID=15447 TERMUX_IS_DEBUGGABLE_BUILD=1 TERMUX_VERSION=0.118.0 TERMUX__USER_ID=0 Packages CPU architecture: aarch64 Subscribed repositories: # sources.list deb https://mirrors.ustc.edu.cn/termux/termux-main...
It seems that `__libc_auxv` is not properly initialized by `__libc_init`, but this is really strange.
`esync` is a feature in `wine-staging`. It is better to report this enhancement to upstream...
This is intended as TUR doesn't provide `Contents.gz` like other distros. It is much difficult for TUR to provide it.
Is this fixed by #23030?
You could try to rebase this branch to the termux-user-repositoru/tur@master. Actually no packages should be rebuilt...
You can install numpy with apt (`apt install python-numpy`) and then install spleeter without build isolation. Try `apt install python-numpy`, then `pip install spleeter --no-build-isolation`.
I could reproduce it with `vulkan-loader-generic` + `mesa-vulkan-icd-freedreno` + `termux-x11`...