TomIO
Vim cannot load python3 due to outdated symbol table
We also have more comprehensive build system documentation available at the repo itself in the Wiki section.
https://github.com/termux/termux-packages/wiki/Building-packages
In case you wanna try your hand at packaging.
The recommended way to do package builds is using the build container.
e.g.
That does require a PC though since Android doesn't usually ship the required Kernel modules to run a docker container and I think our current build container is also x86_64 specific.
You can also automatically build packages with GitHub actions by forking the package repo and enabling the workflow for it.
(This is the same workflow we use to build packages and upload them to the repos)
16 replies
Vim cannot load python3 due to outdated symbol table
PR is open, I'll be merging it after the CI completes successfully.
https://github.com/termux/termux-packages/pull/24101
Mirrors may take up to 6 hours to sync the latest package versions.
You can use
termux-change-repo
and select the packages-cf.termux.dev
mirror if you want to have the updated package available as soon as possible.16 replies
Vim cannot load python3 due to outdated symbol table
I'll take a look at it, we can either backport the fix or just update Vim out of turn.
We usually auto-update it on every 50th patch release, but we do make exceptions when there's breaking issues.
16 replies
Vim cannot load python3 due to outdated symbol table
We currently ship Vim 9.1.1250 with dynamic interpreter support for Lua, Python, Perl, Ruby and Tcl
(
+lua/dyn
, +python3/dyn
, +perl/dyn
, +ruby/dyn
, +tcl/dyn
)
See also :h python
If you have an upstream bug report you could link that would also be helpful.16 replies