Max Ivan
why does it throw invalid key warnings?
Reinstall the packages that cause these messages - https://discord.com/channels/641256914684084234/641256914684084237/1224953272943771679
3 replies
Failure to build bootstraps
Well, the only thing that comes to mind how to make it easier for your users without creating special packages and without using "build-bootstraps.sh" is using a graphical shell - https://wiki.termux.com/wiki/Graphical_Environment. The bash shell is not only the main shell in Termux (the base of all Linux distributions), but other packages depend on it as well. Therefore, bash without Termux is nowhere. To create such a bootstrap (with a graphical shell), it may be enough to use generate-bootstraps.sh, but here it is worth considering that it is configured to work with packages only from the main repo, and here you need an x11 repo (so you have to configure it a bit). Also, could you tell me the name of your program?
81 replies
Failure to build bootstraps
Ok, now I understand what's going on here. You are now faced with the fact that all packages that are compiled by build-bootstraps.sh are included in bootstrap which is not correct. I was going to solve this problem, but due to the fact that I had a lot of things in my life, I did not have much time to work in Docker (in addition to this, I also had things to do in other Termux projects). At the moment, I'm working on another project (with glibc-packages for Termux) and I can't be sure that this issue will be resolved soon. The only thing I can do now is answer your questions. Do you have them?
81 replies