Commits


Sutou Kouhei authored and Antoine Pitrou committed 4ecac056dfa
ARROW-11233: [C++][Flight] Fix link error with bundled gRPC and Abseil https://app.circleci.com/pipelines/github/ursa-labs/crossbow/69113/workflows/fb13620e-7211-4eb8-8fcf-3d053fbf3d40/jobs/14532 [507/724] Linking CXX executable debug/flight-test-serverting.so.300 debug/libarrow_flight_testing.so FAILED: debug/flight-test-server : && /usr/bin/ccache /usr/lib/ccache/g++ ... && : /usr/bin/ld: absl_ep-install/lib/libabsl_stacktrace.a(stacktrace.cc.o): in function `void** NextStackFrame<false, false>(void**, void const*)': /build/cpp/absl_ep-prefix/src/absl_ep/absl/debugging/internal/stacktrace_x86-inl.inc:283: undefined reference to `absl::lts_2020_09_23::debugging_internal::AddressIsReadable(void const*)' /usr/bin/ld: absl_ep-install/lib/libabsl_stacktrace.a(stacktrace.cc.o): in function `void** NextStackFrame<false, true>(void**, void const*)': /build/cpp/absl_ep-prefix/src/absl_ep/absl/debugging/internal/stacktrace_x86-inl.inc:283: undefined reference to `absl::lts_2020_09_23::debugging_internal::AddressIsReadable(void const*)' /usr/bin/ld: absl_ep-install/lib/libabsl_symbolize.a(symbolize.cc.o): in function `absl::lts_2020_09_23::InitializeSymbolizer(char const*)': /build/cpp/absl_ep-prefix/src/absl_ep/absl/debugging/symbolize_elf.inc:91: undefined reference to `absl::lts_2020_09_23::debugging_internal::VDSOSupport::Init()' /usr/bin/ld: absl_ep-install/lib/libabsl_symbolize.a(symbolize.cc.o): in function `absl::lts_2020_09_23::debugging_internal::DemangleInplace(char*, int, char*, int)': /build/cpp/absl_ep-prefix/src/absl_ep/absl/debugging/symbolize_elf.inc:1153: undefined reference to `absl::lts_2020_09_23::debugging_internal::Demangle(char const*, char*, int)' /usr/bin/ld: absl_ep-install/lib/libabsl_symbolize.a(symbolize.cc.o): in function `absl::lts_2020_09_23::debugging_internal::(anonymous namespace)::Symbolizer::GetSymbol(void const*)': /build/cpp/absl_ep-prefix/src/absl_ep/absl/debugging/symbolize_elf.inc:1383: undefined reference to `absl::lts_2020_09_23::debugging_internal::VDSOSupport::VDSOSupport()' /usr/bin/ld: /build/cpp/absl_ep-prefix/src/absl_ep/absl/debugging/symbolize_elf.inc:1386: undefined reference to `absl::lts_2020_09_23::debugging_internal::VDSOSupport::LookupSymbolByAddress(void const*, absl::lts_2020_09_23::debugging_internal::ElfMemImage::SymbolInfo*) const' collect2: error: ld returned 1 exit status Closes #9184 from kou/cpp-bundled-grpc-abseil Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>