Cannot make with libuv1.7.5 on BIND 9.18.28
Summary
Cases where make is not possible (configure is not a problem) libuv-1.7.5-3.el7.x86_64.rpm libuv-devel-1.7.5-3.el7.x86_64.rpm
BIND version affected
bind-9.18.28
Relevant logs
# make
/bin/perl ./util/bindkeys.pl ./bind.keys > bind.keys.h
make all-recursive
make[1]: Entering directory `/tmp/bind-9.18.28'
Making all in .
make[2]: Entering directory `/tmp/bind-9.18.28'
make[2]: Leaving directory `/tmp/bind-9.18.28'
Making all in lib
make[2]: Entering directory `/tmp/bind-9.18.28/lib'
Making all in isc
make[3]: Entering directory `/tmp/bind-9.18.28/lib/isc'
CC netmgr/libisc_la-netmgr.lo
netmgr/netmgr.c: In function 'isc__nm_process_sock_buffer':
netmgr/netmgr.c:2388:5: error: implicit declaration of function 'uv_stream_get_write_queue_size' [-Werror=implicit-function-declaration]
uv_stream_get_write_queue_size(
^
cc1: some warnings being treated as errors
make[3]: *** [netmgr/libisc_la-netmgr.lo] Error 1
make[3]: Leaving directory `/tmp/bind-9.18.28/lib/isc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/bind-9.18.28/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/bind-9.18.28'
make: *** [all] Error 2