The build took 00h 00m 37s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
6,789 |
ansic |
4,682 |
sh |
1,405 |
makefile |
12,876 |
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: atftp 0.7.1-1 (Wed Aug 24 13:18:45 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -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 minix/config.h usability... nochecking minix/config.h presence... nochecking for minix/config.h... nochecking whether it is safe to define __EXTENSIONS__... yeschecking whether make sets $(MAKE)... (cached) yeschecking for pthread_create in -lpthread... yeschecking for tgetent in -lreadline... nochecking for tgetent in -lncurses... yeschecking for readline in -lreadline... yeschecking for rl_completion_matches in -lreadline... yeschecking for pcre_version in -lpcre... yeschecking for ANSI C header files... (cached) yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for sys/types.h... (cached) yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking arpa/inet.h usability... yeschecking arpa/inet.h presence... yeschecking for arpa/inet.h... yeschecking arpa/tftp.h usability... yeschecking arpa/tftp.h presence... yeschecking for arpa/tftp.h... yeschecking getopt.h usability... yeschecking getopt.h presence... yeschecking for getopt.h... yeschecking for unistd.h... (cached) yeschecking signal.h usability... yeschecking signal.h presence... yeschecking for signal.h... yeschecking pthread.h usability... yeschecking pthread.h presence... yeschecking for pthread.h... yeschecking argz.h usability... yeschecking argz.h presence... yeschecking for argz.h... yeschecking netdb.h usability... yeschecking netdb.h presence... yeschecking for netdb.h... yeschecking readline/readline.h usability... yeschecking readline/readline.h presence... yeschecking for readline/readline.h... yeschecking readline/history.h usability... yeschecking readline/history.h presence... yeschecking for readline/history.h... yeschecking pcre.h usability... yeschecking pcre.h presence... yeschecking for pcre.h... yeschecking for an ANSI C-conforming const... yeschecking for size_t... yeschecking whether time.h and sys/time.h may both be included... yeschecking return type of signal handlers... voidchecking for strchr... yeschecking for memcpy... yeschecking for strstr... yeschecking for strcmp... yeschecking for strncmp... yeschecking for strncpy... yeschecking for strlen... yeschecking for strncasecmp... yeschecking for strcasecmp... yeschecking for strncmp... (cached) yeschecking for socket... yeschecking for gethostbyname... yeschecking for gethostbyname_r... yeschecking for gethostbyaddr... yeschecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating test/Makefileconfig.status: creating redhat/atftp.specconfig.status: creating config.hconfig.status: executing depfiles commandsconfig.status: executing default-1 commandsmake all-recursivemake[1]: Entering directory '/tmp/atftp/src/atftp-0.7.1'Making all in .make[2]: Entering directory '/tmp/atftp/src/atftp-0.7.1'gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp.o -MD -MP -MF .deps/tftp.Tpo -c -o tftp.o tftp.cgcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp_io.o -MD -MP -MF .deps/tftp_io.Tpo -c -o tftp_io.o tftp_io.ctftp_io.c: In function 'tftp_get_packet':tftp_io.c:323:33: warning: passing argument 1 of 'sockaddr_get_port' from incompatible pointer type [-Wincompatible-pointer-types] if (sockaddr_get_port(&sa) == 0) ^In file included from tftp_io.h:22:0, from tftp_io.c:31:tftp_def.h:58:10: note: expected 'const struct sockaddr_storage *' but argument is of type 'struct sockaddr_storage **' uint16_t sockaddr_get_port(const struct sockaddr_storage *); ^~~~~~~~~~~~~~~~~tftp_io.c: At top level:tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined inline char *Strncpy(char *to, const char *from, size_t size); ^~~~~~~In file included from tftp.h:22:0, from tftp.c:47:tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined inline char *Strncpy(char *to, const char *from, size_t size); ^~~~~~~mv -f .deps/tftp_io.Tpo .deps/tftp_io.Pogcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT logger.o -MD -MP -MF .deps/logger.Tpo -c -o logger.o logger.cmv -f .deps/logger.Tpo .deps/logger.Pogcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.cmv -f .deps/tftp.Tpo .deps/tftp.Pogcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp_def.o -MD -MP -MF .deps/tftp_def.Tpo -c -o tftp_def.o tftp_def.cIn file included from options.h:20:0, from options.c:34:tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined inline char *Strncpy(char *to, const char *from, size_t size); ^~~~~~~tftp_def.c:43:6: warning: excess elements in array initializer { "", "", 0, 0} ^tftp_def.c:43:6: note: (near initialization for 'tftp_default_options')tftp_def.c: In function 'timeval_diff':tftp_def.c:94:16: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if (res->tv_usec <= 0); ^~tftp_def.c:95:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' { ^mv -f .deps/tftp_def.Tpo .deps/tftp_def.Pogcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp_file.o -MD -MP -MF .deps/tftp_file.Tpo -c -o tftp_file.o tftp_file.cIn file included from tftp.h:22:0, from tftp_file.c:31:tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined inline char *Strncpy(char *to, const char *from, size_t size); ^~~~~~~mv -f .deps/options.Tpo .deps/options.Pogcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT argz.o -MD -MP -MF .deps/argz.Tpo -c -o argz.o argz.cargz.c:44:8: error: redefinition of 'argz_next' char * argz_next (const char *argz, size_t argz_len, const char *entry) ^~~~~~~~~In file included from argz.c:42:0:argz.h:196:1: note: previous definition of 'argz_next' was here argz_next (__const char *__argz, size_t __argz_len, ^~~~~~~~~make[2]: *** [Makefile:496: argz.o] Error 1make[2]: *** Waiting for unfinished jobs....mv -f .deps/tftp_file.Tpo .deps/tftp_file.Pomake[2]: Leaving directory '/tmp/atftp/src/atftp-0.7.1'make[1]: *** [Makefile:602: all-recursive] Error 1make[1]: Leaving directory '/tmp/atftp/src/atftp-0.7.1'make: *** [Makefile:331: all] Error 2==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/atftp/src/atftp-0.7.1/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.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin --enable-libreadline --disable-libwrap## --------- #### Platform. #### --------- ##hostname = 9a8a0fb83654uname -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 = unknown/usr/bin/hostinfo = 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:2255: checking for a BSD-compatible installconfigure:2323: result: /usr/bin/install -cconfigure:2334: checking whether build environment is saneconfigure:2389: result: yesconfigure:2448: checking for x86_64-unknown-linux-stripconfigure:2478: result: noconfigure:2488: checking for stripconfigure:2504: found /usr/sbin/stripconfigure:2515: result: stripconfigure:2540: checking for a thread-safe mkdir -pconfigure:2579: result: /usr/sbin/mkdir -pconfigure:2586: checking for gawkconfigure:2602: found /usr/sbin/gawkconfigure:2613: result: gawkconfigure:2624: checking whether make sets $(MAKE)configure:2646: result: yesconfigure:2744: checking build system typeconfigure:2758: result: x86_64-unknown-linux-gnuconfigure:2778: checking host system typeconfigure:2791: result: x86_64-unknown-linux-gnuconfigure:2877: checking for x86_64-unknown-linux-gccconfigure:2907: result: noconfigure:2917: checking for gccconfigure:2933: found /usr/sbin/gccconfigure:2944: result: gccconfigure:3173: checking for C compiler versionconfigure:3182: 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:3193: $? = 0configure:3182: 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:3193: $? = 0configure:3182: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:3193: $? = 1configure:3182: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:3193: $? = 1configure:3213: checking whether the C compiler worksconfigure:3235: gcc conftest.c >&5configure:3239: $? = 0configure:3287: result: yesconfigure:3290: checking for C compiler default output file nameconfigure:3292: result: a.outconfigure:3298: checking for suffix of executablesconfigure:3305: gcc -o conftest conftest.c >&5configure:3309: $? = 0configure:3331: result:configure:3353: checking whether we are cross compilingconfigure:3361: gcc -o conftest conftest.c >&5configure:3365: $? = 0configure:3372: ./conftestconfigure:3376: $? = 0configure:3391: result: noconfigure:3396: checking for suffix of object filesconfigure:3418: gcc -c conftest.c >&5configure:3422: $? = 0configure:3443: result: oconfigure:3447: checking whether we are using the GNU C compilerconfigure:3466: gcc -c conftest.c >&5configure:3466: $? = 0configure:3475: result: yesconfigure:3484: checking whether gcc accepts -gconfigure:3504: gcc -c -g conftest.c >&5configure:3504: $? = 0configure:3545: result: yesconfigure:3562: checking for gcc option to accept ISO C89configure:3625: gcc -c conftest.c >&5configure:3625: $? = 0configure:3638: result: none neededconfigure:3669: checking for style of include used by makeconfigure:3697: result: GNUconfigure:3723: checking dependency style of gccconfigure:3834: result: gcc3configure:3855: checking how to run the C preprocessorconfigure:3886: gcc -E conftest.cconfigure:3886: $? = 0configure:3900: gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3900: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.1"| /* end confdefs.h. */| #include configure:3925: result: gcc -Econfigure:3945: gcc -E conftest.cconfigure:3945: $? = 0configure:3959: gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3959: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.1"| /* end confdefs.h. */| #include configure:3988: checking for grep that handles long lines and -econfigure:4046: result: /usr/sbin/grepconfigure:4051: checking for egrepconfigure:4113: result: /usr/sbin/grep -Econfigure:4118: checking for ANSI C header filesconfigure:4138: gcc -c conftest.c >&5configure:4138: $? = 0configure:4211: gcc -o conftest conftest.c >&5configure:4211: $? = 0configure:4211: ./conftestconfigure:4211: $? = 0configure:4222: result: yesconfigure:4235: checking for sys/types.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for sys/stat.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for stdlib.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for string.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for memory.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for strings.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for inttypes.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for stdint.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4235: checking for unistd.hconfigure:4235: gcc -c conftest.c >&5configure:4235: $? = 0configure:4235: result: yesconfigure:4248: checking minix/config.h usabilityconfigure:4248: gcc -c conftest.c >&5conftest.c:54:26: fatal error: minix/config.h: No such file or directory#include ^compilation terminated.configure:4248: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.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| /* end confdefs.h. */| #include | #ifdef HAVE_SYS_TYPES_H| # include | #endif| #ifdef HAVE_SYS_STAT_H| # include | #endif| #ifdef STDC_HEADERS| # include | # include | #else| # ifdef HAVE_STDLIB_H| # include | # endif| #endif| #ifdef HAVE_STRING_H| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H| # include | # endif| # include | #endif| #ifdef HAVE_STRINGS_H| # include | #endif| #ifdef HAVE_INTTYPES_H| # include | #endif| #ifdef HAVE_STDINT_H| # include | #endif| #ifdef HAVE_UNISTD_H| # include | #endif| #include configure:4248: result: noconfigure:4248: checking minix/config.h presenceconfigure:4248: gcc -E conftest.cconftest.c:21:26: fatal error: minix/config.h: No such file or directory#include ^compilation terminated.configure:4248: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.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| /* end confdefs.h. */| #include configure:4248: result: noconfigure:4248: checking for minix/config.hconfigure:4248: result: noconfigure:4269: checking whether it is safe to define __EXTENSIONS__configure:4287: gcc -c conftest.c >&5configure:4287: $? = 0configure:4294: result: yesconfigure:4335: checking whether make sets $(MAKE)configure:4357: result: yesconfigure:4374: checking for pthread_create in -lpthreadconfigure:4399: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lpthread >&5configure:4399: $? = 0configure:4408: result: yesconfigure:4419: checking for tgetent in -lreadlineconfigure:4444: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lreadline >&5/usr/sbin/ld: /tmp/ccHPyJmj.o: undefined reference to symbol 'tgetent'/usr/lib/libncursesw.so.6: error adding symbols: DSO missing from command linecollect2: error: ld returned 1 exit statusconfigure:4444: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.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 __EXTENSIONS__ 1| #define _ALL_SOURCE 1| #define _GNU_SOURCE 1| #define _POSIX_PTHREAD_SEMANTICS 1| #define _TANDEM_SOURCE 1| #define HAVE_MTFTP 1| /* end confdefs.h. */|| /* Override any GCC internal prototype to avoid an error.| Use char because int might match the return type of a GCC| builtin and then its argument prototype would still apply. */| #ifdef __cplusplus| extern "C"| #endif| char tgetent ();| int| main ()| {| return tgetent ();| ;| return 0;| }configure:4453: result: noconfigure:4458: checking for tgetent in -lncursesconfigure:4483: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lncurses >&5configure:4483: $? = 0configure:4492: result: yesconfigure:4587: checking for readline in -lreadlineconfigure:4612: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lreadline -lncurses >&5configure:4612: $? = 0configure:4621: result: yesconfigure:4635: checking for rl_completion_matches in -lreadlineconfigure:4660: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lreadline -lncurses >&5configure:4660: $? = 0configure:4669: result: yesconfigure:4768: checking for pcre_version in -lpcreconfigure:4793: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lpcre >&5configure:4793: $? = 0configure:4802: result: yesconfigure:4814: checking for ANSI C header filesconfigure:4918: result: yesconfigure:4929: checking sys/time.h usabilityconfigure:4929: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4929: $? = 0configure:4929: result: yesconfigure:4929: checking sys/time.h presenceconfigure:4929: gcc -E conftest.cconfigure:4929: $? = 0configure:4929: result: yesconfigure:4929: checking for sys/time.hconfigure:4929: result: yesconfigure:4929: checking for sys/types.hconfigure:4929: result: yesconfigure:4929: checking sys/socket.h usabilityconfigure:4929: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4929: $? = 0configure:4929: result: yesconfigure:4929: checking sys/socket.h presenceconfigure:4929: gcc -E conftest.cconfigure:4929: $? = 0configure:4929: result: yesconfigure:4929: checking for sys/socket.hconfigure:4929: result: yesconfigure:4942: checking arpa/inet.h usabilityconfigure:4942: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4942: $? = 0configure:4942: result: yesconfigure:4942: checking arpa/inet.h presenceconfigure:4942: gcc -E conftest.cconfigure:4942: $? = 0configure:4942: result: yesconfigure:4942: checking for arpa/inet.hconfigure:4942: result: yesconfigure:4942: checking arpa/tftp.h usabilityconfigure:4942: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4942: $? = 0configure:4942: result: yesconfigure:4942: checking arpa/tftp.h presenceconfigure:4942: gcc -E conftest.cconfigure:4942: $? = 0configure:4942: result: yesconfigure:4942: checking for arpa/tftp.hconfigure:4942: result: yesconfigure:4955: checking getopt.h usabilityconfigure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking getopt.h presenceconfigure:4955: gcc -E conftest.cconfigure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking for getopt.hconfigure:4955: result: yesconfigure:4955: checking for unistd.hconfigure:4955: result: yesconfigure:4955: checking signal.h usabilityconfigure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking signal.h presenceconfigure:4955: gcc -E conftest.cconfigure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking for signal.hconfigure:4955: result: yesconfigure:4955: checking pthread.h usabilityconfigure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking pthread.h presenceconfigure:4955: gcc -E conftest.cconfigure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking for pthread.hconfigure:4955: result: yesconfigure:4955: checking argz.h usabilityconfigure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking argz.h presenceconfigure:4955: gcc -E conftest.cconfigure:4955: $? = 0configure:4955: result: yesconfigure:4955: checking for argz.hconfigure:4955: result: yesconfigure:4967: checking netdb.h usabilityconfigure:4967: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4967: $? = 0configure:4967: result: yesconfigure:4967: checking netdb.h presenceconfigure:4967: gcc -E conftest.cconfigure:4967: $? = 0configure:4967: result: yesconfigure:4967: checking for netdb.hconfigure:4967: result: yesconfigure:4979: checking readline/readline.h usabilityconfigure:4979: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4979: $? = 0configure:4979: result: yesconfigure:4979: checking readline/readline.h presenceconfigure:4979: gcc -E conftest.cconfigure:4979: $? = 0configure:4979: result: yesconfigure:4979: checking for readline/readline.hconfigure:4979: result: yesconfigure:4991: checking readline/history.h usabilityconfigure:4991: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:4991: $? = 0configure:4991: result: yesconfigure:4991: checking readline/history.h presenceconfigure:4991: gcc -E conftest.cconfigure:4991: $? = 0configure:4991: result: yesconfigure:4991: checking for readline/history.hconfigure:4991: result: yesconfigure:5018: checking pcre.h usabilityconfigure:5018: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5018: $? = 0configure:5018: result: yesconfigure:5018: checking pcre.h presenceconfigure:5018: gcc -E conftest.cconfigure:5018: $? = 0configure:5018: result: yesconfigure:5018: checking for pcre.hconfigure:5018: result: yesconfigure:5030: checking for an ANSI C-conforming constconfigure:5096: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5096: $? = 0configure:5103: result: yesconfigure:5111: checking for size_tconfigure:5111: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5111: $? = 0configure:5111: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c: In function 'main':conftest.c:81:21: error: expected expression before ')' tokenif (sizeof ((size_t)))^configure:5111: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.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 __EXTENSIONS__ 1| #define _ALL_SOURCE 1| #define _GNU_SOURCE 1| #define _POSIX_PTHREAD_SEMANTICS 1| #define _TANDEM_SOURCE 1| #define HAVE_MTFTP 1| #define HAVE_READLINE 1| #define HAVE_RL_COMPLETION_MATCHES 1| #define HAVE_PCRE 1| #define STDC_HEADERS 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_SOCKET_H 1| #define HAVE_ARPA_INET_H 1| #define HAVE_ARPA_TFTP_H 1| #define HAVE_GETOPT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SIGNAL_H 1| #define HAVE_PTHREAD_H 1| #define HAVE_ARGZ_H 1| #define HAVE_NETDB_H 1| #define HAVE_READLINE_READLINE_H 1| #define HAVE_READLINE_HISTORY_H 1| #define HAVE_PCRE_H 1| /* end confdefs.h. */| #include | #ifdef HAVE_SYS_TYPES_H| # include | #endif| #ifdef HAVE_SYS_STAT_H| # include | #endif| #ifdef STDC_HEADERS| # include | # include | #else| # ifdef HAVE_STDLIB_H| # include | # endif| #endif| #ifdef HAVE_STRING_H| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H| # include | # endif| # include | #endif| #ifdef HAVE_STRINGS_H| # include | #endif| #ifdef HAVE_INTTYPES_H| # include | #endif| #ifdef HAVE_STDINT_H| # include | #endif| #ifdef HAVE_UNISTD_H| # include | #endif| int| main ()| {| if (sizeof ((size_t)))| return 0;| ;| return 0;| }configure:5111: result: yesconfigure:5122: checking whether time.h and sys/time.h may both be includedconfigure:5142: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5142: $? = 0configure:5149: result: yesconfigure:5157: checking return type of signal handlersconfigure:5175: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c: In function 'main':conftest.c:52:10: error: void value not ignored as it ought to bereturn *(signal (0, 0)) (0) == 1;~^~~~~~~~~~~~~~~~~~configure:5175: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PACKAGE "atftp"| #define VERSION "0.7.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 __EXTENSIONS__ 1| #define _ALL_SOURCE 1| #define _GNU_SOURCE 1| #define _POSIX_PTHREAD_SEMANTICS 1| #define _TANDEM_SOURCE 1| #define HAVE_MTFTP 1| #define HAVE_READLINE 1| #define HAVE_RL_COMPLETION_MATCHES 1| #define HAVE_PCRE 1| #define STDC_HEADERS 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_SOCKET_H 1| #define HAVE_ARPA_INET_H 1| #define HAVE_ARPA_TFTP_H 1| #define HAVE_GETOPT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SIGNAL_H 1| #define HAVE_PTHREAD_H 1| #define HAVE_ARGZ_H 1| #define HAVE_NETDB_H 1| #define HAVE_READLINE_READLINE_H 1| #define HAVE_READLINE_HISTORY_H 1| #define HAVE_PCRE_H 1| #define TIME_WITH_SYS_TIME 1| /* end confdefs.h. */| #include | #include || int| main ()| {| return *(signal (0, 0)) (0) == 1;| ;| return 0;| }configure:5182: result: voidconfigure:5194: checking for strchrconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:70:6: warning: conflicting types for built-in function 'strchr'char strchr ();^~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5194: checking for memcpyconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:71:6: warning: conflicting types for built-in function 'memcpy'char memcpy ();^~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5194: checking for strstrconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:72:6: warning: conflicting types for built-in function 'strstr'char strstr ();^~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5194: checking for strcmpconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:73:6: warning: conflicting types for built-in function 'strcmp'char strcmp ();^~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5194: checking for strncmpconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:74:6: warning: conflicting types for built-in function 'strncmp'char strncmp ();^~~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5194: checking for strncpyconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:75:6: warning: conflicting types for built-in function 'strncpy'char strncpy ();^~~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5194: checking for strlenconfigure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:76:6: warning: conflicting types for built-in function 'strlen'char strlen ();^~~~~~configure:5194: $? = 0configure:5194: result: yesconfigure:5206: checking for strncasecmpconfigure:5206: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:77:6: warning: conflicting types for built-in function 'strncasecmp'char strncasecmp ();^~~~~~~~~~~configure:5206: $? = 0configure:5206: result: yesconfigure:5206: checking for strcasecmpconfigure:5206: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5conftest.c:78:6: warning: conflicting types for built-in function 'strcasecmp'char strcasecmp ();^~~~~~~~~~configure:5206: $? = 0configure:5206: result: yesconfigure:5206: checking for strncmpconfigure:5206: result: yesconfigure:5218: checking for socketconfigure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5218: $? = 0configure:5218: result: yesconfigure:5218: checking for gethostbynameconfigure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5218: $? = 0configure:5218: result: yesconfigure:5218: checking for gethostbyname_rconfigure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5218: $? = 0configure:5218: result: yesconfigure:5218: checking for gethostbyaddrconfigure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5configure:5218: $? = 0configure:5218: result: yesconfigure:5342: checking that generated files are newer than configureconfigure:5348: result: doneconfigure:5371: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 9a8a0fb83654config.status:907: creating Makefileconfig.status:907: creating test/Makefileconfig.status:907: creating redhat/atftp.specconfig.status:907: creating config.hconfig.status:1136: executing depfiles commandsconfig.status:1136: executing default-1 commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=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_LIBS_set=ac_cv_env_LIBS_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_func_gethostbyaddr=yesac_cv_func_gethostbyname=yesac_cv_func_gethostbyname_r=yesac_cv_func_memcpy=yesac_cv_func_socket=yesac_cv_func_strcasecmp=yesac_cv_func_strchr=yesac_cv_func_strcmp=yesac_cv_func_strlen=yesac_cv_func_strncasecmp=yesac_cv_func_strncmp=yesac_cv_func_strncpy=yesac_cv_func_strstr=yesac_cv_header_argz_h=yesac_cv_header_arpa_inet_h=yesac_cv_header_arpa_tftp_h=yesac_cv_header_getopt_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_minix_config_h=noac_cv_header_netdb_h=yesac_cv_header_pcre_h=yesac_cv_header_pthread_h=yesac_cv_header_readline_history_h=yesac_cv_header_readline_readline_h=yesac_cv_header_signal_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_socket_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_lib_ncurses_tgetent=yesac_cv_lib_pcre_pcre_version=yesac_cv_lib_pthread_pthread_create=yesac_cv_lib_readline_readline=yesac_cv_lib_readline_rl_completion_matches=yesac_cv_lib_readline_tgetent=noac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesac_cv_safe_to_define___extensions__=yesac_cv_type_signal=voidac_cv_type_size_t=yesam_cv_CC_dependencies_compiler_type=gcc3## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run aclocal-1.12'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AUTOCONF='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run autoconf'AUTOHEADER='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run autoheader'AUTOMAKE='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run automake-1.12'AWK='gawk'CC='gcc'CCDEPMODE='depmode=gcc3'CFLAGS='-g -Wall -D_REENTRANT -O2'CPP='gcc -E'CPPFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/sbin/grep -E'EXEEXT=''GREP='/usr/sbin/grep'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'ISODATE='2016-08-24'LDFLAGS=''LIBOBJS=''LIBPCRE='-lpcre'LIBPTHREAD='-lpthread'LIBREADLINE='-lreadline'LIBS=''LIBTERMCAP='-lncurses'LIBWRAP=''LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run makeinfo'MKDIR_P='/usr/sbin/mkdir -p'OBJEXT='o'PACKAGE='atftp'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATH_SEPARATOR=':'PLATFORM='unknown-x86_64-linux-gnu'SET_MAKE=''SHELL='/bin/sh'STRIP='strip'VERSION='0.7.1'ac_ct_CC='gcc'am__EXEEXT_FALSE=''am__EXEEXT_TRUE='#'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__nodep='_no'am__quote=''am__tar='$${TAR-tar} chof - "$$tardir"'am__untar='$${TAR-tar} xf -'bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host='x86_64-unknown-linux-gnu'host_alias='x86_64-unknown-linux'host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /tmp/atftp/src/atftp-0.7.1/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='/usr/share/man'mkdir_p='$(MKDIR_P)'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='/usr/bin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#define PACKAGE "atftp"#define VERSION "0.7.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 __EXTENSIONS__ 1#define _ALL_SOURCE 1#define _GNU_SOURCE 1#define _POSIX_PTHREAD_SEMANTICS 1#define _TANDEM_SOURCE 1#define HAVE_MTFTP 1#define HAVE_READLINE 1#define HAVE_RL_COMPLETION_MATCHES 1#define HAVE_PCRE 1#define STDC_HEADERS 1#define HAVE_SYS_TIME_H 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_SOCKET_H 1#define HAVE_ARPA_INET_H 1#define HAVE_ARPA_TFTP_H 1#define HAVE_GETOPT_H 1#define HAVE_UNISTD_H 1#define HAVE_SIGNAL_H 1#define HAVE_PTHREAD_H 1#define HAVE_ARGZ_H 1#define HAVE_NETDB_H 1#define HAVE_READLINE_READLINE_H 1#define HAVE_READLINE_HISTORY_H 1#define HAVE_PCRE_H 1#define TIME_WITH_SYS_TIME 1#define RETSIGTYPE void#define HAVE_STRCHR 1#define HAVE_MEMCPY 1#define HAVE_STRSTR 1#define HAVE_STRCMP 1#define HAVE_STRNCMP 1#define HAVE_STRNCPY 1#define HAVE_STRLEN 1#define HAVE_STRNCASECMP 1#define HAVE_STRCASECMP 1#define HAVE_STRNCMP 1#define HAVE_SOCKET 1#define HAVE_GETHOSTBYNAME 1#define HAVE_GETHOSTBYNAME_R 1#define HAVE_GETHOSTBYADDR 1configure: exit 0