Build of nload with clang_glibc toolchain

The build took 00h 01m 32s and was SUCCESSFUL.

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

SLOCLanguage
3,809 sh
3,219 cpp
1,321 makefile
8,349 total

The process tree of the build process is here.

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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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 (Thu Apr 13 16:26:49 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/bin/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... no
# 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/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking whether clang needs -traditional... no
# checking for memset... yes
# checking for initscr in -lncurses... yes
# checking for new_form in -lform... yes
# 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... yes
# checking curses.h presence... yes
# checking for curses.h... yes
# checking form.h usability... yes
# checking form.h presence... yes
# checking for form.h... yes
# 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
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking return type of signal handlers... void
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for socket... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating nload.spec
# config.status: creating docs/Makefile
# config.status: creating docs/nload.1
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/nload/src/nload-0.7.4'
# Making all in docs
# make[2]: Entering directory '/tmp/nload/src/nload-0.7.4/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4/docs'
# Making all in src
# make[2]: Entering directory '/tmp/nload/src/nload-0.7.4/src'
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT device.o -MD -MP -MF .deps/device.Tpo -c -o device.o device.cpp
# mv -f .deps/device.Tpo .deps/device.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader.o -MD -MP -MF .deps/devreader.Tpo -c -o devreader.o devreader.cpp
# mv -f .deps/devreader.Tpo .deps/devreader.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreaderfactory.o -MD -MP -MF .deps/devreaderfactory.Tpo -c -o devreaderfactory.o devreaderfactory.cpp
# mv -f .deps/devreaderfactory.Tpo .deps/devreaderfactory.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT form_field.o -MD -MP -MF .deps/form_field.Tpo -c -o form_field.o form_field.cpp
# mv -f .deps/form_field.Tpo .deps/form_field.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT graph.o -MD -MP -MF .deps/graph.Tpo -c -o graph.o graph.cpp
# mv -f .deps/graph.Tpo .deps/graph.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT opt_window.o -MD -MP -MF .deps/opt_window.Tpo -c -o opt_window.o opt_window.cpp
# mv -f .deps/opt_window.Tpo .deps/opt_window.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.cpp
# mv -f .deps/screen.Tpo .deps/screen.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT setting.o -MD -MP -MF .deps/setting.Tpo -c -o setting.o setting.cpp
# mv -f .deps/setting.Tpo .deps/setting.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT settingfilter.o -MD -MP -MF .deps/settingfilter.Tpo -c -o settingfilter.o settingfilter.cpp
# mv -f .deps/settingfilter.Tpo .deps/settingfilter.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT settingstore.o -MD -MP -MF .deps/settingstore.Tpo -c -o settingstore.o settingstore.cpp
# mv -f .deps/settingstore.Tpo .deps/settingstore.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT statistics.o -MD -MP -MF .deps/statistics.Tpo -c -o statistics.o statistics.cpp
# mv -f .deps/statistics.Tpo .deps/statistics.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT stringutils.o -MD -MP -MF .deps/stringutils.Tpo -c -o stringutils.o stringutils.cpp
# mv -f .deps/stringutils.Tpo .deps/stringutils.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT traffic_window.o -MD -MP -MF .deps/traffic_window.Tpo -c -o traffic_window.o traffic_window.cpp
# mv -f .deps/traffic_window.Tpo .deps/traffic_window.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.cpp
# mv -f .deps/window.Tpo .deps/window.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader-linux.o -MD -MP -MF .deps/devreader-linux.Tpo -c -o devreader-linux.o devreader-linux.cpp
# mv -f .deps/devreader-linux.Tpo .deps/devreader-linux.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader-linux-proc.o -MD -MP -MF .deps/devreader-linux-proc.Tpo -c -o devreader-linux-proc.o devreader-linux-proc.cpp
# mv -f .deps/devreader-linux-proc.Tpo .deps/devreader-linux-proc.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader-linux-sys.o -MD -MP -MF .deps/devreader-linux-sys.Tpo -c -o devreader-linux-sys.o devreader-linux-sys.cpp
# mv -f .deps/devreader-linux-sys.Tpo .deps/devreader-linux-sys.Po
# clang++ -Wall -s -o nload device.o devreader.o devreaderfactory.o form_field.o graph.o main.o opt_window.o screen.o setting.o settingfilter.o settingstore.o statistics.o stringutils.o traffic_window.o window.o devreader-linux.o devreader-linux-proc.o devreader-linux-sys.o -lform -lncurses
# make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4/src'
# make[2]: Entering directory '/tmp/nload/src/nload-0.7.4'
# make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4'
# make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in docs
# make[1]: Entering directory '/tmp/nload/src/nload-0.7.4/docs'
# /bin/sh /tmp/nload/src/nload-0.7.4/install-sh -d /tmp/nload/pkg/nload/usr/share/man/man1
# /usr/bin/install -c -m 644 ../docs/nload.1 /tmp/nload/pkg/nload/usr/share/man/man1
# gzip -f /tmp/nload/pkg/nload/usr/share/man/man1/nload.1
# make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4/docs'
# Making install in src
# make[1]: Entering directory '/tmp/nload/src/nload-0.7.4/src'
# make[2]: Entering directory '/tmp/nload/src/nload-0.7.4/src'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/nload/pkg/nload/usr/bin"
# /usr/bin/install -c nload '/tmp/nload/pkg/nload/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4/src'
# make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4/src'
# make[1]: Entering directory '/tmp/nload/src/nload-0.7.4'
# make[2]: Entering directory '/tmp/nload/src/nload-0.7.4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4'
# make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "nload"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: nload 0.7.4-4 (Thu Apr 13 16:27:05 UTC 2017)

CMD: pacman --query --file nload-0.7.4-4-x86_64.pkg.tar.xz
# nload 0.7.4-4

Creating hybrid package for 'nload'

Trying to find vanilla package 'nload'...

CMD: pacman --query --file /mirror/rapid-photo-downloader-0.4.11-2.pkg.tar.xz
# rapid-photo-downloader 0.4.11-2

CMD: pacman --query --file /mirror/nload-0.7.4-4.pkg.tar.xz
# nload 0.7.4-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/nload.1.gz
# /usr/bin/nload

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 nload.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/nload.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nload.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/nload.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/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 = 706d391fee6f
# 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: /usr/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 /usr/bin/strip
# configure:2604: result: strip
# configure:2629: checking for a thread-safe mkdir -p
# configure:2668: result: /usr/bin/mkdir -p
# configure:2681: checking for gawk
# configure:2697: found /usr/bin/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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2954: $? = 0
# configure:2943: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# 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
# configure:3137: $? = 0
# configure:3152: result: no
# 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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3842: $? = 0
# configure:3831: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# 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/bin/grep
# configure:4387: checking for egrep
# configure:4449: result: /usr/bin/grep -E
# configure:4455: checking whether clang needs -traditional
# 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
# configure:4992: $? = 0
# configure:5001: result: yes
# configure:5012: checking for new_form in -lform
# configure:5037: clang -o conftest conftest.c -lform -lncurses >&5
# configure:5037: $? = 0
# configure:5046: result: yes
# configure:5058: checking for ANSI C header files
# configure:5078: clang -c conftest.c >&5
# configure:5078: $? = 0
# configure:5151: clang -o conftest conftest.c -lform -lncurses >&5
# configure:5151: $? = 0
# configure:5151: ./conftest
# configure:5151: $? = 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
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking curses.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for curses.h
# configure:5173: result: yes
# configure:5173: checking form.h usability
# configure:5173: clang -c conftest.c >&5
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking form.h presence
# configure:5173: clang -E conftest.c
# configure:5173: $? = 0
# configure:5173: result: yes
# configure:5173: checking for form.h
# configure:5173: result: yes
# 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:5191: checking for an ANSI C-conforming const
# configure:5256: clang -c conftest.c >&5
# configure:5256: $? = 0
# configure:5263: result: yes
# configure:5271: checking for size_t
# configure:5271: clang -c conftest.c >&5
# configure:5271: $? = 0
# configure:5271: clang -c conftest.c >&5
# conftest.c:65:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5271: $? = 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 HAVE_LIBNCURSES 1
# | #define HAVE_LIBFORM 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_CURSES_H 1
# | #define HAVE_FORM_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
# | /* 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:5271: result: yes
# configure:5282: checking whether time.h and sys/time.h may both be included
# configure:5302: clang -c conftest.c >&5
# configure:5302: $? = 0
# configure:5309: result: yes
# configure:5333: checking return type of signal handlers
# configure:5351: clang -c -Wall -DSYSCONFDIR='"$(sysconfdir)"' conftest.c >&5
# conftest.c:36:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5351: $? = 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 HAVE_LIBNCURSES 1
# | #define HAVE_LIBFORM 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_CURSES_H 1
# | #define HAVE_FORM_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
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5358: result: void
# configure:5369: checking for gettimeofday
# configure:5369: clang -o conftest -Wall -DSYSCONFDIR='"$(sysconfdir)"' -s conftest.c -lform -lncurses >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for inet_ntoa
# configure:5369: clang -o conftest -Wall -DSYSCONFDIR='"$(sysconfdir)"' -s conftest.c -lform -lncurses >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5369: checking for socket
# configure:5369: clang -o conftest -Wall -DSYSCONFDIR='"$(sysconfdir)"' -s conftest.c -lform -lncurses >&5
# configure:5369: $? = 0
# configure:5369: result: yes
# configure:5534: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by nload config.status 0.7.4, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 706d391fee6f
#
# config.status:896: creating Makefile
# config.status:896: creating nload.spec
# config.status:896: creating docs/Makefile
# config.status:896: creating docs/nload.1
# config.status:896: creating src/Makefile
# config.status:896: creating config.h
# config.status:1124: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_gettimeofday=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_memset=yes
# ac_cv_func_socket=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_curses_h=yes
# ac_cv_header_form_h=yes
# 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_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_form_new_form=yes
# ac_cv_lib_ncurses_initscr=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/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
# ac_cv_type_signal=void
# ac_cv_type_size_t=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=' -Wall'
# CPP='clang -E'
# CPPFLAGS=' -DSYSCONFDIR='\''"$(sysconfdir)"'\'''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -Wall'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/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=' -s'
# LIBOBJS=''
# LIBS='-lform -lncurses '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run makeinfo'
# MKDIR_P='/usr/bin/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='${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/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/bin/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 HAVE_LIBNCURSES 1
# #define HAVE_LIBFORM 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_CURSES_H 1
# #define HAVE_FORM_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
# #define TIME_WITH_SYS_TIME 1
# #define RETSIGTYPE void
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_SOCKET 1
#
# configure: exit 0