Git User
Git User
> Maybe this is a fix. This is **not** a fix. The build script doesn't check for deb files. Instead it checks for the "mark" files in `/data/data/.built-packages`. The `-f`...
The directory `.built-packages` as well as whole prefix is being moved into `~/.termux-build/_databackups` when `build-package.sh` switches architecture through option `-a`. Script `build-bootstraps.sh` doesn't handle that currently. Proper fix would be...
Summary of needed changes: 1. Loop over deb files with necessary architecture only. So if we need bootstrap for arm, the loop should run over `*_${current_arch}.deb` and `*_all.deb` instead of...
Replaced by https://github.com/termux/termux-packages/pull/17031
The reason why build-bootstraps works incorrectly is because **it implements OWN method to deal with built packages**. Each architecture must have: * Own set of marker files. * Own TERMUX_PREFIX....
@segfault-bilibili I think this can be done
Package `opencolorio` doesn't support libminizip-ng v4.x, so the latter shouldn't be updated currently.
How it is different from `xxd -i ./path/to/file`? Could you give examples of distributions using specifically `bin2c` from https://github.com/adobe/bin2c?
Getting same on Ubuntu (`proot-distro`). ``` root@localhost:~/t# ls HelloWorld.cs root@localhost:~/t# mcs HelloWorld.cs root@localhost:~/t# mkbundle HelloWorld.exe Failure to load i18n assemblies, the following directories were searched for the assemblies: Path: ....
@yirod3721 If coreutils are broken, the package manager also won't work. I guess you know that all Termux mirrors around the world just can't be down at same time. For...