Zheka17 opened a new issue, #46188: URL: https://github.com/apache/arrow/issues/46188
### Describe the bug, including details regarding any error messages, version, and platform. I tried 2 different ways to build Parquet and Arrow (with cmake --build and via make parquet). Arrow builds without a problem in both cases. While building Parquet fails in either at linking. interestingly, "make parquet' didn't seem to 'build' anything (unlike 'make arrow'), but 'make install' triggered the process. [ 99%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/encryption_internal_nossl.cc.o [ 99%] Built target parquet_objlib [100%] Linking CXX shared library ../../release/libparquet.so ld.lld: error: version script assignment of 'local' to symbol '__once_proxy' failed: symbol not defined collect2: error: ld returned 1 exit status make[2]: *** [src/parquet/CMakeFiles/parquet_shared.dir/build.make:163: release/libparquet.so.2000.0.0] Error 1 make[1]: *** [CMakeFiles/Makefile2:1825: src/parquet/CMakeFiles/parquet_shared.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org