raulcd opened a new issue, #47695: URL: https://github.com/apache/arrow/issues/47695
### Describe the bug, including details regarding any error messages, version, and platform. The [verify-rc-source-cpp-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/18193597219/job/51794114670) is currently failing with: ``` FAILED: release/arrow-io-hdfs-test : && /usr/bin/c++ -Wno-noexcept-type -fdiagnostics-color=always -Wall -fno-semantic-interposition -msse4.2 -O3 -DNDEBUG -O2 -ftree-vectorize src/arrow/io/CMakeFiles/arrow-io-hdfs-test.dir/hdfs_test.cc.o -o release/arrow-io-hdfs-test -Wl,-rpath,/tmp/arrow-HEAD.ULJ4R/cpp-build/release release/libarrow_testing.so.2200.0.0 release/libarrow_gmock_main.so.1.16.0 release/libarrow.so.2200.0.0 release/libarrow_gmock.so.1.16.0 release/libarrow_gtest.so.1.16.0 -pthread && : src/arrow/io/CMakeFiles/arrow-io-hdfs-test.dir/hdfs_test.cc.o: In function `arrow::io::TestHadoopFileSystem::SetUp()': hdfs_test.cc:(.text._ZN5arrow2io20TestHadoopFileSystem5SetUpEv[_ZN5arrow2io20TestHadoopFileSystem5SetUpEv]+0x6b): undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()' hdfs_test.cc:(.text._ZN5arrow2io20TestHadoopFileSystem5SetUpEv[_ZN5arrow2io20TestHadoopFileSystem5SetUpEv]+0x78): undefined reference to `std::filesystem::temp_directory_path[abi:cxx11]()' hdfs_test.cc:(.text._ZN5arrow2io20TestHadoopFileSystem5SetUpEv[_ZN5arrow2io20TestHadoopFileSystem5SetUpEv]+0x1cd): undefined reference to `std::filesystem::__cxx11::path::has_root_directory() const' hdfs_test.cc:(.text._ZN5arrow2io20TestHadoopFileSystem5SetUpEv[_ZN5arrow2io20TestHadoopFileSystem5SetUpEv]+0x55c): undefined reference to `std::filesystem::__cxx11::path::has_filename() const' hdfs_test.cc:(.text._ZN5arrow2io20TestHadoopFileSystem5SetUpEv[_ZN5arrow2io20TestHadoopFileSystem5SetUpEv]+0x592): undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()' collect2: error: ld returned 1 exit status ``` On the following PR: - https://github.com/apache/arrow/pull/47200 we removed `boost::filesystem` dependency on hdfs_test and substituted with `std::filesystem` but it seems that almalinux 8 is missing `-lstdc++fs` ### Component(s) Continuous Integration, Release -- 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]
