The build took 00h 00m 51s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
2,496 |
sh |
1,162 |
ansic |
26 |
makefile |
3,684 |
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: nbtscan 1.5.1-6 (Wed Aug 24 12:52:29 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used.checking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking for C compiler default output... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking for socket in -lxnet... nochecking for socket in -lsocket... nochecking for inet_aton in -lresolv... yeschecking how to run the C preprocessor... gcc -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for stdint.h... (cached) yeschecking for uint8_t... yeschecking for uint16_t... yeschecking for uint32_t... yeschecking for gcc option to accept ANSI C... none neededchecking for an ANSI C-conforming const... yeschecking whether time.h and sys/time.h may both be included... yeschecking for snprintf... yeschecking for inet_aton... yeschecking for socket... yeschecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuconfigure: creating ./config.statusconfig.status: creating Makefilegcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c nbtscan.cgcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c statusq.cnbtscan.c:19:1: warning: return type defaults to 'int' [-Wimplicit-int] print_banner() { ^~~~~~~~~~~~statusq.c: In function 'name_mangle':statusq.c:63:7: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] c = toupper( buf[i] ); ^~~~~~~nbtscan.c: In function 'v_print_hostinfo':nbtscan.c:171:31: warning: implicit declaration of function 'getnbservicename' [-Wimplicit-function-declaration] if(hr) printf("%s\n", (char*)getnbservicename(service, unique, name)); ^~~~~~~~~~~~~~~~nbtscan.c:171:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if(hr) printf("%s\n", (char*)getnbservicename(service, unique, name)); ^nbtscan.c:179:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if(hr) printf("%s\n", (char*)getnbservicename(service, unique, name)); ^nbtscan.c: In function 'main':nbtscan.c:321:16: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] while ((ch = getopt(argc, argv, "vrdelqhm:s:t:b:f:")) != -1) ^~~~~~nbtscan.c:525:35: warning: implicit declaration of function 'parse_response' [-Wimplicit-function-declaration] hostinfo = (struct nb_host_info*)parse_response(buff, size); ^~~~~~~~~~~~~~nbtscan.c:525:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hostinfo = (struct nb_host_info*)parse_response(buff, size); ^nbtscan.c:572:12: warning: implicit declaration of function 'in_list' [-Wimplicit-function-declaration] if(!in_list(scanned, ntohl(next_in_addr->s_addr))) ^~~~~~~nbtscan.c:573:10: warning: implicit declaration of function 'send_query' [-Wimplicit-function-declaration] send_query(sock, *next_in_addr, rtt_base); ^~~~~~~~~~nbtscan.c:619:7: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep((transmit_started.tv_sec+rto)-now.tv_sec); ^~~~~gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c range.cgcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 -c list.cgcc -o nbtscan nbtscan.o statusq.o range.o list.o -lresolv ==> Entering fakeroot environment...==> Starting package()...==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "nbtscan"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: nbtscan 1.5.1-6 (Wed Aug 24 12:52:34 UTC 2016)CMD: pacman --query --file nbtscan-1.5.1-6-x86_64.pkg.tar.xz
Creating hybrid package for 'nbtscan'
Trying to find vanilla package 'nbtscan'...
CMD: pacman --query --file /mirror/nbtscan-1.5.1-6.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 usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf nbtscan.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/nbtscan.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nbtscan.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/nbtscan.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/nbtscan/src/nbtscan-1.5.1a/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.53. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 2d2e1544399cuname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknownhostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1193: checking for x86_64-unknown-linux-gccconfigure:1222: result: noconfigure:1231: checking for gccconfigure:1247: found /usr/sbin/gccconfigure:1257: result: gccconfigure:1501: checking for C compiler versionconfigure:1504: gcc --version &5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:1507: $? = 0configure:1509: gcc -v &5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:1512: $? = 0configure:1514: gcc -V &5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:1517: $? = 1configure:1543: checking for C compiler default outputconfigure:1546: gcc conftest.c >&5configure:1549: $? = 0configure:1582: result: a.outconfigure:1587: checking whether the C compiler worksconfigure:1593: ./a.outconfigure:1596: $? = 0configure:1611: result: yesconfigure:1618: checking whether we are cross compilingconfigure:1620: result: noconfigure:1623: checking for suffix of executablesconfigure:1625: gcc -o conftest conftest.c >&5configure:1628: $? = 0configure:1650: result:configure:1656: checking for suffix of object filesconfigure:1680: gcc -c conftest.c >&5configure:1683: $? = 0configure:1702: result: oconfigure:1706: checking whether we are using the GNU C compilerconfigure:1733: gcc -c conftest.c >&5configure:1736: $? = 0configure:1739: test -s conftest.oconfigure:1742: $? = 0configure:1754: result: yesconfigure:1760: checking whether gcc accepts -gconfigure:1784: gcc -c -g conftest.c >&5configure:1787: $? = 0configure:1790: test -s conftest.oconfigure:1793: $? = 0configure:1803: result: yesconfigure:1830: gcc -c conftest.c >&5conftest.c:2:3: error: unknown type name 'choke'choke me^~~~~conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of inputconfigure:1833: $? = 1configure: failed program was:#ifndef __cpluspluschoke me#endifconfigure:1980: checking for a BSD-compatible installconfigure:2034: result: /usr/bin/install -cconfigure:2048: checking for socket in -lxnetconfigure:2081: gcc -o conftest conftest.c -lxnet >&5/usr/sbin/ld: cannot find -lxnetcollect2: error: ld returned 1 exit statusconfigure:2084: $? = 1configure: failed program was:#line 2055 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char socket ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){socket ();;return 0;}configure:2101: result: noconfigure:2113: checking for socket in -lsocketconfigure:2146: gcc -o conftest conftest.c -lsocket >&5/usr/sbin/ld: cannot find -lsocketcollect2: error: ld returned 1 exit statusconfigure:2149: $? = 1configure: failed program was:#line 2120 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. */#ifdef __cplusplusextern "C"#endif/* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char socket ();#ifdef F77_DUMMY_MAIN# ifdef __cplusplusextern "C"# endifint F77_DUMMY_MAIN() { return 1; }#endifintmain (){socket ();;return 0;}configure:2166: result: noconfigure:2178: checking for inet_aton in -lresolvconfigure:2211: gcc -o conftest conftest.c -lresolv >&5configure:2214: $? = 0configure:2217: test -s conftestconfigure:2220: $? = 0configure:2231: result: yesconfigure:2248: checking how to run the C preprocessorconfigure:2274: gcc -E conftest.cconfigure:2280: $? = 0configure:2307: gcc -E conftest.cconfigure:2303:28: fatal error: ac_nonexistent.h: No such file or directory#line $LINENO "configure"^compilation terminated.configure:2313: $? = 1configure: failed program was:#line 2302 "configure"#include "confdefs.h"#include configure:2350: result: gcc -Econfigure:2365: gcc -E conftest.cconfigure:2371: $? = 0configure:2398: gcc -E conftest.cconfigure:2394:28: fatal error: ac_nonexistent.h: No such file or directory#line $LINENO "configure"^compilation terminated.configure:2404: $? = 1configure: failed program was:#line 2393 "configure"#include "confdefs.h"#include configure:2444: checking for ANSI C header filesconfigure:2458: gcc -E conftest.cconfigure:2464: $? = 0configure:2551: gcc -o conftest conftest.c -lresolv >&5configure: In function 'main':configure:2542:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]int i;^~configure:2542:7: warning: incompatible implicit declaration of built-in function 'exit'configure:2542:7: note: include '' or provide a declaration of 'exit' configure:2543:3: warning: incompatible implicit declaration of built-in function 'exit'for (i = 0; i < 256; i++)^~~~configure:2543:3: note: include '' or provide a declaration of 'exit' configure:2554: $? = 0configure:2556: ./conftestconfigure:2559: $? = 0configure:2573: result: yesconfigure:2597: checking for sys/types.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for sys/stat.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for stdlib.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for string.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for memory.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for strings.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for inttypes.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for stdint.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2597: checking for unistd.hconfigure:2610: gcc -c conftest.c >&5configure:2613: $? = 0configure:2616: test -s conftest.oconfigure:2619: $? = 0configure:2629: result: yesconfigure:2655: checking sys/time.h usabilityconfigure:2664: gcc -c conftest.c >&5configure:2667: $? = 0configure:2670: test -s conftest.oconfigure:2673: $? = 0configure:2682: result: yesconfigure:2686: checking sys/time.h presenceconfigure:2693: gcc -E conftest.cconfigure:2699: $? = 0configure:2717: result: yesconfigure:2735: checking for sys/time.hconfigure:2742: result: yesconfigure:2760: checking for stdint.hconfigure:2765: result: yesconfigure:2870: checking for uint8_tconfigure:2897: gcc -c conftest.c >&5configure:2900: $? = 0configure:2903: test -s conftest.oconfigure:2906: $? = 0configure:2916: result: yesconfigure:2981: checking for uint16_tconfigure:3008: gcc -c conftest.c >&5configure:3011: $? = 0configure:3014: test -s conftest.oconfigure:3017: $? = 0configure:3027: result: yesconfigure:3092: checking for uint32_tconfigure:3119: gcc -c conftest.c >&5configure:3122: $? = 0configure:3125: test -s conftest.oconfigure:3128: $? = 0configure:3138: result: yesconfigure:3205: checking for gcc option to accept ANSI Cconfigure:3268: gcc -c conftest.c >&5configure:3271: $? = 0configure:3274: test -s conftest.oconfigure:3277: $? = 0configure:3294: result: none neededconfigure:3302: checking for an ANSI C-conforming constconfigure:3372: gcc -c conftest.c >&5configure:3375: $? = 0configure:3378: test -s conftest.oconfigure:3381: $? = 0configure:3391: result: yesconfigure:3401: checking whether time.h and sys/time.h may both be includedconfigure:3429: gcc -c conftest.c >&5configure:3432: $? = 0configure:3435: test -s conftest.oconfigure:3438: $? = 0configure:3448: result: yesconfigure:3465: checking for snprintfconfigure:3508: gcc -o conftest conftest.c -lresolv >&5configure:3480:6: warning: conflicting types for built-in function 'snprintf'/* We use char because int might match the return type of a gcc2^~~~~~~~configure:3511: $? = 0configure:3514: test -s conftestconfigure:3517: $? = 0configure:3527: result: yesconfigure:3465: checking for inet_atonconfigure:3508: gcc -o conftest conftest.c -lresolv >&5configure:3511: $? = 0configure:3514: test -s conftestconfigure:3517: $? = 0configure:3527: result: yesconfigure:3465: checking for socketconfigure:3508: gcc -o conftest conftest.c -lresolv >&5configure:3511: $? = 0configure:3514: test -s conftestconfigure:3517: $? = 0configure:3527: result: yesconfigure:3544: checking build system typeconfigure:3562: result: x86_64-unknown-linux-gnuconfigure:3570: checking host system typeconfigure:3584: result: x86_64-unknown-linux-gnuconfigure:3592: checking target system typeconfigure:3606: result: x86_64-unknown-linux-gnuconfigure:3752: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.53. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 2d2e1544399cconfig.status:572: creating Makefile## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_build_alias=x86_64-unknown-linux-gnuac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_exeext=ac_cv_func_inet_aton=yesac_cv_func_snprintf=yesac_cv_func_socket=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_time=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_host_alias=x86_64-unknown-linuxac_cv_lib_resolv_inet_aton=yesac_cv_lib_socket_socket=noac_cv_lib_xnet_socket=noac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_cc_g=yesac_cv_prog_cc_stdc=ac_cv_target=x86_64-unknown-linux-gnuac_cv_target_alias=x86_64-unknown-linuxac_cv_type_uint16_t=yesac_cv_type_uint32_t=yesac_cv_type_uint8_t=yes## ----------- #### confdefs.h. #### ----------- ###define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define HAVE_LIBRESOLV 1#define STDC_HEADERS 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1#define HAVE_SYS_TIME_H 1#define HAVE_STDINT_H 1#define my_uint8_t uint8_t#define my_uint16_t uint16_t#define my_uint32_t uint32_t#define TIME_WITH_SYS_TIME 1#define HAVE_SNPRINTF 1#define HAVE_INET_ATON 1#define HAVE_SOCKET 1#define UNIX 1configure: exit 0