Sounds like you have LLVM from the testing repo installed but qt6-tools from the regular repo. You need to install everything from the testing repo consistently. I have the testing repo enabled and lupdate from qt6-tools 6.8.1-2 (mind the -2 at the end) works just fine without clang18.
The original error has probably nothing to do with the testing repo. I'm using it as well for my development builds and didn't run into any errors. (The packages on my binary repo are built against regular repos so everyone can install them. So I haven't tested package builds against testing.)
And again, it would be good to know the command invocation that leads to the build failure you mentioned.
Pinned Comments
Martchus commented on 2023-11-21 23:20 (UTC) (edited on 2024-10-21 15:10 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
Important remarks:
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).syncthingtray-qt6
broken until it has been rebuilt) or to uninstallsyncthingtray-qt6
temporarily before the update. After the updatesyncthingtray-qt6
can be rebuilt and reinstalled again.makechrootpkg
which is also how official developers build their packages (and how packages in my binary repository are built).c++utilities
,qtutilities-qt6
,qtforkawesome-qt6
andsyncthingtray-qt6
in that order.makepkg --nocheck
ormakechrootpkg -- --nocheck
. It makes still sense to report failures. But please include the actual error message and not just the last few lines.