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... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for socket in -lxnet... no
checking for socket in -lsocket... no
checking for inet_aton in -lresolv... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdint.h... (cached) yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for snprintf... yes
checking for inet_aton... yes
checking for socket... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
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 nbtscan.c
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 statusq.c
nbtscan.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.c
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 list.c
gcc -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 while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 2d2e1544399c
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -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 = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1193: checking for x86_64-unknown-linux-gcc
configure:1222: result: no
configure:1231: checking for gcc
configure:1247: found /usr/sbin/gcc
configure:1257: result: gcc
configure:1501: checking for C compiler version
configure:1504: gcc --version &5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1507: $? = 0
configure:1509: gcc -v &5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured 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=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:1512: $? = 0
configure:1514: gcc -V &5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1517: $? = 1
configure:1543: checking for C compiler default output
configure:1546: gcc conftest.c >&5
configure:1549: $? = 0
configure:1582: result: a.out
configure:1587: checking whether the C compiler works
configure:1593: ./a.out
configure:1596: $? = 0
configure:1611: result: yes
configure:1618: checking whether we are cross compiling
configure:1620: result: no
configure:1623: checking for suffix of executables
configure:1625: gcc -o conftest conftest.c >&5
configure:1628: $? = 0
configure:1650: result:
configure:1656: checking for suffix of object files
configure:1680: gcc -c conftest.c >&5
configure:1683: $? = 0
configure:1702: result: o
configure:1706: checking whether we are using the GNU C compiler
configure:1733: gcc -c conftest.c >&5
configure:1736: $? = 0
configure:1739: test -s conftest.o
configure:1742: $? = 0
configure:1754: result: yes
configure:1760: checking whether gcc accepts -g
configure:1784: gcc -c -g conftest.c >&5
configure:1787: $? = 0
configure:1790: test -s conftest.o
configure:1793: $? = 0
configure:1803: result: yes
configure:1830: gcc -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:1833: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:1980: checking for a BSD-compatible install
configure:2034: result: /usr/bin/install -c
configure:2048: checking for socket in -lxnet
configure:2081: gcc -o conftest conftest.c -lxnet >&5
/usr/sbin/ld: cannot find -lxnet
collect2: error: ld returned 1 exit status
configure:2084: $? = 1
configure: failed program was:
#line 2055 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
socket ();
;
return 0;
}
configure:2101: result: no
configure:2113: checking for socket in -lsocket
configure:2146: gcc -o conftest conftest.c -lsocket >&5
/usr/sbin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:2149: $? = 1
configure: failed program was:
#line 2120 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
socket ();
;
return 0;
}
configure:2166: result: no
configure:2178: checking for inet_aton in -lresolv
configure:2211: gcc -o conftest conftest.c -lresolv >&5
configure:2214: $? = 0
configure:2217: test -s conftest
configure:2220: $? = 0
configure:2231: result: yes
configure:2248: checking how to run the C preprocessor
configure:2274: gcc -E conftest.c
configure:2280: $? = 0
configure:2307: gcc -E conftest.c
configure:2303:28: fatal error: ac_nonexistent.h: No such file or directory
#line $LINENO "configure"
^
compilation terminated.
configure:2313: $? = 1
configure: failed program was:
#line 2302 "configure"
#include "confdefs.h"
#include
configure:2350: result: gcc -E
configure:2365: gcc -E conftest.c
configure:2371: $? = 0
configure:2398: gcc -E conftest.c
configure:2394:28: fatal error: ac_nonexistent.h: No such file or directory
#line $LINENO "configure"
^
compilation terminated.
configure:2404: $? = 1
configure: failed program was:
#line 2393 "configure"
#include "confdefs.h"
#include
configure:2444: checking for ANSI C header files
configure:2458: gcc -E conftest.c
configure:2464: $? = 0
configure:2551: gcc -o conftest conftest.c -lresolv >&5
configure: 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: $? = 0
configure:2556: ./conftest
configure:2559: $? = 0
configure:2573: result: yes
configure:2597: checking for sys/types.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for sys/stat.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for stdlib.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for string.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for memory.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for strings.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for inttypes.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for stdint.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2597: checking for unistd.h
configure:2610: gcc -c conftest.c >&5
configure:2613: $? = 0
configure:2616: test -s conftest.o
configure:2619: $? = 0
configure:2629: result: yes
configure:2655: checking sys/time.h usability
configure:2664: gcc -c conftest.c >&5
configure:2667: $? = 0
configure:2670: test -s conftest.o
configure:2673: $? = 0
configure:2682: result: yes
configure:2686: checking sys/time.h presence
configure:2693: gcc -E conftest.c
configure:2699: $? = 0
configure:2717: result: yes
configure:2735: checking for sys/time.h
configure:2742: result: yes
configure:2760: checking for stdint.h
configure:2765: result: yes
configure:2870: checking for uint8_t
configure:2897: gcc -c conftest.c >&5
configure:2900: $? = 0
configure:2903: test -s conftest.o
configure:2906: $? = 0
configure:2916: result: yes
configure:2981: checking for uint16_t
configure:3008: gcc -c conftest.c >&5
configure:3011: $? = 0
configure:3014: test -s conftest.o
configure:3017: $? = 0
configure:3027: result: yes
configure:3092: checking for uint32_t
configure:3119: gcc -c conftest.c >&5
configure:3122: $? = 0
configure:3125: test -s conftest.o
configure:3128: $? = 0
configure:3138: result: yes
configure:3205: checking for gcc option to accept ANSI C
configure:3268: gcc -c conftest.c >&5
configure:3271: $? = 0
configure:3274: test -s conftest.o
configure:3277: $? = 0
configure:3294: result: none needed
configure:3302: checking for an ANSI C-conforming const
configure:3372: gcc -c conftest.c >&5
configure:3375: $? = 0
configure:3378: test -s conftest.o
configure:3381: $? = 0
configure:3391: result: yes
configure:3401: checking whether time.h and sys/time.h may both be included
configure:3429: gcc -c conftest.c >&5
configure:3432: $? = 0
configure:3435: test -s conftest.o
configure:3438: $? = 0
configure:3448: result: yes
configure:3465: checking for snprintf
configure:3508: gcc -o conftest conftest.c -lresolv >&5
configure: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: $? = 0
configure:3514: test -s conftest
configure:3517: $? = 0
configure:3527: result: yes
configure:3465: checking for inet_aton
configure:3508: gcc -o conftest conftest.c -lresolv >&5
configure:3511: $? = 0
configure:3514: test -s conftest
configure:3517: $? = 0
configure:3527: result: yes
configure:3465: checking for socket
configure:3508: gcc -o conftest conftest.c -lresolv >&5
configure:3511: $? = 0
configure:3514: test -s conftest
configure:3517: $? = 0
configure:3527: result: yes
configure:3544: checking build system type
configure:3562: result: x86_64-unknown-linux-gnu
configure:3570: checking host system type
configure:3584: result: x86_64-unknown-linux-gnu
configure:3592: checking target system type
configure:3606: result: x86_64-unknown-linux-gnu
configure:3752: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 2d2e1544399c
config.status:572: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_inet_aton=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux
ac_cv_lib_resolv_inet_aton=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_xnet_socket=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target_alias=x86_64-unknown-linux
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_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 1
configure: exit 0