Build of ngircd with vanilla toolchain

The build took 00h 00m 57s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
19,047 ansic
7,285 makefile
4,960 sh
31,292 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ngircd 23-2 (Wed Aug 24 13:18:42 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libident-0.32-6
#
# Total Installed Size: 0.03 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libident...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... no
# 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 for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for gcc option to accept ISO C99... none needed
# checking for gcc option to accept ISO Standard C... (cached) none needed
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for gawk... (cached) gawk
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for function prototypes... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/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 for string.h... (cached) yes
# checking whether gcc accepts -fstack-protector... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for arpa/inet.h... yes
# checking for inttypes.h... (cached) yes
# checking for malloc.h... yes
# checking for netinet/in_systm.h... yes
# checking for netinet/ip.h... yes
# checking for stdbool.h... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking for varargs.h... no
# checking whether socklen_t exists... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking for uid_t in sys/types.h... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint8_t... yes
# checking for struct sockaddr_in.sin_len... no
# checking for library containing memmove... none required
# checking for library containing gethostbyname... none required
# checking for library containing bind... none required
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for strftime... yes
# checking for alarm... yes
# checking for dup2... yes
# checking for endpwent... yes
# checking for gethostbyaddr... yes
# checking for gethostbyname... yes
# checking for gethostname... yes
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for memmove... yes
# checking for memset... yes
# checking for setsid... yes
# checking for socket... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strerror... yes
# checking for strncasecmp... yes
# checking for strrchr... yes
# checking for strspn... yes
# checking for strstr... yes
# checking for arc4random... no
# checking for arc4random_stir... no
# checking for gai_strerror... yes
# checking for getnameinfo... yes
# checking for inet_aton... yes
# checking for setgroups... yes
# checking for sigaction... yes
# checking for sigprocmask... yes
# checking for snprintf... yes
# checking for strdup... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for strndup... yes
# checking for strtok_r... yes
# checking for unsetenv... yes
# checking for vsnprintf... yes
# checking for waitpid... yes
# checking for getaddrinfo... yes
# checking whether getaddrinfo() works... yes
# checking for library containing syslog... none required
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for deflate in -lz... yes
# checking for deflate... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for select... yes
# checking for poll... yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking sys/devpoll.h usability... no
# checking sys/devpoll.h presence... no
# checking for sys/devpoll.h... no
# checking for epoll_create... yes
# checking for kqueue... no
# checking for BIO_s_mem in -lcrypto... yes
# checking for SSL_library_init in -lssl... yes
# checking for SSL_library_init... yes
# checking for ident_id in -lident... yes
# checking for ident_id... yes
# checking ident.h usability... yes
# checking ident.h presence... yes
# checking for ident.h... yes
# checking for getaddrinfo... (cached) yes
# checking for getnameinfo... (cached) yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating contrib/Debian/Makefile
# config.status: creating contrib/MacOSX/Makefile
# config.status: creating contrib/MacOSX/ngIRCd.pmdoc/Makefile
# config.status: creating contrib/MacOSX/ngIRCd.xcodeproj/Makefile
# config.status: creating contrib/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/src/Makefile
# config.status: creating man/Makefile
# config.status: creating src/ipaddr/Makefile
# config.status: creating src/Makefile
# config.status: creating src/ngircd/Makefile
# config.status: creating src/portab/Makefile
# config.status: creating src/testsuite/Makefile
# config.status: creating src/tool/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
#
# ngIRCd 23 has been configured with the following options:
#
# Host: x86_64-unknown-linux-gnu
# Compiler: gcc
# Compiler flags: -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"'
# Libraries: -lident -lssl -lcrypto -lz
#
# 'ngircd' binary: /usr/bin
# Configuration file: /etc
# Manual pages: /usr/share/man
# Documentation: /usr/share/doc/ngircd
#
# Syslog support: yes Enable debug code: no
# zlib compression: yes IRC sniffer: no
# Use TCP Wrappers: no Strict RFC mode: no
# IDENT support: yes IRC+ protocol: yes
# IPv6 protocol: yes I/O backend: epoll(), select()
# PAM support: no SSL support: openssl
# libiconv support: no
#
# Making all in doc
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# GEN sample-ngircd.conf
# Making all in src
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/doc/src'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc/src'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# Making all in src
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/src'
# make all-recursive
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src'
# Making all in portab
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/portab'
# CC strdup.o
# CC strndup.o
# CC strlcpy.o
# CC strtok_r.o
# CC vsnprintf.o
# CC waitpid.o
# AR libngportab.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/portab'
# Making all in tool
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/tool'
# CC tool.o
# AR libngtool.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/tool'
# Making all in ipaddr
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/ipaddr'
# CC ng_ipaddr.o
# AR libngipaddr.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/ipaddr'
# Making all in ngircd
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/ngircd'
# CC ngircd.o
# CC array.o
# CC channel.o
# CC class.o
# CC client.o
# CC client-cap.o
# CC conf.o
# CC conn.o
# CC conn-encoding.o
# CC conn-func.o
# CC conn-ssl.o
# CC conn-zip.o
# CC hash.o
# CC io.o
# CC irc.o
# CC irc-cap.o
# CC irc-channel.o
# CC irc-encoding.o
# CC irc-info.o
# irc-info.c: In function 'IRC_STATS':
# irc-info.c:895:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
# else
# ^~~~
# irc-info.c:897:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
# list_item = Lists_GetFirst(list);
# ^~~~~~~~~
# CC irc-login.o
# CC irc-metadata.o
# CC irc-mode.o
# CC irc-op.o
# CC irc-oper.o
# CC irc-server.o
# CC irc-write.o
# irc-write.c: In function 'IRC_SendWallops':
# irc-write.c:521:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (Client_HasMode(to, 'w'))
# ^~
# irc-write.c:524:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# break;
# ^~~~~
# irc-write.c:526:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (to != Client)
# ^~
# irc-write.c:529:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# break;
# ^~~~~
# CC lists.o
# CC log.o
# CC login.o
# CC match.o
# CC numeric.o
# CC op.o
# CC pam.o
# CC parse.o
# CC proc.o
# CC resolve.o
# CC sighandlers.o
# CCLD ngircd
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/ngircd'
# Making all in testsuite
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/testsuite'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/testsuite'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src'
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/src'
# Making all in man
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/man'
# GEN ngircd.conf.5
# GEN ngircd.8
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/man'
# Making all in contrib
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib'
# Making all in Debian
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/Debian'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/Debian'
# Making all in MacOSX
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# Making all in ngIRCd.xcodeproj
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.xcodeproj'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.xcodeproj'
# Making all in ngIRCd.pmdoc
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.pmdoc'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.pmdoc'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# Making install in src
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/doc/src'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/doc/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc/src'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc/src'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# make install-data-hook
# make[4]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# /usr/bin/mkdir -p -m 755 /tmp/ngircd/pkg/ngircd/etc
# make[5]: Entering directory '/tmp/ngircd/src/ngircd-23/doc'
# make[5]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
# /usr/bin/install -c -m 600 -c sample-ngircd.conf /tmp/ngircd/pkg/ngircd/etc/ngircd.conf
#
# ** NOTE: Installed sample configuration file:
# ** "/tmp/ngircd/pkg/ngircd/etc/ngircd.conf"
#
# make[5]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# /usr/bin/mkdir -p -m 755 /tmp/ngircd/pkg/ngircd/usr/share/doc/ngircd
# for f in Bopm.txt Capabilities.txt Commands.txt Contributing.txt FAQ.txt HowToRelease.txt Modes.txt PAM.txt Platforms.txt Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt Services.txt SSL.txt ../AUTHORS ../COPYING ../ChangeLog ../INSTALL ../NEWS ../README; do \
# /usr/bin/install -c -m 644 -c ./$f /tmp/ngircd/pkg/ngircd/usr/share/doc/ngircd/; \
# done
# for f in sample-ngircd.conf; do \
# /usr/bin/install -c -m 644 -c $f /tmp/ngircd/pkg/ngircd/usr/share/doc/ngircd/; \
# done
# make[4]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/doc'
# Making install in src
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/src'
# Making install in portab
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src/portab'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/portab'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/portab'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/portab'
# Making install in tool
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src/tool'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/tool'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/tool'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/tool'
# Making install in ipaddr
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src/ipaddr'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/ipaddr'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/ipaddr'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/ipaddr'
# Making install in ngircd
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src/ngircd'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/ngircd'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/bin/mkdir -p '/tmp/ngircd/pkg/ngircd/usr/bin'
# /usr/bin/install -c ngircd '/tmp/ngircd/pkg/ngircd/usr/bin'
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/ngircd'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/ngircd'
# Making install in testsuite
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src/testsuite'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src/testsuite'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/testsuite'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src/testsuite'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/src'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/src'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/src'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/src'
# Making install in man
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/man'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/ngircd/pkg/ngircd/usr/share/man/man5'
# /usr/bin/mkdir -p '/tmp/ngircd/pkg/ngircd/usr/share/man/man8'
# /usr/bin/install -c -m 644 ngircd.conf.5 '/tmp/ngircd/pkg/ngircd/usr/share/man/man5'
# /usr/bin/install -c -m 644 ngircd.8 '/tmp/ngircd/pkg/ngircd/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/man'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/man'
# Making install in contrib
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib'
# Making install in Debian
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/Debian'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/Debian'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/Debian'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/Debian'
# Making install in MacOSX
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# Making install in ngIRCd.xcodeproj
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.xcodeproj'
# make[4]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.xcodeproj'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.xcodeproj'
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.xcodeproj'
# Making install in ngIRCd.pmdoc
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.pmdoc'
# make[4]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.pmdoc'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.pmdoc'
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX/ngIRCd.pmdoc'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[4]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[4]: Nothing to be done for 'install-exec-am'.
# [ `uname -s` != "Darwin" ] || make install-sys-darwin
# make[4]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib/MacOSX'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[3]: Entering directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23/contrib'
# make[1]: Entering directory '/tmp/ngircd/src/ngircd-23'
# make[2]: Entering directory '/tmp/ngircd/src/ngircd-23'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ngircd/src/ngircd-23'
# make[1]: Leaving directory '/tmp/ngircd/src/ngircd-23'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ngircd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ngircd 23-2 (Wed Aug 24 13:19:01 UTC 2016)

CMD: pacman --query --file ngircd-23-2-x86_64.pkg.tar.xz
# ngircd 23-2

Creating hybrid package for 'ngircd'

Trying to find vanilla package 'ngircd'...

CMD: pacman --query --file /mirror/ngircd-23-2.pkg.tar.xz
# ngircd 23-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/ngircd.conf
# /usr/share/doc/ngircd/Bopm.txt
# /usr/share/doc/ngircd/Capabilities.txt
# /usr/share/doc/ngircd/Commands.txt
# /usr/share/doc/ngircd/Contributing.txt
# /usr/share/doc/ngircd/FAQ.txt
# /usr/share/doc/ngircd/HowToRelease.txt
# /usr/share/doc/ngircd/Modes.txt
# /usr/share/doc/ngircd/PAM.txt
# /usr/share/doc/ngircd/Platforms.txt
# /usr/share/doc/ngircd/Protocol.txt
# /usr/share/doc/ngircd/README-AUX.txt
# /usr/share/doc/ngircd/README-BeOS.txt
# /usr/share/doc/ngircd/README-Interix.txt
# /usr/share/doc/ngircd/RFC.txt
# /usr/share/doc/ngircd/Services.txt
# /usr/share/doc/ngircd/SSL.txt
# /usr/share/doc/ngircd/AUTHORS
# /usr/share/doc/ngircd/COPYING
# /usr/share/doc/ngircd/ChangeLog
# /usr/share/doc/ngircd/INSTALL
# /usr/share/doc/ngircd/NEWS
# /usr/share/doc/ngircd/README
# /usr/share/doc/ngircd/sample-ngircd.conf
# /usr/share/man/man5/ngircd.conf.5.gz
# /usr/share/man/man8/ngircd.8.gz
# /usr/bin/ngircd
# /usr/lib/systemd/system/ngircd.service
# /sysroot/usr/lib/systemd/system/ngircd.service

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO etc usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf ngircd.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ngircd.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ngircd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ngircd.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/ngircd/src/ngircd-23/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by ngIRCd configure 23, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --mandir=/usr/share/man --with-ident --with-openssl --enable-ipv6
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 618b59756d5d
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2431: checking build system type
# configure:2445: result: x86_64-unknown-linux-gnu
# configure:2465: checking host system type
# configure:2478: result: x86_64-unknown-linux-gnu
# configure:2515: checking for a BSD-compatible install
# configure:2583: result: /usr/bin/install -c
# configure:2594: checking whether build environment is sane
# configure:2644: result: yes
# configure:2693: checking for x86_64-unknown-linux-strip
# configure:2723: result: no
# configure:2733: checking for strip
# configure:2749: found /usr/bin/strip
# configure:2760: result: strip
# configure:2785: checking for a thread-safe mkdir -p
# configure:2824: result: /usr/bin/mkdir -p
# configure:2837: checking for gawk
# configure:2853: found /usr/bin/gawk
# configure:2864: result: gawk
# configure:2875: checking whether make sets $(MAKE)
# configure:2897: result: yes
# configure:2989: checking whether make supports nested variables
# configure:3006: result: yes
# configure:3048: checking for x86_64-unknown-linux-gcc
# configure:3078: result: no
# configure:3088: checking for gcc
# configure:3104: found /usr/bin/gcc
# configure:3115: result: gcc
# configure:3344: checking for C compiler version
# configure:3353: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3364: $? = 0
# configure:3353: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3364: $? = 0
# configure:3353: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3364: $? = 1
# configure:3353: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3364: $? = 1
# configure:3384: checking whether the C compiler works
# configure:3406: gcc conftest.c >&5
# configure:3410: $? = 0
# configure:3458: result: yes
# configure:3461: checking for C compiler default output file name
# configure:3463: result: a.out
# configure:3469: checking for suffix of executables
# configure:3476: gcc -o conftest conftest.c >&5
# configure:3480: $? = 0
# configure:3502: result:
# configure:3524: checking whether we are cross compiling
# configure:3532: gcc -o conftest conftest.c >&5
# configure:3536: $? = 0
# configure:3543: ./conftest
# configure:3547: $? = 0
# configure:3562: result: no
# configure:3567: checking for suffix of object files
# configure:3589: gcc -c conftest.c >&5
# configure:3593: $? = 0
# configure:3614: result: o
# configure:3618: checking whether we are using the GNU C compiler
# configure:3637: gcc -c conftest.c >&5
# configure:3637: $? = 0
# configure:3646: result: yes
# configure:3655: checking whether gcc accepts -g
# configure:3675: gcc -c -g conftest.c >&5
# configure:3675: $? = 0
# configure:3716: result: yes
# configure:3733: checking for gcc option to accept ISO C89
# configure:3796: gcc -c conftest.c >&5
# configure:3796: $? = 0
# configure:3809: result: none needed
# configure:3840: checking for style of include used by make
# configure:3868: result: GNU
# configure:3894: checking dependency style of gcc
# configure:4005: result: gcc3
# configure:4024: checking for gcc option to accept ISO C99
# configure:4173: gcc -c conftest.c >&5
# configure:4173: $? = 0
# configure:4186: result: none needed
# configure:4294: checking for gcc option to accept ISO Standard C
# configure:4305: result: none needed
# configure:4321: checking for x86_64-unknown-linux-ar
# configure:4351: result: no
# configure:4321: checking for x86_64-unknown-linux-lib
# configure:4351: result: no
# configure:4321: checking for x86_64-unknown-linux-link
# configure:4351: result: no
# configure:4365: checking for ar
# configure:4381: found /usr/bin/ar
# configure:4392: result: ar
# configure:4418: checking the archiver (ar) interface
# configure:4428: gcc -c conftest.c >&5
# configure:4428: $? = 0
# configure:4430: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4433: $? = 0
# configure:4456: result: ar
# configure:4481: checking for gawk
# configure:4508: result: gawk
# configure:4520: checking whether ln -s works
# configure:4524: result: yes
# configure:4531: checking whether make sets $(MAKE)
# configure:4553: result: yes
# configure:4566: checking for x86_64-unknown-linux-ranlib
# configure:4596: result: no
# configure:4606: checking for ranlib
# configure:4622: found /usr/bin/ranlib
# configure:4633: result: ranlib
# configure:4658: checking for an ANSI C-conforming const
# configure:4724: gcc -c conftest.c >&5
# configure:4724: $? = 0
# configure:4731: result: yes
# configure:4739: checking for inline
# configure:4755: gcc -c conftest.c >&5
# configure:4755: $? = 0
# configure:4763: result: inline
# configure:4781: checking for function prototypes
# configure:4784: result: yes
# configure:4802: checking how to run the C preprocessor
# configure:4833: gcc -E conftest.c
# configure:4833: $? = 0
# configure:4847: gcc -E conftest.c
# conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4847: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | /* end confdefs.h. */
# | #include
# configure:4872: result: gcc -E
# configure:4892: gcc -E conftest.c
# configure:4892: $? = 0
# configure:4906: gcc -E conftest.c
# conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | /* end confdefs.h. */
# | #include
# configure:4935: checking for grep that handles long lines and -e
# configure:4993: result: /usr/bin/grep
# configure:4998: checking for egrep
# configure:5060: result: /usr/bin/grep -E
# configure:5065: checking for ANSI C header files
# configure:5085: gcc -c conftest.c >&5
# configure:5085: $? = 0
# configure:5158: gcc -o conftest conftest.c >&5
# configure:5158: $? = 0
# configure:5158: ./conftest
# configure:5158: $? = 0
# configure:5169: result: yes
# configure:5182: checking for sys/types.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for sys/stat.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for stdlib.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for string.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for memory.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for strings.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for inttypes.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for stdint.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5182: checking for unistd.h
# configure:5182: gcc -c conftest.c >&5
# configure:5182: $? = 0
# configure:5182: result: yes
# configure:5205: checking for string.h
# configure:5205: result: yes
# configure:5233: checking whether gcc accepts -fstack-protector
# configure:5248: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector-all conftest.c >&5
# conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5248: $? = 0
# configure:5281: checking for ANSI C header files
# configure:5385: result: yes
# configure:5393: checking for sys/wait.h that is POSIX.1 compatible
# configure:5419: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5419: $? = 0
# configure:5426: result: yes
# configure:5434: checking whether time.h and sys/time.h may both be included
# configure:5454: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5454: $? = 0
# configure:5461: result: yes
# configure:5477: checking fcntl.h usability
# configure:5477: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking fcntl.h presence
# configure:5477: gcc -E conftest.c
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking for fcntl.h
# configure:5477: result: yes
# configure:5477: checking netdb.h usability
# configure:5477: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking netdb.h presence
# configure:5477: gcc -E conftest.c
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking for netdb.h
# configure:5477: result: yes
# configure:5477: checking netinet/in.h usability
# configure:5477: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking netinet/in.h presence
# configure:5477: gcc -E conftest.c
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking for netinet/in.h
# configure:5477: result: yes
# configure:5477: checking for stdlib.h
# configure:5477: result: yes
# configure:5477: checking for string.h
# configure:5477: result: yes
# configure:5477: checking for strings.h
# configure:5477: result: yes
# configure:5477: checking sys/socket.h usability
# configure:5477: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking sys/socket.h presence
# configure:5477: gcc -E conftest.c
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking for sys/socket.h
# configure:5477: result: yes
# configure:5477: checking sys/time.h usability
# configure:5477: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking sys/time.h presence
# configure:5477: gcc -E conftest.c
# configure:5477: $? = 0
# configure:5477: result: yes
# configure:5477: checking for sys/time.h
# configure:5477: result: yes
# configure:5477: checking for sys/types.h
# configure:5477: result: yes
# configure:5477: checking for unistd.h
# configure:5477: result: yes
# configure:5497: checking for arpa/inet.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5497: $? = 0
# configure:5497: result: yes
# configure:5497: checking for inttypes.h
# configure:5497: result: yes
# configure:5497: checking for malloc.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5497: $? = 0
# configure:5497: result: yes
# configure:5497: checking for netinet/in_systm.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5497: $? = 0
# configure:5497: result: yes
# configure:5497: checking for netinet/ip.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5497: $? = 0
# configure:5497: result: yes
# configure:5497: checking for stdbool.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5497: $? = 0
# configure:5497: result: yes
# configure:5497: checking for stddef.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:5497: $? = 0
# configure:5497: result: yes
# configure:5497: checking for stdint.h
# configure:5497: result: yes
# configure:5497: checking for varargs.h
# configure:5497: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# In file included from conftest.c:80:0:
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements ."
# #error "GCC no longer implements ."
# ^~~~~
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/varargs.h:5:2: error: #error "Revise your code to use ."
# #error "Revise your code to use ."
# ^~~~~
# configure:5497: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# |
# | #include
# configure:5497: result: no
# configure:5530: checking whether socklen_t exists
# configure:5549: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5549: $? = 0
# configure:5552: result: yes
# configure:5563: checking for pid_t
# configure:5563: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5563: $? = 0
# configure:5563: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:83:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:5563: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5563: result: yes
# configure:5574: checking for size_t
# configure:5574: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5574: $? = 0
# configure:5574: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:83:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5574: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5574: result: yes
# configure:5585: checking for ssize_t
# configure:5585: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5585: $? = 0
# configure:5585: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:83:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:5585: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5585: result: yes
# configure:5596: checking for uid_t in sys/types.h
# configure:5615: result: yes
# configure:5626: checking for uint16_t
# configure:5626: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5626: $? = 0
# configure:5626: result: yes
# configure:5638: checking for uint32_t
# configure:5638: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5638: $? = 0
# configure:5638: result: yes
# configure:5652: checking for uint8_t
# configure:5652: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5652: $? = 0
# configure:5652: result: yes
# configure:5667: checking for struct sockaddr_in.sin_len
# configure:5667: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:53:12: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (ac_aggr.sin_len)
# ^
# conftest.c:52:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr_in ac_aggr;
# ^~~~~~~
# configure:5667: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5667: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# conftest.c: In function 'main':
# conftest.c:53:19: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (sizeof ac_aggr.sin_len)
# ^
# conftest.c:52:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr_in ac_aggr;
# ^~~~~~~
# configure:5667: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (sizeof ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5667: result: no
# configure:5678: checking for library containing memmove
# configure:5709: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:54:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char memmove ();
# ^~~~
# conftest.c:54:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5709: $? = 0
# configure:5726: result: none required
# configure:5739: checking for library containing gethostbyname
# configure:5770: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:54:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char gethostbyname ();
# ^~~~
# conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5770: $? = 0
# configure:5787: result: none required
# configure:5800: checking for library containing bind
# configure:5831: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:54:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char bind ();
# ^~~~
# conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5831: $? = 0
# configure:5848: result: none required
# configure:5865: checking vfork.h usability
# configure:5865: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:80:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5865: result: no
# configure:5865: checking vfork.h presence
# configure:5865: gcc -E conftest.c
# conftest.c:47:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | /* end confdefs.h. */
# | #include
# configure:5865: result: no
# configure:5865: checking for vfork.h
# configure:5865: result: no
# configure:5878: checking for fork
# configure:5878: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char fork ();
# ^~~~
# conftest.c:70:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5878: $? = 0
# configure:5878: result: yes
# configure:5878: checking for vfork
# configure:5878: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char vfork ();
# ^~~~
# conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5878: $? = 0
# configure:5878: result: yes
# configure:5888: checking for working fork
# configure:5910: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:5910: $? = 0
# configure:5910: ./conftest
# configure:5910: $? = 0
# configure:5920: result: yes
# configure:5941: checking for working vfork
# configure:6051: result: yes
# configure:6078: checking for strftime
# configure:6078: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strftime ();
# ^~~~
# conftest.c:74:6: warning: conflicting types for built-in function 'strftime'
# char strftime ();
# ^~~~~~~~
# conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6078: $? = 0
# configure:6078: result: yes
# configure:6140: checking for alarm
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:75:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char alarm ();
# ^~~~
# conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for dup2
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char dup2 ();
# ^~~~
# conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for endpwent
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char endpwent ();
# ^~~~
# conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for gethostbyaddr
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char gethostbyaddr ();
# ^~~~
# conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for gethostbyname
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char gethostbyname ();
# ^~~~
# conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for gethostname
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char gethostname ();
# ^~~~
# conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for gettimeofday
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char gettimeofday ();
# ^~~~
# conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for inet_ntoa
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:82:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char inet_ntoa ();
# ^~~~
# conftest.c:91:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for memmove
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char memmove ();
# ^~~~
# conftest.c:83:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for memset
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char memset ();
# ^~~~
# conftest.c:84:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# conftest.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for setsid
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char setsid ();
# ^~~~
# conftest.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for socket
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char socket ();
# ^~~~
# conftest.c:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strcasecmp
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strcasecmp ();
# ^~~~
# conftest.c:87:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strchr
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strchr ();
# ^~~~
# conftest.c:88:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# conftest.c:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strcspn
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strcspn ();
# ^~~~
# conftest.c:89:6: warning: conflicting types for built-in function 'strcspn'
# char strcspn ();
# ^~~~~~~
# conftest.c:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strerror
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strerror ();
# ^~~~
# conftest.c:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strncasecmp
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:91:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strncasecmp ();
# ^~~~
# conftest.c:91:6: warning: conflicting types for built-in function 'strncasecmp'
# char strncasecmp ();
# ^~~~~~~~~~~
# conftest.c:100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strrchr
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strrchr ();
# ^~~~
# conftest.c:92:6: warning: conflicting types for built-in function 'strrchr'
# char strrchr ();
# ^~~~~~~
# conftest.c:101:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strspn
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strspn ();
# ^~~~
# conftest.c:93:6: warning: conflicting types for built-in function 'strspn'
# char strspn ();
# ^~~~~~
# conftest.c:102:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6140: checking for strstr
# configure:6140: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strstr ();
# ^~~~
# conftest.c:94:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6140: $? = 0
# configure:6140: result: yes
# configure:6159: checking for arc4random
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char arc4random ();
# ^~~~
# conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccfSDr5A.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random'
# collect2: error: ld returned 1 exit status
# configure:6159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | /* end confdefs.h. */
# | /* Define arc4random to an innocuous variant, in case declares arc4random.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random innocuous_arc4random
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random || defined __stub___arc4random
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:6159: result: no
# configure:6159: checking for arc4random_stir
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char arc4random_stir ();
# ^~~~
# conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccTYbaHC.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random_stir'
# collect2: error: ld returned 1 exit status
# configure:6159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | /* end confdefs.h. */
# | /* Define arc4random_stir to an innocuous variant, in case declares arc4random_stir.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_stir innocuous_arc4random_stir
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_stir (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_stir
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_stir ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random_stir || defined __stub___arc4random_stir
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_stir ();
# | ;
# | return 0;
# | }
# configure:6159: result: no
# configure:6159: checking for gai_strerror
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char gai_strerror ();
# ^~~~
# conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for getnameinfo
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char getnameinfo ();
# ^~~~
# conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for inet_aton
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char inet_aton ();
# ^~~~
# conftest.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for setgroups
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char setgroups ();
# ^~~~
# conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for sigaction
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char sigaction ();
# ^~~~
# conftest.c:108:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for sigprocmask
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char sigprocmask ();
# ^~~~
# conftest.c:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for snprintf
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:101:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char snprintf ();
# ^~~~
# conftest.c:101:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# conftest.c:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for strdup
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:102:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strdup ();
# ^~~~
# conftest.c:102:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# conftest.c:111:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for strlcat
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strlcat ();
# ^~~~
# conftest.c:112:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccQ3OZGZ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# configure:6159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:6159: result: no
# configure:6159: checking for strlcpy
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strlcpy ();
# ^~~~
# conftest.c:112:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/cc27FkZ1.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:6159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:6159: result: no
# configure:6159: checking for strndup
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strndup ();
# ^~~~
# conftest.c:103:6: warning: conflicting types for built-in function 'strndup'
# char strndup ();
# ^~~~~~~
# conftest.c:112:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for strtok_r
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strtok_r ();
# ^~~~
# conftest.c:113:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for unsetenv
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char unsetenv ();
# ^~~~
# conftest.c:114:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for vsnprintf
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char vsnprintf ();
# ^~~~
# conftest.c:106:6: warning: conflicting types for built-in function 'vsnprintf'
# char vsnprintf ();
# ^~~~~~~~~
# conftest.c:115:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6159: checking for waitpid
# configure:6159: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char waitpid ();
# ^~~~
# conftest.c:116:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6159: $? = 0
# configure:6159: result: yes
# configure:6207: checking for getaddrinfo
# configure:6207: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:108:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char getaddrinfo ();
# ^~~~
# conftest.c:117:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6207: $? = 0
# configure:6207: result: yes
# configure:6213: checking whether getaddrinfo() works
# configure:6242: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:95:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
# memset(&hints, 0, sizeof(hints));
# ^~~~~~
# conftest.c:95:2: warning: incompatible implicit declaration of built-in function 'memset'
# conftest.c:95:2: note: include '' or provide a declaration of 'memset'
# conftest.c:92:10: warning: unused parameter 'argc' [-Wunused-parameter]
# main(int argc, char **argv)
# ^~~~
# conftest.c:92:23: warning: unused parameter 'argv' [-Wunused-parameter]
# main(int argc, char **argv)
# ^~~~
# configure:6242: $? = 0
# configure:6242: ./conftest
# configure:6242: $? = 0
# configure:6247: result: yes
# configure:6343: checking for library containing syslog
# configure:6374: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char syslog ();
# ^~~~
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6374: $? = 0
# configure:6391: result: none required
# configure:6408: checking syslog.h usability
# configure:6408: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:6408: $? = 0
# configure:6408: result: yes
# configure:6408: checking syslog.h presence
# configure:6408: gcc -E conftest.c
# configure:6408: $? = 0
# configure:6408: result: yes
# configure:6408: checking for syslog.h
# configure:6408: result: yes
# configure:6496: checking for deflate in -lz
# configure:6521: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lz >&5
# conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char deflate ();
# ^~~~
# conftest.c:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6521: $? = 0
# configure:6530: result: yes
# configure:6543: checking for deflate
# configure:6543: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lz >&5
# conftest.c:113:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char deflate ();
# ^~~~
# conftest.c:122:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6543: $? = 0
# configure:6543: result: yes
# configure:6561: checking zlib.h usability
# configure:6561: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:6561: $? = 0
# configure:6561: result: yes
# configure:6561: checking zlib.h presence
# configure:6561: gcc -E conftest.c
# configure:6561: $? = 0
# configure:6561: result: yes
# configure:6561: checking for zlib.h
# configure:6561: result: yes
# configure:6608: checking for select
# configure:6608: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lz >&5
# conftest.c:116:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char select ();
# ^~~~
# conftest.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6608: $? = 0
# configure:6608: result: yes
# configure:6668: checking for poll
# configure:6668: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lz >&5
# conftest.c:117:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char poll ();
# ^~~~
# conftest.c:126:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6668: $? = 0
# configure:6668: result: yes
# configure:6676: checking poll.h usability
# configure:6676: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:6676: $? = 0
# configure:6676: result: yes
# configure:6676: checking poll.h presence
# configure:6676: gcc -E conftest.c
# configure:6676: $? = 0
# configure:6676: result: yes
# configure:6676: checking for poll.h
# configure:6676: result: yes
# configure:6725: checking sys/devpoll.h usability
# configure:6725: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# conftest.c:129:25: fatal error: sys/devpoll.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_WORKING_GETADDRINFO 1
# | #define SYSLOG 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DEFLATE 1
# | #define ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SELECT 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6725: result: no
# configure:6725: checking sys/devpoll.h presence
# configure:6725: gcc -E conftest.c
# conftest.c:96:25: fatal error: sys/devpoll.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6725: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_WORKING_GETADDRINFO 1
# | #define SYSLOG 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DEFLATE 1
# | #define ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SELECT 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:6725: result: no
# configure:6725: checking for sys/devpoll.h
# configure:6725: result: no
# configure:6769: checking for epoll_create
# configure:6769: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lz >&5
# conftest.c:119:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char epoll_create ();
# ^~~~
# conftest.c:128:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6769: $? = 0
# configure:6769: result: yes
# configure:6812: checking for kqueue
# configure:6812: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lz >&5
# conftest.c:120:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char kqueue ();
# ^~~~
# conftest.c:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccWMkV9i.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `kqueue'
# collect2: error: ld returned 1 exit status
# configure:6812: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ngIRCd"
# | #define PACKAGE_TARNAME "ngircd"
# | #define PACKAGE_VERSION "23"
# | #define PACKAGE_STRING "ngIRCd 23"
# | #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# | #define PACKAGE_URL "http://ngircd.barton.de/"
# | #define PACKAGE "ngircd"
# | #define VERSION "23"
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define ENABLE_SSP_CC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_socklen_t 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSPN 1
# | #define HAVE_STRSTR 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_WAITPID 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_WORKING_GETADDRINFO 1
# | #define SYSLOG 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_DEFLATE 1
# | #define ZLIB 1
# | #define HAVE_ZLIB_H 1
# | #define HAVE_SELECT 1
# | #define HAVE_POLL 1
# | #define HAVE_POLL_H 1
# | #define HAVE_EPOLL_CREATE 1
# | /* end confdefs.h. */
# | /* Define kqueue to an innocuous variant, in case declares kqueue.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define kqueue innocuous_kqueue
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char kqueue (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef kqueue
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char kqueue ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_kqueue || defined __stub___kqueue
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return kqueue ();
# | ;
# | return 0;
# | }
# configure:6812: result: no
# configure:6857: checking for BIO_s_mem in -lcrypto
# configure:6882: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lcrypto -lz >&5
# conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char BIO_s_mem ();
# ^~~~
# conftest.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6882: $? = 0
# configure:6891: result: yes
# configure:6902: checking for SSL_library_init in -lssl
# configure:6927: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lssl -lcrypto -lz >&5
# conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char SSL_library_init ();
# ^~~~
# conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6927: $? = 0
# configure:6936: result: yes
# configure:6949: checking for SSL_library_init
# configure:6949: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lssl -lcrypto -lz >&5
# conftest.c:122:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char SSL_library_init ();
# ^~~~
# conftest.c:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:6949: $? = 0
# configure:6949: result: yes
# configure:7124: checking for ident_id in -lident
# configure:7149: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lident -lssl -lcrypto -lz >&5
# conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char ident_id ();
# ^~~~
# conftest.c:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:7149: $? = 0
# configure:7158: result: yes
# configure:7171: checking for ident_id
# configure:7171: gcc -o conftest -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c -lident -lssl -lcrypto -lz >&5
# conftest.c:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char ident_id ();
# ^~~~
# conftest.c:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:7171: $? = 0
# configure:7171: result: yes
# configure:7193: checking ident.h usability
# configure:7193: gcc -c -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' conftest.c >&5
# configure:7193: $? = 0
# configure:7193: result: yes
# configure:7193: checking ident.h presence
# configure:7193: gcc -E conftest.c
# configure:7193: $? = 0
# configure:7193: result: yes
# configure:7193: checking for ident.h
# configure:7193: result: yes
# configure:7485: checking for getaddrinfo
# configure:7485: result: yes
# configure:7485: checking for getnameinfo
# configure:7485: result: yes
# configure:7709: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ngIRCd config.status 23, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 618b59756d5d
#
# config.status:971: creating Makefile
# config.status:971: creating contrib/Debian/Makefile
# config.status:971: creating contrib/MacOSX/Makefile
# config.status:971: creating contrib/MacOSX/ngIRCd.pmdoc/Makefile
# config.status:971: creating contrib/MacOSX/ngIRCd.xcodeproj/Makefile
# config.status:971: creating contrib/Makefile
# config.status:971: creating doc/Makefile
# config.status:971: creating doc/src/Makefile
# config.status:971: creating man/Makefile
# config.status:971: creating src/ipaddr/Makefile
# config.status:971: creating src/Makefile
# config.status:971: creating src/ngircd/Makefile
# config.status:971: creating src/portab/Makefile
# config.status:971: creating src/testsuite/Makefile
# config.status:971: creating src/tool/Makefile
# config.status:971: creating src/config.h
# config.status:1200: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_SSL_library_init=yes
# ac_cv_func_alarm=yes
# ac_cv_func_arc4random=no
# ac_cv_func_arc4random_stir=no
# ac_cv_func_deflate=yes
# ac_cv_func_dup2=yes
# ac_cv_func_endpwent=yes
# ac_cv_func_epoll_create=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_gethostbyaddr=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_ident_id=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_kqueue=no
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_poll=yes
# ac_cv_func_select=yes
# ac_cv_func_setgroups=yes
# ac_cv_func_setsid=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigprocmask=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strndup=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strspn=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtok_r=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_waitpid=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_ident_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_devpoll_h=no
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_header_vfork_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_crypto_BIO_s_mem=yes
# ac_cv_lib_ident_ident_id=yes
# ac_cv_lib_ssl_SSL_library_init=yes
# ac_cv_lib_z_deflate=yes
# ac_cv_member_struct_sockaddr_in_sin_len=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_make_make_set=yes
# ac_cv_search_bind='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_memmove='none required'
# ac_cv_search_syslog='none required'
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ngircd/src/ngircd-23/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# ANSI2KNR=''
# AR='ar'
# AUTOCONF='${SHELL} /tmp/ngircd/src/ngircd-23/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/ngircd/src/ngircd-23/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/ngircd/src/ngircd-23/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='\''"$(sysconfdir)"'\'' -DDOCDIR='\''"$(docdir)"'\'''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lident -lssl -lcrypto -lz '
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/ngircd/src/ngircd-23/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='ngircd'
# PACKAGE_BUGREPORT='ngircd-ml@ngircd.barton.de'
# PACKAGE_NAME='ngIRCd'
# PACKAGE_STRING='ngIRCd 23'
# PACKAGE_TARNAME='ngircd'
# PACKAGE_URL='http://ngircd.barton.de/'
# PACKAGE_VERSION='23'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# U=''
# VERSION='23'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ngircd/src/ngircd-23/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ngIRCd"
# #define PACKAGE_TARNAME "ngircd"
# #define PACKAGE_VERSION "23"
# #define PACKAGE_STRING "ngIRCd 23"
# #define PACKAGE_BUGREPORT "ngircd-ml@ngircd.barton.de"
# #define PACKAGE_URL "http://ngircd.barton.de/"
# #define PACKAGE "ngircd"
# #define VERSION "23"
# #define PROTOTYPES 1
# #define __PROTOTYPES 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRING_H 1
# #define ENABLE_SSP_CC 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_FCNTL_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_socklen_t 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STRFTIME 1
# #define HAVE_ALARM 1
# #define HAVE_DUP2 1
# #define HAVE_ENDPWENT 1
# #define HAVE_GETHOSTBYADDR 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_SETSID 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSPN 1
# #define HAVE_STRSTR 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_INET_ATON 1
# #define HAVE_SETGROUPS 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGPROCMASK 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STRDUP 1
# #define HAVE_STRNDUP 1
# #define HAVE_STRTOK_R 1
# #define HAVE_UNSETENV 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_WAITPID 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_WORKING_GETADDRINFO 1
# #define SYSLOG 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_LIBZ 1
# #define HAVE_DEFLATE 1
# #define ZLIB 1
# #define HAVE_ZLIB_H 1
# #define HAVE_SELECT 1
# #define HAVE_POLL 1
# #define HAVE_POLL_H 1
# #define HAVE_EPOLL_CREATE 1
# #define HAVE_LIBCRYPTO 1
# #define HAVE_LIBSSL 1
# #define HAVE_SSL_LIBRARY_INIT 1
# #define HAVE_LIBIDENT 1
# #define HAVE_IDENT_ID 1
# #define IDENTAUTH 1
# #define HAVE_IDENT_H 1
# #define IRCPLUS 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETNAMEINFO 1
# #define WANT_IPV6 1
# #define HOST_CPU "x86_64"
# #define HOST_VENDOR "unknown"
# #define HOST_OS "linux-gnu"
#
# configure: exit 0