Hi all.

Can someone help me understand how the changes in this PR 
(https://github.com/apache/arrow/pull/13659/commits/e77ec9a84dab750bf016f9f5bd02ea48f2c8d77f)
 caused the following build failures?

Thanks,
Arkadiy

Here are the failures:

1) AMD64 MacOS 10.15 GLib & Ruby

c_glib/arrow-glib/meson.build:216:0: ERROR: Program 'glib-mkenums mkenums' not 
found or not executable

2) AMD64 MacOS 10.15 Python 3

E   ImportError: 
dlopen(/usr/local/lib/python3.9/site-packages/pyarrow/lib.cpython-39-darwin.so, 
2): Symbol not found: __ZN6google8protobuf8internal16InternalMetadataD1Ev
E     Referenced from: /usr/local/lib/libarrow.900.dylib
E     Expected in: flat namespace
E    in /usr/local/lib/libarrow.900.dylib

3) AMD64 MacOS 10.15 C++

Undefined symbols for architecture x86_64:
  "google::protobuf::internal::InternalMetadata::~InternalMetadata()", 
referenced from:
      google::protobuf::MessageLite::~MessageLite() in 
libopentelemetry_proto.a(trace_service.pb.cc.o)
      google::protobuf::MessageLite::~MessageLite() in 
libopentelemetry_proto.a(trace.pb.cc.o)
      google::protobuf::MessageLite::~MessageLite() in 
libopentelemetry_proto.a(common.pb.cc.o)
      google::protobuf::MessageLite::~MessageLite() in 
libopentelemetry_proto.a(resource.pb.cc.o)
ld: symbol(s) not found for architecture x86_64

4) AMD64 Windows 2019 Win32 C++17

-- Could NOT find SnappyAlt (missing: Snappy_LIB Snappy_INCLUDE_DIR) 
-- Building snappy from source
CMake Error at C:/Program 
Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 
(message):
  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found
  suitable version "1.1.1i", minimum required is "1.0.2")
Call Stack (most recent call first):
  C:/Program 
Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 
(_FPHSA_FAILURE_MESSAGE)
  C:/Program Files/CMake/share/cmake-3.23/Modules/FindOpenSSL.cmake:578 
(find_package_handle_standard_args)
  cmake_modules/ThirdpartyToolchain.cmake:1253 (find_package)
  CMakeLists.txt:575 (include)


Reply via email to