felipecrv opened a new issue, #43218:
URL: https://github.com/apache/arrow/issues/43218

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```
    38 || /opt/homebrew/bin/ccache 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
  -I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep/include 
-I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep 
-I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep/third_party/address_sorting/include
 -I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc
       _ep/src/core/ext/upb-generated 
-I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep/src/core/ext/upbdefs-generated
 
-I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep/third_party/upb 
-I/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep/third_party/xxhash
 -isystem /opt/homebrew/opt/openssl@3/include -isystem /opt/homebrew/include 
-Qunused-arguments -fcolor-diagnostics -fPIC -Wno-a
       ttributes -Wno-format-security -Wno-unknown-warning-option  -g -Werror 
-O0 -ggdb   -Wno-error -std=c++17 -arch arm64 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk
 -fPIC -MD -MT 
CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc.o
 -MF 
CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/resolver/binder/binder_
       resolver.cc.o.d -o 
CMakeFiles/grpc.dir/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc.o
 -c 
/Users/felipe/code/arrow/cpp/ninja/grpc_ep-prefix/src/grpc_ep/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc
    39 
cpp/ninja/grpc_ep-prefix/src/grpc_ep/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc|94
 col 17| error: no member named 'StrCat' in namespace 'absl'
    40 ||           absl::StrCat(path, " is too long to be handled"));
    41 ||           ~~~~~~^
    ```
    
   It was not clear to me why this was happening (no matter the `-Dabsl_SOURCE` 
I set while having abseil installed on the system).
   
   I tried to debug the build code but `ensure_absl`'s body nested under lots 
of conditions wasn't getting hit while configuring the build.
   
   ### Component(s)
   
   C++


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