Build of bwm-ng with clang_glibc toolchain

The build took 00h 00m 56s and was SUCCESSFUL.

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

SLOCLanguage
3,274 ansic
1,371 sh
1,299 makefile
5,944 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: bwm-ng 0.6.1-2 (Thu Apr 13 16:21:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 make supports nested variables... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# 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 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 for unsigned long long... yes
# checking for initscr,timeout in -lcurses... yes
# checking for wattron... yes
# checking for curs_set... yes
# checking for usleep... yes
# checking for strlcpy... no
# checking for accurate time calc... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for gettimeofday... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long... yes
# checking ifaddrs.h usability... yes
# checking ifaddrs.h presence... yes
# checking for ifaddrs.h... yes
# checking for getifaddrs... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking for net/if.h... yes
# checking for struct if_data.ifi_ibytes... no
# checking for sysctl... yes
# checking for sys/socket.h... (cached) yes
# checking for net/if.h... (cached) yes
# checking for struct if_msghdr.ifm_data... no
# checking for sysctl... (cached) yes
# checking sys/disk.h usability... no
# checking sys/disk.h presence... no
# checking for sys/disk.h... no
# checking for kstat_open in -lkstat... no
# checking for /proc/net/dev... yes
# checking for /proc/diskstats... yes
# checking sys/dkstat.h usability... no
# checking sys/dkstat.h presence... no
# checking for sys/dkstat.h... no
# checking whether cc and linker accepts -framework IOKit -framework CoreFoundation... no
# checking for ioctl... yes
# checking for sys/socket.h... (cached) yes
# checking for linux/if.h... yes
# checking sys/tty.h usability... no
# checking sys/tty.h presence... no
# checking for sys/tty.h... no
# checking linux/tty.h usability... yes
# checking linux/tty.h presence... yes
# checking for linux/tty.h... yes
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# enable html output: yes
# enable csv output: yes
# enable extended stats: yes
# enable config-file support: yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking for getpwuid... yes
# enable path to netstat as option: no
# checking for egrep... (cached) /usr/bin/grep -E
# checking for netstat... no
# checking whether the C compiler (clang) accepts noreturn attribute... yes
# checking for inline... inline
# checking for /usr/ccs/bin/strip... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# Making all in src
# make[2]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1/src'
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT bwm-ng.o -MD -MP -MF .deps/bwm-ng.Tpo -c -o bwm-ng.o bwm-ng.c
# mv -f .deps/bwm-ng.Tpo .deps/bwm-ng.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT process.o -MD -MP -MF .deps/process.Tpo -c -o process.o process.c
# mv -f .deps/process.Tpo .deps/process.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.c
# mv -f .deps/output.Tpo .deps/output.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
# mv -f .deps/options.Tpo .deps/options.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
# mv -f .deps/help.Tpo .deps/help.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT curses_tools.o -MD -MP -MF .deps/curses_tools.Tpo -c -o curses_tools.o curses_tools.c
# mv -f .deps/curses_tools.Tpo .deps/curses_tools.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT retrieve.o -MD -MP -MF .deps/retrieve.Tpo -c -o retrieve.o `test -f 'input/retrieve.c' || echo './'`input/retrieve.c
# mv -f .deps/retrieve.Tpo .deps/retrieve.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT proc_net_dev.o -MD -MP -MF .deps/proc_net_dev.Tpo -c -o proc_net_dev.o `test -f 'input/proc_net_dev.c' || echo './'`input/proc_net_dev.c
# mv -f .deps/proc_net_dev.Tpo .deps/proc_net_dev.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT proc_diskstats.o -MD -MP -MF .deps/proc_diskstats.Tpo -c -o proc_diskstats.o `test -f 'input/proc_diskstats.c' || echo './'`input/proc_diskstats.c
# mv -f .deps/proc_diskstats.Tpo .deps/proc_diskstats.Po
# clang -O2 -Wall -o bwm-ng bwm-ng.o process.o output.o options.o help.o curses_tools.o retrieve.o proc_net_dev.o proc_diskstats.o -lcurses
# make[2]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1/src'
# make[2]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# make[2]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# make[1]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1/src'
# make[2]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1/src'
# /usr/bin/mkdir -p '/tmp/bwm-ng/pkg/bwm-ng/bin'
# /usr/bin/install -c bwm-ng '/tmp/bwm-ng/pkg/bwm-ng/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1/src'
# make[1]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1/src'
# make[1]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# make[2]: Entering directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/bwm-ng/pkg/bwm-ng/usr/share/man/man1'
# /usr/bin/install -c -m 644 bwm-ng.1 '/tmp/bwm-ng/pkg/bwm-ng/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# make[1]: Leaving directory '/tmp/bwm-ng/src/bwm-ng-0.6.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "bwm-ng"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: bwm-ng 0.6.1-2 (Thu Apr 13 16:21:41 UTC 2017)

CMD: pacman --query --file bwm-ng-0.6.1-2-x86_64.pkg.tar.xz
# bwm-ng 0.6.1-2

Creating hybrid package for 'bwm-ng'

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

CMD: pacman --query --file /mirror/bwm-ng-0.6.1-2.pkg.tar.xz
# bwm-ng 0.6.1-2

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

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

Created package at path /var/cache/pacman/pkg/bwm-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/bwm-ng.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/bwm-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/bwm-ng/src/bwm-ng-0.6.1/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 bwm-ng configure 0.6.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/tmp/bwm-ng/pkg/bwm-ng/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7eb3e5a87687
# 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:2365: checking for a BSD-compatible install
# configure:2433: result: /usr/bin/install -c
# configure:2444: checking whether build environment is sane
# configure:2499: result: yes
# configure:2558: checking for x86_64-unknown-linux-strip
# configure:2588: result: no
# configure:2598: checking for strip
# configure:2614: found /usr/bin/strip
# configure:2625: result: strip
# configure:2650: checking for a thread-safe mkdir -p
# configure:2689: result: /usr/bin/mkdir -p
# configure:2696: checking for gawk
# configure:2712: found /usr/bin/gawk
# configure:2723: result: gawk
# configure:2734: checking whether make sets $(MAKE)
# configure:2756: result: yes
# configure:2785: checking whether make supports nested variables
# configure:2802: result: yes
# configure:2973: checking for style of include used by make
# configure:3001: result: GNU
# configure:3032: checking for x86_64-unknown-linux-gcc
# configure:3059: result: clang
# configure:3328: checking for C compiler version
# configure:3337: 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:3348: $? = 0
# configure:3337: 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:3348: $? = 0
# configure:3337: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3348: $? = 1
# configure:3337: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3348: $? = 1
# configure:3368: checking whether the C compiler works
# configure:3390: clang -O2 -Wall conftest.c >&5
# configure:3394: $? = 0
# configure:3442: result: yes
# configure:3445: checking for C compiler default output file name
# configure:3447: result: a.out
# configure:3453: checking for suffix of executables
# configure:3460: clang -o conftest -O2 -Wall conftest.c >&5
# configure:3464: $? = 0
# configure:3486: result:
# configure:3508: checking whether we are cross compiling
# configure:3516: clang -o conftest -O2 -Wall conftest.c >&5
# configure:3520: $? = 0
# configure:3527: ./conftest
# configure:3531: $? = 0
# configure:3546: result: no
# configure:3551: checking for suffix of object files
# configure:3573: clang -c -O2 -Wall conftest.c >&5
# configure:3577: $? = 0
# configure:3598: result: o
# configure:3602: checking whether we are using the GNU C compiler
# configure:3621: clang -c -O2 -Wall conftest.c >&5
# configure:3621: $? = 0
# configure:3630: result: yes
# configure:3639: checking whether clang accepts -g
# configure:3659: clang -c -g conftest.c >&5
# configure:3659: $? = 0
# configure:3700: result: yes
# configure:3717: checking for clang option to accept ISO C89
# configure:3780: clang -c -O2 -Wall conftest.c >&5
# configure:3780: $? = 0
# configure:3793: result: none needed
# configure:3818: checking whether clang understands -c and -o together
# configure:3840: clang -c conftest.c -o conftest2.o
# configure:3843: $? = 0
# configure:3840: clang -c conftest.c -o conftest2.o
# configure:3843: $? = 0
# configure:3855: result: yes
# configure:3874: checking dependency style of clang
# configure:3985: result: gcc3
# configure:4006: checking how to run the C preprocessor
# configure:4037: clang -E conftest.c
# configure:4037: $? = 0
# configure:4051: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4051: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | /* end confdefs.h. */
# | #include
# configure:4076: result: clang -E
# configure:4096: clang -E conftest.c
# configure:4096: $? = 0
# configure:4110: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4110: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | /* end confdefs.h. */
# | #include
# configure:4139: checking for grep that handles long lines and -e
# configure:4197: result: /usr/bin/grep
# configure:4202: checking for egrep
# configure:4264: result: /usr/bin/grep -E
# configure:4269: checking for ANSI C header files
# configure:4289: clang -c -O2 -Wall conftest.c >&5
# configure:4289: $? = 0
# configure:4362: clang -o conftest -O2 -Wall conftest.c >&5
# configure:4362: $? = 0
# configure:4362: ./conftest
# configure:4362: $? = 0
# configure:4373: result: yes
# configure:4386: checking for sys/types.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for sys/stat.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for stdlib.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for string.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for memory.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for strings.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for inttypes.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for stdint.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for unistd.h
# configure:4386: clang -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4398: checking for unsigned long long
# configure:4398: clang -c -O2 -Wall conftest.c >&5
# configure:4398: $? = 0
# configure:4398: clang -c -O2 -Wall conftest.c >&5
# conftest.c:57:33: error: expected expression
# if (sizeof ((unsigned long long)))
# ^
# 1 error generated.
# configure:4398: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((unsigned long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4398: result: yes
# configure:4546: checking for initscr,timeout in -lcurses
# configure:4571: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# conftest.c:33:8: warning: expression result unused [-Wunused-value]
# return initscr,timeout ();
# ^~~~~~~
# 1 warning generated.
# configure:4571: $? = 0
# configure:4580: result: yes
# configure:4643: checking for wattron
# configure:4643: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4643: $? = 0
# configure:4643: result: yes
# configure:4654: checking for curs_set
# configure:4654: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4654: $? = 0
# configure:4654: result: yes
# configure:4665: checking for usleep
# configure:4665: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4665: $? = 0
# configure:4665: result: yes
# configure:4676: checking for strlcpy
# configure:4676: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# conftest.c:49:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:49:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-06fbcf.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4676: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:4676: result: no
# configure:4734: checking for accurate time calc
# configure:4737: checking time.h usability
# configure:4737: clang -c -O2 -Wall conftest.c >&5
# configure:4737: $? = 0
# configure:4737: result: yes
# configure:4737: checking time.h presence
# configure:4737: clang -E conftest.c
# configure:4737: $? = 0
# configure:4737: result: yes
# configure:4737: checking for time.h
# configure:4737: result: yes
# configure:4740: checking sys/time.h usability
# configure:4740: clang -c -O2 -Wall conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking sys/time.h presence
# configure:4740: clang -E conftest.c
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for sys/time.h
# configure:4740: result: yes
# configure:4745: checking for gettimeofday
# configure:4745: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4745: $? = 0
# configure:4745: result: yes
# configure:4813: checking getopt.h usability
# configure:4813: clang -c -O2 -Wall conftest.c >&5
# configure:4813: $? = 0
# configure:4813: result: yes
# configure:4813: checking getopt.h presence
# configure:4813: clang -E conftest.c
# configure:4813: $? = 0
# configure:4813: result: yes
# configure:4813: checking for getopt.h
# configure:4813: result: yes
# configure:4821: checking for getopt_long
# configure:4821: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4821: $? = 0
# configure:4821: result: yes
# configure:4957: checking ifaddrs.h usability
# configure:4957: clang -c -O2 -Wall conftest.c >&5
# configure:4957: $? = 0
# configure:4957: result: yes
# configure:4957: checking ifaddrs.h presence
# configure:4957: clang -E conftest.c
# configure:4957: $? = 0
# configure:4957: result: yes
# configure:4957: checking for ifaddrs.h
# configure:4957: result: yes
# configure:4962: checking for getifaddrs
# configure:4962: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4962: $? = 0
# configure:4962: result: yes
# configure:4970: checking sys/socket.h usability
# configure:4970: clang -c -O2 -Wall conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking sys/socket.h presence
# configure:4970: clang -E conftest.c
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for sys/socket.h
# configure:4970: result: yes
# configure:4982: checking for net/if.h
# configure:4982: clang -c -O2 -Wall conftest.c >&5
# configure:4982: $? = 0
# configure:4982: result: yes
# configure:4989: checking for struct if_data.ifi_ibytes
# configure:4989: clang -c -O2 -Wall conftest.c >&5
# conftest.c:53:23: error: variable has incomplete type 'struct if_data'
# static struct if_data ac_aggr;
# ^
# conftest.c:53:15: note: forward declaration of 'struct if_data'
# static struct if_data ac_aggr;
# ^
# 1 error generated.
# configure:4989: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_SYS_SOCKET_H
# | # include
# | #endif
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct if_data ac_aggr;
# | if (ac_aggr.ifi_ibytes)
# | return 0;
# | ;
# | return 0;
# | }
# configure:4989: clang -c -O2 -Wall conftest.c >&5
# conftest.c:53:23: error: variable has incomplete type 'struct if_data'
# static struct if_data ac_aggr;
# ^
# conftest.c:53:15: note: forward declaration of 'struct if_data'
# static struct if_data ac_aggr;
# ^
# 1 error generated.
# configure:4989: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_SYS_SOCKET_H
# | # include
# | #endif
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct if_data ac_aggr;
# | if (sizeof ac_aggr.ifi_ibytes)
# | return 0;
# | ;
# | return 0;
# | }
# configure:4989: result: no
# configure:5178: checking for sysctl
# configure:5178: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:5178: $? = 0
# configure:5178: result: yes
# configure:5186: checking for sys/socket.h
# configure:5186: result: yes
# configure:5198: checking for net/if.h
# configure:5198: result: yes
# configure:5205: checking for struct if_msghdr.ifm_data
# configure:5205: clang -c -O2 -Wall conftest.c >&5
# conftest.c:56:25: error: variable has incomplete type 'struct if_msghdr'
# static struct if_msghdr ac_aggr;
# ^
# conftest.c:56:15: note: forward declaration of 'struct if_msghdr'
# static struct if_msghdr ac_aggr;
# ^
# 1 error generated.
# configure:5205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_SYS_SOCKET_H
# | # include
# | #endif
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct if_msghdr ac_aggr;
# | if (ac_aggr.ifm_data)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5205: clang -c -O2 -Wall conftest.c >&5
# conftest.c:56:25: error: variable has incomplete type 'struct if_msghdr'
# static struct if_msghdr ac_aggr;
# ^
# conftest.c:56:15: note: forward declaration of 'struct if_msghdr'
# static struct if_msghdr ac_aggr;
# ^
# 1 error generated.
# configure:5205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_SYS_SOCKET_H
# | # include
# | #endif
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct if_msghdr ac_aggr;
# | if (sizeof ac_aggr.ifm_data)
# | return 0;
# | ;
# | return 0;
# | }
# configure:5205: result: no
# configure:5372: checking for sysctl
# configure:5372: result: yes
# configure:5380: checking sys/disk.h usability
# configure:5380: clang -c -O2 -Wall conftest.c >&5
# conftest.c:69:10: fatal error: 'sys/disk.h' file not found
# #include
# ^
# 1 error generated.
# configure:5380: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 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:5380: result: no
# configure:5380: checking sys/disk.h presence
# configure:5380: clang -E conftest.c
# conftest.c:36:10: fatal error: 'sys/disk.h' file not found
# #include
# ^
# 1 error generated.
# configure:5380: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | /* end confdefs.h. */
# | #include
# configure:5380: result: no
# configure:5380: checking for sys/disk.h
# configure:5380: result: no
# configure:5546: checking for kstat_open in -lkstat
# configure:5571: clang -o conftest -O2 -Wall conftest.c -lkstat -lcurses >&5
# /usr/bin/ld: cannot find -lkstat
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 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 kstat_open ();
# | int
# | main ()
# | {
# | return kstat_open ();
# | ;
# | return 0;
# | }
# configure:5580: result: no
# configure:5681: checking for /proc/net/dev
# configure:5694: result: yes
# configure:5784: checking for /proc/diskstats
# configure:5797: result: yes
# configure:5996: checking sys/dkstat.h usability
# configure:5996: clang -c -O2 -Wall conftest.c >&5
# conftest.c:71:10: fatal error: 'sys/dkstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:5996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE__PROC_NET_DEV 1
# | #define HAVE__PROC_DISKSTATS 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:5996: result: no
# configure:5996: checking sys/dkstat.h presence
# configure:5996: clang -E conftest.c
# conftest.c:38:10: fatal error: 'sys/dkstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:5996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE__PROC_NET_DEV 1
# | #define HAVE__PROC_DISKSTATS 1
# | /* end confdefs.h. */
# | #include
# configure:5996: result: no
# configure:5996: checking for sys/dkstat.h
# configure:5996: result: no
# configure:6194: checking whether cc and linker accepts -framework IOKit -framework CoreFoundation
# configure:6250: result: no
# configure:6346: checking for ioctl
# configure:6346: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:6346: $? = 0
# configure:6346: result: yes
# configure:6358: checking for sys/socket.h
# configure:6358: result: yes
# configure:6358: checking for linux/if.h
# configure:6358: clang -c -O2 -Wall conftest.c >&5
# configure:6358: $? = 0
# configure:6358: result: yes
# configure:6371: checking sys/tty.h usability
# configure:6371: clang -c -O2 -Wall conftest.c >&5
# conftest.c:74:10: fatal error: 'sys/tty.h' file not found
# #include
# ^
# 1 error generated.
# configure:6371: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE__PROC_NET_DEV 1
# | #define HAVE__PROC_DISKSTATS 1
# | #define HAVE_IOCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LINUX_IF_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:6371: result: no
# configure:6371: checking sys/tty.h presence
# configure:6371: clang -E conftest.c
# conftest.c:41:10: fatal error: 'sys/tty.h' file not found
# #include
# ^
# 1 error generated.
# configure:6371: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bwm-ng"
# | #define PACKAGE_TARNAME "bwm-ng"
# | #define PACKAGE_VERSION "0.6.1"
# | #define PACKAGE_STRING "bwm-ng 0.6.1"
# | #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "bwm-ng"
# | #define VERSION "0.6.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_LIBCURSES 1
# | #define HAVE_WATTRON 1
# | #define HAVE_CURS_SET 1
# | #define HAVE_USLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_SYSCTL 1
# | #define HAVE__PROC_NET_DEV 1
# | #define HAVE__PROC_DISKSTATS 1
# | #define HAVE_IOCTL 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_LINUX_IF_H 1
# | /* end confdefs.h. */
# | #include
# configure:6371: result: no
# configure:6371: checking for sys/tty.h
# configure:6371: result: no
# configure:6383: checking linux/tty.h usability
# configure:6383: clang -c -O2 -Wall conftest.c >&5
# configure:6383: $? = 0
# configure:6383: result: yes
# configure:6383: checking linux/tty.h presence
# configure:6383: clang -E conftest.c
# configure:6383: $? = 0
# configure:6383: result: yes
# configure:6383: checking for linux/tty.h
# configure:6383: result: yes
# configure:6395: checking stropts.h usability
# configure:6395: clang -c -O2 -Wall conftest.c >&5
# configure:6395: $? = 0
# configure:6395: result: yes
# configure:6395: checking stropts.h presence
# configure:6395: clang -E conftest.c
# configure:6395: $? = 0
# configure:6395: result: yes
# configure:6395: checking for stropts.h
# configure:6395: result: yes
# configure:6520: checking pwd.h usability
# configure:6520: clang -c -O2 -Wall conftest.c >&5
# configure:6520: $? = 0
# configure:6520: result: yes
# configure:6520: checking pwd.h presence
# configure:6520: clang -E conftest.c
# configure:6520: $? = 0
# configure:6520: result: yes
# configure:6520: checking for pwd.h
# configure:6520: result: yes
# configure:6528: checking for getpwuid
# configure:6528: clang -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:6528: $? = 0
# configure:6528: result: yes
# configure:6759: checking for egrep
# configure:6821: result: /usr/bin/grep -E
# configure:6831: checking for netstat
# configure:6861: result: no
# configure:6976: checking whether the C compiler (clang) accepts noreturn attribute
# configure:7001: clang -c -O2 -Wall conftest.c >&5
# conftest.c:54:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (1);
# ^
# conftest.c:54:4: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:7001: $? = 0
# configure:7011: result: yes
# configure:7019: checking for inline
# configure:7035: clang -c -O2 -Wall conftest.c >&5
# conftest.c:53:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:7035: $? = 0
# configure:7043: result: inline
# configure:7197: checking for /usr/ccs/bin/strip
# configure:7210: result: no
# configure:7437: checking that generated files are newer than configure
# configure:7443: result: done
# configure:7466: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by bwm-ng config.status 0.6.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7eb3e5a87687
#
# config.status:885: creating Makefile
# config.status:885: creating src/Makefile
# config.status:885: creating config.h
# config.status:1114: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# 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_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_file__proc_diskstats=yes
# ac_cv_file__proc_net_dev=yes
# ac_cv_file__usr_ccs_bin_strip=no
# ac_cv_func_curs_set=yes
# ac_cv_func_getifaddrs=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpwuid=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_ioctl=yes
# ac_cv_func_strlcpy=no
# ac_cv_func_sysctl=yes
# ac_cv_func_usleep=yes
# ac_cv_func_wattron=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_ifaddrs_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_if_h=yes
# ac_cv_header_linux_tty_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_pwd_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_stropts_h=yes
# ac_cv_header_sys_disk_h=no
# ac_cv_header_sys_dkstat_h=no
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_tty_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_curses_initscr_timeout=yes
# ac_cv_lib_kstat_kstat_open=no
# ac_cv_member_struct_if_data_ifi_ibytes=no
# ac_cv_member_struct_if_msghdr_ifm_data=no
# 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_make_make_set=yes
# ac_cv_type_unsigned_long_long=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# qef_cv_c_noreturn=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/bwm-ng/src/bwm-ng-0.6.1/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/bwm-ng/src/bwm-ng-0.6.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/bwm-ng/src/bwm-ng-0.6.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/bwm-ng/src/bwm-ng-0.6.1/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O2 -Wall'
# CPP='clang -E'
# CPPFLAGS=''
# 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'
# INPUT_SYSTEM=' proc_net_dev.o proc_diskstats.o'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lcurses '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/bwm-ng/src/bwm-ng-0.6.1/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NETSTAT_CMD=''
# OBJEXT='o'
# PACKAGE='bwm-ng'
# PACKAGE_BUGREPORT='bwmng@gropp.org'
# PACKAGE_NAME='bwm-ng'
# PACKAGE_STRING='bwm-ng 0.6.1'
# PACKAGE_TARNAME='bwm-ng'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.6.1'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='/usr/ccs/bin/strip ${TARGET}'
# VERSION='0.6.1'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_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'
# install_sh='${SHELL} /tmp/bwm-ng/src/bwm-ng-0.6.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/tmp/bwm-ng/pkg/bwm-ng/usr/share/man'
# mkdir_p='$(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 "bwm-ng"
# #define PACKAGE_TARNAME "bwm-ng"
# #define PACKAGE_VERSION "0.6.1"
# #define PACKAGE_STRING "bwm-ng 0.6.1"
# #define PACKAGE_BUGREPORT "bwmng@gropp.org"
# #define PACKAGE_URL ""
# #define PACKAGE "bwm-ng"
# #define VERSION "0.6.1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNSIGNED_LONG_LONG 1
# #define HAVE_LIBCURSES 1
# #define HAVE_WATTRON 1
# #define HAVE_CURS_SET 1
# #define HAVE_USLEEP 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_GETIFADDRS 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_SYSCTL 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_SYSCTL 1
# #define HAVE__PROC_NET_DEV 1
# #define HAVE__PROC_DISKSTATS 1
# #define HAVE_IOCTL 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_LINUX_IF_H 1
# #define HAVE_LINUX_TTY_H 1
# #define HAVE_STROPTS_H 1
# #define HTML 1
# #define CSV 1
# #define EXTENDED_STATS 1
# #define CONFIG_FILE 1
# #define HAVE_PWD_H 1
# #define HAVE_GETPWUID 1
# #define HAVE_GETPWUID 1
# #define FUNCATTR_NORETURN __attribute__ ((noreturn))
#
# configure: exit 0