Any clues why I can't build `plasma-nm`? I'm using Arch, and kdesrc-build is building qcoro (and I have tried with qcoro-qt6 system package present/not) ``` [ 35%] Linking CXX shared library ../bin/libplasmanm_internal.so /usr/bin/ld: /home/oliver/kde6/usr/lib/libQCoro6DBus.a(qcorodbuspendingcall.cpp.o): warning: relocation against `_ZN9QtPrivate18QFunctorSlotObjectIZN5QCoro6detail15QCoroSignalBaseI23QDBusPendingCallWatcherMS4_FvPS4_EE13handleTimeoutENSt7__n486116coroutine_handleIvEEEUlvE_Li0ENS_4ListIJEEEvE4implEiPNS_15QSlotObjectBaseEP7QObjectPPvPb' in read-only section `.text._ZN9QtPrivate18QFunctorSlotObjectIZN5QCoro6detail15QCoroSignalBaseI23QDBusPendingCallWatcherMS4_FvPS4_EE13handleTimeoutENSt7__n486116coroutine_handleIvEEEUlvE_Li0ENS_4ListIJEEEvEC2ESC_[_ZN9QtPrivate18QFunctorSlotObjectIZN5QCoro6detail15QCoroSignalBaseI23QDBusPendingCallWatcherMS4_FvPS4_EE13handleTimeoutENSt7__n486116coroutine_handleIvEEEUlvE_Li0ENS_4ListIJEEEvEC5ESC_]' /usr/bin/ld: /home/oliver/kde6/usr/lib/libQCoro6DBus.a(qcorodbuspendingcall.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTVSt18bad_variant_access' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [libs/CMakeFiles/plasmanm_internal.dir/build.make:282: bin/libplasmanm_internal.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:766: libs/CMakeFiles/plasmanm_internal.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 ```