[ https://issues.apache.org/jira/browse/ARROW-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661991#comment-17661991 ]
Rok Mihevc commented on ARROW-4969: ----------------------------------- This issue has been migrated to [issue #21473|https://github.com/apache/arrow/issues/21473] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [C++] Set RPATH in correct order for test executables on OSX > ------------------------------------------------------------ > > Key: ARROW-4969 > URL: https://issues.apache.org/jira/browse/ARROW-4969 > Project: Apache Arrow > Issue Type: Improvement > Components: C++ > Reporter: Krisztian Szucs > Assignee: Krisztian Szucs > Priority: Major > Labels: pull-request-available > Fix For: 0.13.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > to prevent picking up the already installed libarrow: > {code} > [==========] Running 16 tests from 16 test cases. > [----------] Global test environment set-up. > [----------] 1 test from TestNullScalar > [ RUN ] TestNullScalar.Basics > [ OK ] TestNullScalar.Basics (0 ms) > [----------] 1 test from TestNullScalar (0 ms total) > [----------] 1 test from TestNumericScalar/0, where TypeParam = > arrow::UInt8Type > [ RUN ] TestNumericScalar/0.Basics > dyld: lazy symbol binding failed: Symbol not found: > __ZNK5arrow6Scalar6EqualsERKS0_ > Referenced from: > /Users/krisz/Workspace/arrow/python/../cpp/build/debug/arrow-scalar-test > Expected in: /Users/krisz/.conda/envs/arrow36/lib/libarrow.13.dylib > dyld: Symbol not found: __ZNK5arrow6Scalar6EqualsERKS0_ > Referenced from: > /Users/krisz/Workspace/arrow/python/../cpp/build/debug/arrow-scalar-test > Expected in: /Users/krisz/.conda/envs/arrow36/lib/libarrow.13.dylib > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)