Build of hdapsd with clang_glibc toolchain

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

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

SLOCLanguage
2,122 makefile
1,237 sh
1,211 ansic
4,570 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: hdapsd 20141203-2 (Thu Apr 13 12:30:22 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# autoreconf: Entering directory `.'
# autoreconf: configure.ac: not using Gettext
# autoreconf: running: aclocal
# autoreconf: configure.ac: tracing
# autoreconf: configure.ac: not using Libtool
# autoreconf: running: /usr/bin/autoconf
# autoreconf: running: /usr/bin/autoheader
# autoreconf: running: automake --add-missing --copy --no-force
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:17: installing './compile'
# configure.ac:6: installing './install-sh'
# configure.ac:6: installing './missing'
# src/Makefile.am: installing './depcomp'
# autoreconf: Leaving directory `.'
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... yes
# checking for 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# 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/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 for stdlib.h... (cached) yes
# checking for string.h... (cached) 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 syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking linux/input.h usability... yes
# checking linux/input.h presence... yes
# checking for linux/input.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking for an ANSI C-conforming const... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking return type of signal handlers... void
# checking for gettimeofday... yes
# checking for strerror... yes
# checking for uname... yes
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBCONFIG... no
# configure: libconfig was not found on your system, config file support will be disabled.
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating misc/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# 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 whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# 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/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 for stdlib.h... (cached) yes
# checking for string.h... (cached) 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 syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking linux/input.h usability... yes
# checking linux/input.h presence... yes
# checking for linux/input.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking for an ANSI C-conforming const... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking return type of signal handlers... void
# checking for gettimeofday... yes
# checking for strerror... yes
# checking for uname... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBCONFIG... no
# configure: libconfig was not found on your system, config file support will be disabled.
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating misc/Makefile
# config.status: creating src/config.h
# config.status: src/config.h is unchanged
# config.status: executing depfiles commands
# Making all in src
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# make all-am
# make[2]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -MT hdapsd-hdapsd.o -MD -MP -MF .deps/hdapsd-hdapsd.Tpo -c -o hdapsd-hdapsd.o `test -f 'hdapsd.c' || echo './'`hdapsd.c
# hdapsd.c:1024:13: warning: too many arguments in call to 'usage'
# usage(argv);
# ~~~~~ ^
# hdapsd.c:1281:45: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = slurp_file(TOSHIBA_MOVEMENT_FILE, &count);
# ^~~~~~
# hdapsd.c:117:52: note: passing argument to parameter 'buf' here
# static int slurp_file (const char* filename, char* buf)
# ^
# 2 warnings generated.
# mv -f .deps/hdapsd-hdapsd.Tpo .deps/hdapsd-hdapsd.Po
# clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -MT hdapsd-input-helper.o -MD -MP -MF .deps/hdapsd-input-helper.Tpo -c -o hdapsd-input-helper.o `test -f 'input-helper.c' || echo './'`input-helper.c
# mv -f .deps/hdapsd-input-helper.Tpo .deps/hdapsd-input-helper.Po
# clang -o hdapsd hdapsd-hdapsd.o hdapsd-input-helper.o
# make[2]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# Making all in doc
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/doc'
# sed -e 's|__VERSION__|20141203|' -e "s|__DATE__|`date -d 20141203 '+%Y-%m-%d'`|" < hdapsd.man > hdapsd.8
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/doc'
# Making all in misc
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/misc'
# rm -f hdapsd.service hdapsd.service.tmp
# srcdir=''; \
# test -f ./hdapsd.service.in || srcdir=./; \
# sed -e 's|@sbindir[@]|/usr/bin|g' ${srcdir}hdapsd.service.in >hdapsd.service.tmp
# mv hdapsd.service.tmp hdapsd.service
# rm -f hdapsd@.service hdapsd@.service.tmp
# srcdir=''; \
# test -f ./hdapsd@.service.in || srcdir=./; \
# sed -e 's|@sbindir[@]|/usr/bin|g' ${srcdir}hdapsd@.service.in >hdapsd@.service.tmp
# mv hdapsd@.service.tmp hdapsd@.service
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/misc'
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# make[2]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# /usr/bin/mkdir -p '/tmp/hdapsd/pkg/hdapsd//usr/bin'
# /usr/bin/install -c hdapsd '/tmp/hdapsd/pkg/hdapsd//usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/src'
# Making install in doc
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/doc'
# make[2]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hdapsd/pkg/hdapsd//usr/share/man/man8'
# /usr/bin/install -c -m 644 hdapsd.8 '/tmp/hdapsd/pkg/hdapsd//usr/share/man/man8'
# make[2]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/doc'
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/doc'
# Making install in misc
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/misc'
# make[2]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203/misc'
# /usr/bin/mkdir -p '/tmp/hdapsd/pkg/hdapsd//usr/lib/systemd/system'
# /usr/bin/install -c -m 644 hdapsd@.service '/tmp/hdapsd/pkg/hdapsd//usr/lib/systemd/system'
# /usr/bin/mkdir -p '/tmp/hdapsd/pkg/hdapsd//usr/lib/udev/rules.d'
# /usr/bin/install -c -m 644 hdapsd.rules '/tmp/hdapsd/pkg/hdapsd//usr/lib/udev/rules.d'
# make[2]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/misc'
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203/misc'
# make[1]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203'
# make[2]: Entering directory '/tmp/hdapsd/src/hdapsd-20141203'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/hdapsd/pkg/hdapsd//usr/share/doc/hdapsd'
# /usr/bin/install -c -m 644 README.md ChangeLog '/tmp/hdapsd/pkg/hdapsd//usr/share/doc/hdapsd'
# make[2]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203'
# make[1]: Leaving directory '/tmp/hdapsd/src/hdapsd-20141203'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "hdapsd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: hdapsd 20141203-2 (Thu Apr 13 12:31:16 UTC 2017)

CMD: pacman --query --file hdapsd-20141203-2-x86_64.pkg.tar.xz
# hdapsd 20141203-2

Creating hybrid package for 'hdapsd'

Trying to find vanilla package 'hdapsd'...

CMD: pacman --query --file /mirror/hdapsd-20141203-2.pkg.tar.xz
# hdapsd 20141203-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/udev/rules.d/hdapsd.rules
# /usr/lib/systemd/system/hdapsd@.service
# /usr/share/doc/hdapsd/ChangeLog
# /usr/share/doc/hdapsd/README.md
# /usr/share/man/man8/hdapsd.8.gz
# /usr/bin/hdapsd
# /sysroot/usr/lib/systemd/system/hdapsd@.service
# /sysroot/usr/lib/udev/rules.d/hdapsd.rules

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf hdapsd.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hdapsd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/hdapsd.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/hdapsd/src/hdapsd-20141203/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 hdapsd configure 20141203, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --with-udevdir=/usr/lib/udev --with-systemdsystemunitdir=/usr/lib/systemd/system
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a94456a47b12
# 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:2231: checking for a BSD-compatible install
# configure:2299: result: /usr/bin/install -c
# configure:2310: checking whether build environment is sane
# configure:2365: result: yes
# configure:2424: checking for x86_64-unknown-linux-strip
# configure:2454: result: no
# configure:2464: checking for strip
# configure:2480: found /usr/bin/strip
# configure:2491: result: strip
# configure:2516: checking for a thread-safe mkdir -p
# configure:2555: result: /usr/bin/mkdir -p
# configure:2562: checking for gawk
# configure:2578: found /usr/bin/gawk
# configure:2589: result: gawk
# configure:2600: checking whether make sets $(MAKE)
# configure:2622: result: yes
# configure:2651: checking whether make supports nested variables
# configure:2668: result: yes
# configure:2801: checking whether to enable maintainer-specific portions of Makefiles
# configure:2810: result: yes
# configure:2836: checking for x86_64-unknown-linux-gcc
# configure:2863: result: clang
# configure:3132: checking for C compiler version
# configure:3141: 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:3152: $? = 0
# configure:3141: 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:3152: $? = 0
# configure:3141: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3152: $? = 1
# configure:3141: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3152: $? = 1
# configure:3172: checking whether the C compiler works
# configure:3194: clang conftest.c >&5
# configure:3198: $? = 0
# configure:3246: result: yes
# configure:3249: checking for C compiler default output file name
# configure:3251: result: a.out
# configure:3257: checking for suffix of executables
# configure:3264: clang -o conftest conftest.c >&5
# configure:3268: $? = 0
# configure:3290: result:
# configure:3312: checking whether we are cross compiling
# configure:3320: clang -o conftest conftest.c >&5
# configure:3324: $? = 0
# configure:3331: ./conftest
# configure:3335: $? = 0
# configure:3350: result: no
# configure:3355: checking for suffix of object files
# configure:3377: clang -c conftest.c >&5
# configure:3381: $? = 0
# configure:3402: result: o
# configure:3406: checking whether we are using the GNU C compiler
# configure:3425: clang -c conftest.c >&5
# configure:3425: $? = 0
# configure:3434: result: yes
# configure:3443: checking whether clang accepts -g
# configure:3463: clang -c -g conftest.c >&5
# configure:3463: $? = 0
# configure:3504: result: yes
# configure:3521: checking for clang option to accept ISO C89
# configure:3584: clang -c conftest.c >&5
# configure:3584: $? = 0
# configure:3597: result: none needed
# configure:3622: checking whether clang understands -c and -o together
# configure:3644: clang -c conftest.c -o conftest2.o
# configure:3647: $? = 0
# configure:3644: clang -c conftest.c -o conftest2.o
# configure:3647: $? = 0
# configure:3659: result: yes
# configure:3687: checking for style of include used by make
# configure:3715: result: GNU
# configure:3741: checking dependency style of clang
# configure:3852: result: gcc3
# configure:3877: checking how to run the C preprocessor
# configure:3908: clang -E conftest.c
# configure:3908: $? = 0
# configure:3922: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3922: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hdapsd"
# | #define PACKAGE_TARNAME "hdapsd"
# | #define PACKAGE_VERSION "20141203"
# | #define PACKAGE_STRING "hdapsd 20141203"
# | #define PACKAGE_BUGREPORT "hdaps-devel@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hdapsd"
# | #define VERSION "20141203"
# | /* end confdefs.h. */
# | #include
# configure:3947: result: clang -E
# configure:3967: clang -E conftest.c
# configure:3967: $? = 0
# configure:3981: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3981: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hdapsd"
# | #define PACKAGE_TARNAME "hdapsd"
# | #define PACKAGE_VERSION "20141203"
# | #define PACKAGE_STRING "hdapsd 20141203"
# | #define PACKAGE_BUGREPORT "hdaps-devel@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hdapsd"
# | #define VERSION "20141203"
# | /* end confdefs.h. */
# | #include
# configure:4010: checking for grep that handles long lines and -e
# configure:4068: result: /usr/bin/grep
# configure:4073: checking for egrep
# configure:4135: result: /usr/bin/grep -E
# configure:4140: checking for ANSI C header files
# configure:4160: clang -c conftest.c >&5
# configure:4160: $? = 0
# configure:4233: clang -o conftest conftest.c >&5
# configure:4233: $? = 0
# configure:4233: ./conftest
# configure:4233: $? = 0
# configure:4244: result: yes
# configure:4257: checking for sys/types.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for sys/stat.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for stdlib.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for string.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for memory.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for strings.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for inttypes.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for stdint.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4257: checking for unistd.h
# configure:4257: clang -c conftest.c >&5
# configure:4257: $? = 0
# configure:4257: result: yes
# configure:4272: checking fcntl.h usability
# configure:4272: clang -c conftest.c >&5
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking fcntl.h presence
# configure:4272: clang -E conftest.c
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking for fcntl.h
# configure:4272: result: yes
# configure:4272: checking for stdlib.h
# configure:4272: result: yes
# configure:4272: checking for string.h
# configure:4272: result: yes
# configure:4272: checking sys/time.h usability
# configure:4272: clang -c conftest.c >&5
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking sys/time.h presence
# configure:4272: clang -E conftest.c
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking for sys/time.h
# configure:4272: result: yes
# configure:4272: checking for unistd.h
# configure:4272: result: yes
# configure:4272: checking syslog.h usability
# configure:4272: clang -c conftest.c >&5
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking syslog.h presence
# configure:4272: clang -E conftest.c
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking for syslog.h
# configure:4272: result: yes
# configure:4272: checking linux/input.h usability
# configure:4272: clang -c conftest.c >&5
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking linux/input.h presence
# configure:4272: clang -E conftest.c
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking for linux/input.h
# configure:4272: result: yes
# configure:4272: checking dirent.h usability
# configure:4272: clang -c conftest.c >&5
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking dirent.h presence
# configure:4272: clang -E conftest.c
# configure:4272: $? = 0
# configure:4272: result: yes
# configure:4272: checking for dirent.h
# configure:4272: result: yes
# configure:4284: checking for an ANSI C-conforming const
# configure:4350: clang -c conftest.c >&5
# configure:4350: $? = 0
# configure:4357: result: yes
# configure:4365: checking whether time.h and sys/time.h may both be included
# configure:4385: clang -c conftest.c >&5
# configure:4385: $? = 0
# configure:4392: result: yes
# configure:4402: checking return type of signal handlers
# configure:4420: clang -c conftest.c >&5
# conftest.c:36:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4420: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "hdapsd"
# | #define PACKAGE_TARNAME "hdapsd"
# | #define PACKAGE_VERSION "20141203"
# | #define PACKAGE_STRING "hdapsd 20141203"
# | #define PACKAGE_BUGREPORT "hdaps-devel@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "hdapsd"
# | #define VERSION "20141203"
# | #define STDC_HEADERS 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_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LINUX_INPUT_H 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:4427: result: void
# configure:4438: checking for gettimeofday
# configure:4438: clang -o conftest conftest.c >&5
# configure:4438: $? = 0
# configure:4438: result: yes
# configure:4438: checking for strerror
# configure:4438: clang -o conftest conftest.c >&5
# conftest.c:55:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:55:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4438: $? = 0
# configure:4438: result: yes
# configure:4438: checking for uname
# configure:4438: clang -o conftest conftest.c >&5
# configure:4438: $? = 0
# configure:4438: result: yes
# configure:4460: checking for x86_64-unknown-linux-pkg-config
# configure:4493: result: no
# configure:4503: checking for pkg-config
# configure:4521: found /usr/bin/pkg-config
# configure:4533: result: /usr/bin/pkg-config
# configure:4558: checking pkg-config is at least version 0.9.0
# configure:4561: result: yes
# configure:4615: checking for LIBCONFIG
# configure:4622: $PKG_CONFIG --exists --print-errors "libconfig"
# Package libconfig was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libconfig.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libconfig' found
# configure:4625: $? = 1
# configure:4639: $PKG_CONFIG --exists --print-errors "libconfig"
# Package libconfig was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libconfig.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libconfig' found
# configure:4642: $? = 1
# configure:4656: result: no
# No package 'libconfig' found
# configure:4672: libconfig was not found on your system, config file support will be disabled.
# configure:4809: checking that generated files are newer than configure
# configure:4815: result: done
# configure:4850: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by hdapsd config.status 20141203, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a94456a47b12
#
# config.status:882: creating Makefile
# config.status:882: creating src/Makefile
# config.status:882: creating doc/Makefile
# config.status:882: creating misc/Makefile
# config.status:882: creating src/config.h
# config.status:1063: src/config.h is unchanged
# config.status:1111: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_LIBCONFIG_CFLAGS_set=
# ac_cv_env_LIBCONFIG_CFLAGS_value=
# ac_cv_env_LIBCONFIG_LIBS_set=
# ac_cv_env_LIBCONFIG_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_gettimeofday=yes
# ac_cv_func_strerror=yes
# ac_cv_func_uname=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_input_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_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# 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_make_make_set=yes
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/hdapsd/src/hdapsd-20141203/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/hdapsd/src/hdapsd-20141203/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/hdapsd/src/hdapsd-20141203/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/hdapsd/src/hdapsd-20141203/missing automake-1.15'
# 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'
# HAVE_LIBCONFIG_FALSE=''
# HAVE_LIBCONFIG_TRUE='#'
# HAVE_SYSTEMD_FALSE='#'
# HAVE_SYSTEMD_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBCONFIG_CFLAGS=''
# LIBCONFIG_LIBS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/hdapsd/src/hdapsd-20141203/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='hdapsd'
# PACKAGE_BUGREPORT='hdaps-devel@lists.sourceforge.net'
# PACKAGE_NAME='hdapsd'
# PACKAGE_STRING='hdapsd 20141203'
# PACKAGE_TARNAME='hdapsd'
# PACKAGE_URL=''
# PACKAGE_VERSION='20141203'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='20141203'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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/hdapsd/src/hdapsd-20141203/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# systemdsystemunitdir='/usr/lib/systemd/system'
# target_alias=''
# udevdir='/usr/lib/udev'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "hdapsd"
# #define PACKAGE_TARNAME "hdapsd"
# #define PACKAGE_VERSION "20141203"
# #define PACKAGE_STRING "hdapsd 20141203"
# #define PACKAGE_BUGREPORT "hdaps-devel@lists.sourceforge.net"
# #define PACKAGE_URL ""
# #define PACKAGE "hdapsd"
# #define VERSION "20141203"
# #define STDC_HEADERS 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_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_LINUX_INPUT_H 1
# #define HAVE_DIRENT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define RETSIGTYPE void
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_STRERROR 1
# #define HAVE_UNAME 1
#
# configure: exit 0