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/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: 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 -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... 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... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/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 clang 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'
clang -DHAVE_CONFIG_H -I. -MT whowatch.o -MD -MP -MF .deps/whowatch.Tpo -c -o whowatch.o whowatch.c
whowatch.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.Po
clang -DHAVE_CONFIG_H -I. -MT plist.o -MD -MP -MF .deps/plist.Tpo -c -o plist.o plist.c
plist.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' here
extern 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' here
extern 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' here
extern 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.Po
clang -DHAVE_CONFIG_H -I. -MT procinfo.o -MD -MP -MF .deps/procinfo.Tpo -c -o procinfo.o procinfo.c
mv -f .deps/procinfo.Tpo .deps/procinfo.Po
clang -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
clang -DHAVE_CONFIG_H -I. -MT block.o -MD -MP -MF .deps/block.Tpo -c -o block.o block.c
mv -f .deps/block.Tpo .deps/block.Po
clang -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
clang -DHAVE_CONFIG_H -I. -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.c
mv -f .deps/screen.Tpo .deps/screen.Po
clang -DHAVE_CONFIG_H -I. -MT ulist.o -MD -MP -MF .deps/ulist.Tpo -c -o ulist.o ulist.c
ulist.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' here
extern 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 here
void 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.Po
clang -DHAVE_CONFIG_H -I. -MT exti.o -MD -MP -MF .deps/exti.Tpo -c -o exti.o exti.c
mv -f .deps/exti.Tpo .deps/exti.Po
clang -DHAVE_CONFIG_H -I. -MT pluglib.o -MD -MP -MF .deps/pluglib.Tpo -c -o pluglib.o pluglib.c
mv -f .deps/pluglib.Tpo .deps/pluglib.Po
clang -DHAVE_CONFIG_H -I. -MT wdgts.o -MD -MP -MF .deps/wdgts.Tpo -c -o wdgts.o wdgts.c
wdgts.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' here
static 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' here
static int do_search(struct wdgt *w, char *s, int type)
^
3 warnings generated.
mv -f .deps/wdgts.Tpo .deps/wdgts.Po
clang -DHAVE_CONFIG_H -I. -MT proc_plugin.o -MD -MP -MF .deps/proc_plugin.Tpo -c -o proc_plugin.o proc_plugin.c
proc_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' here
extern char *ctime (const time_t *__timer) __THROW;
^
1 warning generated.
mv -f .deps/proc_plugin.Tpo .deps/proc_plugin.Po
clang -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
clang -DHAVE_CONFIG_H -I. -MT kbd.o -MD -MP -MF .deps/kbd.Tpo -c -o kbd.o kbd.c
kbd.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.Po
clang -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'
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 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 = 5409ce297bf6
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure: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/bin/strip
configure:2503: result: strip
configure:2528: checking for a thread-safe mkdir -p
configure:2567: result: /usr/bin/mkdir -p
configure:2580: checking for gawk
configure:2596: found /usr/bin/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:2760: result: clang
configure:3029: checking for C compiler version
configure:3038: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:3049: $? = 0
configure:3038: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:3049: $? = 0
configure:3038: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3049: $? = 1
configure:3038: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3049: $? = 1
configure:3069: checking whether the C compiler works
configure:3091: clang 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: clang -o conftest conftest.c >&5
configure:3166: $? = 0
configure:3188: result:
configure:3210: checking whether we are cross compiling
configure:3218: clang -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: clang -c conftest.c >&5
configure:3279: $? = 0
configure:3300: result: o
configure:3304: checking whether we are using the GNU C compiler
configure:3323: clang -c conftest.c >&5
configure:3323: $? = 0
configure:3332: result: yes
configure:3341: checking whether clang accepts -g
configure:3361: clang -c -g conftest.c >&5
configure:3361: $? = 0
configure:3402: result: yes
configure:3419: checking for clang option to accept ISO C89
configure:3483: clang -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 clang
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: clang -o conftest -rdynamic conftest.c -lkvm >&5
/usr/bin/ld: cannot find -lkvm
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang -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: clang -c conftest.c >&5
configure:3895: $? = 0
configure:3903: result: yes
configure:3917: checking for library containing opendir
configure:3948: clang -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: clang -E conftest.c
configure:4068: $? = 0
configure:4082: clang -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -E
configure:4127: clang -E conftest.c
configure:4127: $? = 0
configure:4141: clang -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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/bin/grep
configure:4233: checking for egrep
configure:4295: result: /usr/bin/grep -E
configure:4300: checking for ANSI C header files
configure:4320: clang -c conftest.c >&5
configure:4320: $? = 0
configure:4393: clang -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: clang -c conftest.c >&5
configure:4438: $? = 0
configure:4445: result: yes
configure:4458: checking for sys/types.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for sys/stat.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for stdlib.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for string.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for memory.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for strings.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for inttypes.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for stdint.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4458: checking for unistd.h
configure:4458: clang -c conftest.c >&5
configure:4458: $? = 0
configure:4458: result: yes
configure:4474: checking fcntl.h usability
configure:4474: clang -c conftest.c >&5
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking fcntl.h presence
configure:4474: clang -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: clang -c conftest.c >&5
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking sys/ioctl.h presence
configure:4474: clang -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: clang -c conftest.c >&5
configure:4474: $? = 0
configure:4474: result: yes
configure:4474: checking sys/time.h presence
configure:4474: clang -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: clang -c conftest.c >&5
configure:4487: $? = 0
configure:4487: result: yes
configure:4487: checking curses.h presence
configure:4487: clang -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: clang -c conftest.c >&5
configure:4563: $? = 0
configure:4570: result: yes
configure:4578: checking for inline
configure:4594: clang -c conftest.c >&5
configure:4594: $? = 0
configure:4602: result: inline
configure:4620: checking for pid_t
configure:4620: clang -c conftest.c >&5
configure:4620: $? = 0
configure:4620: clang -c conftest.c >&5
conftest.c:64:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
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: clang -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: clang -c conftest.c >&5
configure:4664: $? = 0
configure:4671: result: yes
configure:4680: checking whether utmp has USER_PROCESS type
configure:4696: clang -c conftest.c >&5
configure:4696: $? = 0
configure:4697: result: yes
configure:4708: checking whether utmp has DEAD_PROCESS type
configure:4724: clang -c conftest.c >&5
configure:4724: $? = 0
configure:4725: result: yes
configure:4736: checking whether utmp struct has ut_pid member
configure:4752: clang -c conftest.c >&5
configure:4752: $? = 0
configure:4753: result: yes
configure:4764: checking whether utmp struct has ut_name member
configure:4780: clang -c conftest.c >&5
configure:4780: $? = 0
configure:4781: result: yes
configure:4793: checking whether clang needs -traditional
configure:4827: result: no
configure:4834: checking return type of signal handlers
configure:4852: clang -c conftest.c >&5
conftest.c:41:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
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: clang -o conftest -rdynamic conftest.c -lncurses >&5
configure:4869: $? = 0
configure:4869: result: yes
configure:4880: checking for getloadavg
configure:4880: clang -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: clang -o conftest -rdynamic conftest.c -lncurses >&5
conftest.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: $? = 0
configure:4914: ./conftest
configure:4914: $? = 0
configure:4915: result: yes
configure:4928: checking whether sysctl() can be used
configure:4947: clang -c conftest.c >&5
conftest.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 here
KERN_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' here
size_t *__oldlenp, void *__newval, size_t __newlen) __THROW;
^
1 warning and 2 errors generated.
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 5409ce297bf6
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=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_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/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_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='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 1
configure: exit 0