apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
96 stars 46 forks source link

[C++] Cookbook build/deploy fails #224

Closed lidavidm closed 2 years ago

lidavidm commented 2 years ago
[100%] Linking CXX executable flight
/usr/share/miniconda/envs/cookbook-cpp/bin/../lib/gcc/x86_64-conda-linux-gnu/10.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: CMakeFiles/flight.dir/protos/helloworld.pb.cc.o: in function `google::protobuf::MessageLite::~MessageLite()':
/usr/share/miniconda/envs/cookbook-cpp/include/google/protobuf/message_lite.h:171: undefined reference to `google::protobuf::internal::InternalMetadata::~InternalMetadata()'
/usr/share/miniconda/envs/cookbook-cpp/bin/../lib/gcc/x86_64-conda-linux-gnu/10.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda/envs/cookbook-cpp/include/google/protobuf/message_lite.h:171: undefined reference to `google::protobuf::internal::InternalMetadata::~InternalMetadata()'
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/flight.dir/build.make:230: flight] Error 1
make[3]: Leaving directory '/home/runner/work/arrow-cookbook/arrow-cookbook/cpp/recipe-test-build'
make[2]: Leaving directory '/home/runner/work/arrow-cookbook/arrow-cookbook/cpp/recipe-test-build'
make[2]: *** [CMakeFiles/Makefile2:167: CMakeFiles/flight.dir/all] Error 2
make[1]: Leaving directory '/home/runner/work/arrow-cookbook/arrow-cookbook/cpp/recipe-test-build'
make[1]: *** [Makefile:101: all] Error 2
make: *** [Makefile:66: cpptest] Error 2