kevingurney commented on PR #37483:
URL: https://github.com/apache/arrow/pull/37483#issuecomment-1701373549
@sgilmore10 and I did manage to reproduce the test failures locally on macOS.
Here is the log output (note I replaced some personal information from the
file paths with "..." ):
```shell
dyld[26962]: Library not loaded: libarrow_gtest.1.11.0.dylib
Referenced from: <02638200-BA25-3D9D-AF66-D4C71F49AEFC>
/System/Volumes/Data/.../arrow/matlab/build/placeholder_test
Reason: tried: 'libarrow_gtest.1.11.0.dylib' (no such file),
'/System/Volumes/Preboot/Cryptexes/OSlibarrow_gtest.1.11.0.dylib' (no such
file), 'libarrow_gtest.1.11.0.dylib' (no such file),
'/usr/local/lib/libarrow_gtest.1.11.0.dylib' (no such file),
'/usr/lib/libarrow_gtest.1.11.0.dylib' (no such file, not in dyld cache),
'/System/Volumes/Data/.../arrow/matlab/build/libarrow_gtest.1.11.0.dylib' (no
such file),
'/System/Volumes/Preboot/Cryptexes/OS/System/Volumes/Data/.../arrow/matlab/build/libarrow_gtest.1.11.0.dylib'
(no such file),
'/System/Volumes/Data/.../arrow/matlab/build/libarrow_gtest.1.11.0.dylib' (no
such file), '/usr/local/lib/libarrow_gtest.1.11.0.dylib' (no such file),
'/usr/lib/libarrow_gtest.1.11.0.dylib' (no such file, not in dyld cache)
```
It appears that the linker is unable to find `libarrow_gtest.1.11.0.dylib`.
However, we manually verified that `ibarrow_gtest.1.11.0.dylib` does appear
under `${MATLAB_BUILD_DIR}/${ARROW_EP_PREFIX}/lib` (e.g.
`.../matlab/build/arrow_ep-prefix/lib/`) as expected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]