kou commented on PR #44989:
URL: https://github.com/apache/arrow/pull/44989#issuecomment-2570027767

   The LLVM problem has been solved but Boost problem is appeared:
   
   
https://github.com/ursacomputing/crossbow/actions/runs/12606511884/job/35136726870#step:7:2020
   
   ```text
   ninja: job failed: /usr/bin/ccache /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 
-DARROW_WITH_TIMING_TESTS -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB 
-DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROCESS_HAVE_V2 
-DBOOST_PROCESS_NEED_SOURCE -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB 
-DGTEST_LINKED_AS_SHARED_LIBRARY=1 -I/build/cpp/src -I/arrow/cpp/src 
-I/arrow/cpp/src/generated -isystem /arrow/cpp/thirdparty/flatbuffers/include 
-Wredundant-move -Wno-noexcept-type  -fdiagnostics-color=always  -Wall 
-Wno-conversion -Wno-sign-conversion -Wdate-time -Wimplicit-fallthrough 
-Wunused-result -fno-semantic-interposition -msse4.2  -g -Werror -O0 -ggdb -g1 
-std=c++17 -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_testi
 ng_objlib.dir/testing/process.cc.o -c /arrow/cpp/src/arrow/testing/process.cc
   In file included from 
/usr/include/boost/process/v2/impl/default_launcher.ipp:19,
                    from /usr/include/boost/process/v2/src.hpp:27,
                    from /arrow/cpp/src/arrow/testing/process.cc:54:
   /usr/include/boost/process/v2/posix/detail/close_handles.ipp: In function 
'void boost::process::v2::posix::detail::close_all(const std::vector<int>&, 
boost::system::error_code&)':
   /usr/include/boost/process/v2/posix/detail/close_handles.ipp:128:15: error: 
'::close_range' has not been declared; did you mean 'close_all'?
     128 |             ::close_range(0, whitelist.front() - 1, 
CLOSE_RANGE_UNSHARE);
         |               ^~~~~~~~~~~
         |               close_all
   /usr/include/boost/process/v2/posix/detail/close_handles.ipp:138:19: error: 
'::close_range' has not been declared; did you mean 'close_all'?
     138 |                 ::close_range(mine + 1, next - 1, 
CLOSE_RANGE_UNSHARE);
         |                   ^~~~~~~~~~~
         |                   close_all
   /usr/include/boost/process/v2/posix/detail/close_handles.ipp:142:11: error: 
'::close_range' has not been declared; did you mean 'close_all'?
     142 |         ::close_range(whitelist.back() + 1, 
std::numeric_limits<int>::max(), CLOSE_RANGE_UNSHARE);
         |           ^~~~~~~~~~~
         |           close_all
   /usr/include/boost/process/v2/posix/detail/close_handles.ipp:145:11: error: 
'::close_range' has not been declared; did you mean 'close_all'?
     145 |         ::close_range(0, std::numeric_limits<int>::max(), 
CLOSE_RANGE_UNSHARE);
         |           ^~~~~~~~~~~
         |           close_all
   ninja: subcommand failed
   ```
   
   Let's work on this as a separated task.


-- 
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