tadeja commented on PR #51280: URL: https://github.com/apache/arrow/pull/51280#issuecomment-5617800517
yay, new static linking test shows further failures for bundled Azure and google-cloud-cpp: job [ARM64 macos 14 C++](https://github.com/apache/arrow/actions/runs/34466757102/job/102837180759?pr=51280#step:14:411) ```shell [ 50%] Built target arrow-example [ 75%] Building CXX object CMakeFiles/arrow-example-s3-static.dir/example.cc.o [100%] Linking CXX executable arrow-example-s3-static Undefined symbols for architecture arm64: "_curl_easy_cleanup", referenced from: Azure::Core::_internal::UniqueHandleDeleter<void, curl_easy_cleanup>::operator()(void*) in libarrow_bundled_dependencies.a[2](curl.cpp.o) google::cloud::rest_internal::v3_2::CurlPtrCleanup::operator()(void*) const in libarrow_bundled_dependencies.a[214](curl_handle.cc.o) ``` job [ARM64 Ubuntu 22.04 C++](https://github.com/apache/arrow/actions/runs/34466757102/job/102837180733?pr=51280#step:8:5621) ```shell [ 75%] Building CXX object CMakeFiles/arrow-example-s3-static.dir/example.cc.o [100%] Linking CXX executable arrow-example-s3-static /usr/bin/ld: /usr/local/lib/libarrow_bundled_dependencies.a(xml_wrapper.cpp.o): in function `Azure::Storage::_internal::XmlReader::XmlReader(char const*, unsigned long)': /build/cpp/_deps/azure_sdk-src/sdk/storage/azure-storage-common/src/xml_wrapper.cpp:416: undefined reference to `xmlReaderForMemory' ... ``` -- 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]
