TomIO
TomIO
TTermux
Created by timka7060 on 4/2/2025 in #support
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.
./scripts/run-docker.sh ./build-package.sh -I -f vim
./scripts/run-docker.sh ./build-package.sh -I -f vim
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
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Fwiw I just updated Vim to 9.1.1270 on the repos, so you should just be able to update normally.
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Fix (as in updating the package to 9.1.1270) has been merged and should be on the main repository in about 5 minutes.
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
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
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
No description
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Oh I'm writing the PR right now.
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Termux uses a rolling release model. We don't keep multiple package versions around.
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
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
TTermux
Created by timka7060 on 4/2/2025 in #support
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
TTermux
Created by Amigaba375 on 3/23/2025 in #support
Is it possible to make ram drive in android?
Let me rephrase the question. Why would you wanna make a ramdisk on Android? What is that gonna do for you?
24 replies
TTermux
Created by Amigaba375 on 3/23/2025 in #support
Is it possible to make ram drive in android?
In short, no.
24 replies
TTermux
Created by tommynler on 1/26/2025 in #support
Python-tkinter not available
Yeah we hope to get the playstore version to full feature parity but it just isn't quite there currently so the F-Droid or GitHub releases are the preferred and recommended options for installing Termux.
6 replies
TTermux
Created by tommynler on 1/26/2025 in #support
Python-tkinter not available
Ah you're using the Playstore version. That is known to have some incompatibilities with packages. You'll probably want to use the F-Droid release instead.
6 replies
TTermux
Created by tommynler on 1/26/2025 in #support
Python-tkinter not available
No description
6 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
pkg rei openssh
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
Oh right, we have voice channels.
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
(I actually have this set up for all my hosts, but this is the one for Termux)
133 replies
TTermux
Created by Sicnus on 1/19/2025 in #support
Can ping, but can't ssh into phone anymore. (SSHD Running)
I have my SSH connection for Termux set up as a Host section in my ~/.ssh/config.
# ssh access for Termux in home network
Host Termux Phone termux phone
# Termux disregards the supplied User since its effectively a single-user system
User ssh
Hostname 192.168.111.3
Port 8022
IdentityFile ${HOME}/.ssh/keys/local/rsa-4096_Termux
IdentitiesOnly yes
# ssh access for Termux in home network
Host Termux Phone termux phone
# Termux disregards the supplied User since its effectively a single-user system
User ssh
Hostname 192.168.111.3
Port 8022
IdentityFile ${HOME}/.ssh/keys/local/rsa-4096_Termux
IdentitiesOnly yes
That way you can just type in ssh termux, or ssh phone.
133 replies