wgtmac commented on PR #40594:
URL: https://github.com/apache/arrow/pull/40594#issuecomment-2550192408

   Rebased and got following (unrelated) failure from the MacOS CI:
   ```
   [549/1117] Building CXX object 
src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/process.cc.o
   FAILED: src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/process.cc.o 
   /usr/local/bin/ccache 
/Applications/Xcode_15.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
 -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_AVX512 
-DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 
-DARROW_TESTING_EXPORTING -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB 
-DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_DATE_TIME_DYN_LINK 
-DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB 
-DBOOST_PROCESS_DYN_LINK -DBOOST_PROCESS_HAVE_V1 -DBOOST_PROCESS_HAVE_V2 
-DBOOST_PROCESS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB 
-I/Users/runner/work/arrow/arrow/build/cpp/src 
-I/Users/runner/work/arrow/arrow/cpp/src 
-I/Users/runner/work/arrow/arrow/cpp/src/generated -isystem 
/Users/runner/work/arrow/arrow/build/cpp/_deps/googletest-src/googletest/include
 -isystem 
/Users/runner/work/arrow/arrow/build/cpp/_deps/googletest-src/googletest 
-isystem /Users/runner/work/arrow/arrow/build/cpp/_deps/googletest-src
 /googlemock/include -isystem 
/Users/runner/work/arrow/arrow/build/cpp/_deps/googletest-src/googlemock 
-isystem /Users/runner/work/arrow/arrow/cpp/thirdparty/flatbuffers/include 
-isystem /usr/local/Cellar/rapidjson/1.1.0/include -isystem /usr/local/include 
-fno-aligned-new  -Qunused-arguments -fcolor-diagnostics  -Wall -Wextra 
-Wdocumentation -DARROW_WARN_DOCUMENTATION -Wshorten-64-to-32 
-Wno-missing-braces -Wno-unused-parameter -Wno-constant-logical-operand 
-Wno-return-stack-address -Wdate-time -Wno-unknown-warning-option 
-Wno-pass-failed -msse4.2  -g -Werror -O0 -ggdb -g1 -std=c++17 -isysroot 
/Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
 -mmacosx-version-min=13.7 -fPIC -MD -MT 
src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/process.cc.o -MF 
src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/process.cc.o.d -o 
src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/process.cc.o -c 
/Users/runner/work/arrow/arrow/cpp/src/
 arrow/testing/process.cc
   /Users/runner/work/arrow/arrow/cpp/src/arrow/testing/process.cc:88:18: 
error: expected namespace name
   namespace asio = BOOST_PROCESS_V2_ASIO_NAMESPACE;
                    ^
   /Users/runner/work/arrow/arrow/cpp/src/arrow/testing/process.cc:246:3: 
error: use of undeclared identifier 'asio'; did you mean 'boost::asio'?
     asio::io_context ctx_;
     ^~~~
     boost::asio
   /usr/local/include/boost/asio/writable_pipe.hpp:26:11: note: 'boost::asio' 
declared here
   namespace asio {
             ^
   2 errors generated.
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to