dh_auto_configure -- \ --with-showlistmodes \ --enable-ssl \ --disable-prefixaq \ --with-system-tre \ --with-system-pcre2 \ --with-system-cares \ --with-bindir=/usr/bin \ --with-datadir=/var/lib/unrealircd/data \ --with-pidfile=/var/run/unrealircd/ircd.pid \ --with-confdir=/etc/unrealircd \ --with-modulesdir=/usr/share/unrealircd/modules \ --with-logdir=/var/log/unrealircd \ --with-cachedir=/var/lib/unrealircd/cache \ --with-docdir=/usr/share/doc/unrealircd \ --with-tmpdir=/var/lib/unrealircd/tmp \ --with-scriptdir=/usr/share/unrealircd/scripts \ --with-nick-history=2000 \ --with-sendq=3000000 \ --with-permissions=0640 \ --with-fd-setsize=15000 \ --enable-dynamic-linking ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --with-showlistmodes --enable-ssl --disable-prefixaq --with-system-tre --with-system-pcre2 --with-system-cares --with-bindir=/usr/bin --with-datadir=/var/lib/unrealircd/data --with-pidfile=/var/run/unrealircd/ircd.pid --with-confdir=/etc/unrealircd --with-modulesdir=/usr/share/unrealircd/modules --with-logdir=/var/log/unrealircd --with-cachedir=/var/lib/unrealircd/cache --with-docdir=/usr/share/doc/unrealircd --with-tmpdir=/var/lib/unrealircd/tmp --with-scriptdir=/usr/share/unrealircd/scripts --with-nick-history=2000 --with-sendq=3000000 --with-permissions=0640 --with-fd-setsize=15000 --enable-dynamic-linking configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking if gcc has a working -pipe... yes checking for rm... /bin/rm checking for cp... /bin/cp checking for touch... /usr/bin/touch checking for openssl... no checking for install... /usr/bin/install checking for gmake... make checking for gmake... no checking for gunzip... /bin/gunzip checking for pkg-config... /usr/bin/pkg-config checking for crypt in -ldescrypt... no checking for crypt in -lcrypt... yes checking for socket in -lsocket... no checking for inet_ntoa in -lnsl... yes checking for RAND_egd in -lcrypto... yes checking whether C compiler accepts -fno-strict-overflow... yes checking whether C compiler accepts -fno-strict-overflow... (cached) yes checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes checking whether C compiler accepts -D_FORTIFY_SOURCE=2... (cached) yes checking whether C compiler accepts -fstack-protector-all... yes checking whether C compiler accepts -fstack-protector-all... (cached) yes checking whether the linker accepts -fstack-protector-all... yes checking whether C compiler accepts -Wstack-protector... yes checking whether C compiler accepts -Wstack-protector... (cached) yes checking whether C compiler accepts --param ssp-buffer-size=1... yes checking whether C compiler accepts --param ssp-buffer-size=1... (cached) yes checking whether C compiler accepts -fPIE... yes checking whether C compiler accepts -fPIE... (cached) yes checking whether the linker accepts -fPIE -pie... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking if your system has IPv6 support... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for stdlib.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/syslog.h usability... yes checking sys/syslog.h presence... yes checking for sys/syslog.h... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/rusage.h usability... no checking sys/rusage.h presence... no checking for sys/rusage.h... no checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for size_t... yes checking for intptr_t... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for uid_t in sys/types.h... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for int16_t... yes checking for u_int16_t... yes checking for int32_t... yes checking for u_int32_t... yes checking size of rlim_t... 0 checking what kind of nonblocking sockets you have... O_NONBLOCK checking whether gcc needs -traditional... no checking whether setpgrp takes no argument... yes checking for snprintf... yes checking for vsnprintf... yes checking for strlcpy... no checking for strlcat... no checking for strlncat... no checking for inet_pton... yes checking for inet_ntop... yes checking if C99 variable length arrays are supported... yes checking if we can set the core size to unlimited... yes checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for getrusage... yes checking for setproctitle... no checking for setproctitle in -lutil... no checking for pstat... no checking what type of signals you have... POSIX checking for strtoken... no checking for strtok... yes checking for strerror... yes checking for index... yes checking for strtoul... yes checking for bcopy... yes checking for bcmp... yes checking for bzero... yes checking for strcasecmp... yes checking for inet_addr... yes checking for inet_ntoa... yes checking for syslog... yes checking for openssl... found in /usr/include/openssl checking for dlopen... no checking for dlopen in -ldl... yes checking if we need the -export-dynamic flag... yes checking for compiler option to produce PIC... -fPIC -DPIC -shared checking if your system prepends an underscore on symbols... no checking if FD_SETSIZE is large enough to allow 15000 file descriptors... no checking for poll... yes checking for epoll_create... yes checking for epoll_ctl... yes checking for epoll_wait... yes checking for kqueue... no checking for kevent... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for TRE... yes checking for PCRE2... yes checking for CARES... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/modules/Makefile config.status: creating src/modules/chanmodes/Makefile config.status: creating src/modules/usermodes/Makefile config.status: creating src/modules/snomasks/Makefile config.status: creating src/modules/extbans/Makefile config.status: creating src/modules/third/Makefile config.status: creating unrealircd config.status: creating include/setup.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking make[1]: Leaving directory '/tmp/buildd/unreal-ircd4-4.0.8.4' dh_auto_build