Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#79918 - [arrayfire] missing a spdlog dependency
Attached to Project:
Arch Linux
Opened by Filip Matzner (floop) - Wednesday, 11 October 2023, 19:34 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:20 GMT
Opened by Filip Matzner (floop) - Wednesday, 11 October 2023, 19:34 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:20 GMT
|
DetailsDescription:
Arrayfire 3.9.0-1 is compiled against an unknown version of spdlog and cannot be linked. Spdlog also seems to be missing from its PKGBUILD dependencies. $ ldd /usr/lib/libafcpu.so.3.9.0 ... libspdlog.so.1 => not found ... $ ls -la /usr/lib/libspdlog.so* lrwxrwxrwx 1 root root 17 17. srp 03.12 /usr/lib/libspdlog.so -> libspdlog.so.1.12 lrwxrwxrwx 1 root root 19 17. srp 03.12 /usr/lib/libspdlog.so.1.12 -> libspdlog.so.1.12.0 -rwxr-xr-x 1 root root 338104 17. srp 03.12 /usr/lib/libspdlog.so.1.12.0 |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:20 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/arrayfire/issues/1
Saturday, 25 November 2023, 20:20 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/arrayfire/issues/1

Good catch. Sadly this currently fails to build: https://github.com/arrayfire/arrayfire/issues/3516