Description
Hi.
I have faced the following issue while building PS-80 from trunk with -DWITH_LIBWRAP=ON (we have it enabled for debian since 2014)
00:07:55 [ 99%] Building CXX object sql/CMakeFiles/sql_main.dir/event_db_repository.cc.o 00:07:55 /mnt/workspace/percona-server-8.0-debian-binary/label_exp/min-xenial-x64/test/percona-server-8.0.13-2/sql/conn_handler/socket_connection.cc: In constructor ‘Mysqld_socket_listener::Mysqld_socket_listener(const std::__cxx11::list<std::__cxx11::basic_string<char> >&, uint, uint, uint, uint, std::__cxx11::string)’: 00:07:55 /mnt/workspace/percona-server-8.0-debian-binary/label_exp/min-xenial-x64/test/percona-server-8.0.13-2/sql/conn_handler/socket_connection.cc:738:8: error: ‘opt_log_syslog_enable’ was not declared in this scope 00:07:55 if (!opt_log_syslog_enable) openlog(m_libwrap_name, LOG_PID, LOG_AUTH); 00:07:55 ^ 00:07:56 sql/CMakeFiles/sql_main.dir/build.make:6354: recipe for target 'sql/CMakeFiles/sql_main.dir/conn_handler/socket_connection.cc.o' failed 00:07:56 make[4]: *** [sql/CMakeFiles/sql_main.dir/conn_handler/socket_connection.cc.o] Error 1 00:07:56 make[4]: *** Waiting for unfinished jobs...
many thanks for george.lorch who helped with investigation