You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jim Pivarski (JIRA)" <ji...@apache.org> on 2019/07/07 23:42:00 UTC

[jira] [Commented] (ARROW-5870) Development compile instructions need to include "make" and "re2"

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

Jim Pivarski commented on ARROW-5870:
-------------------------------------

Actually, only "make" is needed; "re2" comes in the "sudo apt-get install" line I didn't realize was part of the installation (because it was under the "using pip" section and I was using conda, but it is needed for Boost).

But even after installing Boost (and re2) with apt-get and re-running cmake, I'm running into "undefined reference to `boost::system::detail::generic_category_ncx()'" errors. I think this is due to a missing boost_system, but I can't see from the instructions on

[https://arrow.apache.org/docs/python/development.html]

what's missing.

I had thought this was a simple omission from the instructions (and therefore an easy "bug" fix), but it's beginning to look like a long installation struggle. Should I move this to the Arrow developers mailing iist?

> Development compile instructions need to include "make" and "re2"
> -----------------------------------------------------------------
>
>                 Key: ARROW-5870
>                 URL: https://issues.apache.org/jira/browse/ARROW-5870
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 0.14.0
>            Reporter: Jim Pivarski
>            Priority: Major
>              Labels: documentation
>
> Following the build instructions on
> [https://arrow.apache.org/docs/python/development.html]
> using conda—I additionally needed to install the "make" and "re2" packages for cmake to succeed. These are such common packages, it probably didn't come up in your tests, but I have a minimal system.
> (It's not done with "make", but it looks promising so far.)



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