TomIO

Results 402 comments of TomIO

Oh, nvm `python2` gives me a symbol check failure on `arm` and `i686` ```styl ERROR: ./lib/python2.7/lib-dynload/audioop.so contains undefined symbols: 15: 00000000 0 NOTYPE GLOBAL DEFAULT UND floor ``` `floor` is...

I think I have another package to add to the list. - `libmdbx` Was looking at it in the process of working on #21005. But I can't even get it...

I'm not interested in politicizing what we do or do not package, and what git hosts we do or do not permit. My concern about the `libmdbx` package is purely...

> Its not just our own package dependencies, user space programs may depend on it too. True, user scripts may depend on Python 2. There's plenty of deprecated fish in...

> I think this repository has been deleted. Nope, I'm pretty sure that's just the geoblocking. https://gitflic.ru/project/erthink/libmdbx works fine for me. ![image](https://github.com/user-attachments/assets/23935fe1-ddbc-4a39-897e-7443bacd03df)

> Remove older versions of `python3` would be more comparable to older node versions. `python2` is not gonna change and shouldn't require too much effort to maintain other than occasional...

> @TomJo2000, I found a mirror of the libmdbx repository on github - https://github.com/isar/libmdbx Works for me.

- `php-gd` was split out into a separate subpackage a while ago, https://github.com/termux/termux-packages/pull/21072 this is also done by Arch, Cygwin, Nixpkgs, or Void Linux. Please ensure you also have the...

Just had a read, I think some more extensive refactoring might be in order for that one. It's currently a very awkward mix of POSIX-isms and Bash specific features as...