rok commented on pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#issuecomment-1058387605
On mac:
```
Undefined symbols for architecture arm64:
"_CFRelease", referenced from:
absl::lts_20210324::time_internal::cctz::local_time_zone() in
libabsl_time_zone.a(time_zone_lookup.cc.o)
"_CFStringGetCString", referenced from:
absl::lts_20210324::time_internal::cctz::local_time_zone() in
libabsl_time_zone.a(time_zone_lookup.cc.o)
"_CFStringGetLength", referenced from:
absl::lts_20210324::time_internal::cctz::local_time_zone() in
libabsl_time_zone.a(time_zone_lookup.cc.o)
"_CFStringGetMaximumSizeForEncoding", referenced from:
absl::lts_20210324::time_internal::cctz::local_time_zone() in
libabsl_time_zone.a(time_zone_lookup.cc.o)
"_CFTimeZoneCopyDefault", referenced from:
absl::lts_20210324::time_internal::cctz::local_time_zone() in
libabsl_time_zone.a(time_zone_lookup.cc.o)
"_CFTimeZoneGetName", referenced from:
absl::lts_20210324::time_internal::cctz::local_time_zone() in
libabsl_time_zone.a(time_zone_lookup.cc.o)
```
Which looks like [this cctz
issue](https://github.com/abseil/abseil-cpp/issues/283).
--
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]