Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0(EOL)
-
CentOS 6.6 x86_64
Description
This compile error made surface with 10.0.15, no issues are present for 10.0.14 with cmake.x86_64 2.8.12.2-4.el6:
Build |
-- Configuring OQGraph
|
CMake Error at /usr/lib64/boost/Boost.cmake:536 (message):
|
The imported target "boost_date_time-static" references the file
|
"/usr/lib64/lib64/libboost_date_time.a"
|
but this file does not exist. Possible reasons include:
|
* The file was deleted, renamed, or moved to another location.
|
* An install or uninstall procedure did not complete successfully.
|
* The installation package was faulty and contained
|
"/usr/lib64/boost/Boost.cmake"
|
but not all the files it references.
|
|
Call Stack (most recent call first):
|
/usr/lib64/boost/BoostConfig.cmake:28 (include)
|
/usr/share/cmake/Modules/FindBoost.cmake:177 (find_package)
|
storage/oqgraph/CMakeLists.txt:4 (FIND_PACKAGE)
|
I believe _IMPORT_PREFIX is defined to "/usr/lib64" and concatenated with another "/lib64" string, which generates the "/usr/lib64/lib64" error listed above.
Can you please provide a temporary patch that I could apply? Thanks.
serg,
Summary of the above:
Apparently CentOS 6.x recently upgraded cmake from 2.6.x to 2.8.12. A lovely mix of it and boost 1.41 causes the error quoted in the description.
The problem is described here:
http://stackoverflow.com/questions/9948375/cmake-find-package-succeeds-but-returns-wrong-path
http://stackoverflow.com/questions/21214045/got-usr-lib64-lib64-while-using-cmake-with-boost
RHEL might also be affected.
I don't know if it's possible to get the cmake option mentioned in the first link work, if so, it should probably be done. Otherwise we might have to make our cmake config more picky about versions of cmake and boost.