New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/pull/37298#issuecomment-1196504879 Comment: The aarch64 build gets this error ``` CMake Error at /usr/aarch64-linux-musl/usr/lib64/cmake/Qt5RemoteObjects/Qt5RemoteObjectsConfig.cmake:14 (message): The imported target "Qt5::RemoteObjects" references the file "/usr/lib/qt5/bin/repc" ``` I just checked the template for qt5, and theoretically `qt5-remoteobjects-devel` should have `/usr/lib/qt5/bin/repc`, right? https://github.com/void-linux/void-packages/blob/0b008401390b153db7e6caf87e9aeef28fafbe61/srcpkgs/qt5/template#L769-L775