Bugzilla Automation <[email protected]> has asked freebsd-kde (Team)
<[email protected]> for maintainer-feedback:
Bug 264199: x11-toolkits/plasma5-kdeplasma-addons fails to build with configure
error using poudriere on stable-13 amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264199
--- Description ---
Trying to build kde5 using poudriere, x11-toolkits/plasma5-kdeplasma-addons
fails at the configure stage.
This was tested with the following options:
OPTIONS_FILE_UNSET+=PURPOSE
OPTIONS_FILE_UNSET+=QTWEBENGINE
During the configure stage, CMake is failing with the following error:
CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5Test" with any
of the following names:
Qt5TestConfig.cmake
qt5test-config.cmake
Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
"Qt5Test_DIR" to a directory containing one of the above files. If
"Qt5Test" provides a separate development package or SDK, be sure it has
been installed.
After some searching, adding testlib_build to USE_QT= in the Makefile fixed the
build.