Build of nload with musl toolchain

The build took 00h 01m 08s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
3,809 sh
3,188 cpp
6,997 total

The process tree of the build process is here.

List of Errors

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: nload 0.7.4-4 (Wed Apr 5 00:29:00 UTC 2017)
# ==> 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking whether clang needs -traditional... no
# checking for memset... yes
# checking for initscr in -lncurses... no
# checking for new_form in -lform... no
# checking for ANSI C header files... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking stdlib.h usability... yes
# checking stdlib.h presence... yes
# checking for stdlib.h... yes
# checking string.h usability... yes
# checking string.h presence... yes
# checking for string.h... yes
# checking unistd.h usability... yes
# checking unistd.h presence... yes
# checking for unistd.h... yes
# checking curses.h usability... no
# checking curses.h presence... no
# checking for curses.h... no
# checking form.h usability... no
# checking form.h presence... no
# checking for form.h... no
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# configure: error: ncurses library or development files not found. ncurses is required for nload.
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/nload/src/nload-0.7.4/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 nload configure 0.7.4, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4fe3ecb63117
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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 = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2267: checking build system type
# configure:2281: result: x86_64-unknown-linux-gnu
# configure:2301: checking host system type
# configure:2314: result: x86_64-unknown-linux-gnu
# configure:2359: checking for a BSD-compatible install
# configure:2427: result: /usr/bin/install -c
# configure:2438: checking whether build environment is sane
# configure:2488: result: yes
# configure:2537: checking for x86_64-unknown-linux-strip
# configure:2567: result: no
# configure:2577: checking for strip
# configure:2593: found /sysroot/bin/strip
# configure:2604: result: strip
# configure:2629: checking for a thread-safe mkdir -p
# configure:2668: result: /usr/sbin/mkdir -p
# configure:2681: checking for gawk
# configure:2697: found /usr/sbin/gawk
# configure:2708: result: gawk
# configure:2719: checking whether make sets $(MAKE)
# configure:2741: result: yes
# configure:2934: checking for C++ compiler version
# configure:2943: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2954: $? = 0
# configure:2943: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2954: $? = 0
# configure:2943: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2954: $? = 1
# configure:2943: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2954: $? = 1
# configure:2974: checking whether the C++ compiler works
# configure:2996: clang++ conftest.cpp >&5
# configure:3000: $? = 0
# configure:3048: result: yes
# configure:3051: checking for C++ compiler default output file name
# configure:3053: result: a.out
# configure:3059: checking for suffix of executables
# configure:3066: clang++ -o conftest conftest.cpp >&5
# configure:3070: $? = 0
# configure:3092: result:
# configure:3114: checking whether we are cross compiling
# configure:3122: clang++ -o conftest conftest.cpp >&5
# configure:3126: $? = 0
# configure:3133: ./conftest
# ./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
# configure:3137: $? = 127
# configure:3152: result: yes
# configure:3157: checking for suffix of object files
# configure:3179: clang++ -c conftest.cpp >&5
# configure:3183: $? = 0
# configure:3204: result: o
# configure:3208: checking whether we are using the GNU C++ compiler
# configure:3227: clang++ -c conftest.cpp >&5
# configure:3227: $? = 0
# configure:3236: result: yes
# configure:3245: checking whether clang++ accepts -g
# configure:3265: clang++ -c -g conftest.cpp >&5
# configure:3265: $? = 0
# configure:3306: result: yes
# configure:3340: checking for style of include used by make
# configure:3368: result: GNU
# configure:3393: checking dependency style of clang++
# configure:3503: result: gcc3
# configure:3526: checking for x86_64-unknown-linux-gcc
# configure:3553: result: clang
# configure:3822: checking for C compiler version
# configure:3831: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3842: $? = 0
# configure:3831: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3842: $? = 0
# configure:3831: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3842: $? = 1
# configure:3831: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3842: $? = 1
# configure:3846: checking whether we are using the GNU C compiler
# configure:3865: clang -c conftest.c >&5
# configure:3865: $? = 0
# configure:3874: result: yes
# configure:3883: checking whether clang accepts -g
# configure:3903: clang -c -g conftest.c >&5
# configure:3903: $? = 0
# configure:3944: result: yes
# configure:3961: checking for clang option to accept ISO C89
# configure:4025: clang -c conftest.c >&5
# configure:4025: $? = 0
# configure:4038: result: none needed
# configure:4060: checking dependency style of clang
# configure:4170: result: gcc3
# configure:4190: checking how to run the C preprocessor
# configure:4221: clang -E conftest.c
# configure:4221: $? = 0
# configure:4235: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4235: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | /* end confdefs.h. */
# | #include
# configure:4260: result: clang -E
# configure:4280: clang -E conftest.c
# configure:4280: $? = 0
# configure:4294: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | /* end confdefs.h. */
# | #include
# configure:4324: checking for grep that handles long lines and -e
# configure:4382: result: /usr/sbin/grep
# configure:4387: checking for egrep
# configure:4449: result: /usr/sbin/grep -E
# configure:4455: checking whether clang needs -traditional
# conftest.c:11:10: fatal error: 'sgtty.h' file not found
# #include
# ^
# 1 error generated.
# conftest.c:11:10: fatal error: 'termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4489: result: no
# configure:4546: checking for memset
# configure:4546: clang -o conftest conftest.c >&5
# conftest.c:35:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:35:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:4546: $? = 0
# configure:4546: result: yes
# configure:4967: checking for initscr in -lncurses
# configure:4992: clang -o conftest conftest.c -lncurses >&5
# /sysroot/bin/ld: error: cannot find -lncurses
# /tmp/conftest-993340.o:conftest.c:function main: error: undefined reference to 'initscr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4992: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | #define HAVE_LINUX 1
# | #define HAVE_MEMSET 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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:5001: result: no
# configure:5012: checking for new_form in -lform
# configure:5037: clang -o conftest conftest.c -lform >&5
# /sysroot/bin/ld: error: cannot find -lform
# /tmp/conftest-844e65.o:conftest.c:function main: error: undefined reference to 'new_form'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5037: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | #define HAVE_LINUX 1
# | #define HAVE_MEMSET 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 new_form ();
# | int
# | main ()
# | {
# | return new_form ();
# | ;
# | return 0;
# | }
# configure:5046: result: no
# configure:5058: checking for ANSI C header files
# configure:5078: clang -c conftest.c >&5
# configure:5078: $? = 0
# configure:5162: result: yes
# configure:5173: checking limits.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking limits.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for limits.h
# configure:5173: result: yes
# configure:5173: checking stdlib.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking stdlib.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for stdlib.h
# configure:5173: result: yes
# configure:5173: checking string.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking string.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for string.h
# configure:5173: result: yes
# configure:5173: checking unistd.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking unistd.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for unistd.h
# configure:5173: result: yes
# configure:5173: checking curses.h usability
# configure:5173: clang -c conftest.c >&5
# conftest.c:51:10: fatal error: 'curses.h' file not found
# #include
# ^
# 1 error generated.
# configure:5173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | #define HAVE_LINUX 1
# | #define HAVE_MEMSET 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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:5173: result: no
# configure:5173: checking curses.h presence
# configure:5173: clang -E conftest.c
# conftest.c:18:10: fatal error: 'curses.h' file not found
# #include
# ^
# 1 error generated.
# configure:5173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | #define HAVE_LINUX 1
# | #define HAVE_MEMSET 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5173: result: no
# configure:5173: checking for curses.h
# configure:5173: result: no
# configure:5173: checking form.h usability
# configure:5173: clang -c conftest.c >&5
# conftest.c:51:10: fatal error: 'form.h' file not found
# #include
# ^
# 1 error generated.
# configure:5173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | #define HAVE_LINUX 1
# | #define HAVE_MEMSET 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_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:5173: result: no
# configure:5173: checking form.h presence
# configure:5173: clang -E conftest.c
# conftest.c:18:10: fatal error: 'form.h' file not found
# #include
# ^
# 1 error generated.
# configure:5173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nload"
# | #define PACKAGE_TARNAME "nload"
# | #define PACKAGE_VERSION "0.7.4"
# | #define PACKAGE_STRING "nload 0.7.4"
# | #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nload"
# | #define VERSION "0.7.4"
# | #define HAVE_LINUX 1
# | #define HAVE_MEMSET 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5173: result: no
# configure:5173: checking for form.h
# configure:5173: result: no
# configure:5173: checking math.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking math.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for math.h
# configure:5173: result: yes
# configure:5173: checking sys/param.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking sys/param.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for sys/param.h
# configure:5173: result: yes
# configure:5173: checking sys/socket.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking sys/socket.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for sys/socket.h
# configure:5173: result: yes
# configure:5173: checking sys/time.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking sys/time.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for sys/time.h
# configure:5173: result: yes
# configure:5173: checking sys/ioctl.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking sys/ioctl.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for sys/ioctl.h
# configure:5173: result: yes
# configure:5173: checking arpa/inet.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking arpa/inet.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for arpa/inet.h
# configure:5173: result: yes
# configure:5173: checking netinet/in.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking netinet/in.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for netinet/in.h
# configure:5173: result: yes
# configure:5185: error: ncurses library or development files not found. ncurses is required for nload.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_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=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_func_memset=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_curses_h=no
# ac_cv_header_form_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_form_new_form=no
# ac_cv_lib_ncurses_initscr=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run tar'
# AUTOCONF='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# HAVE_BSD_FALSE=''
# HAVE_BSD_TRUE='#'
# HAVE_HPUX_FALSE=''
# HAVE_HPUX_TRUE='#'
# HAVE_LINUX_FALSE='#'
# HAVE_LINUX_TRUE=''
# HAVE_SOLARIS_FALSE=''
# HAVE_SOLARIS_TRUE='#'
# INCLUDES=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='nload'
# PACKAGE_BUGREPORT='feedback@roland-riegel.de'
# PACKAGE_NAME='nload'
# PACKAGE_STRING='nload 0.7.4'
# PACKAGE_TARNAME='nload'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.7.4'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.7.4'
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# 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/nload/src/nload-0.7.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "nload"
# #define PACKAGE_TARNAME "nload"
# #define PACKAGE_VERSION "0.7.4"
# #define PACKAGE_STRING "nload 0.7.4"
# #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
# #define PACKAGE_URL ""
# #define PACKAGE "nload"
# #define VERSION "0.7.4"
# #define HAVE_LINUX 1
# #define HAVE_MEMSET 1
# #define STDC_HEADERS 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_MATH_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETINET_IN_H 1
#
# configure: exit 1