peterphalen commented on issue #35470: URL: https://github.com/apache/arrow/issues/35470#issuecomment-1540262234
Okay I got a lot farther now. Thank you First, here's the output for both commands you suggested: [output_cmake_make (1).txt](https://github.com/apache/arrow/files/11431884/output_cmake_make.1.txt) And here's the new error: ``` [ 56%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/local_wrap_kms_client.cc.o [ 56%] Built target parquet_objlib /usr/bin/ld: CMakeFiles/arrow-array-test.dir/array/array_test.cc.o: in function `arrow::ArrayData::SetNullCount(long long)': /usr/include/c++/8/bits/atomic_base.h:374: undefined reference to `__atomic_store_8' /usr/bin/ld: CMakeFiles/arrow-array-test.dir/array/array_test.cc.o: in function `arrow::ArrayData::MayHaveNulls() const': /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8' /usr/bin/ld: CMakeFiles/arrow-array-test.dir/array/array_test.cc.o: in function `arrow::ArrayData::MayHaveLogicalNulls() const': /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8' /usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8' /usr/bin/ld: CMakeFiles/arrow-array-test.dir/array/array_test.cc.o: in function `std::__atomic_base<long long>::operator long long() const': /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8' /usr/bin/ld: CMakeFiles/arrow-array-test.dir/array/array_test.cc.o: in function `std::__atomic_base<long long>::operator=(long long)': /usr/include/c++/8/bits/atomic_base.h:374: undefined reference to `__atomic_store_8' /usr/bin/ld: CMakeFiles/arrow-array-test.dir/array/array_list_test.cc.o: in function `std::__atomic_base<long long>::operator+=(long long)': /usr/include/c++/8/bits/atomic_base.h:312: undefined reference to `__atomic_fetch_add_8' collect2: error: ld returned 1 exit status make[2]: *** [src/arrow/CMakeFiles/arrow-array-test.dir/build.make:203: debug/arrow-array-test] Error 1 make[1]: *** [CMakeFiles/Makefile2:2379: src/arrow/CMakeFiles/arrow-array-test.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ``` I'd be grateful for any other ideas you ahve! -- 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]
