Build of bwm-ng with vanilla toolchain

The build took 00h 00m 36s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bwm-ng 0.6.1-2 (Wed Aug 24 13:08:01 UTC 2016)
# ==> 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/sbin/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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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/sbin/grep -E
# checking for netstat... no
# checking whether the C compiler (gcc) 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'
# gcc -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
# gcc -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/bwm-ng.Tpo .deps/bwm-ng.Po
# gcc -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/process.Tpo .deps/process.Po
# gcc -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
# gcc -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/output.Tpo .deps/output.Po
# gcc -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/help.Tpo .deps/help.Po
# gcc -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
# mv -f .deps/curses_tools.Tpo .deps/curses_tools.Po
# gcc -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
# gcc -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_net_dev.Tpo .deps/proc_net_dev.Po
# mv -f .deps/proc_diskstats.Tpo .deps/proc_diskstats.Po
# gcc -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/sbin/mkdir -p '/tmp/bwm-ng/pkg/bwm-ng/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c bwm-ng '/tmp/bwm-ng/pkg/bwm-ng/bin'
# 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/sbin/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 (Wed Aug 24 13:08:09 UTC 2016)

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 = b935d37d1c16
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# 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/sbin/strip
# configure:2625: result: strip
# configure:2650: checking for a thread-safe mkdir -p
# configure:2689: result: /usr/sbin/mkdir -p
# configure:2696: checking for gawk
# configure:2712: found /usr/sbin/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:3062: result: no
# configure:3072: checking for gcc
# configure:3088: found /usr/sbin/gcc
# configure:3099: result: gcc
# configure:3328: checking for C compiler version
# configure:3337: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3348: $? = 0
# configure:3337: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3348: $? = 0
# configure:3337: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3348: $? = 1
# configure:3337: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3348: $? = 1
# configure:3368: checking whether the C compiler works
# configure:3390: gcc -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: gcc -o conftest -O2 -Wall conftest.c >&5
# configure:3464: $? = 0
# configure:3486: result:
# configure:3508: checking whether we are cross compiling
# configure:3516: gcc -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: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:3621: $? = 0
# configure:3630: result: yes
# configure:3639: checking whether gcc accepts -g
# configure:3659: gcc -c -g conftest.c >&5
# configure:3659: $? = 0
# configure:3700: result: yes
# configure:3717: checking for gcc option to accept ISO C89
# configure:3780: gcc -c -O2 -Wall conftest.c >&5
# configure:3780: $? = 0
# configure:3793: result: none needed
# configure:3818: checking whether gcc understands -c and -o together
# configure:3840: gcc -c conftest.c -o conftest2.o
# configure:3843: $? = 0
# configure:3840: gcc -c conftest.c -o conftest2.o
# configure:3843: $? = 0
# configure:3855: result: yes
# configure:3874: checking dependency style of gcc
# configure:3985: result: gcc3
# configure:4006: checking how to run the C preprocessor
# configure:4037: gcc -E conftest.c
# configure:4037: $? = 0
# configure:4051: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:4096: gcc -E conftest.c
# configure:4096: $? = 0
# configure:4110: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:4202: checking for egrep
# configure:4264: result: /usr/sbin/grep -E
# configure:4269: checking for ANSI C header files
# configure:4289: gcc -c -O2 -Wall conftest.c >&5
# configure:4289: $? = 0
# configure:4362: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for sys/stat.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for stdlib.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for string.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for memory.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for strings.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for inttypes.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for stdint.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4386: checking for unistd.h
# configure:4386: gcc -c -O2 -Wall conftest.c >&5
# configure:4386: $? = 0
# configure:4386: result: yes
# configure:4398: checking for unsigned long long
# configure:4398: gcc -c -O2 -Wall conftest.c >&5
# configure:4398: $? = 0
# configure:4398: gcc -c -O2 -Wall conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:57:33: error: expected expression before ')' token
# if (sizeof ((unsigned long long)))
# ^
# 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: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# conftest.c: In function 'main':
# conftest.c:33:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
# return initscr,timeout ();
# ^
# configure:4571: $? = 0
# configure:4580: result: yes
# configure:4643: checking for wattron
# configure:4643: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4643: $? = 0
# configure:4643: result: yes
# configure:4654: checking for curs_set
# configure:4654: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4654: $? = 0
# configure:4654: result: yes
# configure:4665: checking for usleep
# configure:4665: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4665: $? = 0
# configure:4665: result: yes
# configure:4676: checking for strlcpy
# configure:4676: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# /tmp/ccvobTB3.o: In function `main':
# conftest.c:(.text.startup+0x7): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# 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: gcc -c -O2 -Wall conftest.c >&5
# configure:4737: $? = 0
# configure:4737: result: yes
# configure:4737: checking time.h presence
# configure:4737: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking sys/time.h presence
# configure:4740: gcc -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: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4745: $? = 0
# configure:4745: result: yes
# configure:4813: checking getopt.h usability
# configure:4813: gcc -c -O2 -Wall conftest.c >&5
# configure:4813: $? = 0
# configure:4813: result: yes
# configure:4813: checking getopt.h presence
# configure:4813: gcc -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: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4821: $? = 0
# configure:4821: result: yes
# configure:4957: checking ifaddrs.h usability
# configure:4957: gcc -c -O2 -Wall conftest.c >&5
# configure:4957: $? = 0
# configure:4957: result: yes
# configure:4957: checking ifaddrs.h presence
# configure:4957: gcc -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: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:4962: $? = 0
# configure:4962: result: yes
# configure:4970: checking sys/socket.h usability
# configure:4970: gcc -c -O2 -Wall conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking sys/socket.h presence
# configure:4970: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:4982: $? = 0
# configure:4982: result: yes
# configure:4989: checking for struct if_data.ifi_ibytes
# configure:4989: gcc -c -O2 -Wall conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:53:23: error: storage size of 'ac_aggr' isn't known
# static struct if_data ac_aggr;
# ^~~~~~~
# conftest.c:53:23: warning: unused variable 'ac_aggr' [-Wunused-variable]
# 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: gcc -c -O2 -Wall conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:53:23: error: storage size of 'ac_aggr' isn't known
# static struct if_data ac_aggr;
# ^~~~~~~
# conftest.c:53:23: warning: unused variable 'ac_aggr' [-Wunused-variable]
# 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: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:56:25: error: storage size of 'ac_aggr' isn't known
# static struct if_msghdr ac_aggr;
# ^~~~~~~
# conftest.c:56:25: warning: unused variable 'ac_aggr' [-Wunused-variable]
# 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: gcc -c -O2 -Wall conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:56:25: error: storage size of 'ac_aggr' isn't known
# static struct if_msghdr ac_aggr;
# ^~~~~~~
# conftest.c:56:25: warning: unused variable 'ac_aggr' [-Wunused-variable]
# 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: gcc -c -O2 -Wall conftest.c >&5
# conftest.c:69:22: fatal error: sys/disk.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:36:22: fatal error: sys/disk.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -o conftest -O2 -Wall conftest.c -lkstat -lcurses >&5
# /usr/sbin/ld: cannot find -lkstat
# collect2: error: ld returned 1 exit status
# 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: gcc -c -O2 -Wall conftest.c >&5
# conftest.c:71:24: fatal error: sys/dkstat.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:38:24: fatal error: sys/dkstat.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:6358: $? = 0
# configure:6358: result: yes
# configure:6371: checking sys/tty.h usability
# configure:6371: gcc -c -O2 -Wall conftest.c >&5
# conftest.c:74:21: fatal error: sys/tty.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:41:21: fatal error: sys/tty.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c -O2 -Wall conftest.c >&5
# configure:6383: $? = 0
# configure:6383: result: yes
# configure:6383: checking linux/tty.h presence
# configure:6383: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:6395: $? = 0
# configure:6395: result: yes
# configure:6395: checking stropts.h presence
# configure:6395: gcc -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: gcc -c -O2 -Wall conftest.c >&5
# configure:6520: $? = 0
# configure:6520: result: yes
# configure:6520: checking pwd.h presence
# configure:6520: gcc -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: gcc -o conftest -O2 -Wall conftest.c -lcurses >&5
# configure:6528: $? = 0
# configure:6528: result: yes
# configure:6759: checking for egrep
# configure:6821: result: /usr/sbin/grep -E
# configure:6831: checking for netstat
# configure:6861: result: no
# configure:6976: checking whether the C compiler (gcc) accepts noreturn attribute
# configure:7001: gcc -c -O2 -Wall conftest.c >&5
# conftest.c: In function 'f':
# conftest.c:54:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (1);
# ^~~~
# conftest.c:54:4: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:54:4: note: include '' or provide a declaration of 'exit'
# configure:7001: $? = 0
# configure:7011: result: yes
# configure:7019: checking for inline
# configure:7035: gcc -c -O2 -Wall conftest.c >&5
# 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 b935d37d1c16
#
# 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=
# ac_cv_env_CC_value=
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O2 -Wall'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# 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/sbin/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='gcc'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_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