spdlog is looking for libfmt.so.8, needs recompiling. #145

Closed
opened 2022-09-09 01:16:24 +02:00 by patlefort · 2 comments

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)

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)`
Owner

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 work pacman -Qi spdlog would be helpful.

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 work `pacman -Qi spdlog` would be helpful.
Author

Thanks, redownloading the package worked.

Thanks, redownloading the package worked.
anonfunc added the
duplicate
label 2022-09-09 18:48:52 +02:00
Sign in to join this conversation.
No description provided.