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-2
Total 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.cache
this is ircii version EPIC4-2.10.5
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for POSIXized ISC... no
checking for AIX... no
checking for qnx... no
checking for socket in -lsocket... no
checking whether to include SSL support... yes
checking for socket in -linet... no
checking for gethostname in -lnsl... yes
checking for getpwnam in -lsun... no
checking for inet_addr in -ldgc... no
checking for gethostbyname in -lresolv... yes
checking for crypt in -lcrypt... yes
checking for pow in -lm... yes
checking whether you want to use termcap... no
checking for setupterm in -lncurses... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for regex.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/select.h... yes
checking for sys/syslimits.h... no
checking for sys/un.h... yes
checking for sys/time.h... yes
checking for termcap.h... yes
checking for sys/filio.h... no
checking for sys/sysctl.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for term.h... yes
checking for setupterm... yes
checking for uname... yes
checking for setenv... yes
checking for unsetenv... yes
checking for killpg... yes
checking for gettimeofday... yes
checking for getpass... yes
checking for strtoul... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for sysconf... yes
checking for fpathconf... yes
checking for strerror... yes
checking for memmove... yes
checking for setsid... yes
checking for getlogin... yes
checking for fchdir... yes
checking for realpath... yes
checking for hstrerror... yes
checking for strlcpy... no
checking for strlcat... no
checking for sysctlbyname... no
checking for getservbyport... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for clock_gettime... yes
checking for atoll... yes
checking for strtoll... yes
checking for atoq... no
checking for finite... yes
checking for isfinite... no
checking for tparm... yes
checking whether term.h works by itself... yes
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking return type of signal handlers... void
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for intptr_t in inttypes.h or stdint.h... yes
checking for socklen_t... yes
checking whether sys/types.h defines fd_set... yes
checking for struct linger... yes
checking for getpgid... yes
checking for getpgrp... yes
checking whether getpgrp takes no argument... yes
checking for useful SO_SNDLOWAT... no
checking for useful realpath... no
checking for sys_siglist declaration... yes
checking size of long long... 8
checking size of unsigned int... 4
checking to see if your struct sockaddr includes a length field... no
checking whether to support ipv6... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct addrinfo... yes
checking to see if your getaddrinfo supports AF_UNIX... no. ugh
checking whether to support SOCKS... no
checking whether to support SOCKS5... no
checking whether to support Perl... no
checking whether to support Tcl... no
checking whether to support bounds checking gcc... no
checking whether to turn on FreeBSD WARNS-like compiler warnings... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating source/Makefile
creating source/info.c.sh
creating include/defs.h
There 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.c
make[1]: Entering directory '/tmp/epic4/src/epic4-2.10.5/source'
gcc -g -O -I./../include -I../include -c alias.c
gcc -g -O -I./../include -I../include -c ircsig.c
ircsig.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.c
gailib.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 -lm
make[1]: Leaving directory '/tmp/epic4/src/epic4-2.10.5/source'
gcc -g -O -I./../include -I../include -c alist.c
gcc -g -O -I./../include -I../include -c array.c
gcc -g -O -I./../include -I../include -c clock.c
gcc -g -O -I./../include -I../include -c commands.c
gcc -g -O -I./../include -I../include -c compat.c
gcc -g -O -I./../include -I../include -c crypt.c
gcc -g -O -I./../include -I../include -c ctcp.c
gcc -g -O -I./../include -I../include -c dcc.c
gcc -g -O -I./../include -I../include -c debug.c
gcc -g -O -I./../include -I../include -c exec.c
gcc -g -O -I./../include -I../include -c files.c
gcc -g -O -I./../include -I../include -c flood.c
gcc -g -O -I./../include -I../include -c functions.c
gcc -g -O -I./../include -I../include -c glob.c
glob.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.c
gcc -g -O -I./../include -I../include -c history.c
gcc -g -O -I./../include -I../include -c hook.c
gcc -g -O -I./../include -I../include -c if.c
gcc -g -O -I./../include -I../include -c ignore.c
gcc -g -O -I./../include -I../include -c input.c
gcc -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.c
gcc -g -O -I./../include -I../include -c keys.c
gcc -g -O -I./../include -I../include -c lastlog.c
gcc -g -O -I./../include -I../include -c list.c
gcc -g -O -I./../include -I../include -c log.c
gcc -g -O -I./../include -I../include -c logfiles.c
gcc -g -O -I./../include -I../include -c mail.c
gcc -g -O -I./../include -I../include -c names.c
gcc -g -O -I./../include -I../include -c network.c
gcc -g -O -I./../include -I../include -c newio.c
gcc -g -O -I./../include -I../include -c notice.c
gcc -g -O -I./../include -I../include -c notify.c
gcc -g -O -I./../include -I../include -c numbers.c
gcc -g -O -I./../include -I../include -c output.c
gcc -g -O -I./../include -I../include -c parse.c
gcc -g -O -I./../include -I../include -c queue.c
gcc -g -O -I./../include -I../include -c reg.c
gcc -g -O -I./../include -I../include -c screen.c
gcc -g -O -I./../include -I../include -c server.c
gcc -g -O -I./../include -I../include -c ssl.c
gcc -g -O -I./../include -I../include -c status.c
gcc -g -O -I./../include -I../include -c term.c
gcc -g -O -I./../include -I../include -c timer.c
gcc -g -O -I./../include -I../include -c translat.c
gcc -g -O -I./../include -I../include -c ./vars.c \
-DWSERV_PATH=\"/usr/libexec/wserv4\"
gcc -g -O -I./../include -I../include -c who.c
gcc -g -O -I./../include -I../include -c window.c
gcc -g -O -I./../include -I../include -c words.c
sh info.c.sh
gcc -g -O -I./../include -I../include -c info.c
gcc -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 -lm
rm -f info.c info.o
make[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/man1
make[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.c
mkdir /tmp/epic4/pkg/epic4/usr
mkdir /tmp/epic4/pkg/epic4/usr/share
mkdir /tmp/epic4/pkg/epic4/usr/share/epic
mkdir /tmp/epic4/pkg/epic4/usr/share/epic/script
mkdir /tmp/epic4/pkg/epic4/usr/share/epic/help
mkdir /tmp/epic4/pkg/epic4/usr/bin
mkdir /tmp/epic4/pkg/epic4/usr/share/man
mkdir /tmp/epic4/pkg/epic4/usr/share/man/man1
./bsdinstall -c -m 644 ./doc/epic.1 /tmp/epic4/pkg/epic4/usr/share/man/man1/epic.1
gcc test.o -o my_test
if ./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; \
fi
if ./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; \
fi
for 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.5
Generating .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 while
running configure, to aid debugging if configure makes a mistake.
configure:569: checking for gcc
configure:682: checking whether the C compiler (gcc ) works
configure:698: gcc -o conftest conftest.c 1>&5
configure:695:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(){return(0);}
^~~~
configure:724: checking whether the C compiler (gcc ) is a cross-compiler
configure:729: checking whether we are using GNU C
configure:738: gcc -E conftest.c
configure:757: checking whether gcc accepts -g
configure:789: checking how to run the C preprocessor
configure:810: gcc -E conftest.c >/dev/null 2>conftest.out
configure:869: checking for POSIXized ISC
configure:890: checking for AIX
configure:923: checking for qnx
configure:943: checking for socket in -lsocket
configure:962: gcc -o conftest conftest.c -lsocket 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char socket();
int main() {
socket()
; return 0; }
configure:996: checking whether to include SSL support
configure:1014: gcc -o conftest conftest.c -lssl -lcrypto 1>&5
configure:1078: checking for socket in -linet
configure:1097: gcc -o conftest conftest.c -linet -lssl -lcrypto 1>&5
/usr/bin/ld: cannot find -linet
collect2: error: ld returned 1 exit status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char socket();
int main() {
socket()
; return 0; }
configure:1121: checking for gethostname in -lnsl
configure:1140: gcc -o conftest conftest.c -lnsl -lssl -lcrypto 1>&5
configure:1163: checking for getpwnam in -lsun
configure:1182: gcc -o conftest conftest.c -lsun -lssl -lcrypto -lnsl 1>&5
/usr/bin/ld: cannot find -lsun
collect2: error: ld returned 1 exit status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char getpwnam();
int main() {
getpwnam()
; return 0; }
configure:1203: checking for inet_addr in -ldgc
configure:1222: gcc -o conftest conftest.c -ldgc -lssl -lcrypto -lnsl 1>&5
/usr/bin/ld: cannot find -ldgc
collect2: error: ld returned 1 exit status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char inet_addr();
int main() {
inet_addr()
; return 0; }
configure:1243: checking for gethostbyname in -lresolv
configure:1262: gcc -o conftest conftest.c -lresolv -lssl -lcrypto -lnsl 1>&5
configure:1283: checking for crypt in -lcrypt
configure:1302: gcc -o conftest conftest.c -lcrypt -lssl -lcrypto -lnsl -lresolv 1>&5
configure:1323: checking for pow in -lm
configure:1342: gcc -o conftest conftest.c -lm -lssl -lcrypto -lnsl -lresolv -lcrypt 1>&5
configure:1335:6: warning: conflicting types for built-in function 'pow'
char pow();
^~~
configure:1365: checking whether you want to use termcap
configure:1494: checking for setupterm in -lncurses
configure:1513: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:1742: checking for fcntl.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for netdb.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for regex.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for sys/fcntl.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for sys/file.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for sys/select.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for sys/syslimits.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure: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.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for sys/time.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for termcap.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for sys/filio.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure: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.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for inttypes.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for stdint.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1742: checking for term.h
configure:1752: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1781: checking for setupterm
configure:1809: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:1833: checking for uname
configure:1861: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:1884: checking for setenv
configure:1912: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:1935: checking for unsetenv
configure:1963: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:1986: checking for killpg
configure:2014: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2037: checking for gettimeofday
configure:2065: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2088: checking for getpass
configure:2116: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2139: checking for strtoul
configure:2167: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2190: checking for vsnprintf
configure:2218: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2202:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf();
^~~~~~~~~
configure:2241: checking for snprintf
configure:2269: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2253:6: warning: conflicting types for built-in function 'snprintf'
char snprintf();
^~~~~~~~
configure:2292: checking for sysconf
configure:2320: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2343: checking for fpathconf
configure:2371: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2394: checking for strerror
configure:2422: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2445: checking for memmove
configure:2473: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2457:6: warning: conflicting types for built-in function 'memmove'
char memmove();
^~~~~~~
configure:2496: checking for setsid
configure:2524: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2547: checking for getlogin
configure:2575: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2598: checking for fchdir
configure:2626: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2649: checking for realpath
configure:2677: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2700: checking for hstrerror
configure:2728: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2751: checking for strlcpy
configure: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 status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char strlcpy();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif
; return 0; }
configure:2802: checking for strlcat
configure: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 status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char strlcat();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlcat) || defined (__stub___strlcat)
choke me
#else
strlcat();
#endif
; return 0; }
configure:2853: checking for sysctlbyname
configure: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 status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char sysctlbyname();
int main() {
/* 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_sysctlbyname) || defined (__stub___sysctlbyname)
choke me
#else
sysctlbyname();
#endif
; return 0; }
configure:2904: checking for getservbyport
configure:2932: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:2955: checking for getaddrinfo
configure:2983: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3006: checking for getnameinfo
configure:3034: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3057: checking for clock_gettime
configure:3085: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3108: checking for atoll
configure:3136: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3159: checking for strtoll
configure:3187: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3210: checking for atoq
configure: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 status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char atoq();
int main() {
/* 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_atoq) || defined (__stub___atoq)
choke me
#else
atoq();
#endif
; return 0; }
configure:3261: checking for finite
configure:3289: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3273:6: warning: conflicting types for built-in function 'finite'
char finite();
^~~~~~
configure:3312: checking for isfinite
configure: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 status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char isfinite();
int main() {
/* 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_isfinite) || defined (__stub___isfinite)
choke me
#else
isfinite();
#endif
; return 0; }
configure:3363: checking for tparm
configure:3391: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3415: checking whether term.h works by itself
configure:3431: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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 files
configure:3497: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3564: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: 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 included
configure:3602: gcc -c conftest.c 1>&5
configure:3627: checking for dirent.h that defines DIR
configure:3640: gcc -c conftest.c 1>&5
configure:3665: checking for opendir in -ldir
configure:3684: gcc -o conftest conftest.c -ldir -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
/usr/bin/ld: cannot find -ldir
collect2: error: ld returned 1 exit status
configure: 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 gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:3748: checking return type of signal handlers
configure:3770: gcc -c conftest.c 1>&5
configure:3789: checking for mode_t
configure:3822: checking for pid_t
configure:3855: checking for size_t
configure:3888: checking for uid_t in sys/types.h
configure:3924: checking for working alloca.h
configure:3936: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:3957: checking for alloca
configure:3990: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:4158: checking for intptr_t in inttypes.h or stdint.h
configure:4198: checking for socklen_t
configure:4220: checking whether sys/types.h defines fd_set
configure:4261: checking for struct linger
configure:4286: checking for getpgid
configure:4314: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:4337: checking for getpgrp
configure:4365: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure:4380: checking whether getpgrp takes no argument
configure:4443: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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_SNDLOWAT
configure:4496: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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_SNDLOWAT
exit(1);
#else
int 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 realpath
configure:4534: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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 declaration
configure:4572: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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 long
configure:4656: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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 int
configure:4703: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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 field
configure:4800: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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 ipv6
configure:4840: checking for struct sockaddr_storage
configure:4862: checking for struct sockaddr_in6
configure:4884: checking for struct addrinfo
configure:4907: checking to see if your getaddrinfo supports AF_UNIX
configure:4941: gcc -o conftest conftest.c -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm 1>&5
configure: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);
else
exit(0);
}
configure:4960: checking whether to support SOCKS
configure:5012: checking whether to support SOCKS5
configure:5046: checking whether to support Perl
configure:5075: checking whether to support Tcl
configure:5121: checking whether to support bounds checking gcc
configure:5146: checking whether to turn on FreeBSD WARNS-like compiler warnings