Build of gamin with clang_glibc toolchain

The build took 00h 01m 54s and was NOT successful.

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

SLOCLanguage
10,735 ansic
8,915 sh
3,714 makefile
3,706 python
48 awk
27,118 total

The process tree of the build process is here.

List of Errors

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: gamin 0.1.10-8 (Thu Apr 13 18:49:33 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 target system type... x86_64-unknown-linux-gnu
# 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 for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognize dependent libraries... pass_all
# checking how to run the C preprocessor... clang -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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for AIX... no
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... 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 for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# 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 for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking for ANSI C header files... (cached) yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... (cached) yes
# checking gtk-doc version >= 1.0... yes
# checking for usleep... yes
# checking for setsid... yes
# checking for setenv... yes
# checking for putenv... yes
# checking for getlogin_r... yes
# checking for nanoseconds field of struct stat.st_mtim... tv_nsec
# 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 DAEMON... yes
# checking for TEST... yes
# checking sys/inotify.h usability... yes
# checking sys/inotify.h presence... yes
# checking for sys/inotify.h... yes
# checking for kevent... no
# Enabling multithreaded support
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_mutexattr_settype in -lpthread... yes
# checking for ISO C99 varargs macros in C... yes
# checking for GNUC varargs macros... yes
# checking for struct cmsgcred... no
# checking abstract socket namespace... yes
# Found python in /usr/bin/python2
# Found Python version 2.7
# checking for more compiler warnings... yes
# checking whether gcc understands -Wno-sign-compare... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating lib/Makefile
# config.status: creating libgamin/Makefile
# config.status: creating server/Makefile
# config.status: creating tests/Makefile
# config.status: creating python/Makefile
# config.status: creating python/tests/Makefile
# config.status: creating doc/Makefile
# config.status: creating gamin.pc
# config.status: creating gamin.spec
# config.status: creating config.h
# config.status: executing depfiles commands
#
# gamin-0.1.10:
#
# prefix: /usr
# source code location: .
# compiler: clang
# compiler flags: -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2
#
# build gam_server: yes
# build libgamin/libfam: yes
# build python bindings: yes
# build tests: yes
#
# backends: polling, inotify, dnotify
# build documentation: no
# debug support: no
#
# make all-recursive
# make[1]: Entering directory '/tmp/gamin/src/gamin-0.1.10'
# Making all in lib
# make[2]: Entering directory '/tmp/gamin/src/gamin-0.1.10/lib'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_event.o -MD -MP -MF .deps/gam_event.Tpo -c -o gam_event.o gam_event.c
# mv -f .deps/gam_event.Tpo .deps/gam_event.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_error.o -MD -MP -MF .deps/gam_error.Tpo -c -o gam_error.o gam_error.c
# gam_error.c:79:1: warning: no previous prototype for function 'gam_error_init' [-Wmissing-prototypes]
# gam_error_init(void)
# ^
# gam_error.c:111:1: warning: no previous prototype for function 'gam_error_check' [-Wmissing-prototypes]
# gam_error_check(void)
# ^
# gam_error.c:170:1: warning: no previous prototype for function 'gam_debug' [-Wmissing-prototypes]
# gam_debug(const char *file, int line, const char *function,
# ^
# 3 warnings generated.
# mv -f .deps/gam_error.Tpo .deps/gam_error.Po
# rm -f libgamin_shared.a
# ar cru libgamin_shared.a gam_event.o gam_error.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libgamin_shared.a
# make[2]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/lib'
# Making all in doc
# make[2]: Entering directory '/tmp/gamin/src/gamin-0.1.10/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/doc'
# Making all in libgamin
# make[2]: Entering directory '/tmp/gamin/src/gamin-0.1.10/libgamin'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\""/usr/lib/gamin"\" -DBUILDDIR=\"".."\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_api.lo -MD -MP -MF .deps/gam_api.Tpo -c -o gam_api.lo gam_api.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/lib/gamin\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_api.lo -MD -MP -MF .deps/gam_api.Tpo -c gam_api.c -fPIC -DPIC -o .libs/gam_api.o
# gam_api.c:962:5: warning: implicit declaration of function 'gam_error_init' is invalid in C99 [-Wimplicit-function-declaration]
# gam_error_init();
# ^
# gam_api.c:41:3: warning: unused variable 'FAMError' [-Wunused-variable]
# } FAMError;
# ^
# gam_api.c:61:1: warning: unused function 'gamin_dump_event' [-Wunused-function]
# gamin_dump_event(FAMEvent *event) {
# ^
# 3 warnings generated.
# mv -f .deps/gam_api.Tpo .deps/gam_api.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\""/usr/lib/gamin"\" -DBUILDDIR=\"".."\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_data.lo -MD -MP -MF .deps/gam_data.Tpo -c -o gam_data.lo gam_data.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/lib/gamin\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_data.lo -MD -MP -MF .deps/gam_data.Tpo -c gam_data.c -fPIC -DPIC -o .libs/gam_data.o
# gam_data.c:461:7: warning: comparison of function 'pthread_mutex_init' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# (pthread_mutex_init != NULL) &&
# ^~~~~~~~~~~~~~~~~~ ~~~~
# gam_data.c:461:7: note: prefix with the address-of operator to silence this warning
# (pthread_mutex_init != NULL) &&
# ^
# &
# 1 warning generated.
# mv -f .deps/gam_data.Tpo .deps/gam_data.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\""/usr/lib/gamin"\" -DBUILDDIR=\"".."\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_fork.lo -MD -MP -MF .deps/gam_fork.Tpo -c -o gam_fork.lo gam_fork.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/lib/gamin\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_fork.lo -MD -MP -MF .deps/gam_fork.Tpo -c gam_fork.c -fPIC -DPIC -o .libs/gam_fork.o
# mv -f .deps/gam_fork.Tpo .deps/gam_fork.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\""/usr/lib/gamin"\" -DBUILDDIR=\"".."\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_error.lo -MD -MP -MF .deps/gam_error.Tpo -c -o gam_error.lo gam_error.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/lib/gamin\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_error.lo -MD -MP -MF .deps/gam_error.Tpo -c gam_error.c -fPIC -DPIC -o .libs/gam_error.o
# gam_error.c:79:1: warning: no previous prototype for function 'gam_error_init' [-Wmissing-prototypes]
# gam_error_init(void)
# ^
# gam_error.c:111:1: warning: no previous prototype for function 'gam_error_check' [-Wmissing-prototypes]
# gam_error_check(void)
# ^
# gam_error.c:170:1: warning: no previous prototype for function 'gam_debug' [-Wmissing-prototypes]
# gam_debug(const char *file, int line, const char *function,
# ^
# 3 warnings generated.
# mv -f .deps/gam_error.Tpo .deps/gam_error.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\""/usr/lib/gamin"\" -DBUILDDIR=\"".."\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_event.lo -MD -MP -MF .deps/gam_event.Tpo -c -o gam_event.lo gam_event.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\"/usr/lib/gamin\" -DBUILDDIR=\"..\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_event.lo -MD -MP -MF .deps/gam_event.Tpo -c gam_event.c -fPIC -DPIC -o .libs/gam_event.o
# mv -f .deps/gam_event.Tpo .deps/gam_event.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -Wl,--version-script=./gamin_sym.version -version-info 1:10:1 -lpthread -o libgamin-1.la -rpath /usr/lib gam_api.lo gam_data.lo gam_fork.lo gam_error.lo gam_event.lo
# clang -shared .libs/gam_api.o .libs/gam_data.o .libs/gam_fork.o .libs/gam_error.o .libs/gam_event.o -lpthread -Wl,--version-script=./gamin_sym.version -Wl,-soname -Wl,libgamin-1.so.0 -o .libs/libgamin-1.so.0.1.10
# (cd .libs && rm -f libgamin-1.so.0 && ln -s libgamin-1.so.0.1.10 libgamin-1.so.0)
# (cd .libs && rm -f libgamin-1.so && ln -s libgamin-1.so.0.1.10 libgamin-1.so)
# creating libgamin-1.la
# (cd .libs && rm -f libgamin-1.la && ln -s ../libgamin-1.la libgamin-1.la)
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -Wl,--version-script=./gamin_sym.version -version-info 0:0:0 -lpthread -o libfam.la -rpath /usr/lib gam_api.lo gam_data.lo gam_fork.lo gam_error.lo gam_event.lo
# clang -shared .libs/gam_api.o .libs/gam_data.o .libs/gam_fork.o .libs/gam_error.o .libs/gam_event.o -lpthread -Wl,--version-script=./gamin_sym.version -Wl,-soname -Wl,libfam.so.0 -o .libs/libfam.so.0.0.0
# (cd .libs && rm -f libfam.so.0 && ln -s libfam.so.0.0.0 libfam.so.0)
# (cd .libs && rm -f libfam.so && ln -s libfam.so.0.0.0 libfam.so)
# creating libfam.la
# (cd .libs && rm -f libfam.la && ln -s ../libfam.la libfam.la)
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -DBINDIR=\""/usr/lib/gamin"\" -DBUILDDIR=\"".."\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gamin.o -MD -MP -MF .deps/gamin.Tpo -c -o gamin.o gamin.c
# mv -f .deps/gamin.Tpo .deps/gamin.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -o gamin gamin.o libgamin-1.la
# clang -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -o .libs/gamin gamin.o ./.libs/libgamin-1.so -lpthread -Wl,--rpath -Wl,/usr/lib
# creating gamin
# make[2]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/libgamin'
# Making all in python
# make[2]: Entering directory '/tmp/gamin/src/gamin-0.1.10/python'
# Making all in tests
# make[3]: Entering directory '/tmp/gamin/src/gamin-0.1.10/python/tests'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/python/tests'
# make[3]: Entering directory '/tmp/gamin/src/gamin-0.1.10/python'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../libgamin -I../lib -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gamin.lo -MD -MP -MF .deps/gamin.Tpo -c -o gamin.lo gamin.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I../libgamin -I../lib -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gamin.lo -MD -MP -MF .deps/gamin.Tpo -c gamin.c -fPIC -DPIC -o .libs/gamin.o
# In file included from gamin.c:11:
# ../config.h:59:9: warning: 'HAVE_PTHREAD_H' macro redefined [-Wmacro-redefined]
# #define HAVE_PTHREAD_H
# ^
# /usr/include/python2.7/pyconfig.h:540:9: note: previous definition is here
# #define HAVE_PTHREAD_H 1
# ^
# 1 warning generated.
# mv -f .deps/gamin.Tpo .deps/gamin.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -module -avoid-version -o _gamin.la -rpath /usr/lib/python2.7/site-packages gamin.lo ../libgamin/libgamin-1.la
# clang -shared .libs/gamin.o -Wl,--rpath -Wl,/tmp/gamin/src/gamin-0.1.10/libgamin/.libs -Wl,--rpath -Wl,/usr/lib ../libgamin/.libs/libgamin-1.so -Wl,-soname -Wl,_gamin.so -o .libs/_gamin.so
# creating _gamin.la
# (cd .libs && rm -f _gamin.la && ln -s ../_gamin.la _gamin.la)
# make[3]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/python'
# make[2]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/python'
# Making all in lib
# make[2]: Entering directory '/tmp/gamin/src/gamin-0.1.10/lib'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/lib'
# Making all in server
# make[2]: Entering directory '/tmp/gamin/src/gamin-0.1.10/server'
# make all-am
# make[3]: Entering directory '/tmp/gamin/src/gamin-0.1.10/server'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../libgamin -I../protocol -I../lib -I../libgamin -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DBINDIR=\""/usr/lib/gamin"\" -DG_DISABLE_DEPRECATED -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_subscription.o -MD -MP -MF .deps/gam_subscription.Tpo -c -o gam_subscription.o gam_subscription.c
# In file included from gam_subscription.c:26:
# ./gam_subscription.h:24:1: error: unknown type name 'G_CONST_RETURN'
# G_CONST_RETURN char *gam_subscription_get_path (GamSubscription *sub);
# ^
# ./gam_subscription.h:24:16: error: expected identifier or '('
# G_CONST_RETURN char *gam_subscription_get_path (GamSubscription *sub);
# ^
# gam_subscription.c:144:1: error: unknown type name 'G_CONST_RETURN'
# G_CONST_RETURN char *
# ^
# gam_subscription.c:144:16: error: expected identifier or '('
# G_CONST_RETURN char *
# ^
# gam_subscription.c:351:1: warning: no previous prototype for function 'gam_subscription_shutdown' [-Wmissing-prototypes]
# gam_subscription_shutdown ()
# ^
# ./gam_subscription.h:50:9: note: this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function
# void gam_subscription_shutdown ();
# ^
# void
# 1 warning and 4 errors generated.
# make[3]: *** [Makefile:376: gam_subscription.o] Error 1
# make[3]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/server'
# make[2]: *** [Makefile:277: all] Error 2
# make[2]: Leaving directory '/tmp/gamin/src/gamin-0.1.10/server'
# make[1]: *** [Makefile:335: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/gamin/src/gamin-0.1.10'
# make: *** [Makefile:244: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/gamin/src/gamin-0.1.10/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 configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --with-threads --disable-debug-api --disable-debug --libexecdir=/usr/lib/gamin --with-python=/usr/bin/python2
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 88132211937c
# 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:2044: checking build system type
# configure:2062: result: x86_64-unknown-linux-gnu
# configure:2084: checking host system type
# configure:2099: result: x86_64-unknown-linux-gnu
# configure:2121: checking target system type
# configure:2136: result: x86_64-unknown-linux-gnu
# configure:2201: checking for a BSD-compatible install
# configure:2257: result: /usr/bin/install -c
# configure:2268: checking whether build environment is sane
# configure:2311: result: yes
# configure:2339: checking for a thread-safe mkdir -p
# configure:2378: result: /usr/bin/mkdir -p
# configure:2391: checking for gawk
# configure:2407: found /usr/bin/gawk
# configure:2418: result: gawk
# configure:2429: checking whether make sets $(MAKE)
# configure:2450: result: yes
# configure:2530: checking for x86_64-unknown-linux-strip
# configure:2560: result: no
# configure:2570: checking for strip
# configure:2586: found /usr/bin/strip
# configure:2597: result: strip
# configure:2723: checking for style of include used by make
# configure:2751: result: GNU
# configure:2781: checking for x86_64-unknown-linux-gcc
# configure:2808: result: clang
# configure:3086: checking for C compiler version
# configure:3093: 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:3096: $? = 0
# configure:3103: 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:3106: $? = 0
# configure:3113: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3116: $? = 1
# configure:3139: checking for C compiler default output file name
# configure:3166: clang conftest.c >&5
# configure:3169: $? = 0
# configure:3207: result: a.out
# configure:3224: checking whether the C compiler works
# configure:3234: ./a.out
# configure:3237: $? = 0
# configure:3254: result: yes
# configure:3261: checking whether we are cross compiling
# configure:3263: result: no
# configure:3266: checking for suffix of executables
# configure:3273: clang -o conftest conftest.c >&5
# configure:3276: $? = 0
# configure:3300: result:
# configure:3306: checking for suffix of object files
# configure:3332: clang -c conftest.c >&5
# configure:3335: $? = 0
# configure:3358: result: o
# configure:3362: checking whether we are using the GNU C compiler
# configure:3391: clang -c conftest.c >&5
# configure:3397: $? = 0
# configure:3414: result: yes
# configure:3419: checking whether clang accepts -g
# configure:3449: clang -c -g conftest.c >&5
# configure:3455: $? = 0
# configure:3554: result: yes
# configure:3571: checking for clang option to accept ISO C89
# configure:3645: clang -c conftest.c >&5
# configure:3651: $? = 0
# configure:3674: result: none needed
# configure:3694: checking dependency style of clang
# configure:3785: result: gcc3
# configure:3800: checking for a sed that does not truncate output
# configure:3856: result: /usr/bin/sed
# configure:3859: checking for grep that handles long lines and -e
# configure:3933: result: /usr/bin/grep
# configure:3938: checking for egrep
# configure:4016: result: /usr/bin/grep -E
# configure:4032: checking for ld used by clang
# configure:4099: result: /usr/bin/ld
# configure:4108: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4123: result: yes
# configure:4128: checking for /usr/bin/ld option to reload object files
# configure:4135: result: -r
# configure:4153: checking for BSD-compatible nm
# configure:4202: result: /usr/bin/nm -B
# configure:4206: checking whether ln -s works
# configure:4210: result: yes
# configure:4217: checking how to recognize dependent libraries
# configure:4403: result: pass_all
# configure:4492: clang -c conftest.c >&5
# configure:4495: $? = 0
# configure:4645: checking how to run the C preprocessor
# configure:4685: clang -E conftest.c
# configure:4691: $? = 0
# configure:4722: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4728: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | /* end confdefs.h. */
# | #include
# configure:4761: result: clang -E
# configure:4790: clang -E conftest.c
# configure:4796: $? = 0
# configure:4827: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4833: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | /* end confdefs.h. */
# | #include
# configure:4871: checking for ANSI C header files
# configure:4901: clang -c conftest.c >&5
# configure:4907: $? = 0
# configure:5006: clang -o conftest conftest.c >&5
# configure:5009: $? = 0
# configure:5015: ./conftest
# configure:5018: $? = 0
# configure:5035: result: yes
# configure:5059: checking for sys/types.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for sys/stat.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for stdlib.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for string.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for memory.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for strings.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for inttypes.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for stdint.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5059: checking for unistd.h
# configure:5080: clang -c conftest.c >&5
# configure:5086: $? = 0
# configure:5102: result: yes
# configure:5129: checking dlfcn.h usability
# configure:5146: clang -c conftest.c >&5
# configure:5152: $? = 0
# configure:5166: result: yes
# configure:5170: checking dlfcn.h presence
# configure:5185: clang -E conftest.c
# configure:5191: $? = 0
# configure:5205: result: yes
# configure:5233: checking for dlfcn.h
# configure:5241: result: yes
# configure:5370: checking for C++ compiler version
# configure:5377: 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:5380: $? = 0
# configure:5387: 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:5390: $? = 0
# configure:5397: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5400: $? = 1
# configure:5403: checking whether we are using the GNU C++ compiler
# configure:5432: clang++ -c conftest.cpp >&5
# configure:5438: $? = 0
# configure:5455: result: yes
# configure:5460: checking whether clang++ accepts -g
# configure:5490: clang++ -c -g conftest.cpp >&5
# configure:5496: $? = 0
# configure:5595: result: yes
# configure:5620: checking dependency style of clang++
# configure:5711: result: gcc3
# configure:5736: checking how to run the C++ preprocessor
# configure:5772: clang++ -E conftest.cpp
# configure:5778: $? = 0
# configure:5809: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5815: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | #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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5848: result: clang++ -E
# configure:5877: clang++ -E conftest.cpp
# configure:5883: $? = 0
# configure:5914: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5920: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | #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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5969: checking for x86_64-unknown-linux-g77
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-xlf
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-f77
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-frt
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-pgf77
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-cf77
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-fort77
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-fl32
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-af77
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-xlf90
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-f90
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-pgf90
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-pghpf
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-epcf90
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-gfortran
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-g95
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-xlf95
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-f95
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-fort
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-ifort
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-ifc
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-efc
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-pgf95
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-lf95
# configure:5999: result: no
# configure:5969: checking for x86_64-unknown-linux-ftn
# configure:5999: result: no
# configure:6013: checking for g77
# configure:6043: result: no
# configure:6013: checking for xlf
# configure:6043: result: no
# configure:6013: checking for f77
# configure:6043: result: no
# configure:6013: checking for frt
# configure:6043: result: no
# configure:6013: checking for pgf77
# configure:6043: result: no
# configure:6013: checking for cf77
# configure:6043: result: no
# configure:6013: checking for fort77
# configure:6043: result: no
# configure:6013: checking for fl32
# configure:6043: result: no
# configure:6013: checking for af77
# configure:6043: result: no
# configure:6013: checking for xlf90
# configure:6043: result: no
# configure:6013: checking for f90
# configure:6043: result: no
# configure:6013: checking for pgf90
# configure:6043: result: no
# configure:6013: checking for pghpf
# configure:6043: result: no
# configure:6013: checking for epcf90
# configure:6043: result: no
# configure:6013: checking for gfortran
# configure:6029: found /usr/bin/gfortran
# configure:6040: result: gfortran
# configure:6070: checking for Fortran 77 compiler version
# configure:6077: gfortran --version >&5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6080: $? = 0
# configure:6087: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6090: $? = 0
# configure:6097: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6100: $? = 1
# configure:6108: checking whether we are using the GNU Fortran 77 compiler
# configure:6127: gfortran -c conftest.F >&5
# configure:6133: $? = 0
# configure:6150: result: yes
# configure:6156: checking whether gfortran accepts -g
# configure:6173: gfortran -c -g conftest.f >&5
# configure:6179: $? = 0
# configure:6195: result: yes
# configure:6225: checking the maximum length of command line arguments
# configure:6337: result: 1572864
# configure:6349: checking command to parse /usr/bin/nm -B output from clang object
# configure:6454: clang -c conftest.c >&5
# configure:6457: $? = 0
# configure:6461: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6464: $? = 0
# configure:6516: clang -o conftest conftest.c conftstm.o >&5
# configure:6519: $? = 0
# configure:6557: result: ok
# configure:6561: checking for objdir
# configure:6576: result: .libs
# configure:6628: checking for x86_64-unknown-linux-ar
# configure:6658: result: no
# configure:6668: checking for ar
# configure:6684: found /usr/bin/ar
# configure:6695: result: ar
# configure:6724: checking for x86_64-unknown-linux-ranlib
# configure:6754: result: no
# configure:6764: checking for ranlib
# configure:6780: found /usr/bin/ranlib
# configure:6791: result: ranlib
# configure:6820: checking for x86_64-unknown-linux-strip
# configure:6847: result: strip
# configure:7173: checking if clang supports -fno-rtti -fno-exceptions
# configure:7191: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7195: $? = 0
# configure:7208: result: yes
# configure:7223: checking for clang option to produce PIC
# configure:7455: result: -fPIC
# configure:7463: checking if clang PIC flag -fPIC works
# configure:7481: clang -c -fPIC -DPIC conftest.c >&5
# configure:7485: $? = 0
# configure:7498: result: yes
# configure:7526: checking if clang static flag -static works
# configure:7554: result: yes
# configure:7564: checking if clang supports -c -o file.o
# configure:7585: clang -c -o out/conftest2.o conftest.c >&5
# configure:7589: $? = 0
# configure:7611: result: yes
# configure:7637: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8617: result: yes
# configure:8638: checking whether -lc should be explicitly linked in
# configure:8643: clang -c conftest.c >&5
# configure:8646: $? = 0
# configure:8661: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8664: $? = 0
# configure:8676: result: no
# configure:8684: checking dynamic linker characteristics
# configure:9288: result: GNU/Linux ld.so
# configure:9297: checking how to hardcode library paths into programs
# configure:9322: result: immediate
# configure:9336: checking whether stripping libraries is possible
# configure:9341: result: yes
# configure:10143: checking if libtool supports shared libraries
# configure:10145: result: yes
# configure:10148: checking whether to build shared libraries
# configure:10169: result: yes
# configure:10172: checking whether to build static libraries
# configure:10176: result: no
# configure:10269: creating libtool
# configure:10857: checking for ld used by clang++
# configure:10924: result: /usr/bin/ld -m elf_x86_64
# configure:10933: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:10948: result: yes
# configure:10999: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11973: result: yes
# configure:11991: clang++ -c conftest.cpp >&5
# configure:11994: $? = 0
# configure:12146: checking for clang++ option to produce PIC
# configure:12430: result: -fPIC
# configure:12438: checking if clang++ PIC flag -fPIC works
# configure:12456: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12460: $? = 0
# configure:12473: result: yes
# configure:12501: checking if clang++ static flag -static works
# configure:12529: result: yes
# configure:12539: checking if clang++ supports -c -o file.o
# configure:12560: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12564: $? = 0
# configure:12586: result: yes
# configure:12612: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12637: result: yes
# configure:12704: checking dynamic linker characteristics
# configure:13256: result: GNU/Linux ld.so
# configure:13265: checking how to hardcode library paths into programs
# configure:13290: result: immediate
# configure:13824: checking if libtool supports shared libraries
# configure:13826: result: yes
# configure:13829: checking whether to build shared libraries
# configure:13849: result: yes
# configure:13852: checking whether to build static libraries
# configure:13856: result: no
# configure:13866: checking for gfortran option to produce PIC
# configure:14098: result: -fPIC
# configure:14106: checking if gfortran PIC flag -fPIC works
# configure:14124: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14128: $? = 0
# configure:14141: result: yes
# configure:14169: checking if gfortran static flag -static works
# configure:14197: result: no
# configure:14207: checking if gfortran supports -c -o file.o
# configure:14228: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14232: $? = 0
# configure:14254: result: yes
# configure:14280: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15240: result: yes
# configure:15307: checking dynamic linker characteristics
# configure:15859: result: GNU/Linux ld.so
# configure:15868: checking how to hardcode library paths into programs
# configure:15893: result: immediate
# configure:19473: checking for AIX
# configure:19495: result: no
# configure:19511: checking minix/config.h usability
# configure:19528: clang -c conftest.c >&5
# conftest.c:55:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:19534: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | #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_DLFCN_H 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:19548: result: no
# configure:19552: checking minix/config.h presence
# configure:19567: clang -E conftest.c
# conftest.c:22:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:19573: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | #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_DLFCN_H 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:19587: result: no
# configure:19615: checking for minix/config.h
# configure:19622: result: no
# configure:19661: checking whether it is safe to define __EXTENSIONS__
# configure:19689: clang -c conftest.c >&5
# configure:19695: $? = 0
# configure:19710: result: yes
# configure:19734: checking for x86_64-unknown-linux-gcc
# configure:19761: result: clang
# configure:20039: checking for C compiler version
# configure:20046: 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:20049: $? = 0
# configure:20056: 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:20059: $? = 0
# configure:20066: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:20069: $? = 1
# configure:20072: checking whether we are using the GNU C compiler
# configure:20124: result: yes
# configure:20129: checking whether clang accepts -g
# configure:20264: result: yes
# configure:20281: checking for clang option to accept ISO C89
# configure:20384: result: none needed
# configure:20404: checking dependency style of clang
# configure:20495: result: gcc3
# configure:20518: checking for x86_64-unknown-linux-gcc
# configure:20545: result: clang
# configure:20823: checking for C compiler version
# configure:20830: 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:20833: $? = 0
# configure:20840: 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:20843: $? = 0
# configure:20850: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:20853: $? = 1
# configure:20856: checking whether we are using the GNU C compiler
# configure:20908: result: yes
# configure:20913: checking whether clang accepts -g
# configure:21048: result: yes
# configure:21065: checking for clang option to accept ISO C89
# configure:21168: result: none needed
# configure:21188: checking dependency style of clang
# configure:21279: result: gcc3
# configure:21297: checking for ANSI C header files
# configure:21461: result: yes
# configure:21484: checking for a BSD-compatible install
# configure:21540: result: /usr/bin/install -c
# configure:21551: checking whether make sets $(MAKE)
# configure:21572: result: yes
# configure:21626: checking gtk-doc version >= 1.0
# configure:21629: result: yes
# configure:21671: checking for usleep
# configure:21727: clang -o conftest conftest.c >&5
# configure:21733: $? = 0
# configure:21751: result: yes
# configure:21671: checking for setsid
# configure:21727: clang -o conftest conftest.c >&5
# configure:21733: $? = 0
# configure:21751: result: yes
# configure:21671: checking for setenv
# configure:21727: clang -o conftest conftest.c >&5
# configure:21733: $? = 0
# configure:21751: result: yes
# configure:21671: checking for putenv
# configure:21727: clang -o conftest conftest.c >&5
# configure:21733: $? = 0
# configure:21751: result: yes
# configure:21671: checking for getlogin_r
# configure:21727: clang -o conftest conftest.c >&5
# configure:21733: $? = 0
# configure:21751: result: yes
# configure:21761: checking for nanoseconds field of struct stat.st_mtim
# configure:21797: clang -c -DST_MTIM_NSEC=tv_nsec conftest.c >&5
# configure:21803: $? = 0
# configure:21820: result: tv_nsec
# configure:21866: checking for x86_64-unknown-linux-pkg-config
# configure:21899: result: no
# configure:21909: checking for pkg-config
# configure:21927: found /usr/bin/pkg-config
# configure:21939: result: /usr/bin/pkg-config
# configure:21968: checking pkg-config is at least version 0.9.0
# configure:21971: result: yes
# configure:21982: checking for DAEMON
# configure:21989: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:21992: $? = 0
# configure:22005: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:22008: $? = 0
# configure:22083: result: yes
# configure:22104: checking for TEST
# configure:22111: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:22114: $? = 0
# configure:22127: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:22130: $? = 0
# configure:22205: result: yes
# configure:22346: checking sys/inotify.h usability
# configure:22363: clang -c conftest.c >&5
# configure:22369: $? = 0
# configure:22383: result: yes
# configure:22387: checking sys/inotify.h presence
# configure:22402: clang -E conftest.c
# configure:22408: $? = 0
# configure:22422: result: yes
# configure:22450: checking for sys/inotify.h
# configure:22458: result: yes
# configure:22545: checking for kevent
# configure:22601: clang -o conftest conftest.c >&5
# /tmp/conftest-fe10e7.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `kevent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:22607: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | #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_DLFCN_H 1
# | #define _GNU_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETLOGIN_R 1
# | #define ST_MTIM_NSEC tv_nsec
# | #define HAVE_LINUX
# | #define ENABLE_POLLING 1
# | #define HAVE_SYS_INOTIFY_H 1
# | #define ENABLE_INOTIFY 1
# | #define ENABLE_DNOTIFY 1
# | /* end confdefs.h. */
# | /* Define kevent to an innocuous variant, in case declares kevent.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define kevent innocuous_kevent
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char kevent (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef kevent
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char kevent ();
# | /* 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_kevent || defined __stub___kevent
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return kevent ();
# | ;
# | return 0;
# | }
# configure:22624: result: no
# configure:22831: checking pthread.h usability
# configure:22848: clang -c conftest.c >&5
# configure:22854: $? = 0
# configure:22868: result: yes
# configure:22872: checking pthread.h presence
# configure:22887: clang -E conftest.c
# configure:22893: $? = 0
# configure:22907: result: yes
# configure:22935: checking for pthread.h
# configure:22942: result: yes
# configure:22947: checking for pthread_mutexattr_settype in -lpthread
# configure:22982: clang -o conftest conftest.c -lpthread >&5
# configure:22988: $? = 0
# configure:23006: result: yes
# configure:23398: checking for ISO C99 varargs macros in C
# configure:23425: clang -c conftest.c >&5
# configure:23431: $? = 0
# configure:23445: result: yes
# configure:23448: checking for GNUC varargs macros
# configure:23475: clang -c conftest.c >&5
# configure:23481: $? = 0
# configure:23495: result: yes
# configure:23513: checking for struct cmsgcred
# configure:23543: clang -c conftest.c >&5
# conftest.c:49:17: error: variable has incomplete type 'struct cmsgcred'
# struct cmsgcred cred;
# ^
# conftest.c:49:8: note: forward declaration of 'struct cmsgcred'
# struct cmsgcred cred;
# ^
# 1 error generated.
# configure:23549: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "gamin"
# | #define VERSION "0.1.10"
# | #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_DLFCN_H 1
# | #define _GNU_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETLOGIN_R 1
# | #define ST_MTIM_NSEC tv_nsec
# | #define HAVE_LINUX
# | #define ENABLE_POLLING 1
# | #define HAVE_SYS_INOTIFY_H 1
# | #define ENABLE_INOTIFY 1
# | #define ENABLE_DNOTIFY 1
# | #define HAVE_LIBPTHREAD
# | #define HAVE_PTHREAD_H
# | #define HAVE_ISO_VARARGS 1
# | #define HAVE_GNUC_VARARGS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# |
# | struct cmsgcred cred;
# |
# | cred.cmcred_pid = 0;
# |
# | ;
# | return 0;
# | }
# configure:23563: result: no
# configure:23576: checking abstract socket namespace
# configure:23645: clang -o conftest conftest.c >&5
# configure:23648: $? = 0
# configure:23654: ./conftest
# configure:23657: $? = 0
# configure:23678: result: yes
# configure:23834: checking for more compiler warnings
# configure:23837: result: yes
# configure:23848: checking whether gcc understands -Wno-sign-compare
# configure:23871: clang -c -Wno-sign-compare conftest.c >&5
# configure:23877: $? = 0
# configure:23894: result: yes
# configure:24135: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 88132211937c
#
# config.status:719: creating Makefile
# config.status:719: creating lib/Makefile
# config.status:719: creating libgamin/Makefile
# config.status:719: creating server/Makefile
# config.status:719: creating tests/Makefile
# config.status:719: creating python/Makefile
# config.status:719: creating python/tests/Makefile
# config.status:719: creating doc/Makefile
# config.status:719: creating gamin.pc
# config.status:719: creating gamin.spec
# config.status:719: creating config.h
# config.status:1014: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_DAEMON_CFLAGS_set=
# ac_cv_env_DAEMON_CFLAGS_value=
# ac_cv_env_DAEMON_LIBS_set=
# ac_cv_env_DAEMON_LIBS_value=
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_TEST_CFLAGS_set=
# ac_cv_env_TEST_CFLAGS_value=
# ac_cv_env_TEST_LIBS_set=
# ac_cv_env_TEST_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_getlogin_r=yes
# ac_cv_func_kevent=no
# ac_cv_func_putenv=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setsid=yes
# ac_cv_func_usleep=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_pthread_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_inotify_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pthread_pthread_mutexattr_settype=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_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_struct_st_mtim_nsec=tv_nsec
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_prog_cc_stdc=
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
# pkg_cv_DAEMON_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_DAEMON_LIBS=-lglib-2.0
# pkg_cv_TEST_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_TEST_LIBS=-lglib-2.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gamin/src/gamin-0.1.10/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/gamin/src/gamin-0.1.10/missing --run tar'
# AM_CFLAGS=' -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare '
# AR='ar'
# AUTOCONF='${SHELL} /tmp/gamin/src/gamin-0.1.10/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/gamin/src/gamin-0.1.10/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/gamin/src/gamin-0.1.10/missing --run automake-1.10'
# AWK='gawk'
# BUILD_DOCS_FALSE=''
# BUILD_DOCS_TRUE='#'
# BUILD_LIBGAMIN_FALSE='#'
# BUILD_LIBGAMIN_TRUE=''
# BUILD_SERVER_FALSE='#'
# BUILD_SERVER_TRUE=''
# BUILD_TESTS_FALSE='#'
# BUILD_TESTS_TRUE=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O2'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DAEMON_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# DAEMON_LIBS='-lglib-2.0'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_DNOTIFY_FALSE='#'
# ENABLE_DNOTIFY_TRUE=''
# ENABLE_GTK_DOC_FALSE='#'
# ENABLE_GTK_DOC_TRUE=''
# ENABLE_HURD_MACH_NOTIFY_FALSE=''
# ENABLE_HURD_MACH_NOTIFY_TRUE='#'
# ENABLE_INOTIFY_FALSE='#'
# ENABLE_INOTIFY_TRUE=''
# ENABLE_KQUEUE_FALSE=''
# ENABLE_KQUEUE_TRUE='#'
# EXEEXT=''
# F77='gfortran'
# FAM_VERSION_INFO='0:0:0'
# FFLAGS='-g -O2'
# GAMIN_DEBUG_FALSE=''
# GAMIN_DEBUG_TRUE='#'
# GAMIN_MAJOR_VERSION='0'
# GAMIN_MICRO_VERSION='10'
# GAMIN_MINOR_VERSION='1'
# GAMIN_VERSION='0.1.10'
# GAMIN_VERSION_INFO='1:10:1'
# GREP='/usr/bin/grep'
# HTML_DIR='${datadir}/gtk-doc/html'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/gamin/src/gamin-0.1.10/missing --run makeinfo'
# MIG=''
# OBJEXT='o'
# PACKAGE='gamin'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PYTHON='/usr/bin/python2'
# PYTHON_INCLUDES='/usr/include/python2.7'
# PYTHON_SITE_PACKAGES='/usr/lib/python2.7/site-packages'
# PYTHON_VERSION='2.7'
# RANLIB='ranlib'
# RELDATE='Thu Apr 13 2017'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TEST_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# TEST_LIBS='-lglib-2.0'
# THREAD_LIBS='-lpthread'
# VERSION='0.1.10'
# WITH_PYTHON_FALSE='#'
# WITH_PYTHON_TRUE=''
# WITH_THREADS='1'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/gamin/src/gamin-0.1.10/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/gamin'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pythondir='$(PYTHON_SITE_PACKAGES)'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "gamin"
# #define VERSION "0.1.10"
# #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_DLFCN_H 1
# #define _GNU_SOURCE 1
# #define __EXTENSIONS__ 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define STDC_HEADERS 1
# #define HAVE_USLEEP 1
# #define HAVE_SETSID 1
# #define HAVE_SETENV 1
# #define HAVE_PUTENV 1
# #define HAVE_GETLOGIN_R 1
# #define ST_MTIM_NSEC tv_nsec
# #define HAVE_LINUX
# #define ENABLE_POLLING 1
# #define HAVE_SYS_INOTIFY_H 1
# #define ENABLE_INOTIFY 1
# #define ENABLE_DNOTIFY 1
# #define HAVE_LIBPTHREAD
# #define HAVE_PTHREAD_H
# #define HAVE_ISO_VARARGS 1
# #define HAVE_GNUC_VARARGS 1
# #define HAVE_ABSTRACT_SOCKETS
#
# configure: exit 0