The build took 00h 00m 44s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
4,670 |
ansic |
338 |
sh |
66 |
makefile |
5,074 |
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: httptunnel 3.3-5 (Wed Aug 24 12:06:01 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachechecking for a BSD compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking whether make sets ${MAKE}... yeschecking for working aclocal... foundchecking for working autoconf... foundchecking for working automake... foundchecking for working autoheader... foundchecking for working makeinfo... foundchecking for mawk... nochecking for gawk... gawkchecking for gcc... gccchecking whether the C compiler (gcc -O2 -Wall -fomit-frame-pointer ) works... yeschecking whether the C compiler (gcc -O2 -Wall -fomit-frame-pointer ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether gcc accepts -g... yeschecking for a BSD compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking for ranlib... ranlibchecking for gethostent... yeschecking for setsockopt... yeschecking how to run the C preprocessor... gcc -Echecking for ANSI C header files... yeschecking for fcntl.h... yeschecking for syslog.h... yeschecking for unistd.h... yeschecking for sys/poll.h... yeschecking for working const... yeschecking for inline... inlinechecking for size_t... yeschecking for socklen_t... yeschecking whether INADDR_NONE is defined... yeschecking size of char... 1checking size of short... 2checking size of int... 4checking size of long... 8checking size of long long... 8checking for 8-bit clean memcmp... yeschecking return type of signal handlers... voidchecking for vprintf... yeschecking for socket... yeschecking for strdup... yeschecking for strerror... yeschecking for daemon... yeschecking for vsyslog... yeschecking for poll... yeschecking for select... yeschecking for endprotoent... yeschecking for vsnprintf... yeschecking for syslog... yesupdating cache ./config.cachecreating ./config.statuscreating Makefilecreating port/Makefilecreating port/sys/Makefilecreating config.hmake all-recursivemake[1]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3'Making all in portmake[2]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port'Making all in sysmake[3]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port/sys'make[3]: Nothing to be done for 'all'.make[3]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port/sys'make[3]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port'gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c poll.cgcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c daemon.cgcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c vsyslog.cgcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c endprotoent.cgcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c getopt.cgcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c getopt1.cgcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -fomit-frame-pointer -c vsnprintf.crm -f libport.aar cru libport.a poll.o daemon.o vsyslog.o endprotoent.o getopt.o getopt1.o vsnprintf.o ar: `u' modifier ignored since `D' is the default (see `U')ranlib libport.amake[3]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[2]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[2]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3'gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -O2 -Wall -fomit-frame-pointer -c htc.cgcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -O2 -Wall -fomit-frame-pointer -c common.chtc.c: In function 'main':htc.c:597:7: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] time (&last_tunnel_write); ^~~~gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -O2 -Wall -fomit-frame-pointer -c tunnel.ctunnel.c: In function 'tunnel_in_setsockopts':tunnel.c:164:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] &n); ^In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from port/netdb_.h:10, from tunnel.c:11:/usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~tunnel.c: In function 'tunnel_out_setsockopts':tunnel.c:198:7: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] &n); ^In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from port/netdb_.h:10, from tunnel.c:11:/usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~tunnel.c:225:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] &n); ^In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from port/netdb_.h:10, from tunnel.c:11:/usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~tunnel.c:254:7: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] &n); ^In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from port/netdb_.h:10, from tunnel.c:11:/usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~tunnel.c:303:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] &n); ^In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from port/netdb_.h:10, from tunnel.c:11:/usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~tunnel.c: In function 'tunnel_read':tunnel.c:934:42: warning: pointer targets in passing argument 3 of 'tunnel_read_request' differ in signedness [-Wpointer-sign] if (tunnel_read_request (tunnel, &req, tunnel->buf, &len) <= 0) ^~~~~~tunnel.c:807:1: note: expected 'unsigned char *' but argument is of type 'char *' tunnel_read_request (Tunnel *tunnel, enum tunnel_request *request, ^~~~~~~~~~~~~~~~~~~tunnel.c: In function 'tunnel_accept':tunnel.c:1115:68: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] s = accept (tunnel->server_socket, (struct sockaddr *)&addr, &len); ^In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from port/netdb_.h:10, from tunnel.c:11:/usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~tunnel.c:1177:1: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] "HTTP/1.1 200 OK\r\n" ^~~~~~~~~~~~~~~~~~~~~gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -O2 -Wall -fomit-frame-pointer -c http.chttp.c: In function 'http_method':http.c:45:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=] sprintf (str, "%d", length); ^http.c: In function 'parse_header':http.c:329:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] h->name = data; ^http.c:336:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] h->value = data; ^http.c: In function 'http_parse_response':http.c:506:35: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] response->major_version = atoi (data); ^~~~In file included from /usr/include/features.h:368:0, from /usr/include/time.h:27, from http.c:9:/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *' __NTH (atoi (const char *__nptr)) ^http.c:519:35: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] response->minor_version = atoi (data); ^~~~In file included from /usr/include/features.h:368:0, from /usr/include/time.h:27, from http.c:9:/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *' __NTH (atoi (const char *__nptr)) ^http.c:532:33: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] response->status_code = atoi (data); ^~~~In file included from /usr/include/features.h:368:0, from /usr/include/time.h:27, from http.c:9:/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *' __NTH (atoi (const char *__nptr)) ^http.c:545:28: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] response->status_message = data; ^http.c: In function 'http_parse_request':http.c:654:44: warning: pointer targets in passing argument 1 of 'http_string_to_method' differ in signedness [-Wpointer-sign] request->method = http_string_to_method (data, n - 1); ^~~~http.c:157:1: note: expected 'const char *' but argument is of type 'unsigned char *' http_string_to_method (const char *method, size_t n) ^~~~~~~~~~~~~~~~~~~~~http.c:674:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] request->uri = data; ^http.c:701:34: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] request->major_version = atoi (data); ^~~~In file included from /usr/include/features.h:368:0, from /usr/include/time.h:27, from http.c:9:/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *' __NTH (atoi (const char *__nptr)) ^http.c:714:34: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] request->minor_version = atoi (data); ^~~~In file included from /usr/include/features.h:368:0, from /usr/include/time.h:27, from http.c:9:/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *' __NTH (atoi (const char *__nptr)) ^gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -O2 -Wall -fomit-frame-pointer -c base64.cbase64.c: In function 'encode_base64':base64.c:44:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] end = (char *)data + length - 3; ^base64.c:91:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] *code = buf - n; ^gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -O2 -Wall -fomit-frame-pointer -c hts.cgcc -O2 -Wall -fomit-frame-pointer -o htc htc.o common.o tunnel.o http.o base64.o -Lport -lport hts.c: In function 'main':hts.c:433:7: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] time (&last_tunnel_write); ^~~~gcc -O2 -Wall -fomit-frame-pointer -o hts hts.o common.o tunnel.o http.o -Lport -lport make[2]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3'make[1]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3'==> Entering fakeroot environment...==> Starting package()...Making install in portmake[1]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port'Making install in sysmake[2]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port/sys'make[3]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port/sys'make[3]: Nothing to be done for 'install-exec-am'.make[3]: Nothing to be done for 'install-data-am'.make[3]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port/sys'make[2]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port/sys'make[2]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[3]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[3]: Nothing to be done for 'install-exec-am'.make[3]: Nothing to be done for 'install-data-am'.make[3]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[2]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[1]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3/port'make[1]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3'make[2]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3'make install-man1make[3]: Entering directory '/tmp/httptunnel/src/httptunnel-3.3'/bin/sh ./mkinstalldirs /tmp/httptunnel/pkg/httptunnel/usr/share/man/man1/bin/sh ./mkinstalldirs /tmp/httptunnel/pkg/httptunnel/usr/binmkdir /tmp/httptunnel/pkg/httptunnel/usrmkdir /tmp/httptunnel/pkg/httptunnel/usrmkdir: cannot create directory '/tmp/httptunnel/pkg/httptunnel/usr': File existsmkdir /tmp/httptunnel/pkg/httptunnel/usr/sharemkdir /tmp/httptunnel/pkg/httptunnel/usr/binmkdir /tmp/httptunnel/pkg/httptunnel/usr/share/man /usr/bin/install -c htc /tmp/httptunnel/pkg/httptunnel/usr/bin/htcmkdir /tmp/httptunnel/pkg/httptunnel/usr/share/man/man1 /usr/bin/install -c hts /tmp/httptunnel/pkg/httptunnel/usr/bin/hts /usr/bin/install -c -m 644 ./hts.1 /tmp/httptunnel/pkg/httptunnel/usr/share/man/man1/hts.1 /usr/bin/install -c -m 644 ./htc.1 /tmp/httptunnel/pkg/httptunnel/usr/share/man/man1/htc.1make[3]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3'make[2]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3'make[1]: Leaving directory '/tmp/httptunnel/src/httptunnel-3.3'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "httptunnel"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: httptunnel 3.3-5 (Wed Aug 24 12:06:09 UTC 2016)CMD: pacman --query --file httptunnel-3.3-5-x86_64.pkg.tar.xz
Creating hybrid package for 'httptunnel'
Trying to find vanilla package 'httptunnel'...
CMD: pacman --query --file /mirror/httptunnel-3.3-5.pkg.tar.xz
Package file has the following structure:
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 httptunnel.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/httptunnel.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/httptunnel.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/httptunnel.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/httptunnel/src/httptunnel-3.3/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:558: checking for a BSD compatible installconfigure:611: checking whether build environment is saneconfigure:668: checking whether make sets ${MAKE}configure:714: checking for working aclocalconfigure:727: checking for working autoconfconfigure:740: checking for working automakeconfigure:753: checking for working autoheaderconfigure:766: checking for working makeinfoconfigure:816: checking for mawkconfigure:816: checking for gawkconfigure:848: checking for gccconfigure:961: checking whether the C compiler (gcc -O2 -Wall -fomit-frame-pointer ) worksconfigure:977: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:974:1: warning: return type defaults to 'int' [-Wimplicit-int]main(){return(0);}^~~~configure:1003: checking whether the C compiler (gcc -O2 -Wall -fomit-frame-pointer ) is a cross-compilerconfigure:1008: checking whether we are using GNU Cconfigure:1017: gcc -E conftest.cconfigure:1036: checking whether gcc accepts -gconfigure:1098: checking for a BSD compatible installconfigure:1151: checking whether ln -s worksconfigure:1174: checking for ranlibconfigure:1203: checking for gethostentconfigure:1231: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1298: checking for setsockoptconfigure:1326: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1394: checking how to run the C preprocessorconfigure:1415: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1474: checking for ANSI C header filesconfigure:1487: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1554: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure: In function 'main':configure:1549:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);^~~~configure:1549:67: warning: incompatible implicit declaration of built-in function 'exit'configure:1549:67: note: include '' or provide a declaration of 'exit' configure:1550:1: warning: incompatible implicit declaration of built-in function 'exit'exit (0); }^~~~configure:1550:1: note: include '' or provide a declaration of 'exit' configure:1581: checking for fcntl.hconfigure:1591: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1581: checking for syslog.hconfigure:1591: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1581: checking for unistd.hconfigure:1591: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1581: checking for sys/poll.hconfigure:1591: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1619: checking for working constconfigure:1673: gcc -c -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure: In function 'main':configure:1647:15: warning: unused variable 's' [-Wunused-variable]char const *s = 0 ? (char *) 0 : (char const *) 0;^configure:1667:13: warning: unused variable 'foo' [-Wunused-variable]const int foo = 10;^~~configure:1635:27: warning: unused variable 'zero' [-Wunused-variable]static struct point const zero = {0,0};^~~~configure:1629:39: warning: unused variable 'x' [-Wunused-variable]typedef int charset[2]; const charset x = {0,0};^configure:1649:5: warning: 't' is used uninitialized in this function [-Wuninitialized]*t++ = 0;~^~configure:1664:21: warning: 'b' is used uninitialized in this function [-Wuninitialized]struct s *b; b->j = 5;~~~~~^~~configure:1694: checking for inlineconfigure:1708: gcc -c -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1734: checking for size_tconfigure:1768: checking for socklen_tconfigure:1782: gcc -c -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure: In function 'main':configure:1778:11: warning: unused variable 'len' [-Wunused-variable]socklen_t len = 42; return 0;^~~configure:1804: checking whether INADDR_NONE is definedconfigure:1818: gcc -c -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1840: checking size of charconfigure:1859: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1850:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:1853:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:1853:11: warning: incompatible implicit declaration of built-in function 'exit'configure:1853:11: note: include '' or provide a declaration of 'exit' configure:1854:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]fprintf(f, "%d\n", sizeof(char));^configure:1855:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:1855:3: note: include '' or provide a declaration of 'exit' configure:1879: checking size of shortconfigure:1898: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1889:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:1892:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:1892:11: warning: incompatible implicit declaration of built-in function 'exit'configure:1892:11: note: include '' or provide a declaration of 'exit' configure:1893:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]fprintf(f, "%d\n", sizeof(short));^configure:1894:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:1894:3: note: include '' or provide a declaration of 'exit' configure:1918: checking size of intconfigure:1937: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1928:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:1931:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:1931:11: warning: incompatible implicit declaration of built-in function 'exit'configure:1931:11: note: include '' or provide a declaration of 'exit' configure:1932:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]fprintf(f, "%d\n", sizeof(int));^configure:1933:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:1933:3: note: include '' or provide a declaration of 'exit' configure:1957: checking size of longconfigure:1976: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:1967:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:1970:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:1970:11: warning: incompatible implicit declaration of built-in function 'exit'configure:1970:11: note: include '' or provide a declaration of 'exit' configure:1971:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]fprintf(f, "%d\n", sizeof(long));^configure:1972:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:1972:3: note: include '' or provide a declaration of 'exit' configure:1996: checking size of long longconfigure:2015: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2006:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:2009:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (!f) exit(1);^~~~configure:2009:11: warning: incompatible implicit declaration of built-in function 'exit'configure:2009:11: note: include '' or provide a declaration of 'exit' configure:2010:16: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]fprintf(f, "%d\n", sizeof(long long));^configure:2011:3: warning: incompatible implicit declaration of built-in function 'exit'exit(0);^~~~configure:2011:3: note: include '' or provide a declaration of 'exit' configure:2036: checking for 8-bit clean memcmpconfigure:2054: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2046:1: warning: return type defaults to 'int' [-Wimplicit-int]main()^~~~configure: In function 'main':configure:2049:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);^~~~configure:2049:3: warning: incompatible implicit declaration of built-in function 'exit'configure:2049:3: note: include '' or provide a declaration of 'exit' configure:2049:8: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);^~~~~~configure:2072: checking return type of signal handlersconfigure:2094: gcc -c -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure: In function 'main':configure:2090:5: warning: unused variable 'i' [-Wunused-variable]int i;^configure:2113: checking for vprintfconfigure:2141: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2125:6: warning: conflicting types for built-in function 'vprintf'char vprintf();^~~~~~~configure:2220: checking for socketconfigure:2248: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2220: checking for strdupconfigure:2248: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2232:6: warning: conflicting types for built-in function 'strdup'char $ac_func();^~~~~~configure:2220: checking for strerrorconfigure:2248: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2220: checking for daemonconfigure:2248: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2220: checking for vsyslogconfigure:2248: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2275: checking for pollconfigure:2303: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2275: checking for selectconfigure:2303: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2275: checking for endprotoentconfigure:2303: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2275: checking for vsnprintfconfigure:2303: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5configure:2287:6: warning: conflicting types for built-in function 'vsnprintf'char $ac_func();^~~~~~~~~configure:2275: checking for syslogconfigure:2303: gcc -o conftest -O2 -Wall -fomit-frame-pointer conftest.c 1>&5