Bug 1047051 - doesn't find ${OCTAVE_LIBRARIES} with octave-3.8.0-rc2
Summary: doesn't find ${OCTAVE_LIBRARIES} with octave-3.8.0-rc2
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: shogun
Version: rawhide
Hardware: All
OS: All
medium
medium
Target Milestone: ---
Assignee: Björn Esser (besser82)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1047053
TreeView+ depends on / blocked
 
Reported: 2013-12-28 18:11 UTC by Björn Esser (besser82)
Modified: 2014-01-08 22:01 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-08 22:01:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Björn Esser (besser82) 2013-12-28 18:11:56 UTC
Description of problem:

  Does not find 

Version-Release number of selected component (if applicable):


How reproducible:

  100%


Steps to Reproduce:
1.
2.
3.

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:



Additional info:

Comment 1 Björn Esser (besser82) 2013-12-28 18:17:51 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).

Comment 2 Orion Poplawski 2013-12-28 23:50:37 UTC
cmake/FindOctave.cmake is part of shogun and will need to be fixed there.

Comment 3 Orion Poplawski 2014-01-08 22:01:51 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.