The build took 00h 01m 22s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language | 
|---|---|
56,303 | 
          ansic | 
160 | 
          sh | 
30 | 
          perl | 
56,493 | 
          total | 
The process tree of the build process is here.
    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:
        CMD: sudo -u tuscan  red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
        ==> Making package: epic4 2.10.5-3 (Wed Aug 24 14:16:12 UTC 2016)==> Checking runtime dependencies...==> Installing missing dependencies...resolving dependencies...looking for conflicting packages...Packages (1) tcl-8.6.5-2Total Installed Size:  6.42 MiB:: Proceed with installation? [Y/n] checking keyring...checking package integrity...loading package files...checking for file conflicts...checking available disk space...:: Processing package changes...installing tcl...:: Running post-transaction hooks...(1/1) Updating manpage index...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachethis is ircii version EPIC4-2.10.5checking for gcc... gccchecking whether the C compiler (gcc  ) works... yeschecking whether the C compiler (gcc  ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether gcc accepts -g... yeschecking how to run the C preprocessor... gcc -Echecking for POSIXized ISC... nochecking for AIX... nochecking for qnx... nochecking for socket in -lsocket... nochecking whether to include SSL support... yeschecking for socket in -linet... nochecking for gethostname in -lnsl... yeschecking for getpwnam in -lsun... nochecking for inet_addr in -ldgc... nochecking for gethostbyname in -lresolv... yeschecking for crypt in -lcrypt... yeschecking for pow in -lm... yeschecking whether you want to use termcap... nochecking for setupterm in -lncurses... yeschecking for fcntl.h... yeschecking for netdb.h... yeschecking for regex.h... yeschecking for sys/fcntl.h... yeschecking for sys/file.h... yeschecking for sys/select.h... yeschecking for sys/syslimits.h... nochecking for sys/un.h... yeschecking for sys/time.h... yeschecking for termcap.h... yeschecking for sys/filio.h... nochecking for sys/sysctl.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for term.h... yeschecking for setupterm... yeschecking for uname... yeschecking for setenv... yeschecking for unsetenv... yeschecking for killpg... yeschecking for gettimeofday... yeschecking for getpass... yeschecking for strtoul... yeschecking for vsnprintf... yeschecking for snprintf... yeschecking for sysconf... yeschecking for fpathconf... yeschecking for strerror... yeschecking for memmove... yeschecking for setsid... yeschecking for getlogin... yeschecking for fchdir... yeschecking for realpath... yeschecking for hstrerror... yeschecking for strlcpy... nochecking for strlcat... nochecking for sysctlbyname... nochecking for getservbyport... yeschecking for getaddrinfo... yeschecking for getnameinfo... yeschecking for clock_gettime... yeschecking for atoll... yeschecking for strtoll... yeschecking for atoq... nochecking for finite... yeschecking for isfinite... nochecking for tparm... yeschecking whether term.h works by itself... yeschecking for ANSI C header files... yeschecking whether time.h and sys/time.h may both be included... yeschecking for dirent.h that defines DIR... yeschecking for opendir in -ldir... nochecking return type of signal handlers... voidchecking for mode_t... yeschecking for pid_t... yeschecking for size_t... yeschecking for uid_t in sys/types.h... yeschecking for working alloca.h... yeschecking for alloca... yeschecking for intptr_t in inttypes.h or stdint.h... yeschecking for socklen_t... yeschecking whether sys/types.h defines fd_set... yeschecking for struct linger... yeschecking for getpgid... yeschecking for getpgrp... yeschecking whether getpgrp takes no argument... yeschecking for useful SO_SNDLOWAT... nochecking for useful realpath... nochecking for sys_siglist declaration... yeschecking size of long long... 8checking size of unsigned int... 4checking to see if your struct sockaddr includes a length field... nochecking whether to support ipv6... yeschecking for struct sockaddr_storage... yeschecking for struct sockaddr_in6... yeschecking for struct addrinfo... yeschecking to see if your getaddrinfo supports AF_UNIX... no. ughchecking whether to support SOCKS... nochecking whether to support SOCKS5... nochecking whether to support Perl... nochecking whether to support Tcl... nochecking whether to support bounds checking gcc... nochecking whether to turn on FreeBSD WARNS-like compiler warnings... noupdating cache ./config.cachecreating ./config.statuscreating Makefilecreating source/Makefilecreating source/info.c.shcreating include/defs.hThere you go.  Look at include/config.h for any options that you might want to change before you 'make'.  Don't forget to do a 'make install' before you're done.make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.make[1]: Entering directory '/tmp/epic4/src/epic4-2.10.5/source'gcc -g -O  -I./../include -I../include -c wserv.cmake[1]: Entering directory '/tmp/epic4/src/epic4-2.10.5/source'gcc -g -O  -I./../include -I../include -c alias.cgcc -g -O  -I./../include -I../include -c ircsig.circsig.c: In function 'init_signals':ircsig.c:120:9: warning: passing argument 1 of 'memset' discards 'volatile' qualifier from pointer target type [-Wdiscarded-array-qualifiers]  memset(&signals_caught, 0, NSIG * sizeof(int));         ^In file included from ./../include/irc_std.h:27:0,                 from ./../include/irc.h:28,                 from ircsig.c:38:/usr/include/string.h:62:14: note: expected 'void *' but argument is of type 'volatile int (*)[65]' extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));              ^~~~~~gcc -g -O  -I./../include -I../include -c gailib.cgailib.c: In function 'get_name':gailib.c:95:3: warning: implicit declaration of function 'strlcpy' [-Wimplicit-function-declaration]   strlcpy((ai)->ai_canonname, (str), strlen(str) + 1);\   ^gailib.c:426:3: note: in expansion of macro 'GET_CANONNAME'   GET_CANONNAME(cur, hp->h_name);   ^~~~~~~~~~~~~gcc -g -O  -o wserv4 wserv.o ircsig.o gailib.o -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lmmake[1]: Leaving directory '/tmp/epic4/src/epic4-2.10.5/source'gcc -g -O  -I./../include -I../include -c alist.cgcc -g -O  -I./../include -I../include -c array.cgcc -g -O  -I./../include -I../include -c clock.cgcc -g -O  -I./../include -I../include -c commands.cgcc -g -O  -I./../include -I../include -c compat.cgcc -g -O  -I./../include -I../include -c crypt.cgcc -g -O  -I./../include -I../include -c ctcp.cgcc -g -O  -I./../include -I../include -c dcc.cgcc -g -O  -I./../include -I../include -c debug.cgcc -g -O  -I./../include -I../include -c exec.cgcc -g -O  -I./../include -I../include -c files.cgcc -g -O  -I./../include -I../include -c flood.cgcc -g -O  -I./../include -I../include -c functions.cgcc -g -O  -I./../include -I../include -c glob.cglob.c: In function 'g_opendir':glob.c:801:3: warning: implicit declaration of function 'strlcpy' [-Wimplicit-function-declaration]   strlcpy(buf, ".", sizeof buf);   ^~~~~~~gcc -g -O  -I./../include -I../include -c help.cgcc -g -O  -I./../include -I../include -c history.cgcc -g -O  -I./../include -I../include -c hook.cgcc -g -O  -I./../include -I../include -c if.cgcc -g -O  -I./../include -I../include -c ignore.cgcc -g -O  -I./../include -I../include -c input.cgcc -g -O  -I./../include -I../include -c ./irc.c      \-DIRCLIB=\"/usr/share/epic/\"./irc.c: In function 'main':./irc.c:1156:9: warning: passing argument 1 of 'memset' discards 'volatile' qualifier from pointer target type [-Wdiscarded-array-qualifiers]  memset(&signals_caught, 0, NSIG * sizeof(int));         ^In file included from ./../include/irc_std.h:27:0,                 from ./../include/irc.h:28,                 from ./irc.c:37:/usr/include/string.h:62:14: note: expected 'void *' but argument is of type 'volatile int (*)[65]' extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));              ^~~~~~./irc.c:1158:2: warning: implicit declaration of function 'init_signals' [-Wimplicit-function-declaration]  init_signals();  ^~~~~~~~~~~~gcc -g -O  -I./../include -I../include -c ircaux.cgcc -g -O  -I./../include -I../include -c keys.cgcc -g -O  -I./../include -I../include -c lastlog.cgcc -g -O  -I./../include -I../include -c list.cgcc -g -O  -I./../include -I../include -c log.cgcc -g -O  -I./../include -I../include -c logfiles.cgcc -g -O  -I./../include -I../include -c mail.cgcc -g -O  -I./../include -I../include -c names.cgcc -g -O  -I./../include -I../include -c network.cgcc -g -O  -I./../include -I../include -c newio.cgcc -g -O  -I./../include -I../include -c notice.cgcc -g -O  -I./../include -I../include -c notify.cgcc -g -O  -I./../include -I../include -c numbers.cgcc -g -O  -I./../include -I../include -c output.cgcc -g -O  -I./../include -I../include -c parse.cgcc -g -O  -I./../include -I../include -c queue.cgcc -g -O  -I./../include -I../include -c reg.cgcc -g -O  -I./../include -I../include -c screen.cgcc -g -O  -I./../include -I../include -c server.cgcc -g -O  -I./../include -I../include -c ssl.cgcc -g -O  -I./../include -I../include -c status.cgcc -g -O  -I./../include -I../include -c term.cgcc -g -O  -I./../include -I../include -c timer.cgcc -g -O  -I./../include -I../include -c translat.cgcc -g -O  -I./../include -I../include -c ./vars.c   \-DWSERV_PATH=\"/usr/libexec/wserv4\"gcc -g -O  -I./../include -I../include -c who.cgcc -g -O  -I./../include -I../include -c window.cgcc -g -O  -I./../include -I../include -c words.csh info.c.shgcc -g -O -I./../include -I../include -c info.cgcc -g -O  -o epic alias.o alist.o array.o clock.o commands.o compat.o crypt.o ctcp.o dcc.o debug.o exec.o files.o flood.o functions.o gailib.o glob.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o logfiles.o mail.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o reg.o screen.o server.o ssl.o status.o term.o timer.o translat.o vars.o who.o window.o words.o    info.o -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lmrm -f info.c info.omake[1]: Leaving directory '/tmp/epic4/src/epic4-2.10.5/source'==> Entering fakeroot environment...==> Starting package()...make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.make[1]: Entering directory '/tmp/epic4/src/epic4-2.10.5/source'make[1]: 'wserv4' is up to date.make[1]: Leaving directory '/tmp/epic4/src/epic4-2.10.5/source'umask 022; \./mkinstalldirs /tmp/epic4/pkg/epic4/usr/share/epic /tmp/epic4/pkg/epic4/usr/share/epic/script \	/tmp/epic4/pkg/epic4/usr/share/epic/help /tmp/epic4/pkg/epic4/usr/bin /tmp/epic4/pkg/epic4/usr/bin \	/tmp/epic4/pkg/epic4/usr/share/man/man1make[1]: Entering directory '/tmp/epic4/src/epic4-2.10.5/source'make[1]: Nothing to be done for 'all'.make[1]: Leaving directory '/tmp/epic4/src/epic4-2.10.5/source'gcc -c ./test.cmkdir /tmp/epic4/pkg/epic4/usrmkdir /tmp/epic4/pkg/epic4/usr/sharemkdir /tmp/epic4/pkg/epic4/usr/share/epicmkdir /tmp/epic4/pkg/epic4/usr/share/epic/scriptmkdir /tmp/epic4/pkg/epic4/usr/share/epic/helpmkdir /tmp/epic4/pkg/epic4/usr/binmkdir /tmp/epic4/pkg/epic4/usr/share/manmkdir /tmp/epic4/pkg/epic4/usr/share/man/man1./bsdinstall -c -m 644 ./doc/epic.1 /tmp/epic4/pkg/epic4/usr/share/man/man1/epic.1gcc test.o -o my_testif ./my_test \( ! -f /tmp/epic4/pkg/epic4/usr/bin/epic-EPIC4-2.10.5 \) \		-o source/epic -nt /tmp/epic4/pkg/epic4/usr/bin/epic-EPIC4-2.10.5; then \	./bsdinstall -c -m 755 source/epic /tmp/epic4/pkg/epic4/usr/bin/epic-EPIC4-2.10.5;	\	if ./my_test -f /tmp/epic4/pkg/epic4/usr/bin/epic.old; then \		rm -f /tmp/epic4/pkg/epic4/usr/bin/epic.old; \	fi; \	if ./my_test -f /tmp/epic4/pkg/epic4/usr/bin/epic; then \		mv /tmp/epic4/pkg/epic4/usr/bin/epic /tmp/epic4/pkg/epic4/usr/bin/epic.old; \	fi; \	rm -f /tmp/epic4/pkg/epic4/usr/bin/epic; \	ln -s epic-EPIC4-2.10.5 /tmp/epic4/pkg/epic4/usr/bin/epic; \fiif ./my_test \( \! -f /tmp/epic4/pkg/epic4/usr/bin/wserv4 \) -o \		source/wserv4 -nt /tmp/epic4/pkg/epic4/usr/bin/wserv4; then	\	./bsdinstall -c -m 755 source/wserv4 /tmp/epic4/pkg/epic4/usr/bin/wserv4;	\fifor i in ./script/*; \do \	if ./my_test -f $i; then \		if ./my_test -x $i; then \			chmod a-x $i; \		fi; \		target=/tmp/epic4/pkg/epic4/usr/share/epic/script/`basename $i`; \		if ./my_test -f $target; then \			if ./my_test $i -nt $target; then \				./bsdinstall -c -m 644 $i $target; \			fi; \		elif ./my_test -f $target.gz; then \			if ./my_test $i -nt $target.gz; then \				./bsdinstall -c -m 644 $i $target; \				gzip -f $target; \			fi; \		else \			./bsdinstall -c -m 644 $i $target; \			if ./my_test -f /tmp/epic4/pkg/epic4/usr/share/epic/script/gzip-scripts; then \				gzip -f $target; \			fi; \		fi; \	fi; \done==> Tidying install...  -> Removing doc files...  -> Removing empty directories...  -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "epic4"...  -> Generating .PKGINFO file...  -> Generating .BUILDINFO file...error: invalid option '--noprogressbar'  -> Generating .MTREE file...  -> Compressing package...==> Leaving fakeroot environment.==> Finished making: epic4 2.10.5-3 (Wed Aug 24 14:16:44 UTC 2016)CMD: pacman --query --file epic4-2.10.5-3-x86_64.pkg.tar.xz
        Creating hybrid package for 'epic4'
        Trying to find vanilla package 'epic4'...
        CMD: pacman --query --file /mirror/epic4-2.10.5-3.pkg.tar.xz
        Package file has the following structure:
        /.PKGINFO/.BUILDINFO/.MTREE/usr/share/epic/script/2.8script/usr/share/epic/script/alias/usr/share/epic/script/altchan/usr/share/epic/script/altchan.bj/usr/share/epic/script/autoget/usr/share/epic/script/autokick/usr/share/epic/script/autoop/usr/share/epic/script/away/usr/share/epic/script/basical/usr/share/epic/script/columns/usr/share/epic/script/commandqueues/usr/share/epic/script/country/usr/share/epic/script/data_array/usr/share/epic/script/data_struct/usr/share/epic/script/dcc_spacefix/usr/share/epic/script/dcc_timeout/usr/share/epic/script/deban/usr/share/epic/script/debug.irc/usr/share/epic/script/dig/usr/share/epic/script/dns/usr/share/epic/script/edit/usr/share/epic/script/edit_topic/usr/share/epic/script/efnext/usr/share/epic/script/environment/usr/share/epic/script/epic-crypt-gpg/usr/share/epic/script/epic-crypt-gpg-aa/usr/share/epic/script/events/usr/share/epic/script/events.hop/usr/share/epic/script/fake-dcc/usr/share/epic/script/fe/usr/share/epic/script/fe.pf/usr/share/epic/script/files/usr/share/epic/script/functions/usr/share/epic/script/genalias/usr/share/epic/script/global/usr/share/epic/script/grep/usr/share/epic/script/guh/usr/share/epic/script/help/usr/share/epic/script/hold_mode/usr/share/epic/script/hybrid6/usr/share/epic/script/imap/usr/share/epic/script/ip-to-int/usr/share/epic/script/ircprimer/usr/share/epic/script/keybinds/usr/share/epic/script/killpath/usr/share/epic/script/kpstat/usr/share/epic/script/langtrans/usr/share/epic/script/less/usr/share/epic/script/less-pipe/usr/share/epic/script/list/usr/share/epic/script/local.examp/usr/share/epic/script/ls/usr/share/epic/script/mail/usr/share/epic/script/man/usr/share/epic/script/map/usr/share/epic/script/meta/usr/share/epic/script/meta-compat/usr/share/epic/script/mkpdir/usr/share/epic/script/more/usr/share/epic/script/motd/usr/share/epic/script/mudirc/usr/share/epic/script/netsplit/usr/share/epic/script/netsplit.env/usr/share/epic/script/newaway/usr/share/epic/script/newformat/usr/share/epic/script/nicks/usr/share/epic/script/nopaste/usr/share/epic/script/notify/usr/share/epic/script/old-dcc/usr/share/epic/script/paste/usr/share/epic/script/pipe/usr/share/epic/script/prefix/usr/share/epic/script/recursion/usr/share/epic/script/repeat/usr/share/epic/script/revdcc/usr/share/epic/script/scan/usr/share/epic/script/scandir/usr/share/epic/script/screen/usr/share/epic/script/sdiff/usr/share/epic/script/setmail/usr/share/epic/script/silent/usr/share/epic/script/sound/usr/share/epic/script/sping/usr/share/epic/script/starutils/usr/share/epic/script/stat/usr/share/epic/script/status_lag/usr/share/epic/script/suppressmotd/usr/share/epic/script/tabkey/usr/share/epic/script/tabkey.ce/usr/share/epic/script/tabkey.jm/usr/share/epic/script/tabkey.th/usr/share/epic/script/tc/usr/share/epic/script/time/usr/share/epic/script/tls/usr/share/epic/script/unicode/usr/share/epic/script/urlgrab/usr/share/epic/script/utime/usr/share/epic/script/vi-binds/usr/share/epic/script/webster/usr/share/epic/script/window/usr/share/man/man1/epic.1.gz/usr/share/licenses/epic4/COPYRIGHT/usr/bin/epic/usr/bin/wserv4/usr/bin/epic-EPIC4-2.10.5Generating .MTREE
        CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
        Tar-ing up files
        CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
        CMD: xz -c -z
        Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
        CMD: bsdtar -tqf epic4.pkg.tar.xz .PKGINFO
        Created package at path /var/cache/pacman/pkg/epic4.pkg.tar.xz
        Attempting to access local repository, attempt 1
        CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/epic4.pkg.tar.xz
        ==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/epic4.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/epic4/src/epic4-2.10.5/config.log'
        This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:569: checking for gccconfigure:682: checking whether the C compiler (gcc  ) worksconfigure:698: gcc -o conftest    conftest.c  1>&5configure:695:1: warning: return type defaults to 'int' [-Wimplicit-int]main(){return(0);}^~~~configure:724: checking whether the C compiler (gcc  ) is a cross-compilerconfigure:729: checking whether we are using GNU Cconfigure:738: gcc -E conftest.cconfigure:757: checking whether gcc accepts -gconfigure:789: checking how to run the C preprocessorconfigure:810: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:869: checking for POSIXized ISCconfigure:890: checking for AIXconfigure:923: checking for qnxconfigure:943: checking for socket in -lsocketconfigure:962: gcc -o conftest    conftest.c -lsocket   1>&5/usr/bin/ld: cannot find -lsocketcollect2: error: ld returned 1 exit statusconfigure: failed program was:#line 951 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char socket();int main() {socket(); return 0; }configure:996: checking whether to include SSL supportconfigure:1014: gcc -o conftest    conftest.c  -lssl -lcrypto 1>&5configure:1078: checking for socket in -linetconfigure:1097: gcc -o conftest    conftest.c -linet   -lssl -lcrypto 1>&5/usr/bin/ld: cannot find -linetcollect2: error: ld returned 1 exit statusconfigure: failed program was:#line 1086 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char socket();int main() {socket(); return 0; }configure:1121: checking for gethostname in -lnslconfigure:1140: gcc -o conftest    conftest.c -lnsl   -lssl -lcrypto 1>&5configure:1163: checking for getpwnam in -lsunconfigure:1182: gcc -o conftest    conftest.c -lsun   -lssl -lcrypto -lnsl 1>&5/usr/bin/ld: cannot find -lsuncollect2: error: ld returned 1 exit statusconfigure: failed program was:#line 1171 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char getpwnam();int main() {getpwnam(); return 0; }configure:1203: checking for inet_addr in -ldgcconfigure:1222: gcc -o conftest    conftest.c -ldgc   -lssl -lcrypto -lnsl 1>&5/usr/bin/ld: cannot find -ldgccollect2: error: ld returned 1 exit statusconfigure: failed program was:#line 1211 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char inet_addr();int main() {inet_addr(); return 0; }configure:1243: checking for gethostbyname in -lresolvconfigure:1262: gcc -o conftest    conftest.c -lresolv   -lssl -lcrypto -lnsl 1>&5configure:1283: checking for crypt in -lcryptconfigure:1302: gcc -o conftest    conftest.c -lcrypt   -lssl -lcrypto -lnsl -lresolv 1>&5configure:1323: checking for pow in -lmconfigure:1342: gcc -o conftest    conftest.c -lm   -lssl -lcrypto -lnsl -lresolv -lcrypt 1>&5configure:1335:6: warning: conflicting types for built-in function 'pow'char pow();^~~configure:1365: checking whether you want to use termcapconfigure:1494: checking for setupterm in -lncursesconfigure:1513: gcc -o conftest    conftest.c -lncurses   -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:1742: checking for fcntl.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for netdb.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for regex.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for sys/fcntl.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for sys/file.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for sys/select.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for sys/syslimits.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1748:27: fatal error: sys/syslimits.h: No such file or directory#include <$ac_hdr>^compilation terminated.configure: failed program was:#line 1747 "configure"#include "confdefs.h"#include configure:1742: checking for sys/un.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for sys/time.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for termcap.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for sys/filio.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1748:23: fatal error: sys/filio.h: No such file or directory#include <$ac_hdr>^compilation terminated.configure: failed program was:#line 1747 "configure"#include "confdefs.h"#include configure:1742: checking for sys/sysctl.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for inttypes.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for stdint.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1742: checking for term.hconfigure:1752: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:1781: checking for setuptermconfigure:1809: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:1833: checking for unameconfigure:1861: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:1884: checking for setenvconfigure:1912: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:1935: checking for unsetenvconfigure:1963: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:1986: checking for killpgconfigure:2014: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2037: checking for gettimeofdayconfigure:2065: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2088: checking for getpassconfigure:2116: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2139: checking for strtoulconfigure:2167: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2190: checking for vsnprintfconfigure:2218: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2202:6: warning: conflicting types for built-in function 'vsnprintf'char vsnprintf();^~~~~~~~~configure:2241: checking for snprintfconfigure:2269: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2253:6: warning: conflicting types for built-in function 'snprintf'char snprintf();^~~~~~~~configure:2292: checking for sysconfconfigure:2320: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2343: checking for fpathconfconfigure:2371: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2394: checking for strerrorconfigure:2422: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2445: checking for memmoveconfigure:2473: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2457:6: warning: conflicting types for built-in function 'memmove'char memmove();^~~~~~~configure:2496: checking for setsidconfigure:2524: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2547: checking for getloginconfigure:2575: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2598: checking for fchdirconfigure:2626: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2649: checking for realpathconfigure:2677: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2700: checking for hstrerrorconfigure:2728: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2751: checking for strlcpyconfigure:2779: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5/tmp/ccNeejx8.o: In function `main':conftest.c:(.text+0xa): undefined reference to `strlcpy'collect2: error: ld returned 1 exit statusconfigure: failed program was:#line 2756 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char strlcpy(); below.  */#include /* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char strlcpy();int main() {/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS.  Some functions are actually namedsomething starting with __ and the normal name is an alias.  */#if defined (__stub_strlcpy) || defined (__stub___strlcpy)choke me#elsestrlcpy();#endif; return 0; }configure:2802: checking for strlcatconfigure:2830: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5/tmp/ccqQwGe9.o: In function `main':conftest.c:(.text+0xa): undefined reference to `strlcat'collect2: error: ld returned 1 exit statusconfigure: failed program was:#line 2807 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char strlcat(); below.  */#include /* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char strlcat();int main() {/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS.  Some functions are actually namedsomething starting with __ and the normal name is an alias.  */#if defined (__stub_strlcat) || defined (__stub___strlcat)choke me#elsestrlcat();#endif; return 0; }configure:2853: checking for sysctlbynameconfigure:2881: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5/tmp/ccJyTHec.o: In function `main':conftest.c:(.text+0xa): undefined reference to `sysctlbyname'collect2: error: ld returned 1 exit statusconfigure: failed program was:#line 2858 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char sysctlbyname(); below.  */#include /* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char sysctlbyname();int main() {/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS.  Some functions are actually namedsomething starting with __ and the normal name is an alias.  */#if defined (__stub_sysctlbyname) || defined (__stub___sysctlbyname)choke me#elsesysctlbyname();#endif; return 0; }configure:2904: checking for getservbyportconfigure:2932: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:2955: checking for getaddrinfoconfigure:2983: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3006: checking for getnameinfoconfigure:3034: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3057: checking for clock_gettimeconfigure:3085: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3108: checking for atollconfigure:3136: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3159: checking for strtollconfigure:3187: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3210: checking for atoqconfigure:3238: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5/tmp/cc5yJpsx.o: In function `main':conftest.c:(.text+0xa): undefined reference to `atoq'collect2: error: ld returned 1 exit statusconfigure: failed program was:#line 3215 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char atoq(); below.  */#include /* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char atoq();int main() {/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS.  Some functions are actually namedsomething starting with __ and the normal name is an alias.  */#if defined (__stub_atoq) || defined (__stub___atoq)choke me#elseatoq();#endif; return 0; }configure:3261: checking for finiteconfigure:3289: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3273:6: warning: conflicting types for built-in function 'finite'char finite();^~~~~~configure:3312: checking for isfiniteconfigure:3340: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5/tmp/cc7YHgjG.o: In function `main':conftest.c:(.text+0xa): undefined reference to `isfinite'collect2: error: ld returned 1 exit statusconfigure: failed program was:#line 3317 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,which can conflict with char isfinite(); below.  */#include /* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char isfinite();int main() {/* The GNU C library defines this for functions which it implementsto always fail with ENOSYS.  Some functions are actually namedsomething starting with __ and the normal name is an alias.  */#if defined (__stub_isfinite) || defined (__stub___isfinite)choke me#elseisfinite();#endif; return 0; }configure:3363: checking for tparmconfigure:3391: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3415: checking whether term.h works by itselfconfigure:3431: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3424:1: warning: return type defaults to 'int' [-Wimplicit-int]main ()^~~~configure: In function 'main':configure:3426:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(0);^~~~configure:3426:2: warning: incompatible implicit declaration of built-in function 'exit'configure:3426:2: note: include '' or provide a declaration of 'exit' configure:3484: checking for ANSI C header filesconfigure:3497: gcc -E  conftest.c >/dev/null 2>conftest.outconfigure:3564: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure: In function 'main':configure:3559:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);^~~~configure:3559:67: warning: incompatible implicit declaration of built-in function 'exit'configure:3559:67: note: include '' or provide a declaration of 'exit' configure:3560:1: warning: incompatible implicit declaration of built-in function 'exit'exit (0); }^~~~configure:3560:1: note: include '' or provide a declaration of 'exit' configure:3588: checking whether time.h and sys/time.h may both be includedconfigure:3602: gcc -c   conftest.c 1>&5configure:3627: checking for dirent.h that defines DIRconfigure:3640: gcc -c   conftest.c 1>&5configure:3665: checking for opendir in -ldirconfigure:3684: gcc -o conftest    conftest.c -ldir  -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5/usr/bin/ld: cannot find -ldircollect2: error: ld returned 1 exit statusconfigure: failed program was:#line 3673 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply.  */char opendir();int main() {opendir(); return 0; }configure:3748: checking return type of signal handlersconfigure:3770: gcc -c   conftest.c 1>&5configure:3789: checking for mode_tconfigure:3822: checking for pid_tconfigure:3855: checking for size_tconfigure:3888: checking for uid_t in sys/types.hconfigure:3924: checking for working alloca.hconfigure:3936: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:3957: checking for allocaconfigure:3990: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4158: checking for intptr_t in inttypes.h or stdint.hconfigure:4198: checking for socklen_tconfigure:4220: checking whether sys/types.h defines fd_setconfigure:4261: checking for struct lingerconfigure:4286: checking for getpgidconfigure:4314: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4337: checking for getpgrpconfigure:4365: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4380: checking whether getpgrp takes no argumentconfigure:4443: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4403:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:4405:15: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration]pid = getpid();^~~~~~configure:4406:15: warning: implicit declaration of function 'getpgrp' [-Wimplicit-function-declaration]pg1 = getpgrp(0);^~~~~~~configure:4416:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(0);^~~~configure:4416:17: warning: incompatible implicit declaration of built-in function 'exit'configure:4416:17: note: include '' or provide a declaration of 'exit' configure:4418:17: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]child = fork();^~~~configure:4420:17: warning: incompatible implicit declaration of built-in function 'exit'exit(1);^~~~configure:4420:17: note: include '' or provide a declaration of 'exit' configure:4428:17: warning: implicit declaration of function 'setpgrp' [-Wimplicit-function-declaration]setpgrp(np, pg1);^~~~~~~configure:4431:25: warning: incompatible implicit declaration of built-in function 'exit'exit(1);^~~~configure:4431:25: note: include '' or provide a declaration of 'exit' configure:4433:25: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:4433:25: note: include '' or provide a declaration of 'exit' configure:4436:17: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration]wait(&s);^~~~configure:4437:17: warning: incompatible implicit declaration of built-in function 'exit'exit(s>>8);^~~~configure:4437:17: note: include '' or provide a declaration of 'exit' configure:4472: checking for useful SO_SNDLOWATconfigure:4496: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4481:1: warning: return type defaults to 'int' [-Wimplicit-int]main ()^~~~configure: In function 'main':configure:4489:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(1);^~~~configure:4489:17: warning: incompatible implicit declaration of built-in function 'exit'configure:4489:17: note: include '' or provide a declaration of 'exit' configure:4490:9: warning: incompatible implicit declaration of built-in function 'exit'exit (0);^~~~configure:4490:9: note: include '' or provide a declaration of 'exit' configure: failed program was:#line 4477 "configure"#include "confdefs.h"#include #include main (){#ifndef SO_SNDLOWATexit(1);#elseint d = socket(AF_INET, SOCK_STREAM, 0);int size = 256;if (setsockopt(d, SOL_SOCKET, SO_SNDLOWAT, &size, sizeof(size)) < 0)exit(1);exit (0);#endif}configure:4514: checking for useful realpathconfigure:4534: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4523:1: warning: return type defaults to 'int' [-Wimplicit-int]main ()^~~~configure: failed program was:#line 4519 "configure"#include "confdefs.h"#include #include main (){char resolved_path[MAXPATHLEN];if (realpath("/etc/filethatdoesnotexist", resolved_path) == NULL)exit(1);exit(0);}configure:4553: checking for sys_siglist declarationconfigure:4572: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4564:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:4566:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]char *s = sys_siglist[0];^~~~~~~~~~~configure:4567:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(0);^~~~configure:4567:2: warning: incompatible implicit declaration of built-in function 'exit'configure:4567:2: note: include '' or provide a declaration of 'exit' configure:4637: checking size of long longconfigure:4656: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4647:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:4650:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:4650:11: warning: incompatible implicit declaration of built-in function 'exit'configure:4650:11: note: include '' or provide a declaration of 'exit' configure:4652:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:4652:3: note: include '' or provide a declaration of 'exit' configure:4684: checking size of unsigned intconfigure:4703: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4694:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:4697:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:4697:11: warning: incompatible implicit declaration of built-in function 'exit'configure:4697:11: note: include '' or provide a declaration of 'exit' configure:4699:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:4699:3: note: include '' or provide a declaration of 'exit' configure:4782: checking to see if your struct sockaddr includes a length fieldconfigure:4800: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4791:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:4794:4: error: 'struct sockaddr' has no member named 'sa_len'sa.sa_len = 0;^configure:4795:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(0);^~~~configure:4795:2: warning: incompatible implicit declaration of built-in function 'exit'configure:4795:2: note: include '' or provide a declaration of 'exit' configure: failed program was:#line 4787 "configure"#include "confdefs.h"#include #include main(){struct sockaddr sa;sa.sa_len = 0;exit(0);}configure:4819: checking whether to support ipv6configure:4840: checking for struct sockaddr_storageconfigure:4862: checking for struct sockaddr_in6configure:4884: checking for struct addrinfoconfigure:4907: checking to see if your getaddrinfo supports AF_UNIXconfigure:4941: gcc -o conftest    conftest.c -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5configure:4920:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: failed program was:#line 4912 "configure"#include "confdefs.h"#include #include #include #include #include main(){struct addrinfo hints;struct addrinfo *results;int	retval;memset(&hints, 0, sizeof(hints));hints.ai_flags = 0;hints.ai_family = AF_UNIX;hints.ai_socktype = SOCK_STREAM;hints.ai_protocol = 0;retval = getaddrinfo(0, "/tmp/.ircd/6667", &hints, &results);if (retval != 0)exit(1);elseexit(0);}configure:4960: checking whether to support SOCKSconfigure:5012: checking whether to support SOCKS5configure:5046: checking whether to support Perlconfigure:5075: checking whether to support Tclconfigure:5121: checking whether to support bounds checking gccconfigure:5146: checking whether to turn on FreeBSD WARNS-like compiler warnings