ccache is linked against libfmt.so.10
~ $ ldd /usr/bin/ccache
linux-vdso.so.1 (0x0000780cebb46000)
libfmt.so.10 => not found
libzstd.so.1 => /usr/lib/libzstd.so.1 (0x0000780ceb90a000)
libhiredis.so.1.1.0 => /usr/lib/libhiredis.so.1.1.0 (0x0000780ceb8f4000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0000780ceb600000)
libm.so.6 => /usr/lib/libm.so.6 (0x0000780ceb510000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x0000780ceb8c7000)
libc.so.6 => /usr/lib/libc.so.6 (0x0000780ceb322000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x0000780cebb48000)
while libfmt was upgraded to version 11.0
~ $ pacman -Qi fmt
Name : fmt
Version : 11.0.2-1
Description : Open-source formatting library for C++
Architecture : x86_64
URL : https://fmt.dev
Licenses : MIT
Groups : None
Provides : libfmt.so=11-64
Depends On : gcc-libs glibc
Optional Deps : None
Required By : bear ccache devilutionx mkvtoolnix-cli spdlog
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 3,31 MiB
Packager : Dudemanguy <[email protected]>
Build Date : nie, 8 wrz 2024, 21:11:59
Install Date : piÄ…, 13 wrz 2024, 09:16:57
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
(Arch's version is linked against 11.0).