ca5438c1ef
Previously we were outputting built debs into ./debs instead of standard folder ./output. We were also sorting built_packages.txt so that $(cat ./built_packages.txt) returned an alphabetically sorted list. This caused issues for pushes that updated both a package and one or more of its dependencies, if the dependencies start with a letter that is later in the alphabet. Latest example was libforestdb and libsnappy. Libforestdb depends on libsnappy, but the buildorder as given to build-package.sh was "libforestdb libsnappy". During the libforestdb build libsnappy was built first, but the deb put into the standard ./output folder (that's how our build system currently handles built dependency debs). When build-package.sh then later tries building libsnappy it skips it since it has already been built. We then end up with only libforestdb in the ./debs folder. Fix this issue by putting all debs in ./output/, and then moving the once mentioned in built_packages.txt to ./debs/. Fixes https://github.com/termux/termux-packages/issues/8773. |
||
---|---|---|
.github | ||
disabled-packages | ||
ndk-patches | ||
packages | ||
sample | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
BACKERS.md | ||
build-all.sh | ||
build-package.sh | ||
clean.sh | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md |
Termux packages
This project contains scripts and patches to build packages for the Termux Android application.
Quick how-to about Termux package management is available at Package Management. It also has info on how to fix repository is under maintenance or down
errors when running apt
or pkg
commands.
Contributing
@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.
Read CONTRIBUTING.md and Developer's Wiki for more details.
Contacts
General mailing list: https://groups.io/g/termux
Developer mailing list: https://groups.io/g/termux-dev
General chat: https://gitter.im/termux/termux or #termux on IRC/libera.chat.
Developer chat: https://gitter.im/termux/dev.