Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.5.2
-
None
-
bb-10.5-release f6f522257
Description
cmake /data/src/10.x -DCMAKE_INSTALL_PREFIX=/data/bld/10.5.4 -DPLUGIN_TOKUDB=NO -DCMAKE_BUILD_TYPE=Debug && make -j12 && make install
|
...
|
-- Installing: /etc/columnstore/MessageFile.txt
|
CMake Error at storage/columnstore/columnstore/utils/loggingcpp/cmake_install.cmake:68 (file):
|
file INSTALL cannot copy file
|
"/data/src/10.x/storage/columnstore/columnstore/utils/loggingcpp/MessageFile.txt"
|
to "/etc/columnstore/MessageFile.txt".
|
Call Stack (most recent call first):
|
storage/columnstore/columnstore/utils/cmake_install.cmake:40 (include)
|
storage/columnstore/columnstore/cmake_install.cmake:61 (include)
|
storage/columnstore/cmake_install.cmake:41 (include)
|
cmake_install.cmake:76 (include)
|
It's expected that as of now Columnstore cannot be installed locally; however, its existence in the sources shouldn't prevent the server installation.
Maybe Columnstore needs to be disabled by default and only enabled in package builds where it makes sense; or somehow else disabled/enabled conditionally.