Build of procinfo-ng with clang_glibc toolchain

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

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

SLOCLanguage
1,633 cpp
1,254 ansic
153 sh
81 perl
44 makefile
3,165 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: procinfo-ng 2.0.304-6 (Thu Apr 13 16:29:25 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 for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# 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 for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking whether time.h and sys/time.h may both be included... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... (cached) yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for working strtod... yes
# checking for select... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for strtoull... yes
# checking for snprintf... yes
# checking for readdir64... yes
# configure: creating ./config.status
# config.status: creating Makefile
# clang++ -pipe -Wall -s -lncurses procinfo.cpp -o procinfo
# In file included from procinfo.cpp:44:
# ./lib/timeRoutines.cpp:134:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours,
# ^~~~~~~
# .tm_sec =
# ./lib/timeRoutines.cpp:134:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours,
# ^~~~~~~
# .tm_min =
# ./lib/timeRoutines.cpp:134:55: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours,
# ^~~~~~~~
# .tm_hour =
# ./lib/timeRoutines.cpp:135:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: result1.days, tm_week: result1.weeks };
# ^~~~~~~~
# .tm_wday =
# ./lib/timeRoutines.cpp:135:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: result1.days, tm_week: result1.weeks };
# ^~~~~~~~
# .tm_week =
# ./lib/timeRoutines.cpp:141:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours,
# ^~~~~~~
# .tm_sec =
# ./lib/timeRoutines.cpp:141:30: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours,
# ^~~~~~~
# .tm_min =
# ./lib/timeRoutines.cpp:141:55: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours,
# ^~~~~~~~
# .tm_hour =
# ./lib/timeRoutines.cpp:142:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: result1.days, tm_week: result1.weeks };
# ^~~~~~~~
# .tm_wday =
# ./lib/timeRoutines.cpp:142:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: result1.days, tm_week: result1.weeks };
# ^~~~~~~~
# .tm_week =
# ./lib/timeRoutines.cpp:152:29: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timeDiff result = { tm_sec: 0 };
# ^~~~~~~
# .tm_sec =
# ./lib/timeRoutines.cpp:185:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_sec: input.tm_sec, tm_min: input.tm_min, tm_hour: input.tm_hour,
# ^~~~~~~
# .tm_sec =
# ./lib/timeRoutines.cpp:185:25: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_sec: input.tm_sec, tm_min: input.tm_min, tm_hour: input.tm_hour,
# ^~~~~~~
# .tm_min =
# ./lib/timeRoutines.cpp:185:47: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_sec: input.tm_sec, tm_min: input.tm_min, tm_hour: input.tm_hour,
# ^~~~~~~~
# .tm_hour =
# ./lib/timeRoutines.cpp:186:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: input.tm_mday, tm_week: 0, tm_mon: input.tm_mon,
# ^~~~~~~~
# .tm_wday =
# ./lib/timeRoutines.cpp:186:27: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: input.tm_mday, tm_week: 0, tm_mon: input.tm_mon,
# ^~~~~~~~
# .tm_week =
# ./lib/timeRoutines.cpp:186:39: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_wday: input.tm_mday, tm_week: 0, tm_mon: input.tm_mon,
# ^~~~~~~
# .tm_mon =
# ./lib/timeRoutines.cpp:187:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tm_year: input.tm_year
# ^~~~~~~~
# .tm_year =
# 18 warnings generated.
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/procinfo-ng/pkg/procinfo-ng//usr/bin
# install procinfo /tmp/procinfo-ng/pkg/procinfo-ng//usr/bin/procinfo
# mkdir -p /tmp/procinfo-ng/pkg/procinfo-ng//usr/share/man/man8
# install -m 644 procinfo.8 /tmp/procinfo-ng/pkg/procinfo-ng//usr/share/man/man8/procinfo.8
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "procinfo-ng"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: procinfo-ng 2.0.304-6 (Thu Apr 13 16:29:35 UTC 2017)

CMD: pacman --query --file procinfo-ng-2.0.304-6-x86_64.pkg.tar.xz
# procinfo-ng 2.0.304-6

Creating hybrid package for 'procinfo-ng'

Trying to find vanilla package 'procinfo-ng'...

CMD: pacman --query --file /mirror/procinfo-ng-2.0.304-6.pkg.tar.xz
# procinfo-ng 2.0.304-6

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man8/lsdev.8.gz
# /usr/share/man/man8/procinfo.8.gz
# /usr/share/man/man8/socklist.8.gz
# /usr/bin/socklist
# /usr/bin/procinfo
# /usr/bin/lsdev

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

Created package at path /var/cache/pacman/pkg/procinfo-ng.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/procinfo-ng.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/procinfo-ng.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/procinfo-ng/src/procinfo-ng-2.0.304/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 procinfo-ng configure 2.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5d91a79b77f6
# 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:1713: checking for x86_64-unknown-linux-gcc
# configure:1740: result: clang
# configure:2018: checking for C compiler version
# configure:2025: 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:2028: $? = 0
# configure:2035: 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
# Selected multilib: .;@m64
# configure:2038: $? = 0
# configure:2045: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2048: $? = 1
# configure:2071: checking for C compiler default output file name
# configure:2098: clang conftest.c >&5
# configure:2101: $? = 0
# configure:2139: result: a.out
# configure:2156: checking whether the C compiler works
# configure:2166: ./a.out
# configure:2169: $? = 0
# configure:2186: result: yes
# configure:2193: checking whether we are cross compiling
# configure:2195: result: no
# configure:2198: checking for suffix of executables
# configure:2205: clang -o conftest conftest.c >&5
# configure:2208: $? = 0
# configure:2232: result:
# configure:2238: checking for suffix of object files
# configure:2264: clang -c conftest.c >&5
# configure:2267: $? = 0
# configure:2290: result: o
# configure:2294: checking whether we are using the GNU C compiler
# configure:2323: clang -c conftest.c >&5
# configure:2329: $? = 0
# configure:2346: result: yes
# configure:2351: checking whether clang accepts -g
# configure:2381: clang -c -g conftest.c >&5
# configure:2387: $? = 0
# configure:2486: result: yes
# configure:2503: checking for clang option to accept ISO C89
# configure:2577: clang -c conftest.c >&5
# configure:2583: $? = 0
# configure:2606: result: none needed
# configure:2740: checking for C++ compiler version
# configure:2747: 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:2750: $? = 0
# configure:2757: 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
# Selected multilib: .;@m64
# configure:2760: $? = 0
# configure:2767: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2770: $? = 1
# configure:2773: checking whether we are using the GNU C++ compiler
# configure:2802: clang++ -c conftest.cpp >&5
# configure:2808: $? = 0
# configure:2825: result: yes
# configure:2830: checking whether clang++ accepts -g
# configure:2860: clang++ -c -g conftest.cpp >&5
# configure:2866: $? = 0
# configure:2965: result: yes
# configure:3032: checking for a BSD-compatible install
# configure:3088: result: /usr/bin/install -c
# configure:3109: checking how to run the C preprocessor
# configure:3149: clang -E conftest.c
# configure:3155: $? = 0
# configure:3186: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3192: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "procinfo-ng"
# | #define PACKAGE_TARNAME "procinfo-ng"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "procinfo-ng 2.0"
# | #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
# | /* end confdefs.h. */
# | #include
# configure:3225: result: clang -E
# configure:3254: clang -E conftest.c
# configure:3260: $? = 0
# configure:3291: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3297: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "procinfo-ng"
# | #define PACKAGE_TARNAME "procinfo-ng"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "procinfo-ng 2.0"
# | #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
# | /* end confdefs.h. */
# | #include
# configure:3335: checking for grep that handles long lines and -e
# configure:3409: result: /usr/bin/grep
# configure:3414: checking for egrep
# configure:3492: result: /usr/bin/grep -E
# configure:3497: checking for ANSI C header files
# configure:3527: clang -c conftest.c >&5
# configure:3533: $? = 0
# configure:3632: clang -o conftest conftest.c >&5
# configure:3635: $? = 0
# configure:3641: ./conftest
# configure:3644: $? = 0
# configure:3661: result: yes
# configure:3685: checking for sys/types.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for sys/stat.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for stdlib.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for string.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for memory.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for strings.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for inttypes.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for stdint.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for unistd.h
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3759: checking fcntl.h usability
# configure:3776: clang -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking fcntl.h presence
# configure:3815: clang -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for fcntl.h
# configure:3876: result: yes
# configure:3759: checking math.h usability
# configure:3776: clang -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking math.h presence
# configure:3815: clang -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for math.h
# configure:3876: result: yes
# configure:3759: checking sys/ioctl.h usability
# configure:3776: clang -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking sys/ioctl.h presence
# configure:3815: clang -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for sys/ioctl.h
# configure:3876: result: yes
# configure:3759: checking termios.h usability
# configure:3776: clang -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking termios.h presence
# configure:3815: clang -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for termios.h
# configure:3876: result: yes
# configure:3759: checking ncurses.h usability
# configure:3776: clang -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking ncurses.h presence
# configure:3815: clang -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for ncurses.h
# configure:3876: result: yes
# configure:3897: checking for dirent.h that defines DIR
# configure:3926: clang -c conftest.c >&5
# configure:3932: $? = 0
# configure:3948: result: yes
# configure:3961: checking for library containing opendir
# configure:4002: clang -o conftest conftest.c >&5
# configure:4008: $? = 0
# configure:4036: result: none required
# configure:4130: checking whether time.h and sys/time.h may both be included
# configure:4160: clang -c conftest.c >&5
# configure:4166: $? = 0
# configure:4181: result: yes
# configure:4193: checking for stdbool.h that conforms to C99
# configure:4286: clang -c conftest.c >&5
# conftest.c:52:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:94:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:94:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:95:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:95:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:95:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:4292: $? = 0
# configure:4307: result: yes
# configure:4309: checking for _Bool
# configure:4339: clang -c conftest.c >&5
# configure:4345: $? = 0
# configure:4360: result: yes
# configure:4379: checking for an ANSI C-conforming const
# configure:4454: clang -c conftest.c >&5
# configure:4460: $? = 0
# configure:4475: result: yes
# configure:4485: checking for inline
# configure:4511: clang -c conftest.c >&5
# configure:4517: $? = 0
# configure:4535: result: inline
# configure:4554: checking for size_t
# configure:4584: clang -c conftest.c >&5
# configure:4590: $? = 0
# configure:4605: result: yes
# configure:4617: checking whether time.h and sys/time.h may both be included
# configure:4668: result: yes
# configure:4679: checking for uint32_t
# configure:4710: clang -c conftest.c >&5
# configure:4716: $? = 0
# configure:4737: result: yes
# configure:4755: checking for uint64_t
# configure:4786: clang -c conftest.c >&5
# configure:4792: $? = 0
# configure:4813: result: yes
# configure:4831: checking for int32_t
# configure:4862: clang -c conftest.c >&5
# configure:4868: $? = 0
# configure:4897: clang -c conftest.c >&5
# conftest.c:64:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4903: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "procinfo-ng"
# | #define PACKAGE_TARNAME "procinfo-ng"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "procinfo-ng 2.0"
# | #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 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 ()
# | {
# | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
# | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:4932: result: yes
# configure:4945: checking for int64_t
# configure:4976: clang -c conftest.c >&5
# configure:4982: $? = 0
# configure:5011: clang -c conftest.c >&5
# conftest.c:64:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5017: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "procinfo-ng"
# | #define PACKAGE_TARNAME "procinfo-ng"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "procinfo-ng 2.0"
# | #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define TIME_WITH_SYS_TIME 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 ()
# | {
# | static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
# | < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5046: result: yes
# configure:5076: checking sys/select.h usability
# configure:5093: clang -c conftest.c >&5
# configure:5099: $? = 0
# configure:5113: result: yes
# configure:5117: checking sys/select.h presence
# configure:5132: clang -E conftest.c
# configure:5138: $? = 0
# configure:5152: result: yes
# configure:5185: checking for sys/select.h
# configure:5193: result: yes
# configure:5076: checking sys/socket.h usability
# configure:5093: clang -c conftest.c >&5
# configure:5099: $? = 0
# configure:5113: result: yes
# configure:5117: checking sys/socket.h presence
# configure:5132: clang -E conftest.c
# configure:5138: $? = 0
# configure:5152: result: yes
# configure:5185: checking for sys/socket.h
# configure:5193: result: yes
# configure:5206: checking types of arguments for select
# configure:5244: clang -c conftest.c >&5
# configure:5250: $? = 0
# configure:5271: result: int,fd_set *,struct timeval *
# configure:5294: checking for working strtod
# configure:5345: clang -o conftest conftest.c >&5
# configure:5348: $? = 0
# configure:5354: ./conftest
# configure:5357: $? = 0
# configure:5373: result: yes
# configure:5546: checking for select
# configure:5602: clang -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for strtol
# configure:5602: clang -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for strtoul
# configure:5602: clang -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for strtoull
# configure:5602: clang -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for snprintf
# configure:5602: clang -o conftest conftest.c >&5
# conftest.c:60:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:60:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for readdir64
# configure:5602: clang -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5783: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by procinfo-ng config.status 2.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5d91a79b77f6
#
# config.status:582: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=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_readdir64=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_snprintf=yes
# ac_cv_func_strtod=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_strtoull=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_ncurses_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=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_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_search_opendir='none required'
# ac_cv_type__Bool=yes
# ac_cv_type_size_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=' -pipe -Wall'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXFLAGS=''
# DEFS='-DPACKAGE_NAME=\"procinfo-ng\" -DPACKAGE_TARNAME=\"procinfo-ng\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"procinfo-ng\ 2.0\" -DPACKAGE_BUGREPORT=\"tabrisnet@users.sourceforge.net\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_NCURSES_H=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_SELECT=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_STRTOULL=1 -DHAVE_SNPRINTF=1 -DHAVE_READDIR64=1'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS='-s -lncurses'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='tabrisnet@users.sourceforge.net'
# PACKAGE_NAME='procinfo-ng'
# PACKAGE_STRING='procinfo-ng 2.0'
# PACKAGE_TARNAME='procinfo-ng'
# PACKAGE_VERSION='2.0'
# PATH_SEPARATOR=':'
# POW_LIB=''
# SHELL='/bin/sh'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# 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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "procinfo-ng"
# #define PACKAGE_TARNAME "procinfo-ng"
# #define PACKAGE_VERSION "2.0"
# #define PACKAGE_STRING "procinfo-ng 2.0"
# #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MATH_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_NCURSES_H 1
# #define HAVE_DIRENT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define HAVE_SELECT 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_STRTOULL 1
# #define HAVE_SNPRINTF 1
# #define HAVE_READDIR64 1
#
# configure: exit 0