The build took 00h 01m 18s 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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: whowatch 1.8.5-2 (Wed Aug 24 13:23:50 UTC 2016)==> 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/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking 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 gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... 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... gcc -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/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 gcc 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'gcc -DHAVE_CONFIG_H -I. -MT whowatch.o -MD -MP -MF .deps/whowatch.Tpo -c -o whowatch.o whowatch.cgcc -DHAVE_CONFIG_H -I. -MT plist.o -MD -MP -MF .deps/plist.Tpo -c -o plist.o plist.cplist.c: In function 'getprocbyname':plist.c:192:2: warning: implicit declaration of function 'scr_crsr_jmp' [-Wimplicit-function-declaration] scr_crsr_jmp(w, p->line); ^~~~~~~~~~~~whowatch.c: In function 'info_wdgt':whowatch.c:300:2: warning: implicit declaration of function 'info_reg' [-Wimplicit-function-declaration] info_reg(w); ^~~~~~~~plist.c: In function 'pmsgh':plist.c:286:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int *)(intptr_t)(getprocbyname(w, (u32)d)); ^mv -f .deps/plist.Tpo .deps/plist.Pogcc -DHAVE_CONFIG_H -I. -MT procinfo.o -MD -MP -MF .deps/procinfo.Tpo -c -o procinfo.o procinfo.cmv -f .deps/whowatch.Tpo .deps/whowatch.Pogcc -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.Pogcc -DHAVE_CONFIG_H -I. -MT block.o -MD -MP -MF .deps/block.Tpo -c -o block.o block.cmv -f .deps/procinfo.Tpo .deps/procinfo.Pogcc -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.Pomv -f .deps/block.Tpo .deps/block.Pogcc -DHAVE_CONFIG_H -I. -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.cgcc -DHAVE_CONFIG_H -I. -MT ulist.o -MD -MP -MF .deps/ulist.Tpo -c -o ulist.o ulist.culist.c: In function 'user_search':ulist.c:268:2: warning: implicit declaration of function 'scr_crsr_jmp' [-Wimplicit-function-declaration] scr_crsr_jmp(w, u->line); ^~~~~~~~~~~~ulist.c: In function 'umsgh':ulist.c:290:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (void *)(intptr_t)user_search(w, (u32)d); ^mv -f .deps/ulist.Tpo .deps/ulist.Pogcc -DHAVE_CONFIG_H -I. -MT exti.o -MD -MP -MF .deps/exti.Tpo -c -o exti.o exti.cmv -f .deps/screen.Tpo .deps/screen.Pogcc -DHAVE_CONFIG_H -I. -MT pluglib.o -MD -MP -MF .deps/pluglib.Tpo -c -o pluglib.o pluglib.cmv -f .deps/exti.Tpo .deps/exti.Pogcc -DHAVE_CONFIG_H -I. -MT wdgts.o -MD -MP -MF .deps/wdgts.Tpo -c -o wdgts.o wdgts.cmv -f .deps/pluglib.Tpo .deps/pluglib.Pogcc -DHAVE_CONFIG_H -I. -MT proc_plugin.o -MD -MP -MF .deps/proc_plugin.Tpo -c -o proc_plugin.o proc_plugin.cwdgts.c: In function 'do_search':wdgts.c:28:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ret = wmsg_send(w, MSND_SEARCH, (void *)type); ^mv -f .deps/wdgts.Tpo .deps/wdgts.Pogcc -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.Pogcc -DHAVE_CONFIG_H -I. -MT kbd.o -MD -MP -MF .deps/kbd.Tpo -c -o kbd.o kbd.cmv -f .deps/kbd.Tpo .deps/kbd.Pomv -f .deps/proc_plugin.Tpo .deps/proc_plugin.Pogcc -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'make[2]: Nothing to be done for 'install-data-am'.test -z "/tmp/whowatch/pkg/whowatch/usr/bin" || /usr/sbin/mkdir -p "/tmp/whowatch/pkg/whowatch/usr/bin" /usr/bin/install -c whowatch '/tmp/whowatch/pkg/whowatch/usr/bin'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/sbin/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 (Wed Aug 24 13:23:59 UTC 2016)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
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/whowatch.pkg.tar.xz
Attempting to access local repository, attempt 3
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 = 937b047e2ee8uname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /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/sbin/stripconfigure:2503: result: stripconfigure:2528: checking for a thread-safe mkdir -pconfigure:2567: result: /usr/sbin/mkdir -pconfigure:2580: checking for gawkconfigure:2596: found /usr/sbin/gawkconfigure:2607: result: gawkconfigure:2618: checking whether make sets $(MAKE)configure:2640: result: yesconfigure:2733: checking for x86_64-unknown-linux-gccconfigure:2763: result: noconfigure:2773: checking for gccconfigure:2789: found /usr/sbin/gccconfigure:2800: result: gccconfigure:3029: checking for C compiler versionconfigure:3038: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3049: $? = 0configure:3038: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:3049: $? = 0configure:3038: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:3049: $? = 1configure:3038: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:3049: $? = 1configure:3069: checking whether the C compiler worksconfigure:3091: gcc 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: gcc -o conftest conftest.c >&5configure:3166: $? = 0configure:3188: result:configure:3210: checking whether we are cross compilingconfigure:3218: gcc -o conftest conftest.c >&5configure:3222: $? = 0configure:3229: ./conftestconfigure:3233: $? = 0configure:3248: result: noconfigure:3253: checking for suffix of object filesconfigure:3275: gcc -c conftest.c >&5configure:3279: $? = 0configure:3300: result: oconfigure:3304: checking whether we are using the GNU C compilerconfigure:3323: gcc -c conftest.c >&5configure:3323: $? = 0configure:3332: result: yesconfigure:3341: checking whether gcc accepts -gconfigure:3361: gcc -c -g conftest.c >&5configure:3361: $? = 0configure:3402: result: yesconfigure:3419: checking for gcc option to accept ISO C89configure:3483: gcc -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 gccconfigure:3690: result: gcc3configure:3706: checking whether make sets $(MAKE)configure:3728: result: yesconfigure:3741: checking for kvm_openfiles in -lkvmconfigure:3766: gcc -o conftest -rdynamic conftest.c -lkvm >&5/usr/sbin/ld: cannot find -lkvmcollect2: error: ld returned 1 exit statusconfigure: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: gcc -o conftest -rdynamic conftest.c -lncurses >&5configure:3812: $? = 0configure:3821: result: yesconfigure:3876: checking for dirent.h that defines DIRconfigure:3895: gcc -c conftest.c >&5configure:3895: $? = 0configure:3903: result: yesconfigure:3917: checking for library containing opendirconfigure:3948: gcc -o conftest -rdynamic conftest.c -lncurses >&5configure:3948: $? = 0configure:3965: result: none requiredconfigure:4037: checking how to run the C preprocessorconfigure:4068: gcc -E conftest.cconfigure:4068: $? = 0configure:4082: gcc -E conftest.cconftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.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: gcc -Econfigure:4127: gcc -E conftest.cconfigure:4127: $? = 0configure:4141: gcc -E conftest.cconftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.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/sbin/grepconfigure:4233: checking for egrepconfigure:4295: result: /usr/sbin/grep -Econfigure:4300: checking for ANSI C header filesconfigure:4320: gcc -c conftest.c >&5configure:4320: $? = 0configure:4393: gcc -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: gcc -c conftest.c >&5configure:4438: $? = 0configure:4445: result: yesconfigure:4458: checking for sys/types.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for sys/stat.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for stdlib.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for string.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for memory.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for strings.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for inttypes.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for stdint.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4458: checking for unistd.hconfigure:4458: gcc -c conftest.c >&5configure:4458: $? = 0configure:4458: result: yesconfigure:4474: checking fcntl.h usabilityconfigure:4474: gcc -c conftest.c >&5configure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking fcntl.h presenceconfigure:4474: gcc -E conftest.cconfigure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking for fcntl.hconfigure:4474: result: yesconfigure:4474: checking sys/ioctl.h usabilityconfigure:4474: gcc -c conftest.c >&5configure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking sys/ioctl.h presenceconfigure:4474: gcc -E conftest.cconfigure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking for sys/ioctl.hconfigure:4474: result: yesconfigure:4474: checking sys/time.h usabilityconfigure:4474: gcc -c conftest.c >&5configure:4474: $? = 0configure:4474: result: yesconfigure:4474: checking sys/time.h presenceconfigure:4474: gcc -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: gcc -c conftest.c >&5configure:4487: $? = 0configure:4487: result: yesconfigure:4487: checking curses.h presenceconfigure:4487: gcc -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: gcc -c conftest.c >&5configure:4563: $? = 0configure:4570: result: yesconfigure:4578: checking for inlineconfigure:4594: gcc -c conftest.c >&5configure:4594: $? = 0configure:4602: result: inlineconfigure:4620: checking for pid_tconfigure:4620: gcc -c conftest.c >&5configure:4620: $? = 0configure:4620: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:64:20: error: expected expression before ')' tokenif (sizeof ((pid_t)))^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: gcc -c conftest.c >&5configure:4631: $? = 0configure:4631: result: yesconfigure:4644: checking whether time.h and sys/time.h may both be includedconfigure:4664: gcc -c conftest.c >&5configure:4664: $? = 0configure:4671: result: yesconfigure:4680: checking whether utmp has USER_PROCESS typeconfigure:4696: gcc -c conftest.c >&5configure:4696: $? = 0configure:4697: result: yesconfigure:4708: checking whether utmp has DEAD_PROCESS typeconfigure:4724: gcc -c conftest.c >&5configure:4724: $? = 0configure:4725: result: yesconfigure:4736: checking whether utmp struct has ut_pid memberconfigure:4752: gcc -c conftest.c >&5configure:4752: $? = 0configure:4753: result: yesconfigure:4764: checking whether utmp struct has ut_name memberconfigure:4780: gcc -c conftest.c >&5configure:4780: $? = 0configure:4781: result: yesconfigure:4793: checking whether gcc needs -traditionalconfigure:4827: result: noconfigure:4834: checking return type of signal handlersconfigure:4852: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:41:10: error: void value not ignored as it ought to bereturn *(signal (0, 0)) (0) == 1;~^~~~~~~~~~~~~~~~~~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: gcc -o conftest -rdynamic conftest.c -lncurses >&5configure:4869: $? = 0configure:4869: result: yesconfigure:4880: checking for getloadavgconfigure:4880: gcc -o conftest -rdynamic conftest.c -lncurses >&5configure:4880: $? = 0configure:4880: result: yesconfigure:4890: checking whether select() modifies the time valueconfigure:4914: gcc -o conftest -rdynamic conftest.c -lncurses >&5conftest.c: In function 'main':conftest.c:49:20: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if(tv.tv_sec == 0) exit(0);^~~~conftest.c:49:20: warning: incompatible implicit declaration of built-in function 'exit'conftest.c:49:20: note: include '' or provide a declaration of 'exit' conftest.c:50:6: warning: incompatible implicit declaration of built-in function 'exit'else exit(1);^~~~conftest.c:50:6: note: include '' or provide a declaration of 'exit' configure:4914: $? = 0configure:4914: ./conftestconfigure:4914: $? = 0configure:4915: result: yesconfigure:4928: checking whether sysctl() can be usedconfigure:4947: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:46:21: error: 'KERN_PROC' undeclared (first use in this function)int mib[]={CTL_KERN,KERN_PROC,KERN_PROC_PID,1};^~~~~~~~~conftest.c:46:21: note: each undeclared identifier is reported only once for each function it appears inconftest.c:46:31: error: 'KERN_PROC_PID' undeclared (first use in this function)int mib[]={CTL_KERN,KERN_PROC,KERN_PROC_PID,1};^~~~~~~~~~~~~conftest.c:48:19: warning: passing argument 4 of 'sysctl' from incompatible pointer type [-Wincompatible-pointer-types]sysctl(mib, 4, 0, &len, 0, 0);^In file included from conftest.c:41:0:/usr/include/sys/sysctl.h:68:12: note: expected 'size_t * {aka long unsigned int *}' but argument is of type 'int *'extern int sysctl (int *__name, int __nlen, void *__oldval,^~~~~~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 937b047e2ee8config.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=ac_cv_env_CC_value=ac_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/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_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='gcc'CCDEPMODE='depmode=gcc3'CFLAGS=''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'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/sbin/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='gcc'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/sbin/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