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 -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 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for kvm_openfiles in -lkvm... no
checking for scrollok in -lncurses... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
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/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether utmp has USER_PROCESS type... yes
checking whether utmp has DEAD_PROCESS type... yes
checking whether utmp struct has ut_pid member... yes
checking whether utmp struct has ut_name member... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for select... yes
checking for getloadavg... yes
checking whether select() modifies the time value... yes
checking whether sysctl() can be used... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory '/tmp/whowatch/src/whowatch-1.8.5/src'
make all-am
make[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.c
gcc -DHAVE_CONFIG_H -I. -MT plist.o -MD -MP -MF .deps/plist.Tpo -c -o plist.o plist.c
plist.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.Po
gcc -DHAVE_CONFIG_H -I. -MT procinfo.o -MD -MP -MF .deps/procinfo.Tpo -c -o procinfo.o procinfo.c
mv -f .deps/whowatch.Tpo .deps/whowatch.Po
gcc -DHAVE_CONFIG_H -I. -MT proctree.o -MD -MP -MF .deps/proctree.Tpo -c -o proctree.o proctree.c
mv -f .deps/proctree.Tpo .deps/proctree.Po
gcc -DHAVE_CONFIG_H -I. -MT block.o -MD -MP -MF .deps/block.Tpo -c -o block.o block.c
mv -f .deps/procinfo.Tpo .deps/procinfo.Po
gcc -DHAVE_CONFIG_H -I. -MT owner.o -MD -MP -MF .deps/owner.Tpo -c -o owner.o owner.c
mv -f .deps/owner.Tpo .deps/owner.Po
mv -f .deps/block.Tpo .deps/block.Po
gcc -DHAVE_CONFIG_H -I. -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.c
gcc -DHAVE_CONFIG_H -I. -MT ulist.o -MD -MP -MF .deps/ulist.Tpo -c -o ulist.o ulist.c
ulist.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.Po
gcc -DHAVE_CONFIG_H -I. -MT exti.o -MD -MP -MF .deps/exti.Tpo -c -o exti.o exti.c
mv -f .deps/screen.Tpo .deps/screen.Po
gcc -DHAVE_CONFIG_H -I. -MT pluglib.o -MD -MP -MF .deps/pluglib.Tpo -c -o pluglib.o pluglib.c
mv -f .deps/exti.Tpo .deps/exti.Po
gcc -DHAVE_CONFIG_H -I. -MT wdgts.o -MD -MP -MF .deps/wdgts.Tpo -c -o wdgts.o wdgts.c
mv -f .deps/pluglib.Tpo .deps/pluglib.Po
gcc -DHAVE_CONFIG_H -I. -MT proc_plugin.o -MD -MP -MF .deps/proc_plugin.Tpo -c -o proc_plugin.o proc_plugin.c
wdgts.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.Po
gcc -DHAVE_CONFIG_H -I. -MT user_plugin.o -MD -MP -MF .deps/user_plugin.Tpo -c -o user_plugin.o user_plugin.c
mv -f .deps/user_plugin.Tpo .deps/user_plugin.Po
gcc -DHAVE_CONFIG_H -I. -MT kbd.o -MD -MP -MF .deps/kbd.Tpo -c -o kbd.o kbd.c
mv -f .deps/kbd.Tpo .deps/kbd.Po
mv -f .deps/proc_plugin.Tpo .deps/proc_plugin.Po
gcc -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 -lncurses
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[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 src
make[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 while
running configure, to aid debugging if configure makes a mistake.
It was created by whowatch configure 1.8.5, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 937b047e2ee8
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:2258: checking for a BSD-compatible install
configure:2326: result: /usr/bin/install -c
configure:2337: checking whether build environment is sane
configure:2387: result: yes
configure:2436: checking for x86_64-unknown-linux-strip
configure:2466: result: no
configure:2476: checking for strip
configure:2492: found /usr/sbin/strip
configure:2503: result: strip
configure:2528: checking for a thread-safe mkdir -p
configure:2567: result: /usr/sbin/mkdir -p
configure:2580: checking for gawk
configure:2596: found /usr/sbin/gawk
configure:2607: result: gawk
configure:2618: checking whether make sets $(MAKE)
configure:2640: result: yes
configure:2733: checking for x86_64-unknown-linux-gcc
configure:2763: result: no
configure:2773: checking for gcc
configure:2789: found /usr/sbin/gcc
configure:2800: result: gcc
configure:3029: checking for C compiler version
configure:3038: 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:3049: $? = 0
configure:3038: 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:3049: $? = 0
configure:3038: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3049: $? = 1
configure:3038: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3049: $? = 1
configure:3069: checking whether the C compiler works
configure:3091: gcc conftest.c >&5
configure:3095: $? = 0
configure:3144: result: yes
configure:3147: checking for C compiler default output file name
configure:3149: result: a.out
configure:3155: checking for suffix of executables
configure:3162: gcc -o conftest conftest.c >&5
configure:3166: $? = 0
configure:3188: result:
configure:3210: checking whether we are cross compiling
configure:3218: gcc -o conftest conftest.c >&5
configure:3222: $? = 0
configure:3229: ./conftest
configure:3233: $? = 0
configure:3248: result: no
configure:3253: checking for suffix of object files
configure:3275: gcc -c conftest.c >&5
configure:3279: $? = 0
configure:3300: result: o
configure:3304: checking whether we are using the GNU C compiler
configure:3323: gcc -c conftest.c >&5
configure:3323: $? = 0
configure:3332: result: yes
configure:3341: checking whether gcc accepts -g
configure:3361: gcc -c -g conftest.c >&5
configure:3361: $? = 0
configure:3402: result: yes
configure:3419: checking for gcc option to accept ISO C89
configure:3483: gcc -c conftest.c >&5
configure:3483: $? = 0
configure:3496: result: none needed
configure:3527: checking for style of include used by make
configure:3555: result: GNU
configure:3580: checking dependency style of gcc
configure:3690: result: gcc3
configure:3706: checking whether make sets $(MAKE)
configure:3728: result: yes
configure:3741: checking for kvm_openfiles in -lkvm
configure:3766: gcc -o conftest -rdynamic conftest.c -lkvm >&5
/usr/sbin/ld: cannot find -lkvm
collect2: error: ld returned 1 exit status
configure:3766: $? = 1
configure: 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: no
configure:3787: checking for scrollok in -lncurses
configure:3812: gcc -o conftest -rdynamic conftest.c -lncurses >&5
configure:3812: $? = 0
configure:3821: result: yes
configure:3876: checking for dirent.h that defines DIR
configure:3895: gcc -c conftest.c >&5
configure:3895: $? = 0
configure:3903: result: yes
configure:3917: checking for library containing opendir
configure:3948: gcc -o conftest -rdynamic conftest.c -lncurses >&5
configure:3948: $? = 0
configure:3965: result: none required
configure:4037: checking how to run the C preprocessor
configure:4068: gcc -E conftest.c
configure:4068: $? = 0
configure:4082: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:4082: $? = 1
configure: 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 -E
configure:4127: gcc -E conftest.c
configure:4127: $? = 0
configure:4141: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:4141: $? = 1
configure: 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 -e
configure:4228: result: /usr/sbin/grep
configure:4233: checking for egrep
configure:4295: result: /usr/sbin/grep -E
configure:4300: checking for ANSI C header files
configure:4320: gcc -c conftest.c >&5
configure:4320: $? = 0
configure:4393: gcc -o conftest -rdynamic conftest.c -lncurses >&5
configure:4393: $? = 0
configure:4393: ./conftest
configure:4393: $? = 0
configure:4404: result: yes
configure:4412: checking for sys/wait.h that is POSIX.1 compatible
configure:4438: gcc -c conftest.c >&5
configure:4438: $? = 0
configure:4445: result: yes
configure:4458: checking for sys/types.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for sys/stat.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for stdlib.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for string.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for memory.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for strings.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for inttypes.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for stdint.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for unistd.h
configure:4458: gcc -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4474: checking fcntl.h usability
configure:4474: gcc -c conftest.c >&5
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking fcntl.h presence
configure:4474: gcc -E conftest.c
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking for fcntl.h
configure:4474: result: yes
configure:4474: checking sys/ioctl.h usability
configure:4474: gcc -c conftest.c >&5
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking sys/ioctl.h presence
configure:4474: gcc -E conftest.c
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking for sys/ioctl.h
configure:4474: result: yes
configure:4474: checking sys/time.h usability
configure:4474: gcc -c conftest.c >&5
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking sys/time.h presence
configure:4474: gcc -E conftest.c
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking for sys/time.h
configure:4474: result: yes
configure:4474: checking for unistd.h
configure:4474: result: yes
configure:4487: checking curses.h usability
configure:4487: gcc -c conftest.c >&5
configure:4487: $? = 0
configure:4487: result: yes
configure:4487: checking curses.h presence
configure:4487: gcc -E conftest.c
configure:4487: $? = 0
configure:4487: result: yes
configure:4487: checking for curses.h
configure:4487: result: yes
configure:4498: checking for an ANSI C-conforming const
configure:4563: gcc -c conftest.c >&5
configure:4563: $? = 0
configure:4570: result: yes
configure:4578: checking for inline
configure:4594: gcc -c conftest.c >&5
configure:4594: $? = 0
configure:4602: result: inline
configure:4620: checking for pid_t
configure:4620: gcc -c conftest.c >&5
configure:4620: $? = 0
configure:4620: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:4620: $? = 1
configure: 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: yes
configure:4631: checking for struct stat.st_rdev
configure:4631: gcc -c conftest.c >&5
configure:4631: $? = 0
configure:4631: result: yes
configure:4644: checking whether time.h and sys/time.h may both be included
configure:4664: gcc -c conftest.c >&5
configure:4664: $? = 0
configure:4671: result: yes
configure:4680: checking whether utmp has USER_PROCESS type
configure:4696: gcc -c conftest.c >&5
configure:4696: $? = 0
configure:4697: result: yes
configure:4708: checking whether utmp has DEAD_PROCESS type
configure:4724: gcc -c conftest.c >&5
configure:4724: $? = 0
configure:4725: result: yes
configure:4736: checking whether utmp struct has ut_pid member
configure:4752: gcc -c conftest.c >&5
configure:4752: $? = 0
configure:4753: result: yes
configure:4764: checking whether utmp struct has ut_name member
configure:4780: gcc -c conftest.c >&5
configure:4780: $? = 0
configure:4781: result: yes
configure:4793: checking whether gcc needs -traditional
configure:4827: result: no
configure:4834: checking return type of signal handlers
configure:4852: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:41:10: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
~^~~~~~~~~~~~~~~~~~
configure:4852: $? = 1
configure: 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: void
configure:4869: checking for select
configure:4869: gcc -o conftest -rdynamic conftest.c -lncurses >&5
configure:4869: $? = 0
configure:4869: result: yes
configure:4880: checking for getloadavg
configure:4880: gcc -o conftest -rdynamic conftest.c -lncurses >&5
configure:4880: $? = 0
configure:4880: result: yes
configure:4890: checking whether select() modifies the time value
configure:4914: gcc -o conftest -rdynamic conftest.c -lncurses >&5
conftest.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: $? = 0
configure:4914: ./conftest
configure:4914: $? = 0
configure:4915: result: yes
configure:4928: checking whether sysctl() can be used
configure:4947: gcc -c conftest.c >&5
conftest.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 in
conftest.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: $? = 1
configure: 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: no
configure:5085: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by whowatch config.status 1.8.5, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 937b047e2ee8
config.status:870: creating Makefile
config.status:870: creating src/Makefile
config.status:870: creating src/config.h
config.status:1090: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_func_getloadavg=yes
ac_cv_func_select=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_kvm_kvm_openfiles=no
ac_cv_lib_ncurses_scrollok=yes
ac_cv_member_struct_stat_st_rdev=yes
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_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
am_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 1
configure: exit 0