Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
Description
In an attempt to work around ARROW-3091 and ARROW-3092, I've recreated my conda environment, and now I get linking errors if ORC support is enabled:
debug/libarrow.so.11.0.0: error: undefined reference to 'google::protobuf::MessageLite::ParseFromString(std::string const&)' debug/libarrow.so.11.0.0: error: undefined reference to 'google::protobuf::MessageLite::SerializeToString(std::string*) const' debug/libarrow.so.11.0.0: error: undefined reference to 'google::protobuf::internal::fixed_address_empty_string' [etc.]
Attachments
Issue Links
- is superceded by
-
ARROW-3096 [Python] Update Python source build instructions given Anaconda/conda-forge toolchain migration
- Resolved