Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-362: Build Arrow from scratch for dev cookbooks #374

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

amoeba
Copy link
Member

@amoeba amoeba commented Jan 28, 2025

No description provided.

@amoeba amoeba marked this pull request as ready for review January 28, 2025 02:34
@amoeba
Copy link
Member Author

amoeba commented Jan 28, 2025

Thanks. Testing the dev cookbook out in a docker container as a final check and I'll merge this if it goes well.

@amoeba
Copy link
Member Author

amoeba commented Jan 28, 2025

I had some trouble getting things building but I think I figured out most of them short of a linking error,

[ 98%] Linking CXX executable flight
/opt/conda/envs/cookbook-cpp-dev/bin/../lib/gcc/aarch64-conda-linux-gnu/13.3.0/../../../../aarch64-conda-linux-gnu/bin/ld: CMakeFiles/flight.dir/protos/helloworld.grpc.pb.cc.o: in function `absl::lts_20240722::Mutex::~Mutex()':
/opt/conda/envs/cookbook-cpp-dev/include/absl/synchronization/mutex.h:1070:(.text._ZN4grpc15CompletionQueueD2Ev[_ZN4grpc15CompletionQueueD5Ev]+0x68): undefined reference to `absl::lts_20240722::Mutex::Dtor()'
/opt/conda/envs/cookbook-cpp-dev/bin/../lib/gcc/aarch64-conda-linux-gnu/13.3.0/../../../../aarch64-conda-linux-gnu/bin/ld: /opt/conda/envs/cookbook-cpp-dev/include/absl/synchronization/mutex.h:1070:(.text._ZN4grpc15CompletionQueueD2Ev[_ZN4grpc15CompletionQueueD5Ev]+0x6c): undefined reference to `absl::lts_20240722::Mutex::Dtor()'
/opt/conda/envs/cookbook-cpp-dev/bin/../lib/gcc/aarch64-conda-linux-gnu/13.3.0/../../../../aarch64-conda-linux-gnu/bin/ld: /opt/conda/envs/cookbook-cpp-dev/include/absl/synchronization/mutex.h:1070:(.text._ZN4grpc15CompletionQueueD0Ev[_ZN4grpc15CompletionQueueD5Ev]+0x68): undefined reference to `absl::lts_20240722::Mutex::Dtor()'
/opt/conda/envs/cookbook-cpp-dev/bin/../lib/gcc/aarch64-conda-linux-gnu/13.3.0/../../../../aarch64-conda-linux-gnu/bin/ld: /opt/conda/envs/cookbook-cpp-dev/include/absl/synchronization/mutex.h:1070:(.text._ZN4grpc15CompletionQueueD0Ev[_ZN4grpc15CompletionQueueD5Ev]+0x6c): undefined reference to `absl::lts_20240722::Mutex::Dtor()'
/opt/conda/envs/cookbook-cpp-dev/bin/../lib/gcc/aarch64-conda-linux-gnu/13.3.0/../../../../aarch64-conda-linux-gnu/bin/ld: /opt/conda/envs/cookbook-cpp-dev/include/absl/synchronization/mutex.h:1070:(.text._ZN4grpc8internal21BlockingUnaryCallImplIN6google8protobuf11MessageLiteES4_EC2EPNS_16ChannelInterfaceERKNS0_9RpcMethodEPNS_13ClientContextERKS4_PS4_[_ZN4grpc8internal21BlockingUnaryCallImplIN6google8protobuf11MessageLiteES4_EC5EPNS_16ChannelInterfaceERKNS0_9RpcMethodEPNS_13ClientContextERKS4_PS4_]+0x630): undefined reference to `absl::lts_20240722::Mutex::Dtor()'
/opt/conda/envs/cookbook-cpp-dev/bin/../lib/gcc/aarch64-conda-linux-gnu/13.3.0/../../../../aarch64-conda-linux-gnu/bin/ld: CMakeFiles/flight.dir/protos/helloworld.grpc.pb.cc.o:/opt/conda/envs/cookbook-cpp-dev/include/absl/synchronization/mutex.h:1070: more undefined references to `absl::lts_20240722::Mutex::Dtor()' follow
collect2: error: ld returned 1 exit status

I'll keep working on this tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants