Closed L0Lock closed 3 months ago
Hmm ani-cli
doesn't explicitly depend on ncurses
.
https://github.com/termux/termux-packages/blob/c4808a5e07cdde67ff2f0fa301bbb44a2fea4724/packages/ani-cli/build.sh#L1-L9
So I'm not sure why it's trying to force such an overly specific version.
Please try to update or reinstall ncurses-utils and ncurses packages.
https://termux.astra.in.ua/apt/termux-main
is a BAD MIRROR.
Use termux-change-repo
and select another one. Arrows to navigate, space button to select, enter to confirm the made selection.
This mirror was excluded from the lists in the most up-to-date termux-tools package.
This issue happens because ncurses version in the current Termux app is newer than what repository provides.
Pay attention to the date stamps.
Is there any public web page to show termux mirror status or latest update time? There were multiple issues like this one with older out-of-date mirrors.
The Wiki mentions https://mirror.termux.dev/?mirrorstats but that seems to be down or outdated.
As suggested by @sylirre here, I used termux-change-repo
. It asked me to choose to change either a group or a single mirror, i chose group, then the group for my region. After it was done working, I resumed the installation process from start:
pkg up -y
pkg install ani-cli
And it worked flawlessly.
Thanks for the help!
Problem description
I'm trying to install ani-cli which gives me an unmet dependency error:
But when i try to install ncurses, it says it's already using that very version:
What steps will reproduce the bug?
Following ani-cli's install procedure. Here's my attempt, with my fixing trials:
What is the expected behavior?
No response
System information