Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538586 - sci-astronomy/stellarium-0.13.2 should depend on dev-qt/qttest when using Qt5
Summary: sci-astronomy/stellarium-0.13.2 should depend on dev-qt/qttest when using Qt5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 20:18 UTC by Kobboi
Modified: 2015-02-02 23:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2015-02-02 20:18:34 UTC
-- Found Qt5: /usr/lib64/qt5/bin/qmake (found suitable version "5.4.0", required is "5.2.0")
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") 
CMake Warning at CMakeLists.txt:266 (FIND_PACKAGE):
  By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Test", but
  CMake did not find one.

  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.


CMake Warning at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:273 (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.
Call Stack (most recent call first):
  src/CMakeLists.txt:514 (QT5_USE_MODULES)


CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:275 (message):
  Can not use "Test" module which has not yet been found.
Call Stack (most recent call first):
  src/CMakeLists.txt:514 (QT5_USE_MODULES)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/sci-astronomy/stellarium-0.13.2/work/stellarium-0.13.2/CMakeFiles/CMakeOutput.log".
 * ERROR: sci-astronomy/stellarium-0.13.2::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 2950:  Called cmake-utils_src_configure
 *   environment, line  702:  Called _execute_optionally 'src_configure'
 *   environment, line  265:  Called enable_cmake-utils_src_configure
 *   environment, line 1019:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 * 
 * If you need support, post the output of `emerge --info '=sci-astronomy/stellarium-0.13.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sci-astronomy/stellarium-0.13.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sci-astronomy/stellarium-0.13.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-astronomy/stellarium-0.13.2/temp/environment'.
 * Working directory: '/var/tmp/portage/sci-astronomy/stellarium-0.13.2/work/stellarium-0.13.2'
 * S: '/var/tmp/portage/sci-astronomy/stellarium-0.13.2/work/stellarium-0.13.2'


Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2015-02-02 22:30:42 UTC
I see the problem too. Emergeing dev-qt/qttest:5 fixed it for me.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2015-02-02 23:53:12 UTC
yep