You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemall.apache.org by "Takeshi Yamamuro (JIRA)" <ji...@apache.org> on 2017/01/23 09:26:26 UTC

[jira] [Updated] (HIVEMALL-32) Print explicit error messages in building xgboost with clang

     [ https://issues.apache.org/jira/browse/HIVEMALL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takeshi Yamamuro updated HIVEMALL-32:
-------------------------------------
    Description: 
If you use clang, `mvn -Pcompile-xgboost` fails  because;
{code}
clang: error: unsupported option '-static-libgcc'
make: *** [jvm-packages/lib/libxgboost4j.so] Error 1
move native lib
{code}

So, in this case, we print explicit error messages in ./bin/build_xgboost.sh

  was:
`mvn -Pcompile-xgboost` failed because;
{code}
clang: error: unsupported option '-static-libgcc'
make: *** [jvm-packages/lib/libxgboost4j.so] Error 1
move native lib
{code}

So, in this case, we print explicit error messages in ./bin/build_xgboost.sh


> Print explicit error messages in building xgboost with clang
> ------------------------------------------------------------
>
>                 Key: HIVEMALL-32
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-32
>             Project: Hivemall
>          Issue Type: Bug
>            Reporter: Takeshi Yamamuro
>            Assignee: Takeshi Yamamuro
>
> If you use clang, `mvn -Pcompile-xgboost` fails  because;
> {code}
> clang: error: unsupported option '-static-libgcc'
> make: *** [jvm-packages/lib/libxgboost4j.so] Error 1
> move native lib
> {code}
> So, in this case, we print explicit error messages in ./bin/build_xgboost.sh



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)