| Summary: | games-util/antimicro-2.10.1 : * cmake failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rogerx.oss |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
CMakeOutput.log
emerge-history.txt games-util:antimicro-2.10.1:20150918-161950.log |
||
|
Description
Toralf Förster
2015-09-18 16:44:00 UTC
Created attachment 412202 [details]
CMakeOutput.log
Created attachment 412204 [details]
emerge-history.txt
Created attachment 412206 [details]
games-util:antimicro-2.10.1:20150918-161950.log
forced it to qt4 since that's what it was marked stable with. has automagical checks for qt versions so probably just force it to qt5 on the next version bump. This bug has a bad description, and entirely omits the real error or bug, unless people read the attached games-util:antimicro-2.10.1:20150918-161950.log
The real error is here:
--- Snip ---
Compiling with Qt5 support
CMake Error at CMakeLists.txt:439 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.
--- Snip ---
Since this one is marked resolved, I'll go ahead and open a new bug with a better description.
The workaround is building with Qt4 instead. (ie. "QT_SELECT=4 emerge antimicro")
For further information, see Bug #561030, "games-util/antimicro requires dev-qt/qtwidgets for building against Qt5" |