Build of ultimate-ircd with clang_glibc toolchain

The build took 00h 01m 28s and was SUCCESSFUL.

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

SLOCLanguage
56,422 ansic
3,237 sh
581 makefile
60,240 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ultimate-ircd 3.0.2-10 (Thu Apr 13 16:03:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking if we are using TenDRA or MIPSpro... no
# checking if we are using Sun WorkShop/Forte... no
# checking if we are using Apple GCC... no
# checking if your compiler supports the SVR4 Software Generation System interfaces... no
# checking how to generate dependancy info... assuming clang -MM
# checking for library containing strerror... none required
# checking whether make sets $(MAKE)... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for rm... /usr/bin/rm
# checking for cp... /usr/bin/cp
# checking for mv... /usr/bin/mv
# checking for ln... /usr/bin/ln
# checking for sed... /usr/bin/sed
# checking for ar... /usr/bin/ar
# checking for ld... /usr/bin/ld
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for inline... inline
# checking for gethostbyname in -lnsl... yes
# checking for res_mkquery... no
# checking for res_mkquery in -lresolv... no
# checking for __res_mkquery... no
# checking for __res_mkquery in -lresolv... yes
# checking for socket in -lsocket... no
# checking for crypt... no
# checking for crypt in -ldescrypt... no
# checking for crypt in -lcrypt... yes
# checking how to run the C preprocessor... clang -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 fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.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 stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... 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 syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking for inttypes.h... (cached) yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking for stdlib.h... (cached) yes
# checking for stddef.h... (cached) yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking MIN and MAX definition... yes
# checking whether clang needs -traditional... no
# checking for alarm... yes
# checking for dup2... yes
# checking for gethostbyname... yes
# checking for gethostname... yes
# checking for getpass... yes
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for isascii... yes
# checking for memmove... yes
# checking for memset... yes
# checking for munmap... yes
# checking for setenv... yes
# checking for socket... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strncasecmp... yes
# checking for strrchr... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for index... yes
# checking for strerror... (cached) yes
# checking for strtoken... no
# checking for strtok... yes
# checking for inet_addr... yes
# checking for inet_netof... yes
# checking for inet_aton... yes
# checking for gettimeofday... (cached) yes
# checking for lrand48... yes
# checking for sigaction... yes
# checking for bzero... yes
# checking for bcmp... yes
# checking for bcopy... yes
# checking for dn_skipname... no
# checking for __dn_skipname... yes
# checking for getrusage... yes
# checking for times... yes
# checking for break... no
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for va_copy... yes
# checking for __va_copy... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for OpenSSL... disabled
# configure: Enabling client throttle protection
# configure: Enabling encrypted OLine passwords
# configure: Enabling No Channel Operators while split protection
# configure: Enabling connection headers
# configure: Using Chinese nickname support
# checking whether clang needs -traditional... (cached) no
# checking for u_int32_t... yes
# checking for uintptr_t... yes
# checking for poll... yes
# checking sys/epoll.h usability... yes
# checking sys/epoll.h presence... yes
# checking for sys/epoll.h... yes
# checking for epoll_create in -lepoll... no
# checking for epoll_create without -lepoll... no
# checking Maximum file descriptors... 32748
# checking for pwd... /usr/bin/pwd
# checking for ccdv... /tmp/ultimate-ircd/src/UltimateIRCd/ccdv
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating data/Makefile
# config.status: creating data/networks/Makefile
# config.status: creating src/Makefile
# config.status: creating tools/Makefile
# config.status: creating tools/ircdcron/Makefile
# config.status: creating tools/ssl-cert/Makefile
# config.status: creating zlib/Makefile
# config.status: creating include/setup.h
#
# =================================================================
#
# UltimateIRCd 3.0.2 on x86_64-unknown-linux-gnu
#
# Max Clients ................: 32748 Socket Engine ..............: poll
# OpenSSL ....................: no IPv6 .......................: no
# Throttle Protection ........: yes Encrypted OLine Passwords ..: yes
# No Chanops While Split .....: yes Show Connection Headers ....: yes
# Chinese Nicknames ..........: yes Acebot Protection ..........: no
#
# Installation root ..........: /usr
#
# Warning: Chinese Nickname support requires all servers on the network
# to be compiled with Chinese Nickname support.
#
# =================================================================
#
# Patching ./tools/ssl-cert/Makefile...
# Patching ./tools/ircdcron/Makefile...
# Patching ./tools/Makefile...
# Patching ./data/networks/Makefile...
# Patching ./data/Makefile...
# Patching ./src/Makefile...
# Patching ./zlib/Makefile...
# Patching ./Makefile...
# patching file config.h
# Hunk #1 succeeded at 115 (offset 5 lines).
# Hunk #2 succeeded at 132 with fuzz 1 (offset 5 lines).
# Building zlib
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/zlib'
# Compiling adler32.c.
# Compiling compress.c.
# Compiling crc32.c.
# Compiling gzio.c.
# Compiling uncompr.c.
# Compiling deflate.c.
# Compiling trees.c.
# Compiling zutil.c.
# Compiling inflate.c.
# Compiling infback.c.
# Compiling inftrees.c.
# Compiling inffast.c.
# Running ar.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/zlib'
# Building src
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/src'
# Compiling blalloc.c.
# Compiling bsd.c.
# Compiling channel.c.
# Compiling class.c.
# Compiling clientlist.c.
# Compiling dbuf.c.
# Compiling dich_conf.c.
# Compiling dynconf.c.
# Compiling drone.c.
# Compiling fdlist.c.
# Compiling fds.c.
# Compiling hash.c.
# Compiling inet_addr.c.
# Compiling inet_ntop.c.
# Compiling inet_pton.c.
# Compiling ircd.c.
# Compiling ircsprintf.c.
# Compiling list.c.
# Compiling match.c.
# Compiling m_nick.c.
# Compiling m_who.c.
# m_who.c:542:3: warning: non-constant static local variable in inline function
# may be different in different files [-Wstatic-local-in-inline]
# static char chnbuf[CHANNELLEN + 2];
# ^
# m_who.c:43:1: note: use 'static' to give inline function 'first_visible_chann
# el' internal linkage
# inline char *first_visible_channel (aClient *, aClient *);
# ^
# static
# 1 warning generated.
# Compiling packet.c.
# Compiling parse.c.
# Compiling res.c.
# Compiling s_auth.c.
# Compiling s_bsd.c.
# s_bsd.c:1168:29: warning: equality comparison with extraneous parentheses [-W
# parentheses-equality]
# if ((c_conf->ipnum.S_ADDR == -1))
# ~~~~~~~~~~~~~~~~~~~~~^~~~~
# s_bsd.c:1168:29: note: remove extraneous parentheses around the comparison to
# silence this warning
# if ((c_conf->ipnum.S_ADDR == -1))
# ~ ^ ~
# s_bsd.c:1168:29: note: use '=' to turn this equality comparison into an assig
# nment
# if ((c_conf->ipnum.S_ADDR == -1))
# ^~
# =
# s_bsd.c:1807:15: warning: address of array 'local' will always evaluate to 't
# rue' [-Wpointer-bool-conversion]
# ktype = local ? LOCAL_BANNED_NAME : NETWORK_BANNED_NAME;
# ^~~~~ ~
# 2 warnings generated.
# Compiling s_conf.c.
# s_conf.c:192:42: warning: the value of the size argument in 'strncat' is too
# large, might lead to a buffer overflow [-Wstrncat-size]
# (void) strncat (uhost, fullname, sizeof (uhost) - strlen (uhost));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# s_conf.c:192:42: note: change the argument to be the free space in the destin
# ation buffer minus the terminating null byte
# (void) strncat (uhost, fullname, sizeof (uhost) - strlen (uhost));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(uhost) - strlen(uhost) - 1
# s_conf.c:193:43: warning: the value of the size argument in 'strncat' is too
# large, might lead to a buffer overflow [-Wstrncat-size]
# (void) strncat (uhost2, sockhost, sizeof (uhost2) - strlen (uhost2));
#
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# s_conf.c:193:43: note: change the argument to be the free space in the destin
# ation buffer minus the terminating null byte
# (void) strncat (uhost2, sockhost, sizeof (uhost2) - strlen (uhost2));
#
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(uhost2) - strlen(uhost2) - 1
#
# s_conf.c:205:38: warning: the value of the size argument in 'strncat' is too
# large, might lead to a buffer overflow [-Wstrncat-size]
# (void) strncat (uhost, sockhost, sizeof (uhost) - strlen (uhost));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# s_conf.c:205:38: note: change the argument to be the free space in the destin
# ation buffer minus the terminating null byte
# (void) strncat (uhost, sockhost, sizeof (uhost) - strlen (uhost));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(uhost) - strlen(uhost) - 1
# 3 warnings generated.
# Compiling s_debug.c.
# Compiling s_err.c.
# Compiling s_help.c.
# s_help.c:778:17: warning: illegal character encoding in string literal [-Winv
# alid-source-encoding]
# ("If you dont specify a parameter, the information of the server you
# are");
# ^~~~
# s_help.c:34:85: note: expanded from macro 'SND'
# #define SND(string) sendto_one(source_p, ":%s 291 %s :%s", me.name, sourc
# e_p->name, string)
#
# ^
# 1 warning generated.
# Compiling s_hidehost.c.
# Compiling s_misc.c.
# s_misc.c:850:55: warning: cast to 'int *' from smaller integer type 'int' [-W
# int-to-pointer-cast]
# exit_one_client (client_p, source_p, from, comment, (int *) remote);
# ^
# 1 warning generated.
# Compiling s_numeric.c.
# Compiling s_services.c.
# Compiling s_serv.c.
# s_serv.c:593:12: warning: absolute value function 'abs' given an argument of
# type 'long' but has parameter of type 'int' which may cause truncation of val
# ue [-Wabsolute-value]
# deltat = abs (theirtime - tmptime);
# ^
# s_serv.c:593:12: note: use function 'labs' instead
# deltat = abs (theirtime - tmptime);
# ^~~
# labs
# s_serv.c:2363:14: warning: expression result unused [-Wunused-value]
# for (lp; lp; lp = lp->next) /* lp = server_list; */
# ^~
# s_serv.c:6922:24: warning: address of array 'target_p->hostip' will always ev
# aluate to 'true' [-Wpointer-bool-conversion]
# if ((target_p->hostip) && (!match (mask, target_p->info)))
# ~~~~~~~~~~^~~~~~ ~~
# 3 warnings generated.
# Compiling s_ultimate.c.
# Compiling s_user.c.
# s_user.c:894:36: warning: cast to 'char *' from smaller integer type 'in_addr
# _t' (aka 'unsigned int') [-Wint-to-pointer-cast]
# strncpyzt (source_p->hostip, (char *) source_p->ip.S_ADDR,
# ^
# 1 warning generated.
# Compiling send.c.
# send.c:1314:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1314:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1342:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1342:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1436:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1436:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1462:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1462:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1488:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1488:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1515:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1515:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1541:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1541:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1569:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1569:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1596:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1596:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:1623:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:1623:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:2005:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:2005:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# send.c:2035:31: warning: the value of the size argument in 'strncat' is too l
# arge, might lead to a buffer overflow [-Wstrncat-size]
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# send.c:2035:31: note: change the argument to be the free space in the destina
# tion buffer minus the terminating null byte
# strncat (nbuf, pattern, sizeof (nbuf) - strlen (nbuf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sizeof(nbuf) - strlen(nbuf) - 1
# 12 warnings generated.
# Compiling socketengine_devpoll.c.
# Compiling socketengine_epoll.c.
# Compiling socketengine_kqueue.c.
# Compiling socketengine_poll.c.
# socketengine_poll.c:60:24: warning: cast to 'void *' from smaller integer typ
# e 'int' [-Wint-to-void-pointer-cast]
# set_fd_internal (fd, (void *) last_pfd);
# ^
# socketengine_poll.c:86:43: warning: cast to 'void *' from smaller integer typ
# e 'int' [-Wint-to-void-pointer-cast]
# set_fd_internal (poll_fds[arrayidx].fd, (void *) arrayidx);
# ^
# 2 warnings generated.
# Compiling socketengine_select.c.
# Compiling support.c.
# Compiling scache.c.
# scache.c:169:16: warning: address of array 'ptr->name' will always evaluate t
# o 'true' [-Wpointer-bool-conversion]
# if (ptr->name)
# ~~ ~~~~~^~~~
# 1 warning generated.
# Compiling ssl.c.
# Compiling throttle.c.
# Compiling userban.c.
# Compiling whowas.c.
# Compiling zlink.c.
# Extracting src/version.c...
# Compiling version.c.
# version.c:57:41: warning: illegal character encoding in string literal [-Winv
# alid-source-encoding]
# "\2ShadowMaster\2 - Thomas Juberg Stenss -
# ealm.org>",
# ^~~~
# version.c:60:28: warning: illegal character encoding in string literal [-Winv
# alid-source-encoding]
# "\2AgAiNaWaY\2 - Mathias Vrs - ",
#
# ^~~~ ~~~~
# 2 warnings generated.
# Linking ircd.
# clang -O2 -g -DIRCD_PREFIX="/usr" -o ircd blalloc.o bsd.o channel.o class.o c
# lientlist.o dbuf.o dich_conf.o dynconf.o drone.o fdlist.o fds.o hash.o inet_a
# ddr.o inet_ntop.o inet_pton.o ircd.o ircsprintf.o list.o match.o m_nick.o m_w
# ho.o packet.o parse.o res.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_hel
# p.o s_hidehost.o s_misc.o s_numeric.o s_services.o s_serv.o s_ultimate.o s_us
# er.o send.o socketengine_devpoll.o socketengine_epoll.o socketengine_kqueue.o
# socketengine_poll.o socketengine_select.o support.o scache.o ssl.o throttle.
# o userban.o whowas.o zlink.o version.o ../zlib/libz.a -lcrypt -lresolv -lnsl
#
# ircsprintf.o: In function `ircsprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:283: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircsnprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:298: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircvsprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:309: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircvsnprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:321: undefined reference
# to `irc_printf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invoc
# ation)
# make[1]: *** [Makefile:130: ircd] Error 1
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/src'
# Building tools
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools'
# Compiling mkpasswd.c.
# Linking mkpasswd.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools'
# Building data
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/data'
# make[1]: Nothing to be done for 'build'.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/data'
#
# =================================================================
# Please remember to read the doc/README.FIRST and doc/README.
#
# UltimateIRCd FAQ and support forums at
# http://wiki.shadow-realm.org/index.php/UltimateIRCd/FAQ
# http://www.shadow-realm.org/forum/
#
# Read the README.FIRST and FAQ before asking for support
# or you will get none.
# =================================================================
#
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Building zlib
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/zlib'
# make[1]: Nothing to be done for 'build'.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/zlib'
# Building src
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/src'
# Linking ircd.
# clang -O2 -g -DIRCD_PREFIX="/usr" -o ircd blalloc.o bsd.o channel.o class.o c
# lientlist.o dbuf.o dich_conf.o dynconf.o drone.o fdlist.o fds.o hash.o inet_a
# ddr.o inet_ntop.o inet_pton.o ircd.o ircsprintf.o list.o match.o m_nick.o m_w
# ho.o packet.o parse.o res.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_hel
# p.o s_hidehost.o s_misc.o s_numeric.o s_services.o s_serv.o s_ultimate.o s_us
# er.o send.o socketengine_devpoll.o socketengine_epoll.o socketengine_kqueue.o
# socketengine_poll.o socketengine_select.o support.o scache.o ssl.o throttle.
# o userban.o whowas.o zlink.o version.o ../zlib/libz.a -lcrypt -lresolv -lnsl
#
# ircsprintf.o: In function `ircsprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:283: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircsnprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:298: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircvsprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:309: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircvsnprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:321: undefined reference
# to `irc_printf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invoc
# ation)
# make[1]: *** [Makefile:130: ircd] Error 1
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/src'
# Building tools
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools'
# make[1]: Nothing to be done for 'build'.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools'
# Building data
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/data'
# make[1]: Nothing to be done for 'build'.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/data'
#
# =================================================================
# Please remember to read the doc/README.FIRST and doc/README.
#
# UltimateIRCd FAQ and support forums at
# http://wiki.shadow-realm.org/index.php/UltimateIRCd/FAQ
# http://www.shadow-realm.org/forum/
#
# Read the README.FIRST and FAQ before asking for support
# or you will get none.
# =================================================================
#
# install ==> zlib
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/zlib'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/zlib'
# install ==> src
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/src'
# Linking ircd.
# clang -O2 -g -DIRCD_PREFIX="/usr" -o ircd blalloc.o bsd.o channel.o class.o c
# lientlist.o dbuf.o dich_conf.o dynconf.o drone.o fdlist.o fds.o hash.o inet_a
# ddr.o inet_ntop.o inet_pton.o ircd.o ircsprintf.o list.o match.o m_nick.o m_w
# ho.o packet.o parse.o res.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_hel
# p.o s_hidehost.o s_misc.o s_numeric.o s_services.o s_serv.o s_ultimate.o s_us
# er.o send.o socketengine_devpoll.o socketengine_epoll.o socketengine_kqueue.o
# socketengine_poll.o socketengine_select.o support.o scache.o ssl.o throttle.
# o userban.o whowas.o zlink.o version.o ../zlib/libz.a -lcrypt -lresolv -lnsl
#
# ircsprintf.o: In function `ircsprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:283: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircsnprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:298: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircvsprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:309: undefined reference
# to `irc_printf'
# ircsprintf.o: In function `ircvsnprintf':
# /tmp/ultimate-ircd/src/UltimateIRCd/src/ircsprintf.c:321: undefined reference
# to `irc_printf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invoc
# ation)
# make[1]: *** [Makefile:130: ircd] Error 1
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/src'
# install ==> tools
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools'
# /usr/bin/install -c ircd /tmp/ultimate-ircd/pkg/ultimate-ircd/usr
# /usr/bin/install -c rehash /tmp/ultimate-ircd/pkg/ultimate-ircd/usr
# /usr/bin/install -c kill /tmp/ultimate-ircd/pkg/ultimate-ircd/usr
# /usr/bin/install -c mkpasswd /tmp/ultimate-ircd/pkg/ultimate-ircd/usr/bin
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools'
# install ==> data
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/data'
# /usr/bin/install -c -m 644 ircd.conf.dist /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 ircd.motd /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 ircd.rules /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 kline.conf /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 vhost.conf /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 channels.conf /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 ircd.ini /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 ircd.opermotd /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# /usr/bin/install -c -m 644 ircd.smotd /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/data'
# install ==> data/networks
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/data/networks'
# /usr/bin/install -c -m 644 bongster.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 irc-chat.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 novernet.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 test.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 villageirc.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 bosnaklub.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 uicn.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# /usr/bin/install -c -m 644 template.network /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd/networks
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/data/networks'
# install ==> tools/ircdcron
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools/ircdcron'
# /usr/bin/install -c ircdchk /tmp/ultimate-ircd/pkg/ultimate-ircd/usr/bin
# /usr/bin/install -c -m 644 ircd.cron /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools/ircdcron'
# install ==> tools/ssl-cert
# make[1]: Entering directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools/ssl-cert'
# /usr/bin/install -c ssl-cert.sh /tmp/ultimate-ircd/pkg/ultimate-ircd/usr/bin
# /usr/bin/install -c ssl-search.sh /tmp/ultimate-ircd/pkg/ultimate-ircd/usr/bin
# /usr/bin/install -c -m 644 ircdssl.cnf /tmp/ultimate-ircd/pkg/ultimate-ircd/etc/ircd
# make[1]: Leaving directory '/tmp/ultimate-ircd/src/UltimateIRCd/tools/ssl-cert'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ultimate-ircd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ultimate-ircd 3.0.2-10 (Thu Apr 13 16:04:25 UTC 2017)

CMD: pacman --query --file ultimate-ircd-3.0.2-10-x86_64.pkg.tar.xz
# ultimate-ircd 3.0.2-10

Creating hybrid package for 'ultimate-ircd'

Trying to find vanilla package 'ultimate-ircd'...

CMD: pacman --query --file /mirror/ultimate-ircd-3.0.2-10.pkg.tar.xz
# ultimate-ircd 3.0.2-10

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /etc/ircd/ircd.rules
# /etc/ircd/ircdssl.cnf
# /etc/ircd/ircd.conf.dist
# /etc/ircd/ircd.smotd
# /etc/ircd/ircd.ini
# /etc/ircd/channels.conf
# /etc/ircd/vhost.conf
# /etc/ircd/ircd.opermotd
# /etc/ircd/ircd.cron
# /etc/ircd/kline.conf
# /etc/ircd/ircd.motd
# /etc/ircd/networks/test.network
# /etc/ircd/networks/novernet.network
# /etc/ircd/networks/villageirc.network
# /etc/ircd/networks/irc-chat.network
# /etc/ircd/networks/bosnaklub.network
# /etc/ircd/networks/template.network
# /etc/ircd/networks/bongster.network
# /etc/ircd/networks/uicn.network
# /usr/bin/irc-ssl-cert.sh
# /usr/bin/ircdchk
# /usr/bin/irc-ssl-search.sh
# /usr/bin/irc-mkpasswd
# /usr/bin/ircd
# /usr/lib/systemd/system/ultimate-ircd.service
# /usr/lib/tmpfiles.d/ultimate-ircd.conf
# /sysroot/usr/lib/systemd/system/ultimate-ircd.service
# /sysroot/usr/lib/tmpfiles.d/ultimate-ircd.conf

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf ultimate-ircd.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ultimate-ircd.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ultimate-ircd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ultimate-ircd.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/ultimate-ircd/src/UltimateIRCd/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 configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-chinese-nick
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7aa34274b9dd
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1931: checking for x86_64-unknown-linux-gcc
# configure:1958: result: clang
# configure:2236: checking for C compiler version
# configure:2243: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2246: $? = 0
# configure:2253: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2256: $? = 0
# configure:2263: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2266: $? = 1
# configure:2289: checking for C compiler default output file name
# configure:2316: clang conftest.c >&5
# configure:2319: $? = 0
# configure:2357: result: a.out
# configure:2374: checking whether the C compiler works
# configure:2384: ./a.out
# configure:2387: $? = 0
# configure:2404: result: yes
# configure:2411: checking whether we are cross compiling
# configure:2413: result: no
# configure:2416: checking for suffix of executables
# configure:2423: clang -o conftest conftest.c >&5
# configure:2426: $? = 0
# configure:2450: result:
# configure:2456: checking for suffix of object files
# configure:2482: clang -c conftest.c >&5
# configure:2485: $? = 0
# configure:2508: result: o
# configure:2512: checking whether we are using the GNU C compiler
# configure:2541: clang -c conftest.c >&5
# configure:2547: $? = 0
# configure:2564: result: yes
# configure:2569: checking whether clang accepts -g
# configure:2599: clang -c -g conftest.c >&5
# configure:2605: $? = 0
# configure:2704: result: yes
# configure:2721: checking for clang option to accept ISO C89
# configure:2795: clang -c conftest.c >&5
# configure:2801: $? = 0
# configure:2824: result: none needed
# configure:2845: checking if we are using TenDRA or MIPSpro
# configure:2861: result: no
# configure:2867: checking if we are using Sun WorkShop/Forte
# configure:2883: result: no
# configure:2888: checking if we are using Apple GCC
# configure:2897: result: no
# configure:2903: checking if your compiler supports the SVR4 Software Generation System interfaces
# configure:2909: result: no
# configure:2952: checking how to generate dependancy info
# configure:2965: result: assuming clang -MM
# configure:2977: checking for library containing strerror
# configure:3018: clang -o conftest conftest.c >&5
# conftest.c:15:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:15:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:3024: $? = 0
# configure:3052: result: none required
# configure:3060: checking whether make sets $(MAKE)
# configure:3081: result: yes
# configure:3096: checking build system type
# configure:3114: result: x86_64-unknown-linux-gnu
# configure:3136: checking host system type
# configure:3151: result: x86_64-unknown-linux-gnu
# configure:3173: checking target system type
# configure:3188: result: x86_64-unknown-linux-gnu
# configure:3219: checking for rm
# configure:3237: found /usr/bin/rm
# configure:3249: result: /usr/bin/rm
# configure:3259: checking for cp
# configure:3277: found /usr/bin/cp
# configure:3289: result: /usr/bin/cp
# configure:3299: checking for mv
# configure:3317: found /usr/bin/mv
# configure:3329: result: /usr/bin/mv
# configure:3339: checking for ln
# configure:3357: found /usr/bin/ln
# configure:3369: result: /usr/bin/ln
# configure:3379: checking for sed
# configure:3397: found /usr/bin/sed
# configure:3409: result: /usr/bin/sed
# configure:3419: checking for ar
# configure:3437: found /usr/bin/ar
# configure:3449: result: /usr/bin/ar
# configure:3459: checking for ld
# configure:3477: found /usr/bin/ld
# configure:3489: result: /usr/bin/ld
# configure:3510: checking for a BSD-compatible install
# configure:3566: result: /usr/bin/install -c
# configure:3580: checking for x86_64-unknown-linux-ranlib
# configure:3610: result: no
# configure:3620: checking for ranlib
# configure:3636: found /usr/bin/ranlib
# configure:3647: result: ranlib
# configure:3673: checking for inline
# configure:3699: clang -c conftest.c >&5
# configure:3705: $? = 0
# configure:3723: result: inline
# configure:3752: checking for gethostbyname in -lnsl
# configure:3787: clang -o conftest conftest.c -lnsl >&5
# configure:3793: $? = 0
# configure:3811: result: yes
# configure:3822: checking for res_mkquery
# configure:3878: clang -o conftest conftest.c -lnsl >&5
# /tmp/conftest-036abf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_mkquery'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3884: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | /* end confdefs.h. */
# | /* Define res_mkquery to an innocuous variant, in case declares res_mkquery.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define res_mkquery innocuous_res_mkquery
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char res_mkquery (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef res_mkquery
# |
# | /* 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 res_mkquery ();
# | /* 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_res_mkquery || defined __stub___res_mkquery
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return res_mkquery ();
# | ;
# | return 0;
# | }
# configure:3901: result: no
# configure:3907: checking for res_mkquery in -lresolv
# configure:3942: clang -o conftest conftest.c -lresolv -lnsl >&5
# /tmp/conftest-020e42.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_mkquery'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3948: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | /* end confdefs.h. */
# |
# | /* 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 res_mkquery ();
# | int
# | main ()
# | {
# | return res_mkquery ();
# | ;
# | return 0;
# | }
# configure:3966: result: no
# configure:3979: checking for __res_mkquery
# configure:4035: clang -o conftest conftest.c -lnsl >&5
# /tmp/conftest-bccc1a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__res_mkquery'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4041: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | /* end confdefs.h. */
# | /* Define __res_mkquery to an innocuous variant, in case declares __res_mkquery.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __res_mkquery innocuous___res_mkquery
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __res_mkquery (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __res_mkquery
# |
# | /* 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 __res_mkquery ();
# | /* 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___res_mkquery || defined __stub_____res_mkquery
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __res_mkquery ();
# | ;
# | return 0;
# | }
# configure:4058: result: no
# configure:4064: checking for __res_mkquery in -lresolv
# configure:4099: clang -o conftest conftest.c -lresolv -lnsl >&5
# configure:4105: $? = 0
# configure:4123: result: yes
# configure:4137: checking for socket in -lsocket
# configure:4172: clang -o conftest conftest.c -lsocket -lresolv -lnsl >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4178: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | /* end confdefs.h. */
# |
# | /* 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4196: result: no
# configure:4207: checking for crypt
# configure:4263: clang -o conftest conftest.c -lresolv -lnsl >&5
# /tmp/conftest-d1eb13.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `crypt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4269: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | /* end confdefs.h. */
# | /* Define crypt to an innocuous variant, in case declares crypt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define crypt innocuous_crypt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char crypt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef crypt
# |
# | /* 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 crypt ();
# | /* 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_crypt || defined __stub___crypt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:4286: result: no
# configure:4292: checking for crypt in -ldescrypt
# configure:4327: clang -o conftest conftest.c -ldescrypt -lresolv -lnsl >&5
# /usr/bin/ld: cannot find -ldescrypt
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4333: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | /* end confdefs.h. */
# |
# | /* 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 crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:4351: result: no
# configure:4362: checking for crypt in -lcrypt
# configure:4397: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:4403: $? = 0
# configure:4421: result: yes
# configure:4442: checking how to run the C preprocessor
# configure:4482: clang -E conftest.c
# configure:4488: $? = 0
# configure:4519: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4525: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | /* end confdefs.h. */
# | #include
# configure:4558: result: clang -E
# configure:4587: clang -E conftest.c
# configure:4593: $? = 0
# configure:4624: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4630: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 1
# | /* end confdefs.h. */
# | #include
# configure:4668: checking for grep that handles long lines and -e
# configure:4742: result: /usr/bin/grep
# configure:4747: checking for egrep
# configure:4825: result: /usr/bin/grep -E
# configure:4830: checking for ANSI C header files
# configure:4860: clang -c conftest.c >&5
# configure:4866: $? = 0
# configure:4965: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:4968: $? = 0
# configure:4974: ./conftest
# configure:4977: $? = 0
# configure:4994: result: yes
# configure:5018: checking for sys/types.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for sys/stat.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for stdlib.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for string.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for memory.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for strings.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for inttypes.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for stdint.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5018: checking for unistd.h
# configure:5039: clang -c conftest.c >&5
# configure:5045: $? = 0
# configure:5061: result: yes
# configure:5093: checking fcntl.h usability
# configure:5110: clang -c conftest.c >&5
# configure:5116: $? = 0
# configure:5130: result: yes
# configure:5134: checking fcntl.h presence
# configure:5149: clang -E conftest.c
# configure:5155: $? = 0
# configure:5169: result: yes
# configure:5197: checking for fcntl.h
# configure:5205: result: yes
# configure:5093: checking limits.h usability
# configure:5110: clang -c conftest.c >&5
# configure:5116: $? = 0
# configure:5130: result: yes
# configure:5134: checking limits.h presence
# configure:5149: clang -E conftest.c
# configure:5155: $? = 0
# configure:5169: result: yes
# configure:5197: checking for limits.h
# configure:5205: result: yes
# configure:5093: checking malloc.h usability
# configure:5110: clang -c conftest.c >&5
# configure:5116: $? = 0
# configure:5130: result: yes
# configure:5134: checking malloc.h presence
# configure:5149: clang -E conftest.c
# configure:5155: $? = 0
# configure:5169: result: yes
# configure:5197: checking for malloc.h
# configure:5205: result: yes
# configure:5093: checking netdb.h usability
# configure:5110: clang -c conftest.c >&5
# configure:5116: $? = 0
# configure:5130: result: yes
# configure:5134: checking netdb.h presence
# configure:5149: clang -E conftest.c
# configure:5155: $? = 0
# configure:5169: result: yes
# configure:5197: checking for netdb.h
# configure:5205: result: yes
# configure:5093: checking netinet/in.h usability
# configure:5110: clang -c conftest.c >&5
# configure:5116: $? = 0
# configure:5130: result: yes
# configure:5134: checking netinet/in.h presence
# configure:5149: clang -E conftest.c
# configure:5155: $? = 0
# configure:5169: result: yes
# configure:5197: checking for netinet/in.h
# configure:5205: result: yes
# configure:5093: checking stddef.h usability
# configure:5110: clang -c conftest.c >&5
# configure:5116: $? = 0
# configure:5130: result: yes
# configure:5134: checking stddef.h presence
# configure:5149: clang -E conftest.c
# configure:5155: $? = 0
# configure:5169: result: yes
# configure:5197: checking for stddef.h
# configure:5205: result: yes
# configure:5227: checking for stdlib.h
# configure:5233: result: yes
# configure:5227: checking for string.h
# configure:5233: result: yes
# configure:5227: checking for strings.h
# configure:5233: result: yes
# configure:5237: checking sys/file.h usability
# configure:5254: clang -c conftest.c >&5
# configure:5260: $? = 0
# configure:5274: result: yes
# configure:5278: checking sys/file.h presence
# configure:5293: clang -E conftest.c
# configure:5299: $? = 0
# configure:5313: result: yes
# configure:5341: checking for sys/file.h
# configure:5349: result: yes
# configure:5237: checking sys/ioctl.h usability
# configure:5254: clang -c conftest.c >&5
# configure:5260: $? = 0
# configure:5274: result: yes
# configure:5278: checking sys/ioctl.h presence
# configure:5293: clang -E conftest.c
# configure:5299: $? = 0
# configure:5313: result: yes
# configure:5341: checking for sys/ioctl.h
# configure:5349: result: yes
# configure:5381: checking sys/param.h usability
# configure:5398: clang -c conftest.c >&5
# configure:5404: $? = 0
# configure:5418: result: yes
# configure:5422: checking sys/param.h presence
# configure:5437: clang -E conftest.c
# configure:5443: $? = 0
# configure:5457: result: yes
# configure:5485: checking for sys/param.h
# configure:5493: result: yes
# configure:5381: checking sys/socket.h usability
# configure:5398: clang -c conftest.c >&5
# configure:5404: $? = 0
# configure:5418: result: yes
# configure:5422: checking sys/socket.h presence
# configure:5437: clang -E conftest.c
# configure:5443: $? = 0
# configure:5457: result: yes
# configure:5485: checking for sys/socket.h
# configure:5493: result: yes
# configure:5381: checking sys/time.h usability
# configure:5398: clang -c conftest.c >&5
# configure:5404: $? = 0
# configure:5418: result: yes
# configure:5422: checking sys/time.h presence
# configure:5437: clang -E conftest.c
# configure:5443: $? = 0
# configure:5457: result: yes
# configure:5485: checking for sys/time.h
# configure:5493: result: yes
# configure:5381: checking syslog.h usability
# configure:5398: clang -c conftest.c >&5
# configure:5404: $? = 0
# configure:5418: result: yes
# configure:5422: checking syslog.h presence
# configure:5437: clang -E conftest.c
# configure:5443: $? = 0
# configure:5457: result: yes
# configure:5485: checking for syslog.h
# configure:5493: result: yes
# configure:5371: checking for unistd.h
# configure:5377: result: yes
# configure:5521: checking utmp.h usability
# configure:5538: clang -c conftest.c >&5
# configure:5544: $? = 0
# configure:5558: result: yes
# configure:5562: checking utmp.h presence
# configure:5577: clang -E conftest.c
# configure:5583: $? = 0
# configure:5597: result: yes
# configure:5625: checking for utmp.h
# configure:5633: result: yes
# configure:5656: checking for inttypes.h
# configure:5662: result: yes
# configure:5666: checking sys/resource.h usability
# configure:5683: clang -c conftest.c >&5
# configure:5689: $? = 0
# configure:5703: result: yes
# configure:5707: checking sys/resource.h presence
# configure:5722: clang -E conftest.c
# configure:5728: $? = 0
# configure:5742: result: yes
# configure:5770: checking for sys/resource.h
# configure:5778: result: yes
# configure:5666: checking errno.h usability
# configure:5683: clang -c conftest.c >&5
# configure:5689: $? = 0
# configure:5703: result: yes
# configure:5707: checking errno.h presence
# configure:5722: clang -E conftest.c
# configure:5728: $? = 0
# configure:5742: result: yes
# configure:5770: checking for errno.h
# configure:5778: result: yes
# configure:5656: checking for stdlib.h
# configure:5662: result: yes
# configure:5656: checking for stddef.h
# configure:5662: result: yes
# configure:5666: checking getopt.h usability
# configure:5683: clang -c conftest.c >&5
# configure:5689: $? = 0
# configure:5703: result: yes
# configure:5707: checking getopt.h presence
# configure:5722: clang -E conftest.c
# configure:5728: $? = 0
# configure:5742: result: yes
# configure:5770: checking for getopt.h
# configure:5778: result: yes
# configure:5792: checking MIN and MAX definition
# configure:5814: result: yes
# configure:5824: checking whether clang needs -traditional
# configure:5866: result: no
# configure:5882: checking for alarm
# configure:5938: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:5944: $? = 0
# configure:5962: result: yes
# configure:5882: checking for dup2
# configure:5938: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:5944: $? = 0
# configure:5962: result: yes
# configure:5882: checking for gethostbyname
# configure:5938: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:5944: $? = 0
# configure:5962: result: yes
# configure:5882: checking for gethostname
# configure:5938: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:5944: $? = 0
# configure:5962: result: yes
# configure:5882: checking for getpass
# configure:5938: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:5944: $? = 0
# configure:5962: result: yes
# configure:5882: checking for gettimeofday
# configure:5938: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:5944: $? = 0
# configure:5962: result: yes
# configure:5982: checking for inet_ntoa
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:5982: checking for isascii
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:5982: checking for memmove
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:76:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:76:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:5982: checking for memset
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:77:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:77:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:5982: checking for munmap
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:5982: checking for setenv
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:5982: checking for socket
# configure:6038: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6044: $? = 0
# configure:6062: result: yes
# configure:6082: checking for strcasecmp
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:81:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6082: checking for strchr
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:82:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:82:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6082: checking for strdup
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:83:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:83:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6082: checking for strerror
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:84:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6082: checking for strncasecmp
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:85:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6082: checking for strrchr
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:86:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:86:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6082: checking for strtol
# configure:6138: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6144: $? = 0
# configure:6162: result: yes
# configure:6182: checking for strtoul
# configure:6238: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6244: $? = 0
# configure:6262: result: yes
# configure:6182: checking for index
# configure:6238: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'index' [-Wincompatible-library-redeclaration]
# char index ();
# ^
# conftest.c:89:6: note: 'index' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6244: $? = 0
# configure:6262: result: yes
# configure:6182: checking for strerror
# configure:6262: result: yes
# configure:6182: checking for strtoken
# configure:6238: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# /tmp/conftest-9fd63c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strtoken'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6244: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_MINMAX 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SETENV 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_INDEX 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strtoken to an innocuous variant, in case declares strtoken.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strtoken innocuous_strtoken
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strtoken (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strtoken
# |
# | /* 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 strtoken ();
# | /* 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_strtoken || defined __stub___strtoken
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strtoken ();
# | ;
# | return 0;
# | }
# configure:6262: result: no
# configure:6182: checking for strtok
# configure:6238: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:91:6: warning: incompatible redeclaration of library function 'strtok' [-Wincompatible-library-redeclaration]
# char strtok ();
# ^
# conftest.c:91:6: note: 'strtok' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:6244: $? = 0
# configure:6262: result: yes
# configure:6182: checking for inet_addr
# configure:6238: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6244: $? = 0
# configure:6262: result: yes
# configure:6182: checking for inet_netof
# configure:6238: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6244: $? = 0
# configure:6262: result: yes
# configure:6282: checking for inet_aton
# configure:6338: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6344: $? = 0
# configure:6362: result: yes
# configure:6282: checking for gettimeofday
# configure:6362: result: yes
# configure:6282: checking for lrand48
# configure:6338: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6344: $? = 0
# configure:6362: result: yes
# configure:6282: checking for sigaction
# configure:6338: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6344: $? = 0
# configure:6362: result: yes
# configure:6282: checking for bzero
# configure:6338: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:98:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
# char bzero ();
# ^
# conftest.c:98:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
# 1 warning generated.
# configure:6344: $? = 0
# configure:6362: result: yes
# configure:6282: checking for bcmp
# configure:6338: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6344: $? = 0
# configure:6362: result: yes
# configure:6282: checking for bcopy
# configure:6338: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6344: $? = 0
# configure:6362: result: yes
# configure:6382: checking for dn_skipname
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# /tmp/conftest-220e2f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dn_skipname'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6444: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_MINMAX 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SETENV 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_INDEX 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOK 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_INET_NETOF 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LRAND48 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_BZERO 1
# | #define HAVE_BCMP 1
# | #define HAVE_BCOPY 1
# | /* end confdefs.h. */
# | /* Define dn_skipname to an innocuous variant, in case declares dn_skipname.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dn_skipname innocuous_dn_skipname
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dn_skipname (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dn_skipname
# |
# | /* 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 dn_skipname ();
# | /* 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_dn_skipname || defined __stub___dn_skipname
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dn_skipname ();
# | ;
# | return 0;
# | }
# configure:6462: result: no
# configure:6382: checking for __dn_skipname
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6444: $? = 0
# configure:6462: result: yes
# configure:6382: checking for getrusage
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6444: $? = 0
# configure:6462: result: yes
# configure:6382: checking for times
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6444: $? = 0
# configure:6462: result: yes
# configure:6382: checking for break
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:104:6: error: expected identifier or '('
# char break ();
# ^
# conftest.c:115:8: error: expected expression
# return break ();
# ^
# 2 errors generated.
# configure:6444: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_MINMAX 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SETENV 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_INDEX 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOK 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_INET_NETOF 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LRAND48 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_BZERO 1
# | #define HAVE_BCMP 1
# | #define HAVE_BCOPY 1
# | #define HAVE___DN_SKIPNAME 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | /* end confdefs.h. */
# | /* Define break to an innocuous variant, in case declares break.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define break innocuous_break
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char break (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef break
# |
# | /* 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 break ();
# | /* 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_break || defined __stub___break
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return break ();
# | ;
# | return 0;
# | }
# configure:6462: result: no
# configure:6382: checking for inet_pton
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6444: $? = 0
# configure:6462: result: yes
# configure:6382: checking for inet_ntop
# configure:6438: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6444: $? = 0
# configure:6462: result: yes
# configure:6474: checking for va_copy
# configure:6500: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6506: $? = 0
# configure:6524: result: yes
# configure:6533: checking for __va_copy
# configure:6559: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6565: $? = 0
# configure:6583: result: yes
# configure:6598: checking for stdlib.h
# configure:6604: result: yes
# configure:6598: checking for unistd.h
# configure:6604: result: yes
# configure:6737: checking for getpagesize
# configure:6793: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6799: $? = 0
# configure:6817: result: yes
# configure:6827: checking for working mmap
# configure:6974: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:6977: $? = 0
# configure:6983: ./conftest
# configure:6986: $? = 0
# configure:7002: result: yes
# configure:7014: checking for OpenSSL
# configure:7055: result: disabled
# configure:7151: Enabling client throttle protection
# configure:7162: Enabling encrypted OLine passwords
# configure:7173: Enabling No Channel Operators while split protection
# configure:7184: Enabling connection headers
# configure:7219: Using Chinese nickname support
# configure:7243: checking whether clang needs -traditional
# configure:7285: result: no
# configure:7294: checking for u_int32_t
# configure:7324: clang -c conftest.c >&5
# configure:7330: $? = 0
# configure:7345: result: yes
# configure:7358: checking for uintptr_t
# configure:7388: clang -c conftest.c >&5
# configure:7394: $? = 0
# configure:7409: result: yes
# configure:7672: checking for poll
# configure:7728: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# configure:7734: $? = 0
# configure:7751: result: yes
# configure:7770: checking sys/epoll.h usability
# configure:7787: clang -c conftest.c >&5
# configure:7793: $? = 0
# configure:7807: result: yes
# configure:7811: checking sys/epoll.h presence
# configure:7826: clang -E conftest.c
# configure:7832: $? = 0
# configure:7846: result: yes
# configure:7874: checking for sys/epoll.h
# configure:7881: result: yes
# configure:7892: checking for epoll_create in -lepoll
# configure:7927: clang -o conftest conftest.c -lepoll -lcrypt -lresolv -lnsl >&5
# /usr/bin/ld: cannot find -lepoll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7933: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_MINMAX 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SETENV 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_INDEX 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOK 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_INET_NETOF 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LRAND48 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_BZERO 1
# | #define HAVE_BCMP 1
# | #define HAVE_BCOPY 1
# | #define HAVE___DN_SKIPNAME 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define THROTTLE_ENABLE 1
# | #define CRYPT_OPER_PASSWORD 1
# | #define NO_CHANOPS_WHEN_SPLIT 1
# | #define SHOW_HEADERS 1
# | #define CHINESE_SUPPORT 1
# | /* end confdefs.h. */
# |
# | /* 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 epoll_create ();
# | int
# | main ()
# | {
# | return epoll_create ();
# | ;
# | return 0;
# | }
# configure:7951: result: no
# configure:7960: checking for epoll_create without -lepoll
# configure:7993: clang -o conftest conftest.c -lcrypt -lresolv -lnsl >&5
# conftest.c:101:36: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# _syscall1(int, epoll_create, int, size)
# ^
# conftest.c:101:55: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# _syscall1(int, epoll_create, int, size)
# ^
# conftest.c:101:21: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# _syscall1(int, epoll_create, int, size)
# ^
# conftest.c:101:60: error: expected ';' after top level declarator
# _syscall1(int, epoll_create, int, size)
# ^
# ;
# 3 warnings and 1 error generated.
# configure:7996: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define HAVE_LIBNSL 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_LIBCRYPT 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_MINMAX 1
# | #define HAVE_ALARM 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPASS 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SETENV 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_INDEX 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOK 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_INET_NETOF 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LRAND48 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_BZERO 1
# | #define HAVE_BCMP 1
# | #define HAVE_BCOPY 1
# | #define HAVE___DN_SKIPNAME 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define THROTTLE_ENABLE 1
# | #define CRYPT_OPER_PASSWORD 1
# | #define NO_CHANOPS_WHEN_SPLIT 1
# | #define SHOW_HEADERS 1
# | #define CHINESE_SUPPORT 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# | #include
# |
# | _syscall1(int, epoll_create, int, size)
# |
# | int main(int argc, char **argv) { return epoll_create(5) < 1; }
# |
# configure:8020: result: no
# configure:8810: checking Maximum file descriptors
# configure:8856: result: 32748
# configure:8887: checking for pwd
# configure:8905: found /usr/bin/pwd
# configure:8918: result: /usr/bin/pwd
# configure:8936: checking for ccdv
# configure:9026: result: /tmp/ultimate-ircd/src/UltimateIRCd/ccdv
# configure:9155: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7aa34274b9dd
#
# config.status:637: creating Makefile
# config.status:637: creating data/Makefile
# config.status:637: creating data/networks/Makefile
# config.status:637: creating src/Makefile
# config.status:637: creating tools/Makefile
# config.status:637: creating tools/ircdcron/Makefile
# config.status:637: creating tools/ssl-cert/Makefile
# config.status:637: creating zlib/Makefile
# config.status:637: creating include/setup.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_acebot_rejection=no
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_chinese_nick=yes
# ac_cv_crypted_oper_password=yes
# ac_cv_debugmode=no
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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___dn_skipname=yes
# ac_cv_func___res_mkquery=no
# ac_cv_func_alarm=yes
# ac_cv_func_bcmp=yes
# ac_cv_func_bcopy=yes
# ac_cv_func_break=no
# ac_cv_func_bzero=yes
# ac_cv_func_crypt=no
# ac_cv_func_dn_skipname=no
# ac_cv_func_dup2=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getpass=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_index=yes
# ac_cv_func_inet_addr=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_netof=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_isascii=yes
# ac_cv_func_lrand48=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_poll=yes
# ac_cv_func_res_mkquery=no
# ac_cv_func_setenv=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strtok=yes
# ac_cv_func_strtoken=no
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_times=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_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_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_epoll_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_resource_h=yes
# 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_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_ipv6=no
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_descrypt_crypt=no
# ac_cv_lib_epoll_epoll_create=no
# ac_cv_lib_nsl_gethostbyname=yes
# ac_cv_lib_resolv___res_mkquery=yes
# ac_cv_lib_resolv_res_mkquery=no
# ac_cv_lib_socket_socket=no
# ac_cv_maintainer=no
# ac_cv_maxclients=32748
# ac_cv_no_chanops_when_split=yes
# ac_cv_objext=o
# ac_cv_path_AR=/usr/bin/ar
# ac_cv_path_CP=/usr/bin/cp
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_LD=/usr/bin/ld
# ac_cv_path_LN=/usr/bin/ln
# ac_cv_path_MV=/usr/bin/mv
# ac_cv_path_RM=/usr/bin/rm
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_wi_PWD=/usr/bin/pwd
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_show_headers=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_throttle=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_uintptr_t=yes
# wi_cv_path_ccdv=/tmp/ultimate-ircd/src/UltimateIRCd/ccdv
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='/usr/bin/ar'
# CC='clang'
# CCDV='@/tmp/ultimate-ircd/src/UltimateIRCd/ccdv '
# CFLAGS=''
# CP='/usr/bin/cp'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENCRYPT_SRC=''
# EXEEXT=''
# GREP='/usr/bin/grep'
# INCDEP=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# IRC_CFLAGS='-O2 -g '
# LD='/usr/bin/ld'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lcrypt -lresolv -lnsl '
# LN='/usr/bin/ln'
# LTLIBOBJS=''
# MKDEP='clang -MM'
# MSGFMT=''
# MV='/usr/bin/mv'
# OBJEXT='o'
# PACKAGE='UltimateIRCd'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RM='/usr/bin/rm'
# SED='/usr/bin/sed'
# SEDOBJ=''
# SET_MAKE=''
# SHELL='/bin/sh'
# SSL_INCLUDES=''
# SSL_LIBS=''
# SUBDIR_MESSAGES=''
# USECCDV='#'
# VERSION='3.0.2'
# ac_ct_CC=''
# 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}'
# 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'
# libdir='${exec_prefix}/lib'
# libexecdir='${bindir}'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# wi_PWD='/usr/bin/pwd'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define HAVE_LIBNSL 1
# #define HAVE_LIBRESOLV 1
# #define HAVE_LIBCRYPT 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_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_MINMAX 1
# #define HAVE_ALARM 1
# #define HAVE_DUP2 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETPASS 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_ISASCII 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MUNMAP 1
# #define HAVE_SETENV 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_INDEX 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOK 1
# #define HAVE_INET_ADDR 1
# #define HAVE_INET_NETOF 1
# #define HAVE_INET_ATON 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_LRAND48 1
# #define HAVE_SIGACTION 1
# #define HAVE_BZERO 1
# #define HAVE_BCMP 1
# #define HAVE_BCOPY 1
# #define HAVE___DN_SKIPNAME 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_TIMES 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_VA_COPY 1
# #define HAVE___VA_COPY 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define THROTTLE_ENABLE 1
# #define CRYPT_OPER_PASSWORD 1
# #define NO_CHANOPS_WHEN_SPLIT 1
# #define SHOW_HEADERS 1
# #define CHINESE_SUPPORT 1
# #define USE_POLL 1
# #define INIT_MAXCLIENTS 32748
#
# configure: exit 0