The build took 00h 01m 07s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language | 
|---|---|
3,957 | 
          ansic | 
1,102 | 
          makefile | 
1,032 | 
          sh | 
6,091 | 
          total | 
The process tree of the build process is here.
    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:
        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/libexecCMD: 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: whowatch 1.8.5-2 (Thu Apr 13 16:25:35 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...configure: WARNING: If you wanted to set the --build type, don't use --host.    If a cross compiler is detected then cross compile mode will be used.checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking whether make sets $(MAKE)... (cached) yeschecking for kvm_openfiles in -lkvm... nochecking for scrollok in -lncurses... yeschecking for dirent.h that defines DIR... yeschecking for library containing opendir... none requiredchecking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for ANSI C header files... yeschecking for sys/wait.h that is POSIX.1 compatible... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking sys/ioctl.h usability... yeschecking sys/ioctl.h presence... yeschecking for sys/ioctl.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for unistd.h... (cached) yeschecking curses.h usability... yeschecking curses.h presence... yeschecking for curses.h... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for pid_t... yeschecking for struct stat.st_rdev... yeschecking whether time.h and sys/time.h may both be included... yeschecking whether utmp has USER_PROCESS type... yeschecking whether utmp has DEAD_PROCESS type... yeschecking whether utmp struct has ut_pid member... yeschecking whether utmp struct has ut_name member... yeschecking whether clang needs -traditional... nochecking return type of signal handlers... voidchecking for select... yeschecking for getloadavg... yeschecking whether select() modifies the time value... yeschecking whether sysctl() can be used... noconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating src/config.hconfig.status: executing depfiles commandsMaking all in srcmake[1]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5/src'make  all-ammake[2]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5/src'clang -DHAVE_CONFIG_H -I.      -MT whowatch.o -MD -MP -MF .deps/whowatch.Tpo -c -o whowatch.o whowatch.cwhowatch.c:300:2: warning: implicit declaration of function 'info_reg' is invalid in C99 [-Wimplicit-function-declaration]        info_reg(w);        ^1 warning generated.mv -f .deps/whowatch.Tpo .deps/whowatch.Poclang -DHAVE_CONFIG_H -I.      -MT plist.o -MD -MP -MF .deps/plist.Tpo -c -o plist.o plist.cplist.c:150:21: warning: passing 'u8 [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]                offset = snprintf(w->mwin->gbuf, w->mwin->gbsize, "\x6%4d ", p->line + 1);                                  ^~~~~~~~~~~~~/usr/include/stdio.h:386:39: note: passing argument to parameter '__s' hereextern int snprintf (char *__restrict __s, size_t __maxlen,                                      ^plist.c:153:12: warning: passing 'u8 *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]                snprintf(w->mwin->gbuf+offset, w->mwin->gbsize-offset ,"\x3%5d %c%c \x3%-8s \x2%s \x3%s",                          ^~~~~~~~~~~~~~~~~~~~/usr/include/stdio.h:386:39: note: passing argument to parameter '__s' hereextern int snprintf (char *__restrict __s, size_t __maxlen,                                      ^plist.c:158:12: warning: passing 'u8 *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]                snprintf(w->mwin->gbuf+offset, w->mwin->gbsize-offset,"\x3%5d %c%c \x2%s \x3%s",                         ^~~~~~~~~~~~~~~~~~~~/usr/include/stdio.h:386:39: note: passing argument to parameter '__s' hereextern int snprintf (char *__restrict __s, size_t __maxlen,                                      ^plist.c:162:9: warning: returning 'u8 [256]' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]        return w->mwin->gbuf;               ^~~~~~~~~~~~~plist.c:192:2: warning: implicit declaration of function 'scr_crsr_jmp' is invalid in C99 [-Wimplicit-function-declaration]        scr_crsr_jmp(w, p->line);        ^plist.c:201:8: warning: initializing 'char *' with an expression of type 'u8 [256]' converts between pointers to integer types with different sign [-Wpointer-sign]        char *buf = w->mwin->gbuf;              ^     ~~~~~~~~~~~~~6 warnings generated.mv -f .deps/plist.Tpo .deps/plist.Poclang -DHAVE_CONFIG_H -I.      -MT procinfo.o -MD -MP -MF .deps/procinfo.Tpo -c -o procinfo.o procinfo.cmv -f .deps/procinfo.Tpo .deps/procinfo.Poclang -DHAVE_CONFIG_H -I.      -MT proctree.o -MD -MP -MF .deps/proctree.Tpo -c -o proctree.o proctree.cmv -f .deps/proctree.Tpo .deps/proctree.Poclang -DHAVE_CONFIG_H -I.      -MT block.o -MD -MP -MF .deps/block.Tpo -c -o block.o block.cmv -f .deps/block.Tpo .deps/block.Poclang -DHAVE_CONFIG_H -I.      -MT owner.o -MD -MP -MF .deps/owner.Tpo -c -o owner.o owner.cmv -f .deps/owner.Tpo .deps/owner.Poclang -DHAVE_CONFIG_H -I.      -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.cmv -f .deps/screen.Tpo .deps/screen.Poclang -DHAVE_CONFIG_H -I.      -MT ulist.o -MD -MP -MF .deps/ulist.Tpo -c -o ulist.o ulist.culist.c:86:15: warning: passing 'u8 [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]        n = snprintf(w->mwin->gbuf, w->mwin->gbsize, "%-14.14s %-9.9s %-6.6s %-19.19s %s",                     ^~~~~~~~~~~~~/usr/include/stdio.h:386:39: note: passing argument to parameter '__s' hereextern int snprintf (char *__restrict __s, size_t __maxlen,                                      ^ulist.c:89:17: warning: passing 'u8 [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]        scr_maddstr(w, w->mwin->gbuf, u->line, 0, n);                       ^~~~~~~~~~~~~./whowatch.h:129:39: note: passing argument to parameter herevoid scr_maddstr(struct wdgt *, char *, u32 , u32, u32);                                      ^ulist.c:268:2: warning: implicit declaration of function 'scr_crsr_jmp' is invalid in C99 [-Wimplicit-function-declaration]        scr_crsr_jmp(w, u->line);        ^3 warnings generated.mv -f .deps/ulist.Tpo .deps/ulist.Poclang -DHAVE_CONFIG_H -I.      -MT exti.o -MD -MP -MF .deps/exti.Tpo -c -o exti.o exti.cmv -f .deps/exti.Tpo .deps/exti.Poclang -DHAVE_CONFIG_H -I.      -MT pluglib.o -MD -MP -MF .deps/pluglib.Tpo -c -o pluglib.o pluglib.cmv -f .deps/pluglib.Tpo .deps/pluglib.Poclang -DHAVE_CONFIG_H -I.      -MT wdgts.o -MD -MP -MF .deps/wdgts.Tpo -c -o wdgts.o wdgts.cwdgts.c:28:34: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]        ret = wmsg_send(w, MSND_SEARCH, (void *)type);                                        ^wdgts.c:78:18: warning: passing 'u8 [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]        if(do_search(w, w->mwin->gbuf, type) == 2 && !type) {                        ^~~~~~~~~~~~~wdgts.c:16:44: note: passing argument to parameter 's' herestatic int do_search(struct wdgt *w, char *s, int type)                                           ^wdgts.c:79:16: warning: passing 'u8 [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]                do_search(w, w->mwin->gbuf, 2);                             ^~~~~~~~~~~~~wdgts.c:16:44: note: passing argument to parameter 's' herestatic int do_search(struct wdgt *w, char *s, int type)                                           ^3 warnings generated.mv -f .deps/wdgts.Tpo .deps/wdgts.Poclang -DHAVE_CONFIG_H -I.      -MT proc_plugin.o -MD -MP -MF .deps/proc_plugin.Tpo -c -o proc_plugin.o proc_plugin.cproc_plugin.c:400:12: warning: passing 'unsigned long *' to parameter of type 'const time_t *' (aka 'const long *') converts between pointers to integer types with different sign [-Wpointer-sign]        s = ctime(&sec);                  ^~~~/usr/include/time.h:264:35: note: passing argument to parameter '__timer' hereextern char *ctime (const time_t *__timer) __THROW;                                  ^1 warning generated.mv -f .deps/proc_plugin.Tpo .deps/proc_plugin.Poclang -DHAVE_CONFIG_H -I.      -MT user_plugin.o -MD -MP -MF .deps/user_plugin.Tpo -c -o user_plugin.o user_plugin.cmv -f .deps/user_plugin.Tpo .deps/user_plugin.Poclang -DHAVE_CONFIG_H -I.      -MT kbd.o -MD -MP -MF .deps/kbd.Tpo -c -o kbd.o kbd.ckbd.c:55:10: warning: use of GNU old-style field designator extension [-Wgnu-designator]} seq = {argp: seq.arg};         ^~~~~         .argp = kbd.c:321:9: warning: initializing 'char *' with an expression of type 'u8 [20]' converts between pointers to integer types with different sign [-Wpointer-sign]                char *q = buf;                      ^   ~~~kbd.c:323:5: warning: assigning to 'u8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]                e = q;                  ^ ~3 warnings generated.mv -f .deps/kbd.Tpo .deps/kbd.Poclang    -rdynamic -o whowatch whowatch.o plist.o procinfo.o proctree.o block.o owner.o screen.o ulist.o exti.o pluglib.o wdgts.o proc_plugin.o user_plugin.o kbd.o  -lncursesmake[2]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5/src'make[1]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5/src'make[1]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5'make[1]: Nothing to be done for 'all-am'.make[1]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5'==> Entering fakeroot environment...==> Starting package()...Making install in srcmake[1]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5/src'make[2]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5/src'test -z "/tmp/whowatch/pkg/whowatch/usr/bin" || /usr/bin/mkdir -p "/tmp/whowatch/pkg/whowatch/usr/bin"  /usr/bin/install -c whowatch '/tmp/whowatch/pkg/whowatch/usr/bin'make[2]: Nothing to be done for 'install-data-am'.make[2]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5/src'make[1]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5/src'make[1]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5'make[2]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5'make[2]: Nothing to be done for 'install-exec-am'.test -z "/tmp/whowatch/pkg/whowatch/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/whowatch/pkg/whowatch/usr/share/man/man1" /usr/bin/install -c -m 644 whowatch.1 '/tmp/whowatch/pkg/whowatch/usr/share/man/man1'make[2]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5'make[1]: Leaving directory '/tmp/whowatch/src/whowatch-1.8.5'==> Tidying install...  -> Removing doc files...  -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "whowatch"...  -> Generating .PKGINFO file...  -> Generating .BUILDINFO file...error: invalid option '--noprogressbar'  -> Generating .MTREE file...  -> Compressing package...==> Leaving fakeroot environment.==> Finished making: whowatch 1.8.5-2 (Thu Apr 13 16:25:43 UTC 2017)CMD: pacman --query --file whowatch-1.8.5-2-x86_64.pkg.tar.xz
        Creating hybrid package for 'whowatch'
        Trying to find vanilla package 'whowatch'...
        CMD: pacman --query --file /mirror/whowatch-1.8.5-2.pkg.tar.xz
        Package file has the following structure:
        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 whowatch.pkg.tar.xz .PKGINFO
        Created package at path /var/cache/pacman/pkg/whowatch.pkg.tar.xz
        Attempting to access local repository, attempt 1
        CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/whowatch.pkg.tar.xz
        ==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/whowatch.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/whowatch/src/whowatch-1.8.5/config.log'
        This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by whowatch configure 1.8.5, which wasgenerated by GNU Autoconf 2.65.  Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 5409ce297bf6uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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          = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2258: checking for a BSD-compatible installconfigure:2326: result: /usr/bin/install -cconfigure:2337: checking whether build environment is saneconfigure:2387: result: yesconfigure:2436: checking for x86_64-unknown-linux-stripconfigure:2466: result: noconfigure:2476: checking for stripconfigure:2492: found /usr/bin/stripconfigure:2503: result: stripconfigure:2528: checking for a thread-safe mkdir -pconfigure:2567: result: /usr/bin/mkdir -pconfigure:2580: checking for gawkconfigure:2596: found /usr/bin/gawkconfigure:2607: result: gawkconfigure:2618: checking whether make sets $(MAKE)configure:2640: result: yesconfigure:2733: checking for x86_64-unknown-linux-gccconfigure:2760: result: clangconfigure:3029: checking for C compiler versionconfigure:3038: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:3049: $? = 0configure:3038: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:3049: $? = 0configure:3038: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3049: $? = 1configure:3038: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3049: $? = 1configure:3069: checking whether the C compiler worksconfigure:3091: clang    conftest.c  >&5configure:3095: $? = 0configure:3144: result: yesconfigure:3147: checking for C compiler default output file nameconfigure:3149: result: a.outconfigure:3155: checking for suffix of executablesconfigure:3162: clang -o conftest    conftest.c  >&5configure:3166: $? = 0configure:3188: result:configure:3210: checking whether we are cross compilingconfigure:3218: clang -o conftest    conftest.c  >&5configure:3222: $? = 0configure:3229: ./conftestconfigure:3233: $? = 0configure:3248: result: noconfigure:3253: checking for suffix of object filesconfigure:3275: clang -c   conftest.c >&5configure:3279: $? = 0configure:3300: result: oconfigure:3304: checking whether we are using the GNU C compilerconfigure:3323: clang -c   conftest.c >&5configure:3323: $? = 0configure:3332: result: yesconfigure:3341: checking whether clang accepts -gconfigure:3361: clang -c -g  conftest.c >&5configure:3361: $? = 0configure:3402: result: yesconfigure:3419: checking for clang option to accept ISO C89configure:3483: clang  -c   conftest.c >&5configure:3483: $? = 0configure:3496: result: none neededconfigure:3527: checking for style of include used by makeconfigure:3555: result: GNUconfigure:3580: checking dependency style of clangconfigure:3690: result: gcc3configure:3706: checking whether make sets $(MAKE)configure:3728: result: yesconfigure:3741: checking for kvm_openfiles in -lkvmconfigure:3766: clang -o conftest    -rdynamic conftest.c -lkvm   >&5/usr/bin/ld: cannot find -lkvmclang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:3766: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "whowatch"| #define PACKAGE_TARNAME "whowatch"| #define PACKAGE_VERSION "1.8.5"| #define PACKAGE_STRING "whowatch 1.8.5"| #define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"| #define PACKAGE_URL ""| #define PACKAGE "whowatch"| #define VERSION "1.8.5"| /* 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 kvm_openfiles ();| int| main ()| {| return kvm_openfiles ();|   ;|   return 0;| }configure:3775: result: noconfigure:3787: checking for scrollok in -lncursesconfigure:3812: clang -o conftest    -rdynamic conftest.c -lncurses   >&5configure:3812: $? = 0configure:3821: result: yesconfigure:3876: checking for dirent.h that defines DIRconfigure:3895: clang -c   conftest.c >&5configure:3895: $? = 0configure:3903: result: yesconfigure:3917: checking for library containing opendirconfigure:3948: clang -o conftest    -rdynamic conftest.c  -lncurses >&5configure:3948: $? = 0configure:3965: result: none requiredconfigure:4037: checking how to run the C preprocessorconfigure:4068: clang -E  conftest.cconfigure:4068: $? = 0configure:4082: clang -E  conftest.cconftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:4082: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "whowatch"| #define PACKAGE_TARNAME "whowatch"| #define PACKAGE_VERSION "1.8.5"| #define PACKAGE_STRING "whowatch 1.8.5"| #define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"| #define PACKAGE_URL ""| #define PACKAGE "whowatch"| #define VERSION "1.8.5"| #define HAVE_DIRENT_H 1| /* end confdefs.h.  */| #include configure:4107: result: clang -Econfigure:4127: clang -E  conftest.cconfigure:4127: $? = 0configure:4141: clang -E  conftest.cconftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:4141: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "whowatch"| #define PACKAGE_TARNAME "whowatch"| #define PACKAGE_VERSION "1.8.5"| #define PACKAGE_STRING "whowatch 1.8.5"| #define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"| #define PACKAGE_URL ""| #define PACKAGE "whowatch"| #define VERSION "1.8.5"| #define HAVE_DIRENT_H 1| /* end confdefs.h.  */| #include configure:4170: checking for grep that handles long lines and -econfigure:4228: result: /usr/bin/grepconfigure:4233: checking for egrepconfigure:4295: result: /usr/bin/grep -Econfigure:4300: checking for ANSI C header filesconfigure:4320: clang -c   conftest.c >&5configure:4320: $? = 0configure:4393: clang -o conftest    -rdynamic conftest.c  -lncurses >&5configure:4393: $? = 0configure:4393: ./conftestconfigure:4393: $? = 0configure:4404: result: yesconfigure:4412: checking for sys/wait.h that is POSIX.1 compatibleconfigure:4438: clang -c   conftest.c >&5configure:4438: $? = 0configure:4445: result: yesconfigure:4458: checking for sys/types.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for sys/stat.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for stdlib.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for string.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for memory.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for strings.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for inttypes.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for stdint.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for unistd.hconfigure:4458: clang -c   conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4474: checking fcntl.h usabilityconfigure:4474: clang -c   conftest.c >&5configure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking fcntl.h presenceconfigure:4474: clang -E  conftest.cconfigure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking for fcntl.hconfigure:4474: result: yesconfigure:4474: checking sys/ioctl.h usabilityconfigure:4474: clang -c   conftest.c >&5configure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking sys/ioctl.h presenceconfigure:4474: clang -E  conftest.cconfigure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking for sys/ioctl.hconfigure:4474: result: yesconfigure:4474: checking sys/time.h usabilityconfigure:4474: clang -c   conftest.c >&5configure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking sys/time.h presenceconfigure:4474: clang -E  conftest.cconfigure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking for sys/time.hconfigure:4474: result: yesconfigure:4474: checking for unistd.hconfigure:4474: result: yesconfigure:4487: checking curses.h usabilityconfigure:4487: clang -c   conftest.c >&5configure:4487: $? = 0configure:4487: result: yesconfigure:4487: checking curses.h presenceconfigure:4487: clang -E  conftest.cconfigure:4487: $? = 0configure:4487: result: yesconfigure:4487: checking for curses.hconfigure:4487: result: yesconfigure:4498: checking for an ANSI C-conforming constconfigure:4563: clang -c   conftest.c >&5configure:4563: $? = 0configure:4570: result: yesconfigure:4578: checking for inlineconfigure:4594: clang -c   conftest.c >&5configure:4594: $? = 0configure:4602: result: inlineconfigure:4620: checking for pid_tconfigure:4620: clang -c   conftest.c >&5configure:4620: $? = 0configure:4620: clang -c   conftest.c >&5conftest.c:64:20: error: expected expressionif (sizeof ((pid_t)))^1 error generated.configure:4620: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "whowatch"| #define PACKAGE_TARNAME "whowatch"| #define PACKAGE_VERSION "1.8.5"| #define PACKAGE_STRING "whowatch 1.8.5"| #define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"| #define PACKAGE_URL ""| #define PACKAGE "whowatch"| #define VERSION "1.8.5"| #define HAVE_DIRENT_H 1| #define STDC_HEADERS 1| #define HAVE_SYS_WAIT_H 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_FCNTL_H 1| #define HAVE_SYS_IOCTL_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE_CURSES_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 ((pid_t)))| 	    return 0;|   ;|   return 0;| }configure:4620: result: yesconfigure:4631: checking for struct stat.st_rdevconfigure:4631: clang -c   conftest.c >&5configure:4631: $? = 0configure:4631: result: yesconfigure:4644: checking whether time.h and sys/time.h may both be includedconfigure:4664: clang -c   conftest.c >&5configure:4664: $? = 0configure:4671: result: yesconfigure:4680: checking whether utmp has USER_PROCESS typeconfigure:4696: clang -c   conftest.c >&5configure:4696: $? = 0configure:4697: result: yesconfigure:4708: checking whether utmp has DEAD_PROCESS typeconfigure:4724: clang -c   conftest.c >&5configure:4724: $? = 0configure:4725: result: yesconfigure:4736: checking whether utmp struct has ut_pid memberconfigure:4752: clang -c   conftest.c >&5configure:4752: $? = 0configure:4753: result: yesconfigure:4764: checking whether utmp struct has ut_name memberconfigure:4780: clang -c   conftest.c >&5configure:4780: $? = 0configure:4781: result: yesconfigure:4793: checking whether clang needs -traditionalconfigure:4827: result: noconfigure:4834: checking return type of signal handlersconfigure:4852: clang -c   conftest.c >&5conftest.c:41:8: error: indirection requires pointer operand ('void' invalid)return *(signal (0, 0)) (0) == 1;^~~~~~~~~~~~~~~~~~~~1 error generated.configure:4852: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "whowatch"| #define PACKAGE_TARNAME "whowatch"| #define PACKAGE_VERSION "1.8.5"| #define PACKAGE_STRING "whowatch 1.8.5"| #define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"| #define PACKAGE_URL ""| #define PACKAGE "whowatch"| #define VERSION "1.8.5"| #define HAVE_DIRENT_H 1| #define STDC_HEADERS 1| #define HAVE_SYS_WAIT_H 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_FCNTL_H 1| #define HAVE_SYS_IOCTL_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE_CURSES_H 1| #define HAVE_STRUCT_STAT_ST_RDEV 1| #define HAVE_ST_RDEV 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_USER_PROCESS 1| #define HAVE_DEAD_PROCESS 1| #define HAVE_UTPID 1| #define HAVE_UT_NAME 1| /* end confdefs.h.  */| #include | #include || int| main ()| {| return *(signal (0, 0)) (0) == 1;|   ;|   return 0;| }configure:4859: result: voidconfigure:4869: checking for selectconfigure:4869: clang -o conftest    -rdynamic conftest.c  -lncurses >&5configure:4869: $? = 0configure:4869: result: yesconfigure:4880: checking for getloadavgconfigure:4880: clang -o conftest    -rdynamic conftest.c  -lncurses >&5configure:4880: $? = 0configure:4880: result: yesconfigure:4890: checking whether select() modifies the time valueconfigure:4914: clang -o conftest    -rdynamic conftest.c  -lncurses >&5conftest.c:49:20: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]if(tv.tv_sec == 0) exit(0);^conftest.c:49:20: note: include the header  or explicitly provide a declaration for 'exit' 1 warning generated.configure:4914: $? = 0configure:4914: ./conftestconfigure:4914: $? = 0configure:4915: result: yesconfigure:4928: checking whether sysctl() can be usedconfigure:4947: clang -c   conftest.c >&5conftest.c:46:21: error: use of undeclared identifier 'KERN_PROC'; did you mean 'KERN_PROF'?int mib[]={CTL_KERN,KERN_PROC,KERN_PROC_PID,1};^~~~~~~~~KERN_PROF/usr/include/linux/sysctl.h:91:2: note: 'KERN_PROF' declared hereKERN_PROF=6,            /* table: profiling information */^conftest.c:46:31: error: use of undeclared identifier 'KERN_PROC_PID'int mib[]={CTL_KERN,KERN_PROC,KERN_PROC_PID,1};^conftest.c:48:19: warning: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types]sysctl(mib, 4, 0, &len, 0, 0);^~~~/usr/include/sys/sysctl.h:69:14: note: passing argument to parameter '__oldlenp' heresize_t *__oldlenp, void *__newval, size_t __newlen) __THROW;^1 warning and 2 errors generated.configure:4947: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "whowatch"| #define PACKAGE_TARNAME "whowatch"| #define PACKAGE_VERSION "1.8.5"| #define PACKAGE_STRING "whowatch 1.8.5"| #define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"| #define PACKAGE_URL ""| #define PACKAGE "whowatch"| #define VERSION "1.8.5"| #define HAVE_DIRENT_H 1| #define STDC_HEADERS 1| #define HAVE_SYS_WAIT_H 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_FCNTL_H 1| #define HAVE_SYS_IOCTL_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_UNISTD_H 1| #define HAVE_CURSES_H 1| #define HAVE_STRUCT_STAT_ST_RDEV 1| #define HAVE_ST_RDEV 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_USER_PROCESS 1| #define HAVE_DEAD_PROCESS 1| #define HAVE_UTPID 1| #define HAVE_UT_NAME 1| #define RETSIGTYPE void| #define HAVE_SELECT 1| #define HAVE_GETLOADAVG 1| #define RETURN_TV_IN_SELECT 1| /* end confdefs.h.  */| #include | #include | #include | int| main ()| {|| int mib[]={CTL_KERN,KERN_PROC,KERN_PROC_PID,1};| int len;| sysctl(mib, 4, 0, &len, 0, 0);||   ;|   return 0;| }configure:4953: result: noconfigure:5085: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by whowatch config.status 1.8.5, which wasgenerated by GNU Autoconf 2.65.  Invocation command line wasCONFIG_FILES    =CONFIG_HEADERS  =CONFIG_LINKS    =CONFIG_COMMANDS =$ ./config.statuson 5409ce297bf6config.status:870: creating Makefileconfig.status:870: creating src/Makefileconfig.status:870: creating src/config.hconfig.status:1090: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_c_inline=inlineac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_getloadavg=yesac_cv_func_select=yesac_cv_header_curses_h=yesac_cv_header_dirent_dirent_h=yesac_cv_header_fcntl_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_ioctl_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_sys_wait_h=yesac_cv_header_time=yesac_cv_header_unistd_h=yesac_cv_lib_kvm_kvm_openfiles=noac_cv_lib_ncurses_scrollok=yesac_cv_member_struct_stat_st_rdev=yesac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_gcc_traditional=noac_cv_prog_make_make_set=yesac_cv_search_opendir='none required'ac_cv_type_pid_t=yesac_cv_type_signal=voidam_cv_CC_dependencies_compiler_type=gcc3## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/whowatch/src/whowatch-1.8.5/missing --run aclocal-1.11'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='${SHELL} /tmp/whowatch/src/whowatch-1.8.5/missing --run tar'AUTOCONF='${SHELL} /tmp/whowatch/src/whowatch-1.8.5/missing --run autoconf'AUTOHEADER='${SHELL} /tmp/whowatch/src/whowatch-1.8.5/missing --run autoheader'AUTOMAKE='${SHELL} /tmp/whowatch/src/whowatch-1.8.5/missing --run automake-1.11'AWK='gawk'CC='clang'CCDEPMODE='depmode=gcc3'CFLAGS=''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'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=' -rdynamic'LIBOBJS=''LIBS=' -lncurses'LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/whowatch/src/whowatch-1.8.5/missing --run makeinfo'MKDIR_P='/usr/bin/mkdir -p'OBJEXT='o'PACKAGE='whowatch'PACKAGE_BUGREPORT='http://github.com/mtsuszycki/whowatch/issues'PACKAGE_NAME='whowatch'PACKAGE_STRING='whowatch 1.8.5'PACKAGE_TARNAME='whowatch'PACKAGE_URL=''PACKAGE_VERSION='1.8.5'PATH_SEPARATOR=':'SET_MAKE=''SHELL='/bin/sh'STRIP='strip'VERSION='1.8.5'ac_ct_CC=''am__EXEEXT_FALSE=''am__EXEEXT_TRUE='#'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__quote=''am__tar='${AMTAR} chof - "$$tardir"'am__untar='${AMTAR} xf -'bindir='${exec_prefix}/bin'build_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/whowatch/src/whowatch-1.8.5/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='/usr/bin/mkdir -p'oldincludedir='/usr/include'os='linux'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 "whowatch"#define PACKAGE_TARNAME "whowatch"#define PACKAGE_VERSION "1.8.5"#define PACKAGE_STRING "whowatch 1.8.5"#define PACKAGE_BUGREPORT "http://github.com/mtsuszycki/whowatch/issues"#define PACKAGE_URL ""#define PACKAGE "whowatch"#define VERSION "1.8.5"#define HAVE_DIRENT_H 1#define STDC_HEADERS 1#define HAVE_SYS_WAIT_H 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1#define HAVE_FCNTL_H 1#define HAVE_SYS_IOCTL_H 1#define HAVE_SYS_TIME_H 1#define HAVE_UNISTD_H 1#define HAVE_CURSES_H 1#define HAVE_STRUCT_STAT_ST_RDEV 1#define HAVE_ST_RDEV 1#define TIME_WITH_SYS_TIME 1#define HAVE_USER_PROCESS 1#define HAVE_DEAD_PROCESS 1#define HAVE_UTPID 1#define HAVE_UT_NAME 1#define RETSIGTYPE void#define HAVE_SELECT 1#define HAVE_GETLOADAVG 1#define RETURN_TV_IN_SELECT 1configure: exit 0