You are not logged in.
I am trying to run tmux, but that's failing due to ncurses:
/usr/lib/libncursesw.so.6: version `NCURSES6_TINFO_6.4.current' not found (required by tmux)
I guess it doesn't help that it was JUST updated here: https://archlinux.org/packages/core/x86_64/ncurses/
so maybe something broke. How can I fix this?
Offline
What does `pacman -Qi ncurses` show?
Offline
~> pacman -Qi ncurses (base)
Name : ncurses
Version : 6.4-1
Description : System V Release 4.0 curses emulation library
Architecture : x86_64
URL : https://invisible-island.net/ncurses/ncurses.html
Licenses : MIT
Groups : None
Provides : libncurses++w.so=6-64 libformw.so=6-64 libmenuw.so=6-64 libpanelw.so=6-64 libncursesw.so=6-64
Depends On : glibc gcc-libs
Optional Deps : bash: for ncursesw6-config [installed]
Required By : aalib alsa-utils bash cmatrix erlang-nox fish gdb gptfdisk guile htop inetutils lame less
lib32-ncurses libcaca libcdio libedit libxml2 llvm-libs llvm8-libs mtr nano nethack nftables
pinentry pipewire procps-ng psmisc readline texinfo tmux util-linux xterm
Optional For : vlc
Conflicts With : None
Replaces : alacritty-terminfo
Installed Size : 3.97 MiB
Packager : David Runge <dvzrv@archlinux.org>
Build Date : Mon 02 Jan 2023 07:34:12 AM EST
Install Date : Sat 03 Jun 2023 01:59:46 PM EDT
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Offline
That's the old version, it's broken because tmux requires the new version. Update your entire system again.
Offline
I did several times before and there was no new version available. I did now, and lo and behold the right version is available. Now it works. Thanks. Maybe it took some time to get mirrored?
Offline