Build cannot find Qt5WebSockets. """ CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5WebSockets" with any of the following names: Qt5WebSocketsConfig.cmake qt5websockets-config.cmake Add the installation prefix of "Qt5WebSockets" to CMAKE_PREFIX_PATH or set "Qt5WebSockets_DIR" to a directory containing one of the above files. If "Qt5WebSockets" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): webaccess/src/CMakeLists.txt:53 (find_package) """
Created attachment 924090 [details] emerge --info
Created attachment 924091 [details] build.log
Hi and thanks for the report. It seems that on your system, for whatever reason, Qt5 is chosen for the compilation, not Qt6 as expected. Since the ebuild specifies Qt6 dependencies only, it doesn´t ensure that all packages required for a Qt5-based build are available. I will attach an ebuild that should force cmake to choose Qt6. Could you please test it to see if it compiles fine? Thanks!
Created attachment 924941 [details] ebuild that should enforce usage of Qt6