[
https://issues.apache.org/jira/browse/MADLIB-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16751483#comment-16751483
]
Nikhil commented on MADLIB-1297:
--------------------------------
[~milenko]
Thanks for reporting the issue. Are you on linux or macOS ? I was able to repro
the problem on my mac and worked around it by setting *CMAKE_SYSTEM_NAME* while
running cmake.
{code:java}
cmake -DCMAKE_SYSTEM_NAME='Darwin' ..
{code}
>From
>[https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling]
{code:java}
CMAKE_SYSTEM_NAME : this one is mandatory, it is the name of the
target system, i.e. the same as CMAKE_SYSTEM_NAME would have if
CMake would run on the target system. Typical examples are "Linux"
and "Windows".
{code}
We will look into fixing it in the source code but in the meantime try setting
*CMAKE_SYSTEM_NAME* to "Darwin" or "Linux" and hopefully that will unblock you.
> Build fails if __MADLIB_BUILD_SYSTEM__ value contains bracket character
> -----------------------------------------------------------------------
>
> Key: MADLIB-1297
> URL: https://issues.apache.org/jira/browse/MADLIB-1297
> Project: Apache MADlib
> Issue Type: Bug
> Components: Build System
> Reporter: Milenko Petrovic
> Priority: Major
>
> The value of __MADLIB_BUILD_SYSTEM__ comes from CMAKE_BUILD_SYSTEM which can
> contain special shell characters, such as brackets, causing the build to fail
> with shell error.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)