Hello,
I am not sure why this happened but qt6-webengine 6.8.2-3 (both aarch64 and armv7l) broke with the last update: [url]https://github.com/archlinuxarm/PKGBUILDs/commit/f01e72299b1607e9501d80a6fac288bacb2d331d[/url]
There are no .so files at all in the new version, breaking every program that depends on them:
[code]
$ bsdtar -tvf qt6-webengine-6.8.2-3-aarch64.pkg.tar.xz | grep '\.so' | head -n 3
$ # For reference, the previous version:
$ bsdtar -tvf qt6-webengine-6.8.2-1-aarch64.pkg.tar.xz | grep '\.so' | head -n 3
lrwxrwxrwx 0 root root 0 2月 2 15:22 usr/lib/libQt6Pdf.so -> libQt6Pdf.so.6
lrwxrwxrwx 0 root root 0 2月 2 15:22 usr/lib/libQt6Pdf.so.6 -> libQt6Pdf.so.6.8.2
-rwxr-xr-x 0 root root 4785432 2月 2 15:22 usr/lib/libQt6Pdf.so.6.8.2
[/code]
EDIT:
Sorry, I have just noticed that I posted this in the wrong subforum, but I think only a forum moderator can move it.
It seems like this is a recurring issue with qt6-webengine (another older topic: [url]https://archlinuxarm.org/forum/viewtopic.php?t=16030[/url]). It might work if you can bother to rebuild it locally.