Bug #92983 -DWITH_LIBWRAP=ON causes build break
Submitted: 29 Oct 2018 9:29 Modified: 7 Nov 2018 17:28
Reporter: Terje Røsten Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.13 OS:Any
Assigned to: CPU Architecture:Any

[29 Oct 2018 9:29] Terje Røsten
Description:
-DWITH_LIBWRAP=ON ends with;

./../sql/conn_handler/socket_connection.cc:731:8: error: ‘opt_log_syslog_enable’ was not declared in this scope
 if (!opt_log_syslog_enable) openlog(m_libwrap_name, LOG_PID, LOG_AUTH);

How to repeat:
-DWITH_LIBWRAP=ON and make

Suggested fix:
Build even if -DWITH_LIBWRAP=ON
[7 Nov 2018 17:28] Paul DuBois
Posted by developer:
 
Fixed in 8.0.14.

Builds configured with -DWITH_LIBWRAP=ON did not compile.
[19 Dec 2018 11:45] Terje Røsten
Bug https://bugs.mysql.com/bug.php?id=93625 marked as dup.