pitrou commented on PR #13991:
URL: https://github.com/apache/arrow/pull/13991#issuecomment-1236096675

   Those symbols come from Abseil:
   ```
   absl_time_zone.lib(time_zone_impl.cc.obj) : error LNK2001: unresolved 
external symbol __CxxFrameHandler4
   absl_time_zone.lib(time_zone_info.cc.obj) : error LNK2001: unresolved 
external symbol __CxxFrameHandler4
   absl_int128.lib(int128.cc.obj) : error LNK2001: unresolved external symbol 
__CxxFrameHandler4
   absl_base.lib(thread_identity.cc.obj) : error LNK2001: unresolved external 
symbol __CxxFrameHandler4
   absl_cord_internal.lib(cord_rep_btree.cc.obj) : error LNK2001: unresolved 
external symbol __CxxFrameHandler4
   absl_cord_internal.lib(cord_rep_ring.cc.obj) : error LNK2001: unresolved 
external symbol __CxxFrameHandler4
   absl_cord_internal.lib(cord_rep_consume.cc.obj) : error LNK2001: unresolved 
external symbol __CxxFrameHandler4
   absl_statusor.lib(statusor.cc.obj) : error LNK2001: unresolved external 
symbol __CxxFrameHandler4
   absl_status.lib(status.cc.obj) : error LNK2001: unresolved external symbol 
__CxxFrameHandler4
   absl_cord.lib(cord.cc.obj) : error LNK2001: unresolved external symbol 
__CxxFrameHandler4
   absl_cordz_info.lib(cordz_info.cc.obj) : error LNK2001: unresolved external 
symbol __CxxFrameHandler4
   absl_time_zone.lib(time_zone_impl.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_time_zone.lib(time_zone_if.cc.obj) : error LNK2001: unresolved external 
symbol __GSHandlerCheck_EH4
   absl_time_zone.lib(time_zone_info.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_strings.lib(charconv_bigint.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_int128.lib(int128.cc.obj) : error LNK2001: unresolved external symbol 
__GSHandlerCheck_EH4
   absl_time_zone.lib(time_zone_lookup.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_time_zone.lib(time_zone_format.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_time.lib(format.cc.obj) : error LNK2001: unresolved external symbol 
__GSHandlerCheck_EH4
   absl_time.lib(duration.cc.obj) : error LNK2001: unresolved external symbol 
__GSHandlerCheck_EH4
   absl_strings.lib(escaping.cc.obj) : error LNK2001: unresolved external 
symbol __GSHandlerCheck_EH4
   absl_strings.lib(str_replace.cc.obj) : error LNK2001: unresolved external 
symbol __GSHandlerCheck_EH4
   absl_str_format_internal.lib(float_conversion.cc.obj) : error LNK2001: 
unresolved external symbol __GSHandlerCheck_EH4
   absl_synchronization.lib(mutex.cc.obj) : error LNK2001: unresolved external 
symbol __GSHandlerCheck_EH4
   absl_graphcycles_internal.lib(graphcycles.cc.obj) : error LNK2001: 
unresolved external symbol __GSHandlerCheck_EH4
   absl_malloc_internal.lib(low_level_alloc.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_cord_internal.lib(cord_internal.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_cord_internal.lib(cord_rep_btree.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_cord_internal.lib(cord_rep_consume.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_str_format_internal.lib(bind.cc.obj) : error LNK2001: unresolved 
external symbol __GSHandlerCheck_EH4
   absl_statusor.lib(statusor.cc.obj) : error LNK2001: unresolved external 
symbol __GSHandlerCheck_EH4
   absl_status.lib(status.cc.obj) : error LNK2001: unresolved external symbol 
__GSHandlerCheck_EH4
   absl_cord.lib(cord.cc.obj) : error LNK2001: unresolved external symbol 
__GSHandlerCheck_EH4
   absl_cordz_info.lib(cordz_info.cc.obj) : error LNK2001: unresolved external 
symbol __GSHandlerCheck_EH4
   absl_synchronization.lib(mutex.cc.obj) : error LNK2019: unresolved external 
symbol __dyn_tls_on_demand_init referenced in function "private: bool __cdecl 
absl::lts_20211102::Mutex::AwaitCommon(class absl::lts_20211102::Condition 
const &,class absl::lts_20211102::synchronization_internal::KernelTimeout)" 
(?AwaitCommon@Mutex@lts_20211102@absl@@AEAA_NAEBVCondition@23@VKernelTimeout@synchronization_internal@23@@Z)
   absl_synchronization.lib(per_thread_sem.cc.obj) : error LNK2001: unresolved 
external symbol __dyn_tls_on_demand_init
   absl_synchronization.lib(waiter.cc.obj) : error LNK2001: unresolved external 
symbol __dyn_tls_on_demand_init
   absl_synchronization.lib(mutex.cc.obj) : error LNK2019: unresolved external 
symbol __tls_guard referenced in function "private: bool __cdecl 
absl::lts_20211102::Mutex::AwaitCommon(class absl::lts_20211102::Condition 
const &,class absl::lts_20211102::synchronization_internal::KernelTimeout)" 
(?AwaitCommon@Mutex@lts_20211102@absl@@AEAA_NAEBVCondition@23@VKernelTimeout@synchronization_internal@23@@Z)
   
   absl_synchronization.lib(per_thread_sem.cc.obj) : error LNK2001: unresolved 
external symbol __tls_guard
   
   absl_synchronization.lib(waiter.cc.obj) : error LNK2001: unresolved external 
symbol __tls_guard
   ```
   


-- 
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]

Reply via email to