On Sat, Jan 09, 2016 at 09:25:05AM -0600, Edgar Pettijohn wrote:
> # AUTOCONF_VERSION=2.69 ./bootstrap
> + test yes = yes
> + libtoolize --copy --force
> + test -n  -a !  = . -a -f ltmain.sh
> + aclocal-1.9 -I m4
> + autoconf
> + test yes = yes
> + autoheader
> + test yes = yes
> + automake-1.9 --foreign --add-missing --copy
> configure.ac: installing `./install-sh'
> configure.ac: installing `./missing'
> extras/wip/filters/filter-clamav/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'

This error might be the result of not installed devel/libtool
package.  Please install it with pkg_add libtool and retry.

The Makefile.in error below is the result of this earlier one:
Makefile.in is not generated here from the Makefile.am. 

> extras/wip/filters/filter-clamav/Makefile.am: installing `./compile'
> extras/wip/filters/filter-dkim-signer/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-dnsbl/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-lua/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-monkey/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-pause/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-perl/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-python/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-regex/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-spamassassin/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-stub/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-trace/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/filters/filter-void/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/queues/queue-null/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/queues/queue-python/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/queues/queue-ram/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/queues/queue-stub/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/schedulers/scheduler-python/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/schedulers/scheduler-ram/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/schedulers/scheduler-stub/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-ldap/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-mysql/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-passwd/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-postgres/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-python/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-redis/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-socketmap/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-sqlite/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tables/table-stub/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> extras/wip/tools/tool-stats/Makefile.am: C objects in subdir but
> `AM_PROG_CC_C_O' not in `configure.ac'
> openbsd-compat/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in
> `configure.ac'
> configure.ac:28: installing `./config.guess'
> configure.ac:28: installing `./config.sub'
> 
> checking for gcc... gcc
> 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking build system type... x86_64-unknown-openbsd5.8
> checking host system type... x86_64-unknown-openbsd5.8
> checking how to run the C preprocessor... gcc -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 whether byte ordering is bigendian... no
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking how to print strings... print -r
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking how to convert x86_64-unknown-openbsd5.8 file names to
> x86_64-unknown-openbsd5.8 format... func_convert_file_noop
> checking how to convert x86_64-unknown-openbsd5.8 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... match_pattern
> /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for dlltool... no
> checking how to associate runtime and link libraries... print -r --
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for mt... mt
> checking if mt is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... openbsd5.8 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... yes
> checking for ar... /usr/bin/ar
> checking for cat... /bin/cat
> checking for sed... (cached) /usr/bin/sed
> checking for bash... no
> checking for ksh... /bin/ksh
> checking for sh... (cached) /bin/ksh
> checking for sh... /bin/sh
> checking for groff... /usr/local/bin/groff
> checking for nroff... /usr/local/bin/nroff
> checking for mandoc... /usr/bin/mandoc
> checking whether build environment is sane... yes
> checking whether make sets $(MAKE)... yes
> checking for inline... inline
> checking whether LLONG_MAX is declared... yes
> checking if gcc supports compile flag -Qunused-arguments... no
> checking if gcc supports compile flag -Wunknown-warning-option... no
> checking if gcc supports compile flag -Wall... yes
> checking if gcc supports compile flag -Wpointer-arith... yes
> checking if gcc supports compile flag -Wuninitialized... yes
> checking if gcc supports compile flag -Wsign-compare... yes
> checking if gcc supports compile flag -Wformat-security... yes
> checking if gcc supports compile flag -Wsizeof-pointer-memaccess... no
> checking if gcc supports compile flag -Wpointer-sign... yes
> checking if gcc supports compile flag -Wunused-result... no
> checking if gcc supports compile flag -fno-strict-aliasing... yes
> checking gcc version... 4.2.1
> checking if gcc accepts -fno-builtin-memset... yes
> checking if compiler allows __attribute__ on return types... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking for inttypes.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking mach/mach_time.h usability... no
> checking mach/mach_time.h presence... no
> checking for mach/mach_time.h... no
> checking ndir.h usability... no
> checking ndir.h presence... no
> checking for ndir.h... no
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking pam/pam_appl.h usability... no
> checking pam/pam_appl.h presence... no
> checking for pam/pam_appl.h... no
> checking paths.h usability... yes
> checking paths.h presence... yes
> checking for paths.h... yes
> checking security/pam_appl.h usability... no
> checking security/pam_appl.h presence... no
> checking for security/pam_appl.h... no
> checking for stdint.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking sys/dir.h usability... yes
> checking sys/dir.h presence... yes
> checking for sys/dir.h... yes
> checking sys/ndir.h usability... no
> checking sys/ndir.h presence... no
> checking for sys/ndir.h... no
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/pstat.h usability... no
> checking sys/pstat.h presence... no
> checking for sys/pstat.h... no
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking ucred.h usability... no
> checking ucred.h presence... no
> checking for ucred.h... no
> checking for unistd.h... (cached) yes
> checking compiler and flags for sanity... yes
> checking for setsockopt... yes
> checking for gcc >= 4.x... yes
> checking if gcc supports compile flag -fPIE... yes
> checking if /usr/bin/ld supports link flag -pie... yes
> checking whether both -fPIE and -pie are supported... yes
> checking for pid_t... yes
> checking vfork.h usability... no
> checking vfork.h presence... no
> checking for vfork.h... no
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible realloc... yes
> checking for arc4random... yes
> checking for arc4random_uniform... yes
> checking for asprintf... yes
> checking for closefrom... yes
> checking for dirfd... yes
> checking for freeaddrinfo... yes
> checking for getaddrinfo... yes
> checking for getline... yes
> checking for gethostname... yes
> checking for getnameinfo... yes
> checking for getopt... yes
> checking for memmove... yes
> checking for memchr... yes
> checking for memset... yes
> checking for regcomp... yes
> checking for socketpair... yes
> checking for strdup... yes
> checking for strerror... yes
> checking for strncasecmp... yes
> checking for strpbrk... yes
> checking for strrchr... yes
> checking for strtol... yes
> checking for strtoumax... yes
> checking for strtoull... yes
> checking for strlcat... yes
> checking for strlcpy... yes
> checking for strtonum... yes
> checking for sysconf... yes
> checking for time... yes
> checking for tzset... yes
> checking for vasprintf... yes
> checking for vsnprintf... yes
> checking whether strsep is declared... yes
> checking for strsep... yes
> checking whether O_NONBLOCK is declared... yes
> checking whether writev is declared... yes
> checking whether snprintf can declare const char *fmt... yes
> checking for (overly) strict mkstemp... yes
> checking if programs using OpenSSL functions will link... yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... (cached) yes
> checking for size_t... yes
> checking for ssize_t... yes
> checking for uid_t in sys/types.h... yes
> checking for uint8_t... yes
> checking for uint16_t... yes
> checking for uint32_t... yes
> checking for uint64_t... yes
> checking for long long... yes
> checking for unsigned long long... yes
> checking size of short int... 2
> checking size of int... 4
> checking size of long int... 8
> checking size of long long int... 8
> checking for socklen_t... yes
> checking for struct sockaddr_storage... yes
> checking for struct sockaddr_in6... yes
> checking for struct in6_addr... yes
> checking for struct sockaddr_in6.sin6_scope_id... yes
> checking for struct addrinfo... yes
> checking for struct timeval... yes
> checking for struct passwd.pw_gecos... yes
> checking for ss_family field in struct sockaddr_storage... yes
> checking for __ss_family field in struct sockaddr_storage... no
> checking for msg_control field in struct msghdr... yes
> checking if libc defines __progname... yes
> checking for nroff... (cached) /usr/local/bin/nroff
> checking if programs using libevent functions will link... yes
> configure: creating ./config.status
> checking for gcc... gcc
> 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking build system type... x86_64-unknown-openbsd5.8
> checking host system type... x86_64-unknown-openbsd5.8
> checking how to run the C preprocessor... gcc -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 whether byte ordering is bigendian... no
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking how to print strings... print -r
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking how to convert x86_64-unknown-openbsd5.8 file names to
> x86_64-unknown-openbsd5.8 format... func_convert_file_noop
> checking how to convert x86_64-unknown-openbsd5.8 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... match_pattern
> /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for dlltool... no
> checking how to associate runtime and link libraries... print -r --
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for mt... mt
> checking if mt is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... openbsd5.8 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... yes
> checking for ar... /usr/bin/ar
> checking for cat... /bin/cat
> checking for sed... (cached) /usr/bin/sed
> checking for bash... no
> checking for ksh... /bin/ksh
> checking for sh... (cached) /bin/ksh
> checking for sh... /bin/sh
> checking for groff... /usr/local/bin/groff
> checking for nroff... /usr/local/bin/nroff
> checking for mandoc... /usr/bin/mandoc
> checking whether build environment is sane... yes
> checking whether make sets $(MAKE)... yes
> checking for inline... inline
> checking whether LLONG_MAX is declared... yes
> checking if gcc supports compile flag -Qunused-arguments... no
> checking if gcc supports compile flag -Wunknown-warning-option... no
> checking if gcc supports compile flag -Wall... yes
> checking if gcc supports compile flag -Wpointer-arith... yes
> checking if gcc supports compile flag -Wuninitialized... yes
> checking if gcc supports compile flag -Wsign-compare... yes
> checking if gcc supports compile flag -Wformat-security... yes
> checking if gcc supports compile flag -Wsizeof-pointer-memaccess... no
> checking if gcc supports compile flag -Wpointer-sign... yes
> checking if gcc supports compile flag -Wunused-result... no
> checking if gcc supports compile flag -fno-strict-aliasing... yes
> checking gcc version... 4.2.1
> checking if gcc accepts -fno-builtin-memset... yes
> checking if compiler allows __attribute__ on return types... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking for inttypes.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking mach/mach_time.h usability... no
> checking mach/mach_time.h presence... no
> checking for mach/mach_time.h... no
> checking ndir.h usability... no
> checking ndir.h presence... no
> checking for ndir.h... no
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking pam/pam_appl.h usability... no
> checking pam/pam_appl.h presence... no
> checking for pam/pam_appl.h... no
> checking paths.h usability... yes
> checking paths.h presence... yes
> checking for paths.h... yes
> checking security/pam_appl.h usability... no
> checking security/pam_appl.h presence... no
> checking for security/pam_appl.h... no
> checking for stdint.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking sys/dir.h usability... yes
> checking sys/dir.h presence... yes
> checking for sys/dir.h... yes
> checking sys/ndir.h usability... no
> checking sys/ndir.h presence... no
> checking for sys/ndir.h... no
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/pstat.h usability... no
> checking sys/pstat.h presence... no
> checking for sys/pstat.h... no
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking ucred.h usability... no
> checking ucred.h presence... no
> checking for ucred.h... no
> checking for unistd.h... (cached) yes
> checking compiler and flags for sanity... yes
> checking for setsockopt... yes
> checking for gcc >= 4.x... yes
> checking if gcc supports compile flag -fPIE... yes
> checking if /usr/bin/ld supports link flag -pie... yes
> checking whether both -fPIE and -pie are supported... yes
> checking for pid_t... yes
> checking vfork.h usability... no
> checking vfork.h presence... no
> checking for vfork.h... no
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible realloc... yes
> checking for arc4random... yes
> checking for arc4random_uniform... yes
> checking for asprintf... yes
> checking for closefrom... yes
> checking for dirfd... yes
> checking for freeaddrinfo... yes
> checking for getaddrinfo... yes
> checking for getline... yes
> checking for gethostname... yes
> checking for getnameinfo... yes
> checking for getopt... yes
> checking for memmove... yes
> checking for memchr... yes
> checking for memset... yes
> checking for regcomp... yes
> checking for socketpair... yes
> checking for strdup... yes
> checking for strerror... yes
> checking for strncasecmp... yes
> checking for strpbrk... yes
> checking for strrchr... yes
> checking for strtol... yes
> checking for strtoumax... yes
> checking for strtoull... yes
> checking for strlcat... yes
> checking for strlcpy... yes
> checking for strtonum... yes
> checking for sysconf... yes
> checking for time... yes
> checking for tzset... yes
> checking for vasprintf... yes
> checking for vsnprintf... yes
> checking whether strsep is declared... yes
> checking for strsep... yes
> checking whether O_NONBLOCK is declared... yes
> checking whether writev is declared... yes
> checking whether snprintf can declare const char *fmt... yes
> checking for (overly) strict mkstemp... yes
> checking if programs using OpenSSL functions will link... yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... (cached) yes
> checking for size_t... yes
> checking for ssize_t... yes
> checking for uid_t in sys/types.h... yes
> checking for uint8_t... yes
> checking for uint16_t... yes
> checking for uint32_t... yes
> checking for uint64_t... yes
> checking for long long... yes
> checking for unsigned long long... yes
> checking size of short int... 2
> checking size of int... 4
> checking size of long int... 8
> checking size of long long int... 8
> checking for socklen_t... yes
> checking for struct sockaddr_storage... yes
> checking for struct sockaddr_in6... yes
> checking for struct in6_addr... yes
> checking for struct sockaddr_in6.sin6_scope_id... yes
> checking for struct addrinfo... yes
> checking for struct timeval... yes
> checking for struct passwd.pw_gecos... yes
> checking for ss_family field in struct sockaddr_storage... yes
> checking for __ss_family field in struct sockaddr_storage... no
> checking for msg_control field in struct msghdr... yes
> checking if libc defines __progname... yes
> checking for nroff... (cached) /usr/local/bin/nroff
> checking if programs using libevent functions will link... yes
> configure: creating ./config.status
> config.status: error: cannot find input file: `Makefile.in'
> 
> 
> On 01/07/16 08:31, Joerg Jung wrote:
> >I have tested this on a 5.8 stable with a fresh git clone of -extras, and
> >everything seems to work fine and expected.
> >
> >Please, show your exact bootstrap commands and all output.
> >Have you added environment variable AUTOCONF_VERSION to bootstrap?
> >For example, I do:
> >
> >AUTOCONF_VERSION=2.69 ./bootstrap
> >
> >
> >>On 07 Jan 2016, at 13:26, Edgar Pettijohn <[email protected]> wrote:
> >>
> >>5.8 stable
> >>
> >>I've always received that error when attempting to build from git sources.
> >>
> >>Sent from my iPhone
> >>
> >>>On Jan 7, 2016, at 5:24 AM, Joerg Jung <[email protected]> wrote:
> >>>
> >>>Which openbsd version have you running/tested this?
> >>>
> >>>>On 07 Jan 2016, at 02:46, Edgar Pettijohn <[email protected]> wrote:
> >>>>
> >>>>Is there a snapshot for openbsd?  Following README directions of 
> >>>>bootstrap, configure, etc.  I get the following error:
> >>>>
> >>>>config.status: error: cannot find input file: `Makefile.in'
> >>>>
> >>>>Thanks,
> >>>>
> >>>>Edgar
> >>>>
> >>>>>On 01/06/16 05:01, gilles chehade wrote:
> >>>>>A new opensmtpd-extras snapshot is available at:
> >>>>>
> >>>>>       
> >>>>> http://www.opensmtpd.org/archives/opensmtpd-extras-201601061159.tar.gz
> >>>>>
> >>>>>Checksum:
> >>>>>
> >>>>>SHA256 (opensmtpd-extras-201601061159.tar.gz) = 
> >>>>>57bafd909cca8ac33eda62c3b8a59b534d8cdcd0145f5902ce0f4be2eb979ff4
> >>>>>
> >>>>>A summary of the content of this snapshot is available below.
> >>>>>
> >>>>>Please test and let us know if it breaks something!
> >>>>>
> >>>>>If this snapshot doesn't work, please also test with a previous one,
> >>>>>to help us spot where the issue is coming from. You can access all
> >>>>>previous snapshots here:
> >>>>>
> >>>>>       http://www.opensmtpd.org/archives/
> >>>>>
> >>>>>The OpenSMTPD team ;-)
> >>>>>
> >>>>>
> >>>>>Summary of changes since last snapshot (opensmtpd-extras-201511230108):
> >>>>>----------------------------------------------------------------------
> >>>>>
> >>>>>   - fix callback return types
> >>>>>   - remove unneeded header
> >>>>>   - move api descprition to smtpd itself
> >>>>>   - do not override CFLAGS with unused defines, fixes build on Debian
> >>>>>   - silence mandoc -Tlint warnings about whitespaces and blank lines
> >>>>>   - add missing include and BSD_SOURCE define to silence compiler 
> >>>>> warning on Debian
> >>>>>   - remove spaces after '!'
> >>>>>   - rename table man pages to match actual program name and unify 
> >>>>> makefiles
> >>>>>   - relax table_passwd parser and allow extra fields, also relax 
> >>>>> uid/gid checking
> >>>>>   - remove unused functions to silence compiler warning
> >>>>>   - add a switch to specify python version
> >>>>>   - add tool-stats a statistic tool for opensmtpd logs
> >>>>
> >>>>-- 
> >>>>You received this mail because you are subscribed to [email protected]
> >>>>To unsubscribe, send a mail to: [email protected]
> >>>
> >>>-- 
> >>>You received this mail because you are subscribed to [email protected]
> >>>To unsubscribe, send a mail to: [email protected]
> >>>
> 
> 
> -- 
> You received this mail because you are subscribed to [email protected]
> To unsubscribe, send a mail to: [email protected]
> 

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to