Build of fbgetty with clang_glibc toolchain

The build took 00h 04m 32s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
6,878 ansic
3,235 sh
2,392 makefile
19 awk
12,524 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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: fbgetty 0.1.698-5 (Thu Apr 13 12:35:50 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for fbgetty supported platform... none
# checking for fbgetty supported operating system... linux
# checking for a BSD compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets ${MAKE}... yes
# checking for long file names... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for executable suffix...
# checking for object suffix... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking dependency style of clang... gcc3
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGE_FILES value needed for large files... no
# checking POSIX termios... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking for clang option to accept ANSI C... none needed
# checking how to run the C preprocessor... clang -E
# checking whether clang needs -traditional... no
# checking how to run the C preprocessor... clang -E
# checking for a BSD compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking for gawk... (cached) gawk
# checking for ANSI C header files... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether stat file-mode macros are broken... no
# 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 whether sys/types.h defines makedev... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for unistd.h... (cached) yes
# checking linux/vt.h usability... yes
# checking linux/vt.h presence... yes
# checking for linux/vt.h... yes
# checking linux/fb.h usability... yes
# checking linux/fb.h presence... yes
# checking for linux/fb.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for working volatile... yes
# checking whether char is unsigned... no
# checking for function prototypes... yes
# checking for preprocessor stringizing operator... yes
# checking whether byte ordering is bigendian... no
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for off_t... yes
# checking for uid_t in sys/types.h... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for sys_siglist declaration in signal.h or unistd.h... yes
# checking return type of signal handlers... void
# checking for struct stat.st_rdev... yes
# checking for char... yes
# checking size of char... 1
# checking for short... yes
# checking size of short... 2
# checking for int... yes
# checking size of int... 4
# checking for long... yes
# checking size of long... 8
# checking for void *... yes
# checking size of void *... 8
# checking for unistd.h... (cached) yes
# checking for working chown... yes
# checking for unistd.h... (cached) yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... (cached) yes
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for working malloc... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking whether setpgrp takes no argument... yes
# checking for strftime... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking whether setvbuf arguments are reversed... no
# checking whether lstat dereferences a symlink specified with a trailing slash... yes
# checking whether stat accepts an empty string... no
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for alarm... yes
# checking for ctermid... yes
# checking for dup... yes
# checking for dup2... yes
# checking for fcntl... yes
# checking for ftruncate... yes
# checking for gethostname... yes
# checking for gethostbyname... yes
# checking for gettimeofday... yes
# checking for getpwnam... yes
# checking for getgrnam... yes
# checking for initgroups... yes
# checking for memset... yes
# checking for munmap... yes
# checking for pathconf... yes
# checking for putenv... yes
# checking for realpath... yes
# checking for setgroups... yes
# checking for setlocale... yes
# checking for setsid... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strrchr... yes
# checking for strtok... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for syslog... yes
# checking for uname... yes
# checking for vhangup... yes
# checking for vsyslog... yes
# checking for wait... yes
# checking for waitpid... yes
# checking for canonicalize_file_name... yes
# checking for getopt_long... yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking utmpx.h usability... yes
# checking utmpx.h presence... yes
# checking for utmpx.h... yes
# checking for utmpxname... yes
# checking for setutxent... yes
# checking for getutxent... yes
# checking for endutxent... yes
# checking for pututxline... yes
# checking for updwtmpx... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating include/Makefile
# config.status: creating include/fbgetty/Makefile
# config.status: creating include/fbgetty/generated/Makefile
# config.status: creating docs/Makefile
# config.status: creating examples/Makefile
# config.status: creating examples/test/Makefile
# config.status: creating contrib/Makefile
# config.status: creating packages/Makefile
# config.status: creating packages/fbgetty.lsm
# config.status: creating config/Makefile
# config.status: creating include/config.h
# config.status: executing depfiles commands
# ------------------------------------
# fbgetty 0.1.698 config summary:
# ==============================================
# host arch : x86_64-unknown-linux-gnu
# build arch : x86_64-unknown-linux-gnu
# known architecture : none
# known operating system : linux
#
# config command : configure '--host=x86_64-unknown-linux' '--prefix=/usr' '--mandir=/usr/share/man' '--sbindir=/usr/bin' 'CC=clang' 'CFLAGS=' 'CPPFLAGS=' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux'
# srcdir : .
# prefix : /usr
# exec_prefix : ${prefix}
# bindir : ${exec_prefix}/bin
# sbindir : /usr/bin
# libdir : ${exec_prefix}/lib
# libexecdir : ${exec_prefix}/libexec
# datadir : ${prefix}/share
# sysconfdir : ${prefix}/etc
# localstatedir : ${prefix}/var
# mandir : /usr/share/man
# infodir : ${prefix}/info
# includedir : ${prefix}/include
#
# CC : clang
# CFLAGS :
# LIBS :
#
# Features:
# framebuffer support : true
# vt refresh support : true
# debugging : false
# wait for debugger : false
# exec support : true
#
# Options:
# default issue file : default
# default login prompt : default
# default login program : default
# secure exec : false
# ------------------------------------
# fbgetty is now configured.
# Type 'make' to build it.
# To install use 'make install.'
# patching file src/options.c
# Making all in config
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/config'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/config'
# Making all in examples
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# Making all in test
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples/test'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# Making all in contrib
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/contrib'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/contrib'
# Making all in packages
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/packages'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/packages'
# Making all in docs
# Making all in include
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make all-recursive
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# Making all in fbgetty
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# Making all in generated
# make[4]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# clang -E -DHAVE_CONFIG_H -I../../../include -I../../../include ./fgoptions.h | gawk -f ./fgoptions.awk > options.h
# make all-am
# make[5]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[5]: Nothing to be done for 'all-am'.
# make[5]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[4]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[4]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# Making all in src
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/src'
# source='main.c' object='main.o' libtool=no \
# depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f main.c || echo './'`main.c
# source='options.c' object='options.o' libtool=no \
# depfile='.deps/options.Po' tmpdepfile='.deps/options.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f options.c || echo './'`options.c
# source='init.c' object='init.o' libtool=no \
# depfile='.deps/init.Po' tmpdepfile='.deps/init.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f init.c || echo './'`init.c
# source='vt.c' object='vt.o' libtool=no \
# depfile='.deps/vt.Po' tmpdepfile='.deps/vt.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f vt.c || echo './'`vt.c
# source='prompt.c' object='prompt.o' libtool=no \
# depfile='.deps/prompt.Po' tmpdepfile='.deps/prompt.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f prompt.c || echo './'`prompt.c
# source='errors.c' object='errors.o' libtool=no \
# depfile='.deps/errors.Po' tmpdepfile='.deps/errors.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f errors.c || echo './'`errors.c
# source='utmp.c' object='utmp.o' libtool=no \
# depfile='.deps/utmp.Po' tmpdepfile='.deps/utmp.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f utmp.c || echo './'`utmp.c
# utmp.c:193:16: warning: incompatible pointer types passing 'struct (anonymous struct at /usr/include/bits/utmpx.h:71:3) *' to parameter of type 'struct timeval *' [-Wincompatible-pointer-types]
# gettimeofday(&utx.ut_tv, NULL);
# ^~~~~~~~~~
# /usr/include/sys/time.h:71:53: note: passing argument to parameter '__tv' here
# extern int gettimeofday (struct timeval *__restrict __tv,
# ^
# 1 warning generated.
# source='issue.c' object='issue.o' libtool=no \
# depfile='.deps/issue.Po' tmpdepfile='.deps/issue.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f issue.c || echo './'`issue.c
# source='signal.c' object='signal.o' libtool=no \
# depfile='.deps/signal.Po' tmpdepfile='.deps/signal.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f signal.c || echo './'`signal.c
# source='my_syslog.c' object='my_syslog.o' libtool=no \
# depfile='.deps/my_syslog.Po' tmpdepfile='.deps/my_syslog.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f my_syslog.c || echo './'`my_syslog.c
# source='sysinfos.c' object='sysinfos.o' libtool=no \
# depfile='.deps/sysinfos.Po' tmpdepfile='.deps/sysinfos.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f sysinfos.c || echo './'`sysinfos.c
# source='linux_logo.c' object='linux_logo.o' libtool=no \
# depfile='.deps/linux_logo.Po' tmpdepfile='.deps/linux_logo.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f linux_logo.c || echo './'`linux_logo.c
# source='canonicalize.c' object='canonicalize.o' libtool=no \
# depfile='.deps/canonicalize.Po' tmpdepfile='.deps/canonicalize.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f canonicalize.c || echo './'`canonicalize.c
# source='kbd.c' object='kbd.o' libtool=no \
# depfile='.deps/kbd.Po' tmpdepfile='.deps/kbd.TPo' \
# depmode=gcc3 /bin/sh ../config/depcomp \
# clang -DHAVE_CONFIG_H -I../include -I../include -c `test -f kbd.c || echo './'`kbd.c
# clang -o fbgetty main.o options.o init.o vt.o prompt.o errors.o utmp.o issue.o signal.o my_syslog.o sysinfos.o linux_logo.o canonicalize.o kbd.o
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/src'
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in config
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/config'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/config'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/config'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/config'
# Making install in examples
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# Making install in test
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples/test'
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples/test'
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples/test'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/examples'
# Making install in contrib
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/contrib'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/contrib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/contrib'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/contrib'
# Making install in packages
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/packages'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/packages'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/packages'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/packages'
# Making install in docs
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/docs'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/docs'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../config/mkinstalldirs /tmp/fbgetty/pkg/fbgetty/usr/info
# mkdir -p -- /tmp/fbgetty/pkg/fbgetty/usr/info
# /usr/bin/install -c -m 644 ./fbgetty.info /tmp/fbgetty/pkg/fbgetty/usr/info/fbgetty.info
# install-info --info-dir=/tmp/fbgetty/pkg/fbgetty/usr/info /tmp/fbgetty/pkg/fbgetty/usr/info/fbgetty.info
# /bin/sh ../config/mkinstalldirs /tmp/fbgetty/pkg/fbgetty/usr/share/man/man8
# mkdir -p -- /tmp/fbgetty/pkg/fbgetty/usr/share/man/man8
# /usr/bin/install -c -m 644 ./fbgetty.8 /tmp/fbgetty/pkg/fbgetty/usr/share/man/man8/fbgetty.8
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/docs'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/docs'
# Making install in include
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# Making install in fbgetty
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# Making install in generated
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[4]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty/generated'
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[4]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include/fbgetty'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[3]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/include'
# Making install in src
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/src'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698/src'
# /bin/sh ../config/mkinstalldirs /tmp/fbgetty/pkg/fbgetty/usr/bin
# mkdir -p -- /tmp/fbgetty/pkg/fbgetty/usr/bin
# /usr/bin/install -c fbgetty /tmp/fbgetty/pkg/fbgetty/usr/bin/fbgetty
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/src'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698/src'
# make[1]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698'
# make[2]: Entering directory '/tmp/fbgetty/src/fbgetty-0.1.698'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698'
# make[1]: Leaving directory '/tmp/fbgetty/src/fbgetty-0.1.698'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "fbgetty"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: fbgetty 0.1.698-5 (Thu Apr 13 12:36:37 UTC 2017)

CMD: pacman --query --file fbgetty-0.1.698-5-x86_64.pkg.tar.xz
# fbgetty 0.1.698-5

Creating hybrid package for 'fbgetty'

Trying to find vanilla package 'fbgetty'...

CMD: pacman --query --file /mirror/fbgetty-0.1.698-5.pkg.tar.xz
# fbgetty 0.1.698-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/fbgetty
# /usr/share/man/man8/fbgetty.8.gz
# /usr/share/info/fbgetty.info.gz

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 fbgetty.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/fbgetty.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/fbgetty.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/fbgetty.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/fbgetty/src/fbgetty-0.1.698/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 fbgetty configure 0.1.698, which was
# generated by GNU Autoconf 2.52g. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7fc1b590cf31
# 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
# 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:1482: checking build system type
# configure:1500: result: x86_64-unknown-linux-gnu
# configure:1508: checking host system type
# configure:1522: result: x86_64-unknown-linux-gnu
# configure:1531: checking for fbgetty supported platform
# configure:1543: result: none
# configure:1547: checking for fbgetty supported operating system
# configure:1556: result: linux
# configure:1576: checking for a BSD compatible install
# configure:1630: result: /usr/bin/install -c
# configure:1641: checking whether build environment is sane
# configure:1684: result: yes
# configure:1717: checking for gawk
# configure:1733: found /usr/bin/gawk
# configure:1743: result: gawk
# configure:1753: checking whether make sets ${MAKE}
# configure:1773: result: yes
# configure:1863: checking for long file names
# configure:1902: result: yes
# configure:1921: checking for style of include used by make
# configure:1949: result: GNU
# configure:1961: checking for x86_64-unknown-linux-gcc
# configure:1987: result: clang
# configure:2269: checking for C compiler version
# configure:2272: 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:2275: $? = 0
# configure:2277: 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
# Selected multilib: .;@m64
# configure:2280: $? = 0
# configure:2282: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2285: $? = 1
# configure:2311: checking for C compiler default output
# configure:2314: clang conftest.c >&5
# configure:2317: $? = 0
# configure:2346: result: a.out
# configure:2351: checking whether the C compiler works
# configure:2357: ./a.out
# configure:2360: $? = 0
# configure:2375: result: yes
# configure:2382: checking whether we are cross compiling
# configure:2384: result: no
# configure:2387: checking for executable suffix
# configure:2389: clang -o conftest conftest.c >&5
# configure:2392: $? = 0
# configure:2414: result:
# configure:2420: checking for object suffix
# configure:2444: clang -c conftest.c >&5
# configure:2447: $? = 0
# configure:2466: result: o
# configure:2470: checking whether we are using the GNU C compiler
# configure:2497: clang -c conftest.c >&5
# configure:2500: $? = 0
# configure:2503: test -s conftest.o
# configure:2506: $? = 0
# configure:2518: result: yes
# configure:2524: checking whether clang accepts -g
# configure:2548: clang -c -g conftest.c >&5
# configure:2551: $? = 0
# configure:2554: test -s conftest.o
# configure:2557: $? = 0
# configure:2567: result: yes
# configure:2594: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2597: $? = 1
# configure: failed program was:
# #ifndef __cplusplus
# choke me
# #endif
# configure:2709: checking dependency style of clang
# configure:2771: result: gcc3
# configure:2784: checking for special C compiler options needed for large files
# configure:2864: result: no
# configure:2870: checking for _FILE_OFFSET_BITS value needed for large files
# configure:2904: clang -c conftest.c >&5
# configure:2907: $? = 0
# configure:2910: test -s conftest.o
# configure:2913: $? = 0
# configure:2969: result: no
# configure:2979: checking for _LARGE_FILES value needed for large files
# configure:3013: clang -c conftest.c >&5
# configure:3016: $? = 0
# configure:3019: test -s conftest.o
# configure:3022: $? = 0
# configure:3078: result: no
# configure:3090: checking POSIX termios
# configure:3117: clang -o conftest conftest.c >&5
# configure:3120: $? = 0
# configure:3123: test -s conftest
# configure:3126: $? = 0
# configure:3136: result: yes
# configure:3148: checking for x86_64-unknown-linux-gcc
# configure:3174: result: clang
# configure:3456: checking for C compiler version
# configure:3459: 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:3462: $? = 0
# configure:3464: 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
# Selected multilib: .;@m64
# configure:3467: $? = 0
# configure:3469: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3472: $? = 1
# configure:3475: checking whether we are using the GNU C compiler
# configure:3523: result: yes
# configure:3529: checking whether clang accepts -g
# configure:3572: result: yes
# configure:3599: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:3602: $? = 1
# configure: failed program was:
# #ifndef __cplusplus
# choke me
# #endif
# configure:3714: checking dependency style of clang
# configure:3776: result: gcc3
# configure:3781: checking for clang option to accept ANSI C
# configure:3844: clang -c conftest.c >&5
# configure:3847: $? = 0
# configure:3850: test -s conftest.o
# configure:3853: $? = 0
# configure:3870: result: none needed
# configure:3883: checking how to run the C preprocessor
# configure:3909: clang -E conftest.c
# configure:3915: $? = 0
# configure:3942: clang -E conftest.c
# configure:3938:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3948: $? = 1
# configure: failed program was:
# #line 3937 "configure"
# #include "confdefs.h"
# #include
# configure:3985: result: clang -E
# configure:4000: clang -E conftest.c
# configure:4006: $? = 0
# configure:4033: clang -E conftest.c
# configure:4029:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4039: $? = 1
# configure: failed program was:
# #line 4028 "configure"
# #include "confdefs.h"
# #include
# configure:4080: checking whether clang needs -traditional
# configure:4116: result: no
# configure:4128: checking how to run the C preprocessor
# configure:4230: result: clang -E
# configure:4245: clang -E conftest.c
# configure:4251: $? = 0
# configure:4278: clang -E conftest.c
# configure:4274:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4284: $? = 1
# configure: failed program was:
# #line 4273 "configure"
# #include "confdefs.h"
# #include
# configure:4335: checking for a BSD compatible install
# configure:4389: result: /usr/bin/install -c
# configure:4400: checking whether ln -s works
# configure:4404: result: yes
# configure:4415: checking for gawk
# configure:4441: result: gawk
# configure:4452: checking for ANSI C header files
# configure:4466: clang -E conftest.c
# configure:4472: $? = 0
# configure:4559: clang -o conftest conftest.c >&5
# configure:4550:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# configure:4550:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:4562: $? = 0
# configure:4564: ./conftest
# configure:4567: $? = 0
# configure:4581: result: yes
# configure:4591: checking whether time.h and sys/time.h may both be included
# configure:4619: clang -c conftest.c >&5
# configure:4622: $? = 0
# configure:4625: test -s conftest.o
# configure:4628: $? = 0
# configure:4638: result: yes
# configure:4648: checking whether stat file-mode macros are broken
# configure:4693: result: no
# configure:4703: checking for sys/wait.h that is POSIX.1 compatible
# configure:4737: clang -c conftest.c >&5
# configure:4740: $? = 0
# configure:4743: test -s conftest.o
# configure:4746: $? = 0
# configure:4756: result: yes
# configure:4780: checking for sys/types.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for sys/stat.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for stdlib.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for string.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for memory.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for strings.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for inttypes.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for stdint.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4780: checking for unistd.h
# configure:4793: clang -c conftest.c >&5
# configure:4796: $? = 0
# configure:4799: test -s conftest.o
# configure:4802: $? = 0
# configure:4812: result: yes
# configure:4824: checking whether sys/types.h defines makedev
# configure:4848: clang -o conftest conftest.c >&5
# configure:4851: $? = 0
# configure:4854: test -s conftest
# configure:4857: $? = 0
# configure:4868: result: yes
# configure:5134: checking alloca.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking alloca.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for alloca.h
# configure:5221: result: yes
# configure:5134: checking errno.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking errno.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for errno.h
# configure:5221: result: yes
# configure:5134: checking fcntl.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking fcntl.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for fcntl.h
# configure:5221: result: yes
# configure:5134: checking grp.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking grp.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for grp.h
# configure:5221: result: yes
# configure:5134: checking libintl.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking libintl.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for libintl.h
# configure:5221: result: yes
# configure:5134: checking limits.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking limits.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for limits.h
# configure:5221: result: yes
# configure:5134: checking locale.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking locale.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for locale.h
# configure:5221: result: yes
# configure:5134: checking malloc.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking malloc.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for malloc.h
# configure:5221: result: yes
# configure:5134: checking netdb.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking netdb.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for netdb.h
# configure:5221: result: yes
# configure:5134: checking paths.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking paths.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for paths.h
# configure:5221: result: yes
# configure:5134: checking pwd.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking pwd.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for pwd.h
# configure:5221: result: yes
# configure:5125: checking for stdlib.h
# configure:5130: result: yes
# configure:5125: checking for string.h
# configure:5130: result: yes
# configure:5125: checking for strings.h
# configure:5130: result: yes
# configure:5134: checking sys/file.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking sys/file.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for sys/file.h
# configure:5221: result: yes
# configure:5134: checking sys/ioctl.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking sys/ioctl.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for sys/ioctl.h
# configure:5221: result: yes
# configure:5134: checking sys/param.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking sys/param.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for sys/param.h
# configure:5221: result: yes
# configure:5134: checking sys/time.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking sys/time.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for sys/time.h
# configure:5221: result: yes
# configure:5134: checking syslog.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking syslog.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for syslog.h
# configure:5221: result: yes
# configure:5134: checking termios.h usability
# configure:5143: clang -c conftest.c >&5
# configure:5146: $? = 0
# configure:5149: test -s conftest.o
# configure:5152: $? = 0
# configure:5161: result: yes
# configure:5165: checking termios.h presence
# configure:5172: clang -E conftest.c
# configure:5178: $? = 0
# configure:5196: result: yes
# configure:5214: checking for termios.h
# configure:5221: result: yes
# configure:5125: checking for unistd.h
# configure:5130: result: yes
# configure:5252: checking linux/vt.h usability
# configure:5261: clang -c conftest.c >&5
# configure:5264: $? = 0
# configure:5267: test -s conftest.o
# configure:5270: $? = 0
# configure:5279: result: yes
# configure:5283: checking linux/vt.h presence
# configure:5290: clang -E conftest.c
# configure:5296: $? = 0
# configure:5314: result: yes
# configure:5332: checking for linux/vt.h
# configure:5339: result: yes
# configure:5252: checking linux/fb.h usability
# configure:5261: clang -c conftest.c >&5
# configure:5264: $? = 0
# configure:5267: test -s conftest.o
# configure:5270: $? = 0
# configure:5279: result: yes
# configure:5283: checking linux/fb.h presence
# configure:5290: clang -E conftest.c
# configure:5296: $? = 0
# configure:5314: result: yes
# configure:5332: checking for linux/fb.h
# configure:5339: result: yes
# configure:5471: checking for an ANSI C-conforming const
# configure:5541: clang -c conftest.c >&5
# configure:5544: $? = 0
# configure:5547: test -s conftest.o
# configure:5550: $? = 0
# configure:5560: result: yes
# configure:5570: checking for inline
# configure:5587: clang -c conftest.c >&5
# configure:5590: $? = 0
# configure:5593: test -s conftest.o
# configure:5596: $? = 0
# configure:5607: result: inline
# configure:5622: checking for working volatile
# configure:5648: clang -c conftest.c >&5
# configure:5651: $? = 0
# configure:5654: test -s conftest.o
# configure:5657: $? = 0
# configure:5667: result: yes
# configure:5678: checking whether char is unsigned
# configure:5704: clang -c conftest.c >&5
# configure:5707: $? = 0
# configure:5710: test -s conftest.o
# configure:5713: $? = 0
# configure:5723: result: no
# configure:5732: checking for function prototypes
# configure:5735: result: yes
# configure:5752: checking for preprocessor stringizing operator
# configure:5773: result: yes
# configure:5783: checking whether byte ordering is bigendian
# configure:5813: clang -c conftest.c >&5
# configure:5816: $? = 0
# configure:5819: test -s conftest.o
# configure:5822: $? = 0
# configure:5849: clang -c conftest.c >&5
# configure:5839:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:5852: $? = 1
# configure: failed program was:
# #line 5825 "configure"
# #include "confdefs.h"
# #include
# #include
#
# #ifdef F77_DUMMY_MAIN
# # ifdef __cplusplus
# extern "C"
# # endif
# int F77_DUMMY_MAIN() { return 1; }
# #endif
# int
# main ()
# {
# #if BYTE_ORDER != BIG_ENDIAN
# not big endian
# #endif
#
# ;
# return 0;
# }
# configure:5966: result: no
# configure:5985: checking whether struct tm is in sys/time.h or time.h
# configure:6011: clang -c conftest.c >&5
# configure:6003:20: warning: expression result unused [-Wunused-value]
# struct tm *tp; tp->tm_sec;
# ~~ ^~~~~~
# 1 warning generated.
# configure:6014: $? = 0
# configure:6017: test -s conftest.o
# configure:6020: $? = 0
# configure:6030: result: time.h
# configure:6040: checking for off_t
# configure:6067: clang -c conftest.c >&5
# configure:6070: $? = 0
# configure:6073: test -s conftest.o
# configure:6076: $? = 0
# configure:6086: result: yes
# configure:6098: checking for uid_t in sys/types.h
# configure:6118: result: yes
# configure:6133: checking for pid_t
# configure:6160: clang -c conftest.c >&5
# configure:6163: $? = 0
# configure:6166: test -s conftest.o
# configure:6169: $? = 0
# configure:6179: result: yes
# configure:6191: checking for size_t
# configure:6218: clang -c conftest.c >&5
# configure:6221: $? = 0
# configure:6224: test -s conftest.o
# configure:6227: $? = 0
# configure:6237: result: yes
# configure:6249: checking for sys_siglist declaration in signal.h or unistd.h
# configure:6279: clang -c conftest.c >&5
# configure:6271:7: warning: initializing 'char *' with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# char *msg = *(sys_siglist + 1);
# ^ ~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# configure:6282: $? = 0
# configure:6285: test -s conftest.o
# configure:6288: $? = 0
# configure:6298: result: yes
# configure:6308: checking return type of signal handlers
# configure:6342: clang -c conftest.c >&5
# configure:6345: $? = 0
# configure:6348: test -s conftest.o
# configure:6351: $? = 0
# configure:6361: result: void
# configure:6370: checking for struct stat.st_rdev
# configure:6396: clang -c conftest.c >&5
# configure:6399: $? = 0
# configure:6402: test -s conftest.o
# configure:6405: $? = 0
# configure:6415: result: yes
# configure:6428: checking for char
# configure:6455: clang -c conftest.c >&5
# configure:6458: $? = 0
# configure:6461: test -s conftest.o
# configure:6464: $? = 0
# configure:6474: result: yes
# configure:6477: checking size of char
# configure:6755: clang -o conftest conftest.c >&5
# configure:6758: $? = 0
# configure:6760: ./conftest
# configure:6763: $? = 0
# configure:6783: result: 1
# configure:6790: checking for short
# configure:6817: clang -c conftest.c >&5
# configure:6820: $? = 0
# configure:6823: test -s conftest.o
# configure:6826: $? = 0
# configure:6836: result: yes
# configure:6839: checking size of short
# configure:7117: clang -o conftest conftest.c >&5
# configure:7120: $? = 0
# configure:7122: ./conftest
# configure:7125: $? = 0
# configure:7145: result: 2
# configure:7151: checking for int
# configure:7178: clang -c conftest.c >&5
# configure:7181: $? = 0
# configure:7184: test -s conftest.o
# configure:7187: $? = 0
# configure:7197: result: yes
# configure:7200: checking size of int
# configure:7478: clang -o conftest conftest.c >&5
# configure:7481: $? = 0
# configure:7483: ./conftest
# configure:7486: $? = 0
# configure:7506: result: 4
# configure:7513: checking for long
# configure:7540: clang -c conftest.c >&5
# configure:7543: $? = 0
# configure:7546: test -s conftest.o
# configure:7549: $? = 0
# configure:7559: result: yes
# configure:7562: checking size of long
# configure:7840: clang -o conftest conftest.c >&5
# configure:7843: $? = 0
# configure:7845: ./conftest
# configure:7848: $? = 0
# configure:7868: result: 8
# configure:7874: checking for void *
# configure:7901: clang -c conftest.c >&5
# configure:7904: $? = 0
# configure:7907: test -s conftest.o
# configure:7910: $? = 0
# configure:7920: result: yes
# configure:7923: checking size of void *
# configure:8201: clang -o conftest conftest.c >&5
# configure:8204: $? = 0
# configure:8206: ./conftest
# configure:8209: $? = 0
# configure:8229: result: 8
# configure:8242: checking for unistd.h
# configure:8247: result: yes
# configure:8351: checking for working chown
# configure:8393: clang -o conftest conftest.c >&5
# configure:8396: $? = 0
# configure:8398: ./conftest
# configure:8401: $? = 0
# configure:8416: result: yes
# configure:8432: checking for unistd.h
# configure:8437: result: yes
# configure:8441: checking vfork.h usability
# configure:8450: clang -c conftest.c >&5
# configure:8478:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:8453: $? = 1
# configure: failed program was:
# #line 8443 "configure"
# #include "confdefs.h"
# #include
# #if HAVE_SYS_TYPES_H
# # include
# #endif
# #if HAVE_SYS_STAT_H
# # include
# #endif
# #if STDC_HEADERS
# # include
# # include
# #else
# # if HAVE_STDLIB_H
# # include
# # endif
# #endif
# #if HAVE_STRING_H
# # if !STDC_HEADERS && HAVE_MEMORY_H
# # include
# # endif
# # include
# #endif
# #if HAVE_STRINGS_H
# # include
# #endif
# #if HAVE_INTTYPES_H
# # include
# #else
# # if HAVE_STDINT_H
# # include
# # endif
# #endif
# #if HAVE_UNISTD_H
# # include
# #endif
# #include
# configure:8468: result: no
# configure:8472: checking vfork.h presence
# configure:8479: clang -E conftest.c
# configure:8475:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:8485: $? = 1
# configure: failed program was:
# #line 8474 "configure"
# #include "confdefs.h"
# #include
# configure:8503: result: no
# configure:8521: checking for vfork.h
# configure:8528: result: no
# configure:8546: checking for fork
# configure:8589: clang -o conftest conftest.c >&5
# configure:8592: $? = 0
# configure:8595: test -s conftest
# configure:8598: $? = 0
# configure:8608: result: yes
# configure:8546: checking for vfork
# configure:8589: clang -o conftest conftest.c >&5
# configure:8561:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# configure:8561:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:8592: $? = 0
# configure:8595: test -s conftest
# configure:8598: $? = 0
# configure:8608: result: yes
# configure:8620: checking for working fork
# configure:8664: result: yes
# configure:8683: checking for working vfork
# configure:8810: result: yes
# configure:8846: checking for stdlib.h
# configure:8851: result: yes
# configure:8955: checking for working malloc
# configure:8987: clang -o conftest conftest.c >&5
# configure:8990: $? = 0
# configure:8992: ./conftest
# configure:8995: $? = 0
# configure:9008: result: yes
# configure:9024: checking for stdlib.h
# configure:9029: result: yes
# configure:9024: checking for unistd.h
# configure:9029: result: yes
# configure:9137: checking for getpagesize
# configure:9180: clang -o conftest conftest.c >&5
# configure:9183: $? = 0
# configure:9186: test -s conftest
# configure:9189: $? = 0
# configure:9199: result: yes
# configure:9209: checking for working mmap
# configure:9345: clang -o conftest conftest.c >&5
# configure:9348: $? = 0
# configure:9350: ./conftest
# configure:9353: $? = 0
# configure:9366: result: yes
# configure:9377: checking whether setpgrp takes no argument
# configure:9411: clang -o conftest conftest.c >&5
# configure:9403:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (setpgrp (1,1) == -1);
# ^
# configure:9403:3: note: include the header or explicitly provide a declaration for 'exit'
# configure:9403:18: error: too many arguments to function call, expected 0, have 2
# exit (setpgrp (1,1) == -1);
# ~~~~~~~ ^~~
# /usr/include/unistd.h:663:1: note: 'setpgrp' declared here
# extern int setpgrp (void) __THROW;
# ^
# 1 warning and 1 error generated.
# configure:9414: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# #line 9387 "configure"
# #include "confdefs.h"
# #if HAVE_UNISTD_H
# # include
# #endif
#
# #ifdef F77_DUMMY_MAIN
# # ifdef __cplusplus
# extern "C"
# # endif
# int F77_DUMMY_MAIN() { return 1; }
# #endif
# int
# main ()
# {
# /* If this system has a BSD-style setpgrp, which takes arguments, exit
# successfully. */
# exit (setpgrp (1,1) == -1);
# ;
# return 0;
# }
# configure:9432: result: yes
# configure:9446: checking for strftime
# configure:9489: clang -o conftest conftest.c >&5
# configure:9492: $? = 0
# configure:9495: test -s conftest
# configure:9498: $? = 0
# configure:9508: result: yes
# configure:9587: checking for vprintf
# configure:9630: clang -o conftest conftest.c >&5
# configure:9602:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# configure:9602:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:9633: $? = 0
# configure:9636: test -s conftest
# configure:9639: $? = 0
# configure:9649: result: yes
# configure:9656: checking for _doprnt
# configure:9699: clang -o conftest conftest.c >&5
# /tmp/conftest-627ce1.o: In function `main':
# conftest.c:(.text+0x8): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9702: $? = 1
# configure: failed program was:
# #line 9661 "configure"
# #include "confdefs.h"
# /* System header to define __stub macros and hopefully few prototypes,
# which can conflict with char _doprnt (); below. */
# #include
# /* Override any gcc2 internal prototype to avoid an error. */
# #ifdef __cplusplus
# extern "C"
# #endif
# /* We use char because int might match the return type of a gcc2
# builtin and then its argument prototype would still apply. */
# char _doprnt ();
# char (*f) ();
#
# #ifdef F77_DUMMY_MAIN
# # ifdef __cplusplus
# extern "C"
# # endif
# int F77_DUMMY_MAIN() { return 1; }
# #endif
# int
# main ()
# {
# /* The GNU C library defines this for functions which it implements
# to always fail with ENOSYS. Some functions are actually named
# something starting with __ and the normal name is an alias. */
# #if defined (__stub__doprnt) || defined (__stub____doprnt)
# choke me
# #else
# f = _doprnt;
# #endif
#
# ;
# return 0;
# }
# configure:9718: result: no
# configure:9732: checking whether setvbuf arguments are reversed
# configure:9760: clang -o conftest conftest.c >&5
# configure:9751:23: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
# if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
# ^~~~~~
# /usr/include/stdio.h:121:16: note: expanded from macro '_IOLBF'
# #define _IOLBF 1 /* Line buffered. */
# ^
# /usr/include/stdio.h:336:65: note: passing argument to parameter '__buf' here
# extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
# ^
# configure:9751:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'int' [-Wint-conversion]
# if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
# ^~~~~~~~~~~~~
# /usr/include/stdio.h:337:11: note: passing argument to parameter '__modes' here
# int __modes, size_t __n) __THROW;
# ^
# configure:9752:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(1);
# ^
# configure:9752:5: note: include the header or explicitly provide a declaration for 'exit'
# 3 warnings generated.
# configure:9763: $? = 0
# configure:9765: ./conftest
# configure:9768: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# #line 9742 "configure"
# #include "confdefs.h"
# #include
# /* If setvbuf has the reversed format, exit 0. */
# int
# main ()
# {
# /* This call has the arguments reversed.
# A reversed system may check and see that the address of main
# is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
# if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
# exit(1);
# putc('\r', stdout);
# exit(0); /* Non-reversed systems segv here. */
# }
# configure:9782: result: no
# configure:9792: checking whether lstat dereferences a symlink specified with a trailing slash
# configure:9826: clang -o conftest conftest.c >&5
# configure:9829: $? = 0
# configure:9831: ./conftest
# configure:9834: $? = 0
# configure:9854: result: yes
# configure:9868: checking whether stat accepts an empty string
# configure:9896: clang -o conftest conftest.c >&5
# configure:9899: $? = 0
# configure:9901: ./conftest
# configure:9904: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# #line 9876 "configure"
# #include "confdefs.h"
# #include
# #if HAVE_SYS_TYPES_H
# # include
# #endif
# #if HAVE_SYS_STAT_H
# # include
# #endif
# #if STDC_HEADERS
# # include
# # include
# #else
# # if HAVE_STDLIB_H
# # include
# # endif
# #endif
# #if HAVE_STRING_H
# # if !STDC_HEADERS && HAVE_MEMORY_H
# # include
# # endif
# # include
# #endif
# #if HAVE_STRINGS_H
# # include
# #endif
# #if HAVE_INTTYPES_H
# # include
# #else
# # if HAVE_STDINT_H
# # include
# # endif
# #endif
# #if HAVE_UNISTD_H
# # include
# #endif
# #ifdef F77_DUMMY_MAIN
# # ifdef __cplusplus
# extern "C"
# # endif
# int F77_DUMMY_MAIN() { return 1; }
# #endif
# int
# main ()
# {
# struct stat sbuf;
# exit (stat ("", &sbuf) ? 1 : 0);
# ;
# return 0;
# }
# configure:9917: result: no
# configure:9930: checking for working alloca.h
# configure:9954: clang -o conftest conftest.c >&5
# configure:9957: $? = 0
# configure:9960: test -s conftest
# configure:9963: $? = 0
# configure:9973: result: yes
# configure:9983: checking for alloca
# configure:10027: clang -o conftest conftest.c >&5
# configure:10030: $? = 0
# configure:10033: test -s conftest
# configure:10036: $? = 0
# configure:10046: result: yes
# configure:10276: checking for alarm
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for ctermid
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for dup
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for dup2
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for fcntl
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for ftruncate
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for gethostname
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for gethostbyname
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for gettimeofday
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for getpwnam
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for getgrnam
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for initgroups
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for memset
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# configure:10291:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for munmap
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for pathconf
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for putenv
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for realpath
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for setgroups
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for setlocale
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for setsid
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strcasecmp
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# configure:10291:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strchr
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# configure:10291:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strdup
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# configure:10291:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strerror
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# configure:10291:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strrchr
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# configure:10291:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strtok
# configure:10319: clang -o conftest conftest.c >&5
# configure:10291:6: warning: incompatible redeclaration of library function 'strtok' [-Wincompatible-library-redeclaration]
# char strtok ();
# ^
# configure:10291:6: note: 'strtok' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strtol
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for strtoul
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for syslog
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for uname
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for vhangup
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for vsyslog
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for wait
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10276: checking for waitpid
# configure:10319: clang -o conftest conftest.c >&5
# configure:10322: $? = 0
# configure:10325: test -s conftest
# configure:10328: $? = 0
# configure:10338: result: yes
# configure:10354: checking for canonicalize_file_name
# configure:10397: clang -o conftest conftest.c >&5
# configure:10400: $? = 0
# configure:10403: test -s conftest
# configure:10406: $? = 0
# configure:10416: result: yes
# configure:10430: checking for getopt_long
# configure:10473: clang -o conftest conftest.c >&5
# configure:10476: $? = 0
# configure:10479: test -s conftest
# configure:10482: $? = 0
# configure:10492: result: yes
# configure:10521: checking utmp.h usability
# configure:10530: clang -c conftest.c >&5
# configure:10533: $? = 0
# configure:10536: test -s conftest.o
# configure:10539: $? = 0
# configure:10548: result: yes
# configure:10552: checking utmp.h presence
# configure:10559: clang -E conftest.c
# configure:10565: $? = 0
# configure:10583: result: yes
# configure:10601: checking for utmp.h
# configure:10608: result: yes
# configure:10635: checking utmpx.h usability
# configure:10644: clang -c conftest.c >&5
# configure:10647: $? = 0
# configure:10650: test -s conftest.o
# configure:10653: $? = 0
# configure:10662: result: yes
# configure:10666: checking utmpx.h presence
# configure:10673: clang -E conftest.c
# configure:10679: $? = 0
# configure:10697: result: yes
# configure:10715: checking for utmpx.h
# configure:10722: result: yes
# configure:11694: checking for utmpxname
# configure:11737: clang -o conftest conftest.c >&5
# configure:11740: $? = 0
# configure:11743: test -s conftest
# configure:11746: $? = 0
# configure:11756: result: yes
# configure:11694: checking for setutxent
# configure:11737: clang -o conftest conftest.c >&5
# configure:11740: $? = 0
# configure:11743: test -s conftest
# configure:11746: $? = 0
# configure:11756: result: yes
# configure:11694: checking for getutxent
# configure:11737: clang -o conftest conftest.c >&5
# configure:11740: $? = 0
# configure:11743: test -s conftest
# configure:11746: $? = 0
# configure:11756: result: yes
# configure:11694: checking for endutxent
# configure:11737: clang -o conftest conftest.c >&5
# configure:11740: $? = 0
# configure:11743: test -s conftest
# configure:11746: $? = 0
# configure:11756: result: yes
# configure:11694: checking for pututxline
# configure:11737: clang -o conftest conftest.c >&5
# configure:11740: $? = 0
# configure:11743: test -s conftest
# configure:11746: $? = 0
# configure:11756: result: yes
# configure:11772: checking for updwtmpx
# configure:11815: clang -o conftest conftest.c >&5
# configure:11818: $? = 0
# configure:11821: test -s conftest
# configure:11824: $? = 0
# configure:11834: result: yes
# configure:12109: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by fbgetty config.status 0.1.698, which was
# generated by GNU Autoconf 2.52g. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7fc1b590cf31
#
# config.status:619: creating Makefile
# config.status:619: creating src/Makefile
# config.status:619: creating include/Makefile
# config.status:619: creating include/fbgetty/Makefile
# config.status:619: creating include/fbgetty/generated/Makefile
# config.status:619: creating docs/Makefile
# config.status:619: creating examples/Makefile
# config.status:619: creating examples/test/Makefile
# config.status:619: creating contrib/Makefile
# config.status:619: creating packages/Makefile
# config.status:619: creating packages/fbgetty.lsm
# config.status:619: creating config/Makefile
# config.status:723: creating include/config.h
# config.status:1187: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_stringize=yes
# ac_cv_c_volatile=yes
# ac_cv_decl_sys_siglist=yes
# 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_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__doprnt=no
# ac_cv_func_alarm=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_canonicalize_file_name=yes
# ac_cv_func_chown_works=yes
# ac_cv_func_ctermid=yes
# ac_cv_func_dup=yes
# ac_cv_func_dup2=yes
# ac_cv_func_endutxent=yes
# ac_cv_func_fcntl=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_getgrnam=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getpwnam=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_getutxent=yes
# ac_cv_func_initgroups=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_malloc_works=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_pathconf=yes
# ac_cv_func_putenv=yes
# ac_cv_func_pututxline=yes
# ac_cv_func_realpath=yes
# ac_cv_func_setgroups=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_setsid=yes
# ac_cv_func_setutxent=yes
# ac_cv_func_setvbuf_reversed=no
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strtok=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_syslog=yes
# ac_cv_func_uname=yes
# ac_cv_func_updwtmpx=yes
# ac_cv_func_utmpxname=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vhangup=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsyslog=yes
# ac_cv_func_wait=yes
# ac_cv_func_waitpid=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_fb_h=yes
# ac_cv_header_linux_vt_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_stat_broken=no
# 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_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_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_types_h_makedev=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_utmpx_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_member_struct_stat_st_rdev=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_char=1
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_void_p=8
# ac_cv_struct_tm=time.h
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_large_files=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_long_file_names=yes
# ac_cv_sys_posix_termios=yes
# ac_cv_type_char=yes
# ac_cv_type_int=yes
# ac_cv_type_long=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_short=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_type_void_p=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE "fbgetty"
# #define VERSION "0.1.698"
# #define HAVE_LONG_FILE_NAMES 1
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 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_ALLOCA_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GRP_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_PWD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LINUX_VT_H 1
# #define HAVE_LINUX_FB_H 1
# #define PROTOTYPES 1
# #define __PROTOTYPES 1
# #define HAVE_STRINGIZE 1
# #define SYS_SIGLIST_DECLARED 1
# #define RETSIGTYPE void
# #define HAVE_STRUCT_STAT_ST_RDEV 1
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_VOID_P 8
# #define HAVE_UNISTD_H 1
# #define HAVE_CHOWN 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define SETPGRP_VOID 1
# #define HAVE_STRFTIME 1
# #define HAVE_VPRINTF 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_ALARM 1
# #define HAVE_CTERMID 1
# #define HAVE_DUP 1
# #define HAVE_DUP2 1
# #define HAVE_FCNTL 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETPWNAM 1
# #define HAVE_GETGRNAM 1
# #define HAVE_INITGROUPS 1
# #define HAVE_MEMSET 1
# #define HAVE_MUNMAP 1
# #define HAVE_PATHCONF 1
# #define HAVE_PUTENV 1
# #define HAVE_REALPATH 1
# #define HAVE_SETGROUPS 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SETSID 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRTOK 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_SYSLOG 1
# #define HAVE_UNAME 1
# #define HAVE_VHANGUP 1
# #define HAVE_VSYSLOG 1
# #define HAVE_WAIT 1
# #define HAVE_WAITPID 1
# #define HAVE_CANONICALIZE_FILE_NAME 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_UTMP_H 1
# #define HAVE_UTMPX_H 1
# #define HAVE_UTMPXNAME 1
# #define HAVE_SETUTXENT 1
# #define HAVE_GETUTXENT 1
# #define HAVE_ENDUTXENT 1
# #define HAVE_PUTUTXLINE 1
# #define HAVE_UPDWTMPX 1
# #define USE_FRAME_BUFFER 1
# #define USE_VT_SWITCHING 1
# #define USE_EXEC_SUPPORT 1
# #define HOST_SYSTEM "x86_64-unknown-linux-gnu"
# #define BUILD_SYSTEM "x86_64-unknown-linux-gnu"
# #define BUILD_USER "tuscan"
# #define BUILD_HOSTNAME "7fc1b590cf31"
#
# configure: exit 0