You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/08/22 22:37:00 UTC

[jira] [Commented] (ARROW-5320) [C++] Undefined symbol errors are occurred when linking parquet executables

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

Wes McKinney commented on ARROW-5320:
-------------------------------------

Is there a way to fix this in our build system?

> [C++] Undefined symbol errors are occurred when linking parquet executables
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-5320
>                 URL: https://issues.apache.org/jira/browse/ARROW-5320
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>         Environment: Xcode 10.2 on macOS Mojave 10.14.4
>            Reporter: Kenta Murata
>            Priority: Major
>
> Undefined symbol errors occurred when linking debug/parquet-reader, debug/parquet-file-deserialize-test, and debug/parquet-scan.  The unresolvable symbol is of boost regex referred in libparquet.a.
> I tried to build the commit 608e846a9f825a30a0faa651bc0a3eebba20e7db with Xcode 10.2 on macOS Mojave.
> I specified -DARROW_BOOST_VENDORED=ON to avoid the problem related to the latest boost in Homebrew (See [https://github.com/boostorg/process/issues/55]).
> The complete build log is available here:
> [https://gist.github.com/mrkn/e5489140c9a782ca13a1b4bb8dd33111]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)