[SOLVED] libffi.so.8: cannot open shared object file: No such file or directory 20 October 2021, 06:08:46 After running sudo pacman -Syu today. Some of the packages on my machine breaks. I'm unable to run xmonad and gscan2pdf. Output of xmonad --help:Code: [Select]xmonad: error while loading shared libraries: libffi.so.8: cannot open shared object file: No such file or directoryMy pacman.log https://go.0xfc.de/yyocc Last Edit: 21 October 2021, 02:26:01 by terra
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #1 – 20 October 2021, 06:20:31 Quote from: terra – on 20 October 2021, 06:08:46After running sudo pacman -Syu today. Some of the packages on my machine breaks. I'm unable to run xmonad and gscan2pdf. This morning :Code: [Select]sudo pacman -Syyuwarning: cannot resolve "libffi.so = 8-64", a dependency of "thunderbird"
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #2 – 20 October 2021, 11:17:26 Have you got [gremlins] activated?
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #3 – 20 October 2021, 14:07:10 No
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #4 – 20 October 2021, 14:20:02 Don't know if this helps, but Arch core repo seems to have the correct ffi lib:https://archlinux.org/packages/core/x86_64/libffi/build date seems pretty fresh(2021-10-16) too...
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #5 – 20 October 2021, 14:35:27 libffi in Artix repo is behind. You either downgrade xmonad/thunderbird to use libffi 3.3-4 and wait for the system repo to catch up, or enable Arch core repo to install the new version 3.4.2-4. I would recommend downgrade.
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #6 – 20 October 2021, 17:19:12 Hello,There is an update of artix-mirrorlist :Code: [Select]pacman -Qs artix-mirrorlistlocal/artix-mirrorlist 20211020-1 Artix mirror list for use by pacmanCode: [Select]sudo pacman -Sy artix-mirrorlist Next :Code: [Select]sudo cp /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlistI have commented out all the servers except those that interest me in the new file /etc/pacman.d/mirrorlistAnd after that :Code: [Select]sudo pacman -SyyuAnd everything is back to normal. 1 Likes
Re: libffi.so.8: cannot open shared object file: No such file or directory Reply #7 – 21 October 2021, 02:25:19 I ran the update today usingCode: [Select]sudo pacman -Syuand everything works again
Re: [SOLVED] libffi.so.8: cannot open shared object file: No such file or directory Reply #8 – 21 October 2021, 05:11:20 Quote from: terra – on 21 October 2021, 02:25:19I ran the update today usingCode: [Select]sudo pacman -Syuand everything works againOh yes, that's enough, but since I had an old mirrorlist, I started doing it there.