empiredan opened a new issue, #1213: URL: https://github.com/apache/incubator-pegasus/issues/1213
Recently "Build Cpp (ubuntu2004, gcc)" for [Lint and build regularly](https://github.com/apache/incubator-pegasus/actions/workflows/regular-build.yml) always failed with the following error: ``` /usr/bin/ld: ../../base/libpegasus_base.a(rrdb_types.cpp.o): in function `dsn::apps::duplicate_entry::write(apache::thrift::protocol::TProtocol*) const': /root/incubator-pegasus/src/base/rrdb_types.cpp:5225: undefined reference to `dsn::task_code::write(apache::thrift::protocol::TProtocol*) const' collect2: error: ld returned 1 exit status make[2]: *** [src/geo/bench/CMakeFiles/pegasus_geo_bench.dir/build.make:119: src/geo/bench/pegasus_geo_bench] Error 1 make[1]: *** [CMakeFiles/Makefile2:1673: src/geo/bench/CMakeFiles/pegasus_geo_bench.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
