Build of sshguard with clang_glibc toolchain

The build took 00h 01m 55s and was SUCCESSFUL.

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

SLOCLanguage
3,889 ansic
2,692 makefile
1,629 sh
231 lex
202 yacc
8,643 total

The process tree of the build process is here.

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: sshguard 1.6.4-1 (Thu Apr 13 18:20:39 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 make supports nested variables... (cached) yes
# checking for iptables... no
# configure: WARNING: iptables program not in path! Using /sbin as default unless --with-iptables specified
# ## -------------- ##
# ## Program Checks ##
# ## -------------- ##
# checking for style of include used by make... GNU
# 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 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 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 gawk... (cached) gawk
# 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 whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking for clang option to accept ISO C99... none needed
# checking for egrep... (cached) /usr/bin/grep -E
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for bison... bison -y
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# ## ----------------------------------- ##
# ## Headers, Types, and Compiler Checks ##
# ## ----------------------------------- ##
# checking for ANSI C header files... (cached) yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for off_t... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for C/C++ restrict keyword... __restrict
# ## ----------------- ##
# ## Library Functions ##
# ## ----------------- ##
# checking for library containing gethostbyname... none required
# checking for library containing pthread_create... -lpthread
# checking for library containing socket... none required
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating man/Makefile
# config.status: creating src/Makefile
# config.status: creating src/parser/Makefile
# config.status: creating src/fwalls/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# Making all in src
# make[1]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# make all-recursive
# make[2]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# Making all in parser
# make[3]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make all-am
# make[4]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# CC attack.o
# CC attack_parser.o
# CC attack_scanner.o
# AR libparser.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[4]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make[3]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# Making all in fwalls
# make[3]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/fwalls'
# CC command.o
# AR libfwall.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/fwalls'
# make[3]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# CC sshguard_log.o
# CC sshg_parser.o
# CCLD sshg-parser
# CC hash_32a.o
# CC simclist.o
# CC sshguard.o
# CC sshguard_blacklist.o
# CC sshguard_logsuck.o
# CC sshguard_options.o
# CC sshguard_procauth.o
# CC sshguard_whitelist.o
# CCLD sshguard
# make[3]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# make[2]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# make[1]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# Making all in man
# make[1]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/man'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/man'
# make[1]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# Making install in parser
# make[2]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make install-am
# make[3]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make[4]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make[3]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# make[2]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/parser'
# Making install in fwalls
# make[2]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/fwalls'
# make[3]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src/fwalls'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/fwalls'
# make[2]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src/fwalls'
# make[2]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# make[3]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# /usr/bin/mkdir -p '/tmp/sshguard/pkg/sshguard/usr/bin'
# /usr/bin/install -c sshguard '/tmp/sshguard/pkg/sshguard/usr/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# make[2]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# make[1]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/src'
# Making install in man
# make[1]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/man'
# make[2]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/sshguard/pkg/sshguard/usr/share/man/man8'
# /usr/bin/install -c -m 644 sshguard.8 '/tmp/sshguard/pkg/sshguard/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/man'
# make[1]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4/man'
# make[1]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4'
# make[2]: Entering directory '/tmp/sshguard/src/sshguard-1.6.4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4'
# make[1]: Leaving directory '/tmp/sshguard/src/sshguard-1.6.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "sshguard"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: sshguard 1.6.4-1 (Thu Apr 13 18:21:03 UTC 2017)

CMD: pacman --query --file sshguard-1.6.4-1-x86_64.pkg.tar.xz
# sshguard 1.6.4-1

Creating hybrid package for 'sshguard'

Trying to find vanilla package 'sshguard'...

CMD: pacman --query --file /mirror/sshguard-1.6.4-1.pkg.tar.xz
# sshguard 1.6.4-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/bin/sshguard
# /usr/share/man/man8/sshguard.8.gz
# /usr/lib/systemd/system/sshguard.service
# /usr/lib/systemd/scripts/sshguard-journalctl
# /sysroot/usr/lib/systemd/system/sshguard.service
# /sysroot/usr/lib/systemd/scripts/sshguard-journalctl

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sshguard.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1092

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sshguard.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/sshguard.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/sshguard/src/sshguard-1.6.4/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 sshguard configure 1.6.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c7ca4873dca1
# 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:2236: checking for a BSD-compatible install
# configure:2304: result: /usr/bin/install -c
# configure:2315: checking whether build environment is sane
# configure:2370: result: yes
# configure:2429: checking for x86_64-unknown-linux-strip
# configure:2459: result: no
# configure:2469: checking for strip
# configure:2485: found /usr/bin/strip
# configure:2496: result: strip
# configure:2521: checking for a thread-safe mkdir -p
# configure:2560: result: /usr/bin/mkdir -p
# configure:2567: checking for gawk
# configure:2583: found /usr/bin/gawk
# configure:2594: result: gawk
# configure:2605: checking whether make sets $(MAKE)
# configure:2627: result: yes
# configure:2656: checking whether make supports nested variables
# configure:2673: result: yes
# configure:2810: checking whether make supports nested variables
# configure:2827: result: yes
# configure:3003: checking for iptables
# configure:3019: found /usr/bin/iptables
# configure:3033: result: no
# configure:3042: WARNING: iptables program not in path! Using /sbin as default unless --with-iptables specified
# configure:3182: checking for style of include used by make
# configure:3210: result: GNU
# configure:3241: checking for x86_64-unknown-linux-gcc
# configure:3268: result: clang
# configure:3537: checking for C compiler version
# configure:3546: 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:3557: $? = 0
# configure:3546: 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:3557: $? = 0
# configure:3546: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3557: $? = 1
# configure:3546: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3557: $? = 1
# configure:3577: checking whether the C compiler works
# configure:3599: clang conftest.c >&5
# configure:3603: $? = 0
# configure:3651: result: yes
# configure:3654: checking for C compiler default output file name
# configure:3656: result: a.out
# configure:3662: checking for suffix of executables
# configure:3669: clang -o conftest conftest.c >&5
# configure:3673: $? = 0
# configure:3695: result:
# configure:3717: checking whether we are cross compiling
# configure:3725: clang -o conftest conftest.c >&5
# configure:3729: $? = 0
# configure:3736: ./conftest
# configure:3740: $? = 0
# configure:3755: result: no
# configure:3760: checking for suffix of object files
# configure:3782: clang -c conftest.c >&5
# configure:3786: $? = 0
# configure:3807: result: o
# configure:3811: checking whether we are using the GNU C compiler
# configure:3830: clang -c conftest.c >&5
# configure:3830: $? = 0
# configure:3839: result: yes
# configure:3848: checking whether clang accepts -g
# configure:3868: clang -c -g conftest.c >&5
# configure:3868: $? = 0
# configure:3909: result: yes
# configure:3926: checking for clang option to accept ISO C89
# configure:3989: clang -c conftest.c >&5
# configure:3989: $? = 0
# configure:4002: result: none needed
# configure:4027: checking whether clang understands -c and -o together
# configure:4049: clang -c conftest.c -o conftest2.o
# configure:4052: $? = 0
# configure:4049: clang -c conftest.c -o conftest2.o
# configure:4052: $? = 0
# configure:4064: result: yes
# configure:4083: checking dependency style of clang
# configure:4194: result: gcc3
# configure:4215: checking how to run the C preprocessor
# configure:4246: clang -E conftest.c
# configure:4246: $? = 0
# configure:4260: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4260: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | /* end confdefs.h. */
# | #include
# configure:4285: result: clang -E
# configure:4305: clang -E conftest.c
# configure:4305: $? = 0
# configure:4319: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4319: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | /* end confdefs.h. */
# | #include
# configure:4348: checking for grep that handles long lines and -e
# configure:4406: result: /usr/bin/grep
# configure:4411: checking for egrep
# configure:4473: result: /usr/bin/grep -E
# configure:4478: checking for ANSI C header files
# configure:4498: clang -c conftest.c >&5
# configure:4498: $? = 0
# configure:4571: clang -o conftest conftest.c >&5
# configure:4571: $? = 0
# configure:4571: ./conftest
# configure:4571: $? = 0
# configure:4582: result: yes
# configure:4595: checking for sys/types.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for sys/stat.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for stdlib.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for string.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for memory.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for strings.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for inttypes.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for stdint.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4595: checking for unistd.h
# configure:4595: clang -c conftest.c >&5
# configure:4595: $? = 0
# configure:4595: result: yes
# configure:4608: checking minix/config.h usability
# configure:4608: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4608: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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
# | /* 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:4608: result: no
# configure:4608: checking minix/config.h presence
# configure:4608: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4608: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4608: result: no
# configure:4608: checking for minix/config.h
# configure:4608: result: no
# configure:4629: checking whether it is safe to define __EXTENSIONS__
# configure:4647: clang -c conftest.c >&5
# configure:4647: $? = 0
# configure:4654: result: yes
# configure:4673: checking for gawk
# configure:4700: result: gawk
# configure:4719: checking for x86_64-unknown-linux-gcc
# configure:4746: result: clang
# configure:5015: checking for C compiler version
# configure:5024: 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:5035: $? = 0
# configure:5024: 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:5035: $? = 0
# configure:5024: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5035: $? = 1
# configure:5024: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5035: $? = 1
# configure:5039: checking whether we are using the GNU C compiler
# configure:5067: result: yes
# configure:5076: checking whether clang accepts -g
# configure:5137: result: yes
# configure:5154: checking for clang option to accept ISO C89
# configure:5230: result: none needed
# configure:5255: checking whether clang understands -c and -o together
# configure:5292: result: yes
# configure:5311: checking dependency style of clang
# configure:5422: result: gcc3
# configure:5437: checking for clang option to accept ISO C99
# configure:5586: clang -c conftest.c >&5
# configure:5586: $? = 0
# configure:5599: result: none needed
# configure:5614: checking for egrep
# configure:5676: result: /usr/bin/grep -E
# configure:5684: checking for x86_64-unknown-linux-ranlib
# configure:5714: result: no
# configure:5724: checking for ranlib
# configure:5740: found /usr/bin/ranlib
# configure:5751: result: ranlib
# configure:5777: checking for bison
# configure:5793: found /usr/bin/bison
# configure:5804: result: bison -y
# configure:5821: checking for x86_64-unknown-linux-ar
# configure:5851: result: no
# configure:5821: checking for x86_64-unknown-linux-lib
# configure:5851: result: no
# configure:5821: checking for x86_64-unknown-linux-link
# configure:5851: result: no
# configure:5865: checking for ar
# configure:5881: found /usr/bin/ar
# configure:5892: result: ar
# configure:5918: checking the archiver (ar) interface
# configure:5934: clang -c conftest.c >&5
# configure:5934: $? = 0
# configure:5936: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5939: $? = 0
# configure:5967: result: ar
# configure:5991: checking for flex
# configure:6007: found /usr/bin/flex
# configure:6018: result: flex
# configure:6056: flex conftest.l
# configure:6060: $? = 1
# configure:6062: checking lex output file root
# configure:6076: result: lex.yy
# configure:6081: checking lex library
# configure:6095: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# |
# configure:6095: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# |
# configure:6095: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# |
# configure:6105: result: none needed
# configure:6111: checking whether yytext is a pointer
# configure:6128: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6128: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:6136: result: no
# configure:6156: checking for ANSI C header files
# configure:6260: result: yes
# configure:6270: checking getopt.h usability
# configure:6270: clang -c conftest.c >&5
# configure:6270: $? = 0
# configure:6270: result: yes
# configure:6270: checking getopt.h presence
# configure:6270: clang -E conftest.c
# configure:6270: $? = 0
# configure:6270: result: yes
# configure:6270: checking for getopt.h
# configure:6270: result: yes
# configure:6282: checking for off_t
# configure:6282: clang -c conftest.c >&5
# configure:6282: $? = 0
# configure:6282: clang -c conftest.c >&5
# conftest.c:64:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:6282: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6282: result: yes
# configure:6293: checking for pid_t
# configure:6293: clang -c conftest.c >&5
# configure:6293: $? = 0
# configure:6293: clang -c conftest.c >&5
# conftest.c:64:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:6293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6293: result: yes
# configure:6304: checking for size_t
# configure:6304: clang -c conftest.c >&5
# configure:6304: $? = 0
# configure:6304: clang -c conftest.c >&5
# conftest.c:64:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:6304: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6304: result: yes
# configure:6317: checking for an ANSI C-conforming const
# configure:6383: clang -c conftest.c >&5
# configure:6383: $? = 0
# configure:6390: result: yes
# configure:6398: checking for inline
# configure:6414: clang -c conftest.c >&5
# configure:6414: $? = 0
# configure:6422: result: inline
# configure:6440: checking for C/C++ restrict keyword
# configure:6465: clang -c conftest.c >&5
# configure:6465: $? = 0
# configure:6473: result: __restrict
# configure:6492: checking for library containing gethostbyname
# configure:6523: clang -o conftest conftest.c >&5
# configure:6523: $? = 0
# configure:6540: result: none required
# configure:6548: checking for library containing pthread_create
# configure:6579: clang -o conftest conftest.c >&5
# /tmp/conftest-223b40.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6579: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sshguard"
# | #define PACKAGE_TARNAME "sshguard"
# | #define PACKAGE_VERSION "1.6.4"
# | #define PACKAGE_STRING "sshguard 1.6.4"
# | #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sshguard"
# | #define VERSION "1.6.4"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_GETOPT_H 1
# | #define restrict __restrict
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_create ();
# | int
# | main ()
# | {
# | return pthread_create ();
# | ;
# | return 0;
# | }
# configure:6579: clang -o conftest conftest.c -lpthread >&5
# configure:6579: $? = 0
# configure:6596: result: -lpthread
# configure:6604: checking for library containing socket
# configure:6635: clang -o conftest conftest.c -lpthread >&5
# configure:6635: $? = 0
# configure:6652: result: none required
# configure:6891: checking that generated files are newer than configure
# configure:6897: result: done
# configure:6952: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by sshguard config.status 1.6.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c7ca4873dca1
#
# config.status:900: creating Makefile
# config.status:900: creating man/Makefile
# config.status:900: creating src/Makefile
# config.status:900: creating src/parser/Makefile
# config.status:900: creating src/fwalls/Makefile
# config.status:900: creating src/config.h
# config.status:1129: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_lex='none needed'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_iptablespath=
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_pthread_create=-lpthread
# ac_cv_search_socket='none required'
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/sshguard/src/sshguard-1.6.4/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/sshguard/src/sshguard-1.6.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/sshguard/src/sshguard-1.6.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/sshguard/src/sshguard-1.6.4/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=''
# FWALL_AIX_FALSE=''
# FWALL_AIX_TRUE='#'
# FWALL_HOSTS_FALSE=''
# FWALL_HOSTS_TRUE='#'
# FWALL_IPFILTER_FALSE=''
# FWALL_IPFILTER_TRUE='#'
# FWALL_IPFW_FALSE=''
# FWALL_IPFW_TRUE='#'
# FWALL_IPTABLES_FALSE='#'
# FWALL_IPTABLES_TRUE=''
# FWALL_NULL_FALSE=''
# FWALL_NULL_TRUE='#'
# FWALL_PF_FALSE=''
# FWALL_PF_TRUE='#'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS='-lpthread '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/sshguard/src/sshguard-1.6.4/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='sshguard'
# PACKAGE_BUGREPORT='sshguard-users@lists.sourceforge.net'
# PACKAGE_NAME='sshguard'
# PACKAGE_STRING='sshguard 1.6.4'
# PACKAGE_TARNAME='sshguard'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.6.4'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.6.4'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# 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}'
# genfiltpath=''
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/sshguard/src/sshguard-1.6.4/install-sh'
# ipfpath=''
# ipfwpath=''
# iptablespath='/sbin'
# 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}'
# pfctlpath=''
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "sshguard"
# #define PACKAGE_TARNAME "sshguard"
# #define PACKAGE_VERSION "1.6.4"
# #define PACKAGE_STRING "sshguard 1.6.4"
# #define PACKAGE_BUGREPORT "sshguard-users@lists.sourceforge.net"
# #define PACKAGE_URL ""
# #define PACKAGE "sshguard"
# #define VERSION "1.6.4"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define STDC_HEADERS 1
# #define HAVE_GETOPT_H 1
# #define restrict __restrict
# #define FILT_PATH ""
# #define HOSTSFILE_PATH "/etc/hosts.allow"
# #define IPFILTER_CONFFILE "/etc/ipf.rules"
# #define IPFW_PATH ""
# #define IPTABLES_PATH "/sbin"
# #define IPFPATH ""
# #define PFCTL_PATH ""
# #define EGREP /usr/bin/grep -E
# #define AWK gawk
#
# configure: exit 0