spdlog is looking for libfmt.so.8, needs recompiling. #145
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needs recompiling to link to the new fmt version (libfmt.so.9).
Example error:
/usr/bin/ld: warning: libfmt.so.8, needed by /usr/lib/libspdlog.so.1.10.0, not found (try using -rpath or -rpath-link)
Can you try redownloading
spdlog
? I recently fixed a dependency issue in #143, but ALHP did not increase its buildno for these recompiled packages. You should get an signature error and then you should be able to download the newer package. If this does not workpacman -Qi spdlog
would be helpful.Thanks, redownloading the package worked.