coryan commented on PR #13404: URL: https://github.com/apache/arrow/pull/13404#issuecomment-1162435724
TL;DR; not much of an idea, sorry. > any ideas about that undefined abseil symbol mentioned above? I assume "above" refers to https://github.com/apache/arrow/runs/6989838112?check_suite_focus=true#step:5:2990 just let me know if I read that wrong. > `undefined symbol: _ZN4absl12lts_2021110212RFC3339_fullE` Seems like Abseil is not being linked? The log says: > -- All bundled static libraries: Snappy::snappy;thrift::thrift;jemalloc;mimalloc::mimalloc;lz4::lz4;zstd::libzstd;re2::re2;utf8proc::utf8proc;google-cloud-cpp::storage;google-cloud-cpp::common;aws-cpp-sdk-identity-management;aws-cpp-sdk-sts;aws-cpp-sdk-cognito-identity;aws-cpp-sdk-s3;aws-cpp-sdk-core;AWS::aws-c-event-stream;AWS::aws-checksums;AWS::aws-c-common That seems to be missing Abseil, but I do not quite understand how the list of bundled dependencies is created. > > Similar issue in the homebrew build `Symbol not found: __ZN4absl12lts_2021110210FormatTimeENS0_11string_viewENS0_4TimeENS0_8TimeZoneE` See [#13407 (comment)](https://github.com/apache/arrow/pull/13407#issuecomment-1161923135) Probably a similar problem as above. Less likely, it could be Abseil's sensitivity to C++11 vs. C++17 building (see abseil/abseil-cpp#696), I always think it could be that issue if `string_view`, `variant` or `any` are involved. -- 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]
