You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/21 16:45:00 UTC

[jira] [Commented] (ARROW-2333) [Python] boost bundling fails in setup.py

    [ https://issues.apache.org/jira/browse/ARROW-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408215#comment-16408215 ] 

ASF GitHub Bot commented on ARROW-2333:
---------------------------------------

pitrou opened a new pull request #1773: ARROW-2333: [Python] Fix bundling boost with default namespace
URL: https://github.com/apache/arrow/pull/1773
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [Python] boost bundling fails in setup.py
> -----------------------------------------
>
>                 Key: ARROW-2333
>                 URL: https://issues.apache.org/jira/browse/ARROW-2333
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.9.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> {code}
> [...]
>                File "setup.py", line 88, in run
>                  self._run_cmake()
>                File "setup.py", line 280, in _run_cmake
>                  "{}_filesystem".format(self.boost_namespace))
>                File "setup.py", line 386, in move_shared_libs
>                  _move_shared_libs_unix(build_prefix, build_lib, lib_name)
>                File "setup.py", line 408, in _move_shared_libs_unix
>                  ' in ' + build_prefix)
>              Exception: Could not find library:libNone_filesystem.so in release
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)