TomIO

Results 402 comments of TomIO

I'm gonna go ahead and convert this PR to a draft pending moving it to the TUR.

Libbionic does not support the locales mechanism. This is known and expected behavior.

Translations and locales are not always the same thing.

Could you please elaborate on the actual issue? Nothing in the [changes from 2024.2.1 to 2024.3](https://github.com/cloudflare/cloudflared/compare/2024.2.1...2024.3.0) changed the Makefile, all patches still apply, and the auto update commit passed CI...

> The latest version seems to work fine. Closing as presumptively fixed. If the issue reoccurs we can either reopen this issue or just open a new one.

> What is the purpose of this package? It is the UC Berkley implementation of the Logo programming language. https://en.wikipedia.org/wiki/Logo_(programming_language) One of the early "turtle" programs for drawing with code.

`autoconf`, is part of GNU Autotools. It is available, and is picked up automatically by our package build system when building a package. https://github.com/termux/termux-packages/blob/ce9620747c3df17386702dde7d10bbc657e5313c/packages/autoconf/build.sh#L1-L20

Anything that has one or more subpackages. For example, specifying `lua51-lpeg` as a dependency pulls in all 4 of them, even though it doesn't depend on the parent package.

> By subpackage builds, do you mean the `*.subpackage.sh` files? If so, can you indicate what they lack for a full-fledged format? Yes, subpackages. By "missing features" I mean they...

> To avoid this you should configure the value `TERMUX_PKG_SEPARATE_SUB_DEPENDS=true` in the `lua-lpeg` package. Would be nice if that were documented anywhere. Like say, the [available control fields for subpackages](https://github.com/termux/termux-packages/wiki/Creating-new-package#table-of-available-subpackage-control-fields),...