Bug 1047051
Summary: | doesn't find ${OCTAVE_LIBRARIES} with octave-3.8.0-rc2 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Björn Esser (besser82) <besser82> |
Component: | shogun | Assignee: | Björn Esser (besser82) <besser82> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | besser82, jreznik, ltinkl, ml, orion, pertusus, pmachata, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-08 22:01:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1047053 |
Description
Björn Esser (besser82)
2013-12-28 18:11:56 UTC
Whooo... misfire... --- Description of problem: Does not find ${OCTAVE_LIBRARIES} with octave-3.8.0-rc2 Version-Release number of selected component (if applicable): cmake-2.8.12.1-1.fc21 How reproducible: 100% Steps to Reproduce: use FindPackage( Octave ) in your CMakeLists.txt Actual results: CMake Error at /usr/share/cmake/Modules/ FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find Octave (missing: OCTAVE_LIBRARIES) (found suitable version "3.8.0-rc2", minimum required is "3.6") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) cmake/FindOctave.cmake:176 (find_package_handle_standard_args) CMakeLists.txt:882 (FIND_PACKAGE) -- Configuring incomplete, errors occurred! Expected results: ${OCTAVE_LIBRARIES} should be found correctly as expected. Additional info: Works fine with Octave <= 3.6.X (like with F20). cmake/FindOctave.cmake is part of shogun and will need to be fixed there. This is fixed now, but we have other issues. I'm doing an octave build to try to fix the next one. We see what we come upon next. |