Chongyun Lee
Chongyun Lee
The failure of `glxinfo` is introduced by https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11714. I fixed it in Termux by partially revert that commit, see https://github.com/termux/termux-packages/blob/master/packages/mesa/0009-disable-resource_create_front-for-vtest.patch. As Termux doesn't have control to Debian packages, you should...
I also think it affects all golang packages, but I have no idea why it happens. My phone doesn't use custom kernels so I can't run runc...
> the program is in `root-packages` repo, is it fine to be compiled statically for program in that case? Yes, if it is executed as root, it will not be...
No, as of now no mirror in China. See https://github.com/ustclug/mirrorrequest/issues/360 and https://github.com/tuna/issues/issues/1906.
`cranelift` codegen in rustc doesn't support `wasm32-wasip2` target, see the support list in its [README.md](https://github.com/rust-lang/rustc_codegen_cranelift?tab=readme-ov-file#platform-support). If you compile it using cranelift codegen, it will fail with `can't compile for wasm32-wasip2:...
It is also reproducible on `rustc` from Termux main repository. Maybe `rustc` or clang over-optimizes some code paths. Log: [rustc-logs.txt](https://github.com/user-attachments/files/19404624/rustc-logs.txt)
I'm afraid I'm not able to find out the root cause of the issue. This issue would be best reported upstream (https://github.com/rust-lang/rust).
You're using Google Play version Termux. `chromium` in TUR is not intended to be working on that apps. I don't want to find every code path and patch `/proc/self` to...
> 1. You don't have to find then. Grep is your friend `grep` is not possible to find every code path which gets the current exec path. `/proc/self` is just...
OK. I finally successfully run `gnome-shell` with VNC. The steps: 1. Edit `$PREFIX/share/dbus-1/system.d/org.freedesktop.UPower.conf` to allow Termux user's `upowerd` to get accessed with system dbus, replace `root` with your Termux user...