configuration ------------- config_options="--enable-fhs\ --prefix=${prefix} \ --sysconfdir=${etc} \ --localstatedir=${prefix}/var \ --with-configdir=${etc} \ --with-piddir=${prefix}/var/run \ --mandir=${man} \ --docdir=${doc} \ --with-pie \ --without-relro \ --with-libiconv=$libiconv \ \ --without-acl-support \ --without-ad-dc \ --without-ads \ --without-ad-dc \ --disable-avahi \ --disable-cups --disable-iprint \ --without-dnsupdate \ --without-gettext \ --disable-glusterfs \ --without-ldap \ --without-ntvfs-fileserver \ --without-pam \ --disable-python \ --without-quotas \ --without-systemd \ --without-winbind \ \ --disable-symbol-versions \ --fatal-errors"; make error ---------- > make "$config_options" >stdout.log 2>stderr.log [...] [2306/2913] Compiling source3/modules/vfs_virusfilter_utils.c ../source3/modules/vfs_virusfilter_utils.c:172:11: fatal error: use of undeclared identifier 'SOCK_NONBLOCK' flags |= SOCK_NONBLOCK; ^ 1 error generated. Waf: Leaving directory `/opt/src/samba-4.8.0/bin' Build failed: -> task failed (err #1): {task: cc vfs_virusfilter_utils.c -> vfs_virusfilter_utils_5.o} make: *** [all] Error 1 notes ------ >search -cv SOCK_NONBLOCK . ./compiler-stderr.log:6671:../source3/modules/vfs_virusfilter_utils.c:172:11: fatal error: use of undeclared identifier 'SOCK_NONBLOCK' ./compiler-stderr.log:6672: flags |= SOCK_NONBLOCK; ./source3/modules/vfs_virusfilter_utils.c:172: flags |= SOCK_NONBLOCK; ./third_party/socket_wrapper/socket_wrapper.c:2801:#ifdef SOCK_NONBLOCK ./third_party/socket_wrapper/socket_wrapper.c:2802: real_type &= ~SOCK_NONBLOCK; ./third_party/socket_wrapper/socket_wrapper.c:2858: * we removed SOCK_CLOEXEC and SOCK_NONBLOCK from comments -------- config does not include options to enable/disable the antivirus and the socket wrapper
*** This bug has been marked as a duplicate of bug 13343 ***