kou commented on PR #36190: URL: https://github.com/apache/arrow/pull/36190#issuecomment-1599741687
Could you check the link error on macOS CI job? https://github.com/apache/arrow/actions/runs/5327292003/jobs/9650486501?pr=36190#step:5:49 ```text FAILED: _deps/libmexclass-build/libmexclass.dylib : && /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -mmacosx-version-min=12.6 -dynamiclib -Wl,-headerpad_max_install_names -o _deps/libmexclass-build/libmexclass.dylib -install_name @rpath/libmexclass.dylib _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/action/TypeFactory.cpp.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/action/Unsupported.cpp.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/action/Create.cpp.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/action/Destroy.cpp.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/action/MethodCall.cpp.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/proxy/Proxy.cpp.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/proxy/ProxyManager.cp p.o _deps/libmexclass-build/CMakeFiles/mexclass.dir/source/libmexclass/error/Error.cpp.o -Wl,-rpath,/Applications/MATLAB_R2023a/MATLAB_R2023a.app/bin/maci64 /Applications/MATLAB_R2023a/MATLAB_R2023a.app/bin/maci64/libmex.dylib && : Undefined symbols for architecture x86_64: "_get_function_ptr", referenced from: int (*matlab::data::detail::resolveFunction<int (*)(matlab::data::impl::ArrayFactoryImpl**)>(matlab::data::detail::FunctionType))(matlab::data::impl::ArrayFactoryImpl**) in Create.cpp.o void (*matlab::data::detail::resolveFunction<void (*)(matlab::data::impl::ArrayFactoryImpl*)>(matlab::data::detail::FunctionType))(matlab::data::impl::ArrayFactoryImpl*) in Create.cpp.o int (*matlab::data::detail::resolveFunction<int (*)(matlab::data::impl::ArrayFactoryImpl*, int, void const*, matlab::data::impl::ArrayImpl**)>(matlab::data::detail::FunctionType))(matlab::data::impl::ArrayFactoryImpl*, int, void const*, matlab::data::impl::ArrayImpl**) in Create.cpp.o void (*matlab::data::detail::resolveFunction<void (*)(matlab::data::impl::ArrayImpl*)>(matlab::data::detail::FunctionType))(matlab::data::impl::ArrayImpl*) in Create.cpp.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` -- 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]
