acelyc111 commented on PR #1651: URL: https://github.com/apache/incubator-pegasus/pull/1651#issuecomment-1775446034
> > @ninsmiracle Please fix the build failure, thanks! > > I can not build master branch now on my local system(which is debian 10),however I could build 2.4.1 here. What shoud I do to deal with this problem? See the failure details, https://github.com/apache/incubator-pegasus/actions/runs/6574709367/job/17860337517?pr=1651#step:9:789, it's clear. Is there anything forget to push? ``` [ 92%] Building CXX object src/server/test/CMakeFiles/pegasus_unit_test.dir/__/pegasus_server_impl.cpp.o /__w/incubator-pegasus/incubator-pegasus/src/server/pegasus_server_impl.cpp: In member function 'void pegasus::server::pegasus_server_impl::reset_rocksdb_options(const rocksdb::ColumnFamilyOptions&, const rocksdb::DBOptions&, const std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&, rocksdb::ColumnFamilyOptions*, rocksdb::DBOptions*)': /__w/incubator-pegasus/incubator-pegasus/src/server/pegasus_server_impl.cpp:3152:5: error: 'target_opts' was not declared in this scope; did you mean 'target_cf_opts'? 3152 | target_opts->num_levels = base_opts.num_levels; | ^~~~~~~~~~~ | target_cf_opts /__w/incubator-pegasus/incubator-pegasus/src/server/pegasus_server_impl.cpp:3152:31: error: 'base_opts' was not declared in this scope; did you mean 'base_cf_opts'? 3152 | target_opts->num_levels = base_opts.num_levels; | ^~~~~~~~~ | base_cf_opts At global scope: cc1plus: note: unrecognized command-line option '-Wno-implicit-float-conversion' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics make[2]: *** [src/server/test/CMakeFiles/pegasus_unit_test.dir/build.make:300: src/server/test/CMakeFiles/pegasus_unit_test.dir/__/pegasus_server_impl.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:2923: src/server/test/CMakeFiles/pegasus_unit_test.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ``` -- 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]
