QtLocation 5.15.11 fails to build on Clang 16+ systems. See: https://bugreports.qt.io/browse/QTBUG-116652 https://bugs.gentoo.org/895516
Don't mark your own bug reports as CONFIRMED, please
I don't think making the dependency optional is a good approach to this problem. - To be useful, it would have to be done for all apps that use QtLocation, not just NeoChat - Making a QML dependency optional is unfortunately quite painful - Disabling something is not a good fix I'd recommend you either: - Patch it out in NeoChat's packaging (should be relatively easy, just delete the QML files using QtLocation, remove them from CMake and from whichever qml files start complaining about missing components) - Patch something in QtLocation - ideally something that works fine; something that just compiles but doesn't work could also be good enough - Fix LLVM