Build of osiris with clang_glibc toolchain

The build took 00h 02m 51s and was SUCCESSFUL.

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

SLOCLanguage
115,944 ansic
15,421 sh
5,083 makefile
2,669 cpp
1,385 awk
611 perl
42 tcl
14 asm
12 python
141,181 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: osiris 4.2.3-9 (Thu Apr 13 16:50:19 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 gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for OpenSSL directory... /usr
# CONFIGURING LOCAL COPY OF BERKELY DB...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking if building in the top-level or dist directories... no
# checking if --disable-cryptography option specified... no
# checking if --disable-hash option specified... no
# checking if --disable-queue option specified... no
# checking if --disable-replication option specified... no
# checking if --disable-verify option specified... no
# checking if --enable-compat185 option specified... no
# checking if --enable-cxx option specified... no
# checking if --enable-debug option specified... no
# checking if --enable-debug_rop option specified... no
# checking if --enable-debug_wop option specified... no
# checking if --enable-diagnostic option specified... no
# checking if --enable-dump185 option specified... no
# checking if --enable-java option specified... no
# checking if --enable-mingw option specified... no
# checking if --enable-posixmutexes option specified... no
# checking if --enable-rpc option specified... no
# checking if --enable-smallbuild option specified... no
# checking if --enable-tcl option specified... no
# checking if --enable-test option specified... no
# checking if --enable-uimutexes option specified... no
# checking if --enable-umrw option specified... no
# checking if --with-mutex=MUTEX option specified... no
# checking if --with-mutexalign=ALIGNMENT option specified... no
# checking if --with-rpm=ARCHIVE option specified... no
# checking if --with-tcl=DIR option specified... no
# checking if --with-uniquename=NAME option specified... no
# checking for ar... ar
# checking for chmod... chmod
# checking for cp... cp
# checking for ln... ln
# checking for mkdir... mkdir
# checking for ranlib... ranlib
# checking for ranlib... /usr/bin/ranlib
# checking for rm... rm
# checking for sh... sh
# checking for sh... /usr/bin/sh
# checking for strip... strip
# checking for strip... /usr/bin/strip
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for C compiler default output... 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 ANSI C... none needed
# checking for an ANSI C-conforming const... yes
# checking whether we are using gcc version 2.96... no
# checking whether g++ requires -fhandle-exceptions... no
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... 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 recognise dependent libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
# 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 for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fl32... no
# checking for af77... no
# checking for fort77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for ar... ar
# checking for ranlib... ranlib
# checking for strip... strip
# checking for file... /usr/bin/file
# checking if clang static flag works... yes
# 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 supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC...
# 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 how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking SOSUFFIX from libtool... .so
# checking MODSUFFIX from libtool... .so
# checking JMODSUFFIX from libtool... .so
# checking whether stat file-mode macros are broken... no
# checking whether time.h and sys/time.h may both be included... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/fcntl.h usability... yes
# checking sys/fcntl.h presence... yes
# checking for sys/fcntl.h... yes
# checking for struct stat.st_blksize... yes
# checking for inttypes.h... (cached) yes
# checking for char... yes
# checking size of char... 1
# checking for unsigned char... yes
# checking size of unsigned char... 1
# checking for short... yes
# checking size of short... 2
# checking for unsigned short... yes
# checking size of unsigned short... 2
# checking for int... yes
# checking size of int... 4
# checking for unsigned int... yes
# checking size of unsigned int... 4
# checking for long... yes
# checking size of long... 8
# checking for unsigned long... yes
# checking size of unsigned long... 8
# checking for size_t... yes
# checking size of size_t... 8
# checking for char *... yes
# checking size of char *... 8
# checking for off_t... yes
# checking for size_t... (cached) yes
# checking for u_char... yes
# checking for u_short... yes
# checking for u_int... yes
# checking for u_long... yes
# checking for u_int8_t... yes
# checking for u_int16_t... yes
# checking for int16_t... yes
# checking for u_int32_t... yes
# checking for int32_t... yes
# checking for ssize_t... yes
# checking for unsigned long long... yes
# checking for ANSI C exit success/failure values... yes
# checking for sched_yield... yes
# checking for main in -lpthread... yes
# checking for main in -lm... yes
# checking for main in -lsocket... no
# checking for main in -lnsl... yes
# checking for mutexes... POSIX/pthreads/library
# checking for getcwd... yes
# checking for getopt... yes
# checking for memcmp... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for raise... yes
# checking for snprintf... yes
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for vsnprintf... yes
# checking for _fstati64... no
# checking for clock_gettime... yes
# checking for directio... no
# checking for getrusage... yes
# checking for gettimeofday... yes
# checking for getuid... yes
# checking for pstat_getdynamic... no
# checking for sched_yield... (cached) yes
# checking for select... yes
# checking for strtoul... yes
# checking for sysconf... yes
# checking for yield... no
# checking for pread... yes
# checking for pwrite... yes
# checking for fcntl/F_SETFD... yes
# checking for open/O_DIRECT... yes
# configure: WARNING: O_DIRECT interface ignored on linux-gnu-unknown.
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGE_FILES value needed for large files... no
# checking for mlock... yes
# checking for munlock... yes
# checking for mmap... yes
# checking for munmap... yes
# checking for shmget... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating db_cxx.h
# config.status: creating db_int.h
# config.status: creating include.tcl
# config.status: creating db.h
# config.status: creating db_config.h
# DONE CONFIGURING LOCAL COPY OF BERKELY DB.
# checking for __FUNCTION__ macro... yes
# checking for msg_accrights field in struct msghdr... no
# checking for msg_control field in struct msghdr... yes
# checking for --enable-fancy-cli... yes
# checking for library containing socket... none required
# checking for library containing gethostbyname... none required
# checking for inet_aton in -lresolv... yes
# checking whether readline via "-lreadline" is present and sane... yes
# checking for main in -lpthread... yes
# checking for pthread_create in -lpthread... yes
# checking how to run the C preprocessor... clang -E
# checking for egrep... 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 for u_int16_t... yes
# checking for u_int32_t... yes
# checking for u_int64_t... yes
# checking for sig_atomic_t... no
# checking for socklen_t... yes
# checking for inet_ntop... yes
# checking for inet_pton... yes
# checking for strptime... yes
# checking for strcasestr... yes
# checking for socketpair... yes
# checking for sendmsg... yes
# checking for recvmsg... yes
# checking for pipe... yes
# checking for nice... yes
# checking for getdirentries... yes
# checking for gethostbyaddr... yes
# checking for getdents... no
# checking for getpwent... yes
# checking for getgrent... yes
# checking for setpriority... yes
# checking for sigset... yes
# checking for scandir... yes
# checking for alphasort... yes
# checking for dirfd... yes
# checking for setsid... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking sys/sysctl.h usability... yes
# checking sys/sysctl.h presence... yes
# checking for sys/sysctl.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking if we can use privilege separation... yes
# checking for ANSI C header files... (cached) yes
# checking whether byte ordering is bigendian... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/libosiris/Makefile
# config.status: creating src/libfileapi/Makefile
# config.status: creating src/libosirisdb/Makefile
# config.status: creating src/libosirisctl/Makefile
# config.status: creating src/libosirism/Makefile
# config.status: creating src/cli/Makefile
# config.status: creating src/osirisd/modules/Makefile
# config.status: creating src/osirisd/Makefile
# config.status: creating src/osirismd/Makefile
# config.status: creating src/tools/Makefile
# config.status: creating src/db-4.2.52/Makefile
# config.status: creating src/install/install.sh
# config.status: creating config.h
# config.status: executing depfiles commands
#
# Osiris (c) 2000-2005 Brian Wotring
# -----------------------------------------------------
#
# ==> Configuration Complete.
# ==> Osiris has been configured with the following options:
#
# Host: x86_64-unknown-linux-gnu
# Compiler: clang
# Compiler flags: -Wall
# Preprocessor flags: -I/usr/kerberos/include/
# Linker flags:
# Libraries: -lpthread -lssl -lcrypto -lresolv
# Privlege Separation: yes
# SSL Location: /usr
# Osiris Root Directory: /usr/osiris
# Osiris user: osiris
# Osiris MD Directory: /usr/share/osiris
# Osiris MD user: osiris
# Osiris MD config dir: /usr/share/osiris
#
# ======================================
# Found Scan Agent Modules:
#
# ==> mod_groups
# ==> mod_if
# ==> mod_kmods
# ==> mod_ports
# ==> mod_users
# ======================================
#
# ==> use one of the following targets:
#
# all: make everything, agent, CLI and management console.
# agent: create scan agent installer package.
# console: create management console installer package.
# install: run installation script.
# clean: remove object files.
#
# make all-recursive
# make[1]: Entering directory '/tmp/osiris/src/osiris-4.2.3'
# Making all in src
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src'
# Making all in libosiris
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosiris'
# source='list.c' object='list.o' libtool=no \
# depfile='.deps/list.Po' tmpdepfile='.deps/list.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'list.c' || echo './'`list.c
# source='message.c' object='message.o' libtool=no \
# depfile='.deps/message.Po' tmpdepfile='.deps/message.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'message.c' || echo './'`message.c
# message.c:310:38: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# (unsigned char *)header,
# ^~~~~~~~~~~~~~~~~~~~~~~
# ./socketapi.h:57:53: note: passing argument to parameter 'buffer' here
# int osi_read_bytes( unsigned int read_socket, char *buffer,
# ^
# message.c:375:37: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# (unsigned char *)message->data,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./socketapi.h:57:53: note: passing argument to parameter 'buffer' here
# int osi_read_bytes( unsigned int read_socket, char *buffer,
# ^
# message.c:425:42: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# (unsigned char *)message,
# ^~~~~~~~~~~~~~~~~~~~~~~~
# ./socketapi.h:60:61: note: passing argument to parameter 'buffer' here
# int osi_write_bytes( unsigned int write_socket, const char *buffer,
# ^
# message.c:455:32: warning: passing 'unsigned char [1016]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# bytes = osi_ssl_read( ssl, message->data, ( sizeof( message->data ) - 1 ) );
# ^~~~~~~~~~~~~
# ./socketapi.h:83:35: note: passing argument to parameter 'buffer' here
# int osi_ssl_read( SSL *ssl, char *buffer, unsigned int buffer_size );
# ^
# message.c:506:47: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# bytes_read = osi_ssl_read_bytes( ssl, (unsigned char *)header,
# ^~~~~~~~~~~~~~~~~~~~~~~
# ./socketapi.h:77:41: note: passing argument to parameter 'buffer' here
# int osi_ssl_read_bytes( SSL *ssl, char *buffer, unsigned int buffer_size,
# ^
# message.c:557:47: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# bytes_read = osi_ssl_read_bytes( ssl, (unsigned char *)message->data,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./socketapi.h:77:41: note: passing argument to parameter 'buffer' here
# int osi_ssl_read_bytes( SSL *ssl, char *buffer, unsigned int buffer_size,
# ^
# message.c:597:46: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# (unsigned char *)message,
# ^~~~~~~~~~~~~~~~~~~~~~~~
# ./socketapi.h:80:48: note: passing argument to parameter 'buffer' here
# int osi_ssl_write_bytes( SSL *ssl, const char *buffer,
# ^
# 7 warnings generated.
# source='scan_record.c' object='scan_record.o' libtool=no \
# depfile='.deps/scan_record.Po' tmpdepfile='.deps/scan_record.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'scan_record.c' || echo './'`scan_record.c
# scan_record.c:953:52: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "device: %llu\n", record->device );
# ~~~~ ^~~~~~~~~~~~~~
# %lu
# scan_record.c:954:51: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "inode: %llu\n", record->inode );
# ~~~~ ^~~~~~~~~~~~~
# %lu
# scan_record.c:955:50: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "mode: %llu\n", record->permissions );
# ~~~~ ^~~~~~~~~~~~~~~~~~~
# %lu
# scan_record.c:956:51: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "links: %llu\n", record->links );
# ~~~~ ^~~~~~~~~~~~~
# %lu
# scan_record.c:957:49: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "uid: %llu\n", record->uid );
# ~~~~ ^~~~~~~~~~~
# %lu
# scan_record.c:958:49: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "gid: %llu\n", record->gid );
# ~~~~ ^~~~~~~~~~~
# %lu
# scan_record.c:968:57: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "device_type: %llu\n", record->device_type );
# ~~~~ ^~~~~~~~~~~~~~~~~~~
# %lu
# scan_record.c:969:51: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "bytes: %llu\n", record->bytes );
# ~~~~ ^~~~~~~~~~~~~
# %lu
# scan_record.c:970:52: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "blocks: %llu\n", record->blocks );
# ~~~~ ^~~~~~~~~~~~~~
# %lu
# scan_record.c:971:56: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "block_size: %llu\n", record->block_size );
# ~~~~ ^~~~~~~~~~~~~~~~~~
# %lu
# scan_record.c:1001:52: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "device: %llu\n", record->device );
# ~~~~ ^~~~~~~~~~~~~~
# %lu
# scan_record.c:1002:56: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "attributes: %llu\n", record->attributes );
# ~~~~ ^~~~~~~~~~~~~~~~~~
# %lu
# scan_record.c:1012:51: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "bytes: %llu\n", record->bytes );
# ~~~~ ^~~~~~~~~~~~~
# %lu
# 13 warnings generated.
# source='socketapi.c' object='socketapi.o' libtool=no \
# depfile='.deps/socketapi.Po' tmpdepfile='.deps/socketapi.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'socketapi.c' || echo './'`socketapi.c
# source='error.c' object='error.o' libtool=no \
# depfile='.deps/error.Po' tmpdepfile='.deps/error.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'error.c' || echo './'`error.c
# error.c:213:38: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "[%llu] [%s] ", error->type, time );
# ~~~~ ^~~~~~~~~~~
# %lu
# error.c:215:18: warning: comparison of array 'error->message' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( ( error->message != NULL ) && ( strlen( error->message ) > 0 ) )
# ~~~~~~~^~~~~~~ ~~~~
# 2 warnings generated.
# source='status.c' object='status.o' libtool=no \
# depfile='.deps/status.Po' tmpdepfile='.deps/status.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'status.c' || echo './'`status.c
# source='string_list.c' object='string_list.o' libtool=no \
# depfile='.deps/string_list.Po' tmpdepfile='.deps/string_list.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'string_list.c' || echo './'`string_list.c
# string_list.c:215:27: warning: implicit declaration of function 'strcasestr' is invalid in C99 [-Wimplicit-function-declaration]
# char *found = strcasestr( (list->list)[index], item );
# ^
# string_list.c:215:19: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
# char *found = strcasestr( (list->list)[index], item );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# source='configuration.c' object='configuration.o' libtool=no \
# depfile='.deps/configuration.Po' tmpdepfile='.deps/configuration.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'configuration.c' || echo './'`configuration.c
# configuration.c:268:34: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = trim_white_space( data );
# ^~~~
# ./utilities.h:60:32: note: passing argument to parameter 'string' here
# char * trim_white_space( char *string );
# ^
# configuration.c:268:14: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = trim_white_space( data );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~
# configuration.c:269:42: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# string_list_add_item( cfg->data, data );
# ^~~~
# ./string_list.h:54:58: note: passing argument to parameter 'item' here
# int string_list_add_item( string_list *list, const char *item );
# ^
# configuration.c:2019:22: warning: passing 'unsigned char [10]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( cfg->id, config_hash, sizeof( config_hash ) );
# ^~~~~~~
# ./utilities.h:73:27: note: passing argument to parameter 'dst' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# configuration.c:2138:40: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_first( cfg, lines->list[0],
# ^~~~~~~~~~~~~~
# configuration.c:233:73: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_first( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# configuration.c:2147:42: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive( cfg, lines->list[index],
# ^~~~~~~~~~~~~~~~~~
# configuration.c:263:67: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# configuration.c:2153:47: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_last( cfg, lines->list[index],
# ^~~~~~~~~~~~~~~~~~
# configuration.c:287:72: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_last( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# 7 warnings generated.
# source='filter.c' object='filter.o' libtool=no \
# depfile='.deps/filter.Po' tmpdepfile='.deps/filter.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter.c' || echo './'`filter.c
# source='utilities.c' object='utilities.o' libtool=no \
# depfile='.deps/utilities.Po' tmpdepfile='.deps/utilities.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'utilities.c' || echo './'`utilities.c
# source='strptime.c' object='strptime.o' libtool=no \
# depfile='.deps/strptime.Po' tmpdepfile='.deps/strptime.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'strptime.c' || echo './'`strptime.c
# source='filter_sticky.c' object='filter_sticky.o' libtool=no \
# depfile='.deps/filter_sticky.Po' tmpdepfile='.deps/filter_sticky.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_sticky.c' || echo './'`filter_sticky.c
# source='filter_suid.c' object='filter_suid.o' libtool=no \
# depfile='.deps/filter_suid.Po' tmpdepfile='.deps/filter_suid.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_suid.c' || echo './'`filter_suid.c
# source='filter_sgid.c' object='filter_sgid.o' libtool=no \
# depfile='.deps/filter_sgid.Po' tmpdepfile='.deps/filter_sgid.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_sgid.c' || echo './'`filter_sgid.c
# source='ssl_utilities.c' object='ssl_utilities.o' libtool=no \
# depfile='.deps/ssl_utilities.Po' tmpdepfile='.deps/ssl_utilities.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'ssl_utilities.c' || echo './'`ssl_utilities.c
# source='filter_executable.c' object='filter_executable.o' libtool=no \
# depfile='.deps/filter_executable.Po' tmpdepfile='.deps/filter_executable.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_executable.c' || echo './'`filter_executable.c
# filter_executable.c:45:10: warning: unused variable 'lvalue' [-Wunused-variable]
# long lvalue = 0;
# ^
# filter_executable.c:203:24: warning: comparison of constant 6553863 with expression of type 'osi_uint16' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
# if( svalue == 0x00640107 )
# ~~~~~~ ^ ~~~~~~~~~~
# filter_executable.c:206:24: warning: comparison of constant 6553864 with expression of type 'osi_uint16' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
# if( svalue == 0x00640108 )
# ~~~~~~ ^ ~~~~~~~~~~
# filter_executable.c:209:24: warning: comparison of constant 6553867 with expression of type 'osi_uint16' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
# if( svalue == 0x0064010b )
# ~~~~~~ ^ ~~~~~~~~~~
# filter_executable.c:212:24: warning: comparison of constant 6553804 with expression of type 'osi_uint16' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
# if( svalue == 0x006400cc )
# ~~~~~~ ^ ~~~~~~~~~~
# 5 warnings generated.
# source='filter_perl.c' object='filter_perl.o' libtool=no \
# depfile='.deps/filter_perl.Po' tmpdepfile='.deps/filter_perl.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_perl.c' || echo './'`filter_perl.c
# source='filter_python.c' object='filter_python.o' libtool=no \
# depfile='.deps/filter_python.Po' tmpdepfile='.deps/filter_python.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_python.c' || echo './'`filter_python.c
# source='filter_script.c' object='filter_script.o' libtool=no \
# depfile='.deps/filter_script.Po' tmpdepfile='.deps/filter_script.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_script.c' || echo './'`filter_script.c
# source='filter_gzip.c' object='filter_gzip.o' libtool=no \
# depfile='.deps/filter_gzip.Po' tmpdepfile='.deps/filter_gzip.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_gzip.c' || echo './'`filter_gzip.c
# source='filter_zip.c' object='filter_zip.o' libtool=no \
# depfile='.deps/filter_zip.Po' tmpdepfile='.deps/filter_zip.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_zip.c' || echo './'`filter_zip.c
# source='filter_tar.c' object='filter_tar.o' libtool=no \
# depfile='.deps/filter_tar.Po' tmpdepfile='.deps/filter_tar.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_tar.c' || echo './'`filter_tar.c
# source='filter_pgp.c' object='filter_pgp.o' libtool=no \
# depfile='.deps/filter_pgp.Po' tmpdepfile='.deps/filter_pgp.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_pgp.c' || echo './'`filter_pgp.c
# source='filter_rpm.c' object='filter_rpm.o' libtool=no \
# depfile='.deps/filter_rpm.Po' tmpdepfile='.deps/filter_rpm.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_rpm.c' || echo './'`filter_rpm.c
# source='filter_uid.c' object='filter_uid.o' libtool=no \
# depfile='.deps/filter_uid.Po' tmpdepfile='.deps/filter_uid.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_uid.c' || echo './'`filter_uid.c
# filter_uid.c:51:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# uid = atoi( context->filter_argument );
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/stdlib.h:147:30: note: passing argument to parameter '__nptr' here
# extern int atoi (const char *__nptr)
# ^
# 1 warning generated.
# source='filter_gid.c' object='filter_gid.o' libtool=no \
# depfile='.deps/filter_gid.Po' tmpdepfile='.deps/filter_gid.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_gid.c' || echo './'`filter_gid.c
# filter_gid.c:51:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# gid = atoi( context->filter_argument );
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/stdlib.h:147:30: note: passing argument to parameter '__nptr' here
# extern int atoi (const char *__nptr)
# ^
# 1 warning generated.
# source='filter_user.c' object='filter_user.o' libtool=no \
# depfile='.deps/filter_user.Po' tmpdepfile='.deps/filter_user.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_user.c' || echo './'`filter_user.c
# filter_user.c:155:46: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( file_owner->pw_name, context->filter_argument ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 1 warning generated.
# source='filter_group.c' object='filter_group.o' libtool=no \
# depfile='.deps/filter_group.Po' tmpdepfile='.deps/filter_group.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_group.c' || echo './'`filter_group.c
# filter_group.c:158:46: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( file_group->gr_name, context->filter_argument ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 1 warning generated.
# source='filter_header.c' object='filter_header.o' libtool=no \
# depfile='.deps/filter_header.Po' tmpdepfile='.deps/filter_header.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_header.c' || echo './'`filter_header.c
# filter_header.c:61:26: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strncmp( context->filter_argument, "0x", 2 ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# filter_header.c:79:41: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strlen( context->filter_argument ),
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# filter_header.c:84:35: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_snprintf( &buffer[index*2], 2, "%02x", number[index] );
# ^~~~~~~~~~~~~~~~
# ./utilities.h:79:28: note: passing argument to parameter 'str' here
# size_t osi_snprintf( char *str, size_t nchars, const char *format, ... );
# ^
# filter_header.c:90:36: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strlen(context->filter_argument) ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 4 warnings generated.
# source='filter_file.c' object='filter_file.o' libtool=no \
# depfile='.deps/filter_file.Po' tmpdepfile='.deps/filter_file.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_file.c' || echo './'`filter_file.c
# filter_file.c:86:35: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# return name_regex( file_path, context->filter_argument );
# ^~~~~~~~~~~~~~~~~~~~~~~~
# filter_file.c:47:52: note: passing argument to parameter 'pattern' here
# osi_bool name_regex( const char *name, const char *pattern )
# ^
# 1 warning generated.
# source='filter_suffix.c' object='filter_suffix.o' libtool=no \
# depfile='.deps/filter_suffix.Po' tmpdepfile='.deps/filter_suffix.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_suffix.c' || echo './'`filter_suffix.c
# filter_suffix.c:64:32: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( start, context->filter_argument ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 1 warning generated.
# source='filter_md5.c' object='filter_md5.o' libtool=no \
# depfile='.deps/filter_md5.Po' tmpdepfile='.deps/filter_md5.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_md5.c' || echo './'`filter_md5.c
# filter_md5.c:54:22: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strncmp( context->filter_argument, "0x", 2 ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# filter_md5.c:61:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( hash, context->filter_argument ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# source='filter_sha.c' object='filter_sha.o' libtool=no \
# depfile='.deps/filter_sha.Po' tmpdepfile='.deps/filter_sha.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_sha.c' || echo './'`filter_sha.c
# filter_sha.c:54:22: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strncmp( context->filter_argument, "0x", 2 ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# filter_sha.c:61:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( hash, context->filter_argument ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# source='filter_ripemd.c' object='filter_ripemd.o' libtool=no \
# depfile='.deps/filter_ripemd.Po' tmpdepfile='.deps/filter_ripemd.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_ripemd.c' || echo './'`filter_ripemd.c
# filter_ripemd.c:54:22: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strncmp( context->filter_argument, "0x", 2 ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# filter_ripemd.c:61:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( hash, context->filter_argument ) == 0 )
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# source='filter_sid.c' object='filter_sid.o' libtool=no \
# depfile='.deps/filter_sid.Po' tmpdepfile='.deps/filter_sid.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_sid.c' || echo './'`filter_sid.c
# source='filter_permissions.c' object='filter_permissions.o' libtool=no \
# depfile='.deps/filter_permissions.Po' tmpdepfile='.deps/filter_permissions.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'filter_permissions.c' || echo './'`filter_permissions.c
# filter_permissions.c:63:39: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# argument_length = strlen( context->filter_argument );
# ^~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# 1 warning generated.
# source='regex.c' object='regex.o' libtool=no \
# depfile='.deps/regex.Po' tmpdepfile='.deps/regex.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'regex.c' || echo './'`regex.c
# source='debug.c' object='debug.o' libtool=no \
# depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'debug.c' || echo './'`debug.c
# source='strcasestr.c' object='strcasestr.o' libtool=no \
# depfile='.deps/strcasestr.Po' tmpdepfile='.deps/strcasestr.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'strcasestr.c' || echo './'`strcasestr.c
# rm -f libosiris.a
# ar cru libosiris.a list.o message.o scan_record.o socketapi.o error.o status.o string_list.o configuration.o filter.o utilities.o strptime.o filter_sticky.o filter_suid.o filter_sgid.o ssl_utilities.o filter_executable.o filter_perl.o filter_python.o filter_script.o filter_gzip.o filter_zip.o filter_tar.o filter_pgp.o filter_rpm.o filter_uid.o filter_gid.o filter_user.o filter_group.o filter_header.o filter_file.o filter_suffix.o filter_md5.o filter_sha.o filter_ripemd.o filter_sid.o filter_permissions.o regex.o debug.o strcasestr.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libosiris.a
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosiris'
# Making all in libfileapi
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libfileapi'
# source='fileapi.c' object='fileapi.o' libtool=no \
# depfile='.deps/fileapi.Po' tmpdepfile='.deps/fileapi.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'fileapi.c' || echo './'`fileapi.c
# fileapi.c:548:51: warning: passing 'unsigned char [8192]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# d->dd_size = getdirentries( d->dd_fd, d->buffer,
# ^~~~~~~~~
# /usr/include/dirent.h:352:60: note: passing argument to parameter '__buf' here
# extern __ssize_t getdirentries (int __fd, char *__restrict __buf,
# ^
# fileapi.c:549:52: warning: passing 'unsigned long *' to parameter of type '__off_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# d->dd_len, &d->dd_seek );
# ^~~~~~~~~~~
# /usr/include/dirent.h:354:25: note: passing argument to parameter '__basep' here
# __off_t *__restrict __basep)
# ^
# 2 warnings generated.
# rm -f libfileapi.a
# ar cru libfileapi.a fileapi.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libfileapi.a
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libfileapi'
# Making all in libosirisdb
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisdb'
# source='osirisdb.c' object='osirisdb.o' libtool=no \
# depfile='.deps/osirisdb.Po' tmpdepfile='.deps/osirisdb.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I../../src/libosirisctl -I../../src/libosirism -I../../src/libfileapi -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'osirisdb.c' || echo './'`osirisdb.c
# osirisdb.c:172:53: warning: passing 'int *' to parameter of type 'u_int32_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# (db->records)->truncate( db->records, NULL, &truncate_count, 0 );
# ^~~~~~~~~~~~~~~
# osirisdb.c:543:25: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strlen( db->cfg->id ) > 0 )
# ^~~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# osirisdb.c:545:23: warning: initializing 'char *' with an expression of type 'unsigned char [10]' converts between pointers to integer types with different sign [-Wpointer-sign]
# char *id = db->cfg->id;
# ^ ~~~~~~~~~~~
# 3 warnings generated.
# rm -f libosirisdb.a
# ar cru libosirisdb.a osirisdb.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libosirisdb.a
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisdb'
# Making all in libosirisctl
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisctl'
# source='osirisctl.c' object='osirisctl.o' libtool=no \
# depfile='.deps/osirisctl.Po' tmpdepfile='.deps/osirisctl.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosirism -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'osirisctl.c' || echo './'`osirisctl.c
# osirisctl.c:1758:41: warning: passing 'unsigned char [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# size = pack_cmp_filter( &f, buffer, sizeof( buffer ) );
# ^~~~~~
# ../../src/libosirism/cmp_filter.h:49:61: note: passing argument to parameter 'buffer' here
# unsigned int pack_cmp_filter( OSI_CMP_FILTER *filter, char *buffer,
# ^
# osirisctl.c:1918:39: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unpack_cmp_filter( f, (unsigned char *)filter, (int)size );
# ^~~~~~~~~~~~~~~~~~~~~~~
# ../../src/libosirism/cmp_filter.h:52:55: note: passing argument to parameter 'buffer' here
# void unpack_cmp_filter( OSI_CMP_FILTER *filter, char *buffer,
# ^
# osirisctl.c:2063:38: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unpack_error( error, error_data, length );
# ^~~~~~~~~~
# ../../src/libosiris/error.h:165:44: note: passing argument to parameter 'buffer' here
# void unpack_error( OSI_ERROR *error, char *buffer, int buffer_size );
# ^
# osirisctl.c:3066:46: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosiris/configuration.h:160:67: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# osirisctl.c:3073:52: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_first( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosiris/configuration.h:157:73: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_first( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# osirisctl.c:3080:51: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_last( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosiris/configuration.h:163:72: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_last( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# osirisctl.c:3199:55: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_host_config_receive( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosirism/host_config.h:131:50: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# osirisctl.c:3206:61: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_host_config_receive_first( cfg, line,
# ^~~~
# ../../src/libosirism/host_config.h:128:56: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# osirisctl.c:3214:60: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_host_config_receive_last( cfg, line,
# ^~~~
# ../../src/libosirism/host_config.h:134:55: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# osirisctl.c:3334:57: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_management_config_receive( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosirism/management_config.h:131:56: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# osirisctl.c:3341:63: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_management_config_receive_first( cfg, line,
# ^~~~
# ../../src/libosirism/management_config.h:127:62: note: passing argument to parameter 'data' here
# unsigned char *data,
# ^
# osirisctl.c:3349:62: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_management_config_receive_last( cfg, line,
# ^~~~
# ../../src/libosirism/management_config.h:134:61: note: passing argument to parameter 'data' here
# unsigned char *data,
# ^
# osirisctl.c:3738:14: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = MESSAGE_TO_TYPE( &res, char * );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# osirisctl.c:3857:23: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_snprintf( &file_hash[index * 2], 3, "%02x", digest[index] );
# ^~~~~~~~~~~~~~~~~~~~~
# ../../src/libosiris/utilities.h:79:28: note: passing argument to parameter 'str' here
# size_t osi_snprintf( char *str, size_t nchars, const char *format, ... );
# ^
# osirisctl.c:3861:26: warning: passing 'unsigned char [41]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( buffer, file_hash, buffer_size );
# ^~~~~~~~~
# ../../src/libosiris/utilities.h:73:44: note: passing argument to parameter 'src' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# 15 warnings generated.
# rm -f libosirisctl.a
# ar cru libosirisctl.a osirisctl.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libosirisctl.a
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisctl'
# Making all in libosirism
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirism'
# source='host_config.c' object='host_config.o' libtool=no \
# depfile='.deps/host_config.Po' tmpdepfile='.deps/host_config.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'host_config.c' || echo './'`host_config.c
# host_config.c:131:34: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = trim_white_space( data );
# ^~~~
# ../../src/libosiris/utilities.h:60:32: note: passing argument to parameter 'string' here
# char * trim_white_space( char *string );
# ^
# host_config.c:131:14: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = trim_white_space( data );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~
# host_config.c:133:45: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# string_list_add_item( config->data, data );
# ^~~~
# ../../src/libosiris/string_list.h:54:58: note: passing argument to parameter 'item' here
# int string_list_add_item( string_list *list, const char *item );
# ^
# host_config.c:134:33: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# parse_host_config_line( data, config );
# ^~~~
# ./host_config.h:153:40: note: passing argument to parameter 'line' here
# osi_bool parse_host_config_line( char *line, OSI_HOST_CONFIG *config );
# ^
# 4 warnings generated.
# source='management_config.c' object='management_config.o' libtool=no \
# depfile='.deps/management_config.Po' tmpdepfile='.deps/management_config.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'management_config.c' || echo './'`management_config.c
# management_config.c:223:34: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = trim_white_space( data );
# ^~~~
# ../../src/libosiris/utilities.h:60:32: note: passing argument to parameter 'string' here
# char * trim_white_space( char *string );
# ^
# management_config.c:223:14: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# data = trim_white_space( data );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~
# management_config.c:225:45: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# string_list_add_item( config->data, data );
# ^~~~
# ../../src/libosiris/string_list.h:54:58: note: passing argument to parameter 'item' here
# int string_list_add_item( string_list *list, const char *item );
# ^
# management_config.c:226:39: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# parse_management_config_line( data, config );
# ^~~~
# ./management_config.h:147:46: note: passing argument to parameter 'line' here
# osi_bool parse_management_config_line( char *line,
# ^
# 4 warnings generated.
# source='host_brief.c' object='host_brief.o' libtool=no \
# depfile='.deps/host_brief.Po' tmpdepfile='.deps/host_brief.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'host_brief.c' || echo './'`host_brief.c
# source='config_brief.c' object='config_brief.o' libtool=no \
# depfile='.deps/config_brief.Po' tmpdepfile='.deps/config_brief.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'config_brief.c' || echo './'`config_brief.c
# source='database_brief.c' object='database_brief.o' libtool=no \
# depfile='.deps/database_brief.Po' tmpdepfile='.deps/database_brief.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'database_brief.c' || echo './'`database_brief.c
# source='log_brief.c' object='log_brief.o' libtool=no \
# depfile='.deps/log_brief.Po' tmpdepfile='.deps/log_brief.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'log_brief.c' || echo './'`log_brief.c
# source='cmp_filter.c' object='cmp_filter.o' libtool=no \
# depfile='.deps/cmp_filter.Po' tmpdepfile='.deps/cmp_filter.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libosiris -I/usr/kerberos/include/ -Wall -c `test -f 'cmp_filter.c' || echo './'`cmp_filter.c
# rm -f libosirism.a
# ar cru libosirism.a host_config.o management_config.o host_brief.o config_brief.o database_brief.o log_brief.o cmp_filter.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libosirism.a
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosirism'
# Making all in db-4.2.52
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# Making all in build_unix
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52/build_unix'
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mutex/mut_pthread.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mutex/mut_pthread.c -o mut_pthread.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_compare.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_compare.c -o bt_compare.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_conv.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_conv.c -o bt_conv.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_curadj.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_curadj.c -o bt_curadj.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_cursor.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_cursor.c -o bt_cursor.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_delete.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_delete.c -o bt_delete.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_method.c -o bt_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_open.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_open.c -o bt_open.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_put.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_put.c -o bt_put.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_rec.c -o bt_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_reclaim.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_reclaim.c -o bt_reclaim.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_recno.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_recno.c -o bt_recno.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_rsearch.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_rsearch.c -o bt_rsearch.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_search.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_search.c -o bt_search.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_split.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_split.c -o bt_split.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_stat.c -o bt_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_upgrade.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_upgrade.c -o bt_upgrade.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/btree_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/btree_auto.c -o btree_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash.c -o hash.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_auto.c -o hash_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_conv.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_conv.c -o hash_conv.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_dup.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_dup.c -o hash_dup.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_meta.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_meta.c -o hash_meta.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_method.c -o hash_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_open.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_open.c -o hash_open.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_page.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_page.c -o hash_page.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_rec.c -o hash_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_reclaim.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_reclaim.c -o hash_reclaim.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_stat.c -o hash_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_upgrade.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_upgrade.c -o hash_upgrade.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_verify.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_verify.c -o hash_verify.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam.c -o qam.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_auto.c -o qam_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_conv.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_conv.c -o qam_conv.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_files.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_files.c -o qam_files.o
# ../dist/../qam/qam_files.c:95:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
# abs(offset) > abs(extid - qp->array2.low_extent)) {
# ^
# ../dist/../qam/qam_files.c:95:20: note: remove the call to 'abs' since unsigned values cannot be negative
# abs(offset) > abs(extid - qp->array2.low_extent)) {
# ^~~
# 1 warning generated.
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_method.c -o qam_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_open.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_open.c -o qam_open.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_rec.c -o qam_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_stat.c -o qam_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_upgrade.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_upgrade.c -o qam_upgrade.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_verify.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../qam/qam_verify.c -o qam_verify.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_method.c -o rep_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_record.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_record.c -o rep_record.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_region.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_region.c -o rep_region.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_util.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../rep/rep_util.c -o rep_util.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_ovfl_vrfy.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_ovfl_vrfy.c -o db_ovfl_vrfy.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_vrfy.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_vrfy.c -o db_vrfy.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_vrfyutil.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_vrfyutil.c -o db_vrfyutil.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_verify.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../btree/bt_verify.c -o bt_verify.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/aes_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/aes_method.c -o aes_method.o
# ../dist/../crypto/aes_method.c:274:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# __db_err(dbenv, errstr);
# ^~~~~~
# 1 warning generated.
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/crypto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/crypto.c -o crypto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/mersenne/mt19937db.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/mersenne/mt19937db.c -o mt19937db.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/rijndael/rijndael-alg-fst.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/rijndael/rijndael-alg-fst.c -o rijndael-alg-fst.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/rijndael/rijndael-api-fst.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../crypto/rijndael/rijndael-api-fst.c -o rijndael-api-fst.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/crdel_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/crdel_auto.c -o crdel_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/crdel_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/crdel_rec.c -o crdel_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db.c -o db.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_am.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_am.c -o db_am.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_auto.c -o db_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_byteorder.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_byteorder.c -o db_byteorder.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_cam.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_cam.c -o db_cam.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_conv.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_conv.c -o db_conv.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_dispatch.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_dispatch.c -o db_dispatch.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_dup.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_dup.c -o db_dup.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_err.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_err.c -o db_err.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_getlong.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_getlong.c -o db_getlong.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_idspace.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_idspace.c -o db_idspace.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_iface.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_iface.c -o db_iface.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_join.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_join.c -o db_join.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_log2.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/db_log2.c -o db_log2.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_meta.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_meta.c -o db_meta.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_method.c -o db_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_open.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_open.c -o db_open.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_overflow.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_overflow.c -o db_overflow.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_pr.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_pr.c -o db_pr.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_rec.c -o db_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_reclaim.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_reclaim.c -o db_reclaim.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_rename.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_rename.c -o db_rename.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_remove.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_remove.c -o db_remove.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_ret.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_ret.c -o db_ret.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/db_salloc.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/db_salloc.c -o db_salloc.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/db_shash.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/db_shash.c -o db_shash.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_truncate.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_truncate.c -o db_truncate.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_upg.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_upg.c -o db_upg.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_upg_opd.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db/db_upg_opd.c -o db_upg_opd.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbm/dbm.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbm/dbm.c -o dbm.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg.c -o dbreg.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg_auto.c -o dbreg_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg_rec.c -o dbreg_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg_util.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../dbreg/dbreg_util.c -o dbreg_util.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_file.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_file.c -o env_file.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_method.c -o env_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_open.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_open.c -o env_open.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_recover.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_recover.c -o env_recover.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_region.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../env/env_region.c -o env_region.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fileops_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fileops_auto.c -o fileops_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fop_basic.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fop_basic.c -o fop_basic.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fop_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fop_rec.c -o fop_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fop_util.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../fileops/fop_util.c -o fop_util.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_func.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hash/hash_func.c -o hash_func.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hmac/hmac.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hmac/hmac.c -o hmac.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hsearch/hsearch.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hsearch/hsearch.c -o hsearch.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock.c -o lock.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_deadlock.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_deadlock.c -o lock_deadlock.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_method.c -o lock_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_region.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_region.c -o lock_region.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_stat.c -o lock_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_util.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../lock/lock_util.c -o lock_util.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log.c -o log.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_archive.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_archive.c -o log_archive.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_compare.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_compare.c -o log_compare.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_get.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_get.c -o log_get.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_method.c -o log_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_put.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../log/log_put.c -o log_put.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_alloc.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_alloc.c -o mp_alloc.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_bh.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_bh.c -o mp_bh.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fget.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fget.c -o mp_fget.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fopen.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fopen.c -o mp_fopen.o
# ../dist/../mp/mp_fopen.c:480:7: warning: case value not in enumerated type 'DB_CACHE_PRIORITY' [-Wswitch]
# case MPOOL_PRI_DEFAULT:
# ^
# ../dist/../dbinc/mp.h:194:27: note: expanded from macro 'MPOOL_PRI_DEFAULT'
# #define MPOOL_PRI_DEFAULT 0 /* No adjustment -- special case.*/
# ^
# ../dist/../mp/mp_fopen.c:483:7: warning: case value not in enumerated type 'DB_CACHE_PRIORITY' [-Wswitch]
# case MPOOL_PRI_HIGH:
# ^
# ../dist/../dbinc/mp.h:195:25: note: expanded from macro 'MPOOL_PRI_HIGH'
# #define MPOOL_PRI_HIGH 10 /* With the dirty buffers. */
# ^
# ../dist/../mp/mp_fopen.c:477:7: warning: case value not in enumerated type 'DB_CACHE_PRIORITY' [-Wswitch]
# case MPOOL_PRI_LOW:
# ^
# ../dist/../dbinc/mp.h:193:24: note: expanded from macro 'MPOOL_PRI_LOW'
# #define MPOOL_PRI_LOW -2 /* Low. */
# ^
# ../dist/../mp/mp_fopen.c:474:7: warning: case value not in enumerated type 'DB_CACHE_PRIORITY' [-Wswitch]
# case MPOOL_PRI_VERY_LOW:
# ^
# ../dist/../dbinc/mp.h:192:28: note: expanded from macro 'MPOOL_PRI_VERY_LOW'
# #define MPOOL_PRI_VERY_LOW -1 /* Dead duck. Check and set to 0. */
# ^
# 4 warnings generated.
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fput.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fput.c -o mp_fput.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fset.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_fset.c -o mp_fset.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_method.c -o mp_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_region.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_region.c -o mp_region.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_register.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_register.c -o mp_register.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_stat.c -o mp_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_sync.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_sync.c -o mp_sync.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_trickle.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mp/mp_trickle.c -o mp_trickle.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mutex/mutex.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../mutex/mutex.c -o mutex.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_abs.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_abs.c -o os_abs.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_alloc.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_alloc.c -o os_alloc.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_clock.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_clock.c -o os_clock.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_config.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_config.c -o os_config.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_dir.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_dir.c -o os_dir.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_errno.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_errno.c -o os_errno.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_fid.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_fid.c -o os_fid.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_fsync.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_fsync.c -o os_fsync.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_handle.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_handle.c -o os_handle.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_id.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_id.c -o os_id.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_map.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_map.c -o os_map.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_method.c -o os_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_oflags.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_oflags.c -o os_oflags.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_open.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_open.c -o os_open.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_region.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_region.c -o os_region.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_rename.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_rename.c -o os_rename.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_root.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_root.c -o os_root.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_rpath.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_rpath.c -o os_rpath.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_rw.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_rw.c -o os_rw.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_seek.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_seek.c -o os_seek.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_sleep.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_sleep.c -o os_sleep.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_spin.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_spin.c -o os_spin.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_stat.c -o os_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_tmpdir.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_tmpdir.c -o os_tmpdir.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_unlink.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../os/os_unlink.c -o os_unlink.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hmac/sha1.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../hmac/sha1.c -o sha1.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn.c -o txn.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_auto.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_auto.c -o txn_auto.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_method.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_method.c -o txn_method.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_rec.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_rec.c -o txn_rec.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_recover.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_recover.c -o txn_recover.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_region.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_region.c -o txn_region.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_stat.c -o txn_stat.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_util.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../txn/txn_util.c -o txn_util.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../xa/xa.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../xa/xa.c -o xa.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../xa/xa_db.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../xa/xa_db.c -o xa_db.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../xa/xa_map.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../xa/xa_map.c -o xa_map.o
# ar cr libdb-4.2.a mut_pthread.o bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_method.o rep_record.o rep_region.o rep_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_cam.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_rename.o db_remove.o db_ret.o db_salloc.o db_shash.o db_truncate.o db_upg.o db_upg_opd.o dbm.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_util.o env_file.o env_method.o env_open.o env_recover.o env_region.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o hsearch.o lock.o lock_deadlock.o lock_method.o lock_region.o lock_stat.o lock_util.o log.o log_archive.o log_compare.o log_get.o log_method.o log_put.o mp_alloc.o mp_bh.o mp_fget.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_region.o mp_register.o mp_stat.o mp_sync.o mp_trickle.o mutex.o os_abs.o os_alloc.o os_clock.o os_config.o os_dir.o os_errno.o os_fid.o os_fsync.o os_handle.o os_id.o os_map.o os_method.o os_oflags.o os_open.o os_region.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o os_spin.o os_stat.o os_tmpdir.o os_unlink.o sha1.o txn.o txn_auto.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_db.o xa_map.o
# test ! -f /usr/bin/ranlib || /usr/bin/ranlib libdb-4.2.a
# rm -f libdb.a
# test ! -f .libs/libdb-4.2.a || \
# ln -s .libs/libdb-4.2.a libdb.a
# test -f .libs/libdb-4.2.a || \
# (test -f libdb-4.2.a && ln -s libdb-4.2.a libdb.a)
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_archive/db_archive.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_archive/db_archive.c -o db_archive.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/util_sig.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/util_sig.c -o util_sig.o
# /usr/bin/sh ./libtool --mode=link clang -o db_archive \
# db_archive.o util_sig.o libdb-4.2.a -lpthread
# mkdir .libs
# clang -o db_archive db_archive.o util_sig.o libdb-4.2.a -lpthread
# : db_archive
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_checkpoint/db_checkpoint.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_checkpoint/db_checkpoint.c -o db_checkpoint.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/util_log.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/util_log.c -o util_log.o
# /usr/bin/sh ./libtool --mode=link clang -o db_checkpoint \
# db_checkpoint.o util_log.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_checkpoint db_checkpoint.o util_log.o util_sig.o libdb-4.2.a -lpthread
# : db_checkpoint
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_deadlock/db_deadlock.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_deadlock/db_deadlock.c -o db_deadlock.o
# /usr/bin/sh ./libtool --mode=link clang -o db_deadlock \
# db_deadlock.o util_log.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_deadlock db_deadlock.o util_log.o util_sig.o libdb-4.2.a -lpthread
# : db_deadlock
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_dump/db_dump.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_dump/db_dump.c -o db_dump.o
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/util_cache.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../common/util_cache.c -o util_cache.o
# /usr/bin/sh ./libtool --mode=link clang -o db_dump \
# db_dump.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_dump db_dump.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# : db_dump
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_load/db_load.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_load/db_load.c -o db_load.o
# /usr/bin/sh ./libtool --mode=link clang -o db_load \
# db_load.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_load db_load.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# : db_load
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_printlog/db_printlog.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_printlog/db_printlog.c -o db_printlog.o
# /usr/bin/sh ./libtool --mode=link clang -o db_printlog \
# db_printlog.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_printlog db_printlog.o util_sig.o libdb-4.2.a -lpthread
# : db_printlog
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_recover/db_recover.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_recover/db_recover.c -o db_recover.o
# /usr/bin/sh ./libtool --mode=link clang -o db_recover \
# db_recover.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_recover db_recover.o util_sig.o libdb-4.2.a -lpthread
# : db_recover
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_stat/db_stat.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_stat/db_stat.c -o db_stat.o
# /usr/bin/sh ./libtool --mode=link clang -o db_stat \
# db_stat.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_stat db_stat.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# : db_stat
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_upgrade/db_upgrade.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_upgrade/db_upgrade.c -o db_upgrade.o
# /usr/bin/sh ./libtool --mode=link clang -o db_upgrade \
# db_upgrade.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_upgrade db_upgrade.o util_sig.o libdb-4.2.a -lpthread
# : db_upgrade
# /usr/bin/sh ./libtool --mode=compile clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_verify/db_verify.c
# clang -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT ../dist/../db_verify/db_verify.c -o db_verify.o
# /usr/bin/sh ./libtool --mode=link clang -o db_verify \
# db_verify.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# clang -o db_verify db_verify.o util_cache.o util_sig.o libdb-4.2.a -lpthread
# : db_verify
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52/build_unix'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# Making all in osirisd
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# Making all in modules
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules'
# clang -c unused.c
# rm -f libmodules.a
# ar cru libmodules.a unused.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libmodules.a
# ./genmods.sh
#
# ======================================
# Found Scan Agent Modules:
#
# ==> mod_groups
# ==> mod_if
# ==> mod_kmods
# ==> mod_ports
# ==> mod_users
# ======================================
#
# for d in `/bin/ls -1 | grep mod_`; do if test -d $d; then cd ./$d; make module || exit 1; cd ..; fi; done
# make[5]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_groups'
# clang -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -I../../../src/libosiris -I../../../src/libfileapi -I../../../src/osirisd -I../.. -I../../../libosiris -I../../../libfileapi -I../../../.. \
# -I/usr/kerberos/include/ -Wall -c mod_groups.c
# cp mod_groups.o ..
# make[5]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_groups'
# make[5]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_if'
# clang -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -I../../../src/libosiris -I../../../src/libfileapi -I../../../src/osirisd -I../.. -I../../../libosiris -I../../../libfileapi -I../../../.. \
# -I/usr/kerberos/include/ -Wall -c mod_if.c
# cp mod_if.o ..
# make[5]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_if'
# make[5]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_kmods'
# clang -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -I../../../src/libosiris -I../../../src/libfileapi -I../../../src/osirisd -I../.. -I../../../libosiris -I../../../libfileapi -I../../../.. \
# -I/usr/kerberos/include/ -Wall -c mod_kmods.c
# mod_kmods.c:428:14: warning: unused variable 'address' [-Wunused-variable]
# char address[100] = "";
# ^
# 1 warning generated.
# cp mod_kmods.o ..
# make[5]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_kmods'
# make[5]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_ports'
# clang -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -I../../../src/libosiris -I../../../src/libfileapi -I../../../src/osirisd -I../.. -I../../../libosiris -I../../../libfileapi -I../../../.. \
# -I/usr/kerberos/include/ -Wall -c mod_ports.c
# mod_ports.c:485:14: warning: implicit declaration of function 'port_is_filtered' is invalid in C99 [-Wimplicit-function-declaration]
# if ( port_is_filtered( scanner, param, port ) )
# ^
# mod_ports.c:501:14: warning: implicit declaration of function 'inode_is_filtered' is invalid in C99 [-Wimplicit-function-declaration]
# if ( inode_is_filtered( scanner ) )
# ^
# mod_ports.c:503:18: warning: implicit declaration of function 'uid_is_filtered' is invalid in C99 [-Wimplicit-function-declaration]
# if ( uid_is_filtered( scanner ) )
# ^
# mod_ports.c:635:22: warning: address of array 'p->value' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if ( p->value && ( atoi(p->value) == port ) )
# ~~~^~~~~ ~~
# 4 warnings generated.
# cp mod_ports.o ..
# make[5]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_ports'
# make[5]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_users'
# clang -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -I../../../src/libosiris -I../../../src/libfileapi -I../../../src/osirisd -I../.. -I../../../libosiris -I../../../libfileapi -I../../../.. \
# -I/usr/kerberos/include/ -Wall -c mod_users.c
# cp mod_users.o ..
# make[5]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_users'
# ar cru libmodules.a *.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libmodules.a
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# source='scanner.c' object='scanner.o' libtool=no \
# depfile='.deps/scanner.Po' tmpdepfile='.deps/scanner.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'scanner.c' || echo './'`scanner.c
# scanner.c:606:41: warning: assigning to 'unsigned char *' from 'char [256]' converts between pointers to integer types with different sign [-Wpointer-sign]
# context.filter_argument = action->action_filter.argument;
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# scanner.c:639:41: warning: assigning to 'unsigned char *' from 'char [256]' converts between pointers to integer types with different sign [-Wpointer-sign]
# context.filter_argument = action->action_filter.argument;
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# scanner.c:979:45: warning: passing 'unsigned char [42]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# scan_record->checksum,
# ^~~~~~~~~~~~~~~~~~~~~
# ../../src/libosiris/ssl_utilities.h:57:26: note: passing argument to parameter 'buffer' here
# char *buffer, int buffer_size );
# ^
# scanner.c:986:45: warning: passing 'unsigned char [42]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# scan_record->checksum,
# ^~~~~~~~~~~~~~~~~~~~~
# ../../src/libosiris/ssl_utilities.h:60:26: note: passing argument to parameter 'buffer' here
# char *buffer, int buffer_size );
# ^
# scanner.c:993:48: warning: passing 'unsigned char [42]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# scan_record->checksum,
# ^~~~~~~~~~~~~~~~~~~~~
# ../../src/libosiris/ssl_utilities.h:63:29: note: passing argument to parameter 'buffer' here
# char *buffer, int buffer_size );
# ^
# scanner.c:1000:45: warning: passing 'unsigned char [42]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# scan_record->checksum,
# ^~~~~~~~~~~~~~~~~~~~~
# ../../src/libosiris/ssl_utilities.h:57:26: note: passing argument to parameter 'buffer' here
# char *buffer, int buffer_size );
# ^
# scanner.c:1176:16: warning: unused variable 'type' [-Wunused-variable]
# osi_uint16 type;
# ^
# 7 warnings generated.
# source='osirisd.c' object='osirisd.o' libtool=no \
# depfile='.deps/osirisd.Po' tmpdepfile='.deps/osirisd.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'osirisd.c' || echo './'`osirisd.c
# osirisd.c:1011:45: warning: comparison of array 'config->id' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( ( config != NULL ) && ( config->id != NULL ) &&
# ~~~~~~~~^~ ~~~~
# osirisd.c:1012:23: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# ( strlen( config->id ) > 0 ) )
# ^~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# osirisd.c:1015:43: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strlen( config->id ), 0 );
# ^~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# osirisd.c:1382:23: warning: comparison of array 'config->id' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( ( config->id != NULL ) && ( strlen( config->id ) > 0 ) )
# ~~~~~~~~^~ ~~~~
# osirisd.c:1382:50: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( ( config->id != NULL ) && ( strlen( config->id ) > 0 ) )
# ^~~~~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# osirisd.c:1384:44: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( status.config_id, config->id,
# ^~~~~~~~~~
# ../../src/libosiris/utilities.h:73:44: note: passing argument to parameter 'src' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# osirisd.c:1965:5: warning: implicit declaration of function 'sigset' is invalid in C99 [-Wimplicit-function-declaration]
# sigset( SIGINT, handle_sigint );
# ^
# 7 warnings generated.
# source='rootpriv.c' object='rootpriv.o' libtool=no \
# depfile='.deps/rootpriv.Po' tmpdepfile='.deps/rootpriv.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'rootpriv.c' || echo './'`rootpriv.c
# rootpriv.c:285:5: warning: implicit declaration of function 'sigset' is invalid in C99 [-Wimplicit-function-declaration]
# sigset( SIGCHLD, root_handle_sigchld );
# ^
# 1 warning generated.
# source='logging.c' object='logging.o' libtool=no \
# depfile='.deps/logging.Po' tmpdepfile='.deps/logging.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'logging.c' || echo './'`logging.c
# source='modules.c' object='modules.o' libtool=no \
# depfile='.deps/modules.Po' tmpdepfile='.deps/modules.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'modules.c' || echo './'`modules.c
# source='windows_service.c' object='windows_service.o' libtool=no \
# depfile='.deps/windows_service.Po' tmpdepfile='.deps/windows_service.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -c `test -f 'windows_service.c' || echo './'`windows_service.c
# clang -Wall -o osirisd scanner.o osirisd.o rootpriv.o logging.o modules.o windows_service.o -L../../src/libosiris -losiris -L../../src/libfileapi -lfileapi -L../../src/osirisd/modules -lmodules -lpthread -lssl -lcrypto -lresolv
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# Making all in osirismd
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirismd'
# source='osirismd.c' object='osirismd.o' libtool=no \
# depfile='.deps/osirismd.Po' tmpdepfile='.deps/osirismd.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'osirismd.c' || echo './'`osirismd.c
# osirismd.c:408:1: warning: '/*' within block comment [-Wcomment]
# /******************************************************************************
# ^
# osirismd.c:477:17: warning: address of array 'config->hosts_directory' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if( config->hosts_directory && strlen( config->hosts_directory ) )
# ~~~~~~~~^~~~~~~~~~~~~~~ ~~
# osirismd.c:629:9: warning: comparison of array 'root_path' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( root_path != NULL )
# ^~~~~~~~~ ~~~~
# osirismd.c:928:5: warning: implicit declaration of function 'sigset' is invalid in C99 [-Wimplicit-function-declaration]
# sigset( SIGINT, handle_sigint );
# ^
# osirismd.c:978:12: warning: assigning to 'SSL_METHOD *' (aka 'struct ssl_method_st *') from 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# method = SSLv23_server_method();
# ^ ~~~~~~~~~~~~~~~~~~~~~~
# 5 warnings generated.
# source='md_hosts.c' object='md_hosts.o' libtool=no \
# depfile='.deps/md_hosts.Po' tmpdepfile='.deps/md_hosts.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_hosts.c' || echo './'`md_hosts.c
# source='md_database.c' object='md_database.o' libtool=no \
# depfile='.deps/md_database.Po' tmpdepfile='.deps/md_database.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_database.c' || echo './'`md_database.c
# md_database.c:141:11: warning: comparison of array 'root_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( ( root_path == NULL ) || ( host == NULL ) || ( name == NULL ) )
# ^~~~~~~~~ ~~~~
# md_database.c:181:23: warning: comparison of array 'directory.filename' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( directory.filename != NULL )
# ~~~~~~~~~~^~~~~~~~ ~~~~
# 2 warnings generated.
# source='md_config.c' object='md_config.o' libtool=no \
# depfile='.deps/md_config.Po' tmpdepfile='.deps/md_config.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_config.c' || echo './'`md_config.c
# md_config.c:55:11: warning: comparison of array 'root_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( ( root_path == NULL ) || ( name == NULL ) )
# ^~~~~~~~~ ~~~~
# md_config.c:89:30: warning: comparison of array 'root_path' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( ( cfg != NULL ) && ( root_path != NULL ) && ( name != NULL ) )
# ^~~~~~~~~ ~~~~
# md_config.c:165:11: warning: comparison of array 'root_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( ( root_path == NULL ) || ( host == NULL ) || ( id == NULL ) )
# ^~~~~~~~~ ~~~~
# md_config.c:202:29: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( cfg->id, id ) == 0 )
# ^~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# md_config.c:254:29: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( cfg->id, id ) == 0 )
# ^~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# md_config.c:286:11: warning: comparison of array 'root_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( ( root_path == NULL ) || ( os_name == NULL ) )
# ^~~~~~~~~ ~~~~
# md_config.c:373:40: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( config_brief->id, cfg->id, sizeof( config_brief->id ) );
# ^~~~~~~
# ../../src/libosiris/utilities.h:73:44: note: passing argument to parameter 'src' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# md_config.c:391:11: warning: comparison of array 'root_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( ( root_path == NULL ) || ( host == NULL ) || ( name == NULL ) )
# ^~~~~~~~~ ~~~~
# md_config.c:419:9: warning: comparison of array 'root_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( root_path == NULL )
# ^~~~~~~~~ ~~~~
# md_config.c:484:11: warning: comparison of array 'root_path' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( ( root_path != NULL ) && ( host != NULL ) )
# ^~~~~~~~~ ~~~~
# md_config.c:548:11: warning: comparison of array 'root_path' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( ( root_path != NULL ) && ( host != NULL ) )
# ^~~~~~~~~ ~~~~
# 11 warnings generated.
# source='md_control.c' object='md_control.o' libtool=no \
# depfile='.deps/md_control.Po' tmpdepfile='.deps/md_control.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_control.c' || echo './'`md_control.c
# md_control.c:96:5: warning: implicit declaration of function 'sigset' is invalid in C99 [-Wimplicit-function-declaration]
# sigset( SIGCHLD, client_signal_handler );
# ^
# md_control.c:634:9: warning: unused variable 'result_size' [-Wunused-variable]
# int result_size;
# ^
# md_control.c:2052:50: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosiris/configuration.h:160:67: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# md_control.c:2063:56: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_first( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosiris/configuration.h:157:73: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_first( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# md_control.c:2072:55: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_last( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosiris/configuration.h:163:72: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_last( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# md_control.c:2634:55: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_host_config_receive( cfg, line, strlen( line ) );
# ^~~~
# ../../src/libosirism/host_config.h:131:50: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# md_control.c:2645:61: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_host_config_receive_first( cfg, line,
# ^~~~
# ../../src/libosirism/host_config.h:128:56: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# md_control.c:2655:60: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_host_config_receive_last( cfg, line,
# ^~~~
# ../../src/libosirism/host_config.h:134:55: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# md_control.c:2825:61: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_management_config_receive( cfg, line,
# ^~~~
# ../../src/libosirism/management_config.h:131:56: note: passing argument to parameter 'data' here
# unsigned char *data, int data_length );
# ^
# md_control.c:2837:67: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_management_config_receive_first( cfg, line,
# ^~~~
# ../../src/libosirism/management_config.h:127:62: note: passing argument to parameter 'data' here
# unsigned char *data,
# ^
# md_control.c:2847:66: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_management_config_receive_last( cfg, line,
# ^~~~
# ../../src/libosirism/management_config.h:134:61: note: passing argument to parameter 'data' here
# unsigned char *data,
# ^
# md_control.c:3272:26: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( buffer, checksum, buffer_size );
# ^~~~~~
# ../../src/libosiris/utilities.h:73:27: note: passing argument to parameter 'dst' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# 12 warnings generated.
# source='md_compare.c' object='md_compare.o' libtool=no \
# depfile='.deps/md_compare.Po' tmpdepfile='.deps/md_compare.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_compare.c' || echo './'`md_compare.c
# source='md_log.c' object='md_log.o' libtool=no \
# depfile='.deps/md_log.Po' tmpdepfile='.deps/md_log.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_log.c' || echo './'`md_log.c
# md_log.c:198:23: warning: comparison of array 'directory.filename' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( directory.filename != NULL )
# ~~~~~~~~~~^~~~~~~~ ~~~~
# 1 warning generated.
# source='md_schedule.c' object='md_schedule.o' libtool=no \
# depfile='.deps/md_schedule.Po' tmpdepfile='.deps/md_schedule.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_schedule.c' || echo './'`md_schedule.c
# md_schedule.c:210:1: warning: unused label 'exit_gracefully' [-Wunused-label]
# exit_gracefully:
# ^~~~~~~~~~~~~~~~
# md_schedule.c:108:9: warning: unused variable 'result' [-Wunused-variable]
# int result;
# ^
# 2 warnings generated.
# source='md_scan.c' object='md_scan.o' libtool=no \
# depfile='.deps/md_scan.Po' tmpdepfile='.deps/md_scan.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_scan.c' || echo './'`md_scan.c
# md_scan.c:607:14: warning: comparison of array 'cfg->id' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( cfg->id != NULL )
# ~~~~~^~ ~~~~
# md_scan.c:610:57: warning: passing 'unsigned char [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# cfg->id, strlen( cfg->id ) );
# ^~~~~~~
# /usr/include/string.h:394:35: note: passing argument to parameter '__s' here
# extern size_t strlen (const char *__s)
# ^
# md_scan.c:613:14: warning: comparison of array 'cfg->name' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if( cfg->name != NULL )
# ~~~~~^~~~ ~~~~
# 3 warnings generated.
# source='md_auth.c' object='md_auth.o' libtool=no \
# depfile='.deps/md_auth.Po' tmpdepfile='.deps/md_auth.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_auth.c' || echo './'`md_auth.c
# md_auth.c:245:9: warning: comparison of array 'auth_db_path' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if( auth_db_path == NULL )
# ^~~~~~~~~~~~ ~~~~
# 1 warning generated.
# source='md_utilities.c' object='md_utilities.o' libtool=no \
# depfile='.deps/md_utilities.Po' tmpdepfile='.deps/md_utilities.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_utilities.c' || echo './'`md_utilities.c
# md_utilities.c:66:17: warning: address of array 'config->hosts_directory' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if( config->hosts_directory && strlen( config->hosts_directory ) )
# ~~~~~~~~^~~~~~~~~~~~~~~ ~~
# md_utilities.c:383:45: warning: passing 'unsigned char [41]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( host->session_key, checksum,
# ^~~~~~~~
# ../../src/libosiris/utilities.h:73:44: note: passing argument to parameter 'src' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# md_utilities.c:393:40: warning: passing 'unsigned char [41]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if( strcmp( host->session_key, checksum ) == 0 )
# ^~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# md_utilities.c:475:45: warning: passing 'unsigned char [41]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_strlcpy( host->session_key, checksum,
# ^~~~~~~~
# ../../src/libosiris/utilities.h:73:44: note: passing argument to parameter 'src' here
# size_t osi_strlcpy( char *dst, const char *src, size_t nchars );
# ^
# md_utilities.c:685:18: warning: comparison of array 'config->notify_app' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if ( config->notify_app == NULL || strlen(config->notify_app) == 0 )
# ~~~~~~~~^~~~~~~~~~ ~~~~
# 5 warnings generated.
# source='md_notify.c' object='md_notify.o' libtool=no \
# depfile='.deps/md_notify.Po' tmpdepfile='.deps/md_notify.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_notify.c' || echo './'`md_notify.c
# md_notify.c:662:20: warning: address of array 'config->notify_app' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if ( ( config->notify_app ) && ( strlen( config->notify_app ) > 0 ) )
# ~~~~~~~~^~~~~~~~~~ ~~
# 1 warning generated.
# source='md_http.c' object='md_http.o' libtool=no \
# depfile='.deps/md_http.Po' tmpdepfile='.deps/md_http.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_http.c' || echo './'`md_http.c
# md_http.c:419:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
# if( ( user == NULL ) )
# ~~~~~^~~~~~~
# md_http.c:419:16: note: remove extraneous parentheses around the comparison to silence this warning
# if( ( user == NULL ) )
# ~~ ^ ~~
# md_http.c:419:16: note: use '=' to turn this equality comparison into an assignment
# if( ( user == NULL ) )
# ^~
# =
# md_http.c:426:5: warning: implicit declaration of function 'sha1_buffer' is invalid in C99 [-Wimplicit-function-declaration]
# sha1_buffer( pass, strlen( pass), buf, sizeof(buf) );
# ^
# 2 warnings generated.
# source='md_filter.c' object='md_filter.o' libtool=no \
# depfile='.deps/md_filter.Po' tmpdepfile='.deps/md_filter.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'md_filter.c' || echo './'`md_filter.c
# md_filter.c:105:37: warning: passing 'unsigned char [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unpack_cmp_filter( &filter, buffer, sizeof( buffer ) );
# ^~~~~~
# ../../src/libosirism/cmp_filter.h:52:55: note: passing argument to parameter 'buffer' here
# void unpack_cmp_filter( OSI_CMP_FILTER *filter, char *buffer,
# ^
# md_filter.c:202:37: warning: passing 'unsigned char [256]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unpack_cmp_filter( &filter, buffer, sizeof( buffer ) );
# ^~~~~~
# ../../src/libosirism/cmp_filter.h:52:55: note: passing argument to parameter 'buffer' here
# void unpack_cmp_filter( OSI_CMP_FILTER *filter, char *buffer,
# ^
# 2 warnings generated.
# source='logging.c' object='logging.o' libtool=no \
# depfile='.deps/logging.Po' tmpdepfile='.deps/logging.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'logging.c' || echo './'`logging.c
# source='windows_service.c' object='windows_service.o' libtool=no \
# depfile='.deps/windows_service.Po' tmpdepfile='.deps/windows_service.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosiris -I../../src/libfileapi -I../../src/libosirisctl -I../../src/libosirisdb -I../../src/libosirism -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'windows_service.c' || echo './'`windows_service.c
# clang -Wall -o osirismd osirismd.o md_hosts.o md_database.o md_config.o md_control.o md_compare.o md_log.o md_schedule.o md_scan.o md_auth.o md_utilities.o md_notify.o md_http.o md_filter.o logging.o windows_service.o -L../../src/libfileapi -lfileapi -L../../src/libosirisctl -losirisctl -L../../src/libosirisdb -losirisdb -L../../src/libosirism -losirism -L../../src/libosiris -losiris -L../../src/db-4.2.52/build_unix -ldb -lpthread -lssl -lcrypto -lresolv
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirismd'
# Making all in cli
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/cli'
# source='osiris.c' object='osiris.o' libtool=no \
# depfile='.deps/osiris.Po' tmpdepfile='.deps/osiris.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosirisctl -I../../src/libfileapi -I../../src/libosirism -I../../src/libosiris -I../../src/libosirisdb -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'osiris.c' || echo './'`osiris.c
# osiris.c:237:12: warning: assigning to 'SSL_METHOD *' (aka 'struct ssl_method_st *') from 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# method = SSLv23_method();
# ^ ~~~~~~~~~~~~~~~
# osiris.c:384:5: warning: implicit declaration of function 'sigset' is invalid in C99 [-Wimplicit-function-declaration]
# sigset( SIGINT, signal_handler );
# ^
# osiris.c:1319:16: warning: assigning to 'SSL_CIPHER *' (aka 'struct ssl_cipher_st *') from 'const SSL_CIPHER *' (aka 'const struct ssl_cipher_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# cipher = SSL_get_current_cipher( temp_ssl );
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# osiris.c:2254:35: warning: passing 'char [256]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# osi_config_receive_last( cfg, comment, sizeof(comment) );
# ^~~~~~~
# ../../src/libosiris/configuration.h:163:72: note: passing argument to parameter 'data' here
# osi_bool osi_config_receive_last( OSI_SCAN_CONFIG *cfg, unsigned char *data,
# ^
# osiris.c:3628:25: warning: address of array 'cfg->syslog_facility' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ( cfg->syslog_facility ? cfg->syslog_facility : "" ) );
# ~~~~~^~~~~~~~~~~~~~~ ~
# osiris.c:3885:53: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, " > agent port [%llu]: ", host->port );
# ~~~~ ^~~~~~~~~~
# %lu
# osiris.c:4443:13: warning: implicit declaration of function 'strptime' is invalid in C99 [-Wimplicit-function-declaration]
# strptime( buffer, SCHEDULE_TIME_FORMAT, &t );
# ^
# osiris.c:4480:37: warning: format specifies type 'unsigned long long' but the argument has type 'osi_uint64' (aka 'unsigned long') [-Wformat]
# fprintf( stdout, "[%llu] ", host->schedule_period );
# ~~~~ ^~~~~~~~~~~~~~~~~~~~~
# %lu
# osiris.c:5166:21: warning: address of array 'host->notify_email' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if( ( host->notify_email ) && ( strlen( host->notify_email ) ) )
# ~~~~~~^~~~~~~~~~~~ ~~
# osiris.c:5309:17: warning: address of array 'host->notify_email' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if( ( host->notify_email ) && ( strlen( host->notify_email ) ) )
# ~~~~~~^~~~~~~~~~~~ ~~
# osiris.c:5972:9: warning: array index 41 is past the end of the array (which contains 41 elements) [-Warray-bounds]
# progress_bar[sizeof(progress_bar)] = '\0';
# ^ ~~~~~~~~~~~~~~~~~~~~
# osiris.c:5940:5: note: array 'progress_bar' declared here
# char progress_bar[41] = "";
# ^
# 11 warnings generated.
# source='get_user_input.c' object='get_user_input.o' libtool=no \
# depfile='.deps/get_user_input.Po' tmpdepfile='.deps/get_user_input.TPo' \
# depmode=gcc3 /bin/sh ../../depcomp \
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/libosirisctl -I../../src/libfileapi -I../../src/libosirism -I../../src/libosiris -I../../src/libosirisdb -I../../src/db-4.2.52/build_unix -I/usr/kerberos/include/ -Wall -c `test -f 'get_user_input.c' || echo './'`get_user_input.c
# clang -Wall -o osiris osiris.o get_user_input.o -L../../src/libosirisctl -losirisctl -L../../src/libosirism -losirism -L../../src/libfileapi -lfileapi -L../../src/libosiris -losiris -L../../src/libosirisdb -losirisdb -L../../src/db-4.2.52/build_unix -ldb -lreadline -lpthread -lssl -lcrypto -lresolv
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/cli'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src'
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3'
#
# Build Successful!
#
# To create management console install package: 'make console'
# To create scan agent install package: 'make agent'
#
# Documentation is also online at: http://www.hostintegrity.com/osiris
#
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3'
# make[1]: Leaving directory '/tmp/osiris/src/osiris-4.2.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src'
# Making install in libosiris
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosiris'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosiris'
# 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/osiris/src/osiris-4.2.3/src/libosiris'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosiris'
# Making install in libfileapi
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libfileapi'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libfileapi'
# 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/osiris/src/osiris-4.2.3/src/libfileapi'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libfileapi'
# Making install in libosirisdb
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisdb'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisdb'
# 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/osiris/src/osiris-4.2.3/src/libosirisdb'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisdb'
# Making install in libosirisctl
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisctl'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisctl'
# 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/osiris/src/osiris-4.2.3/src/libosirisctl'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosirisctl'
# Making install in libosirism
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirism'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/libosirism'
# 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/osiris/src/osiris-4.2.3/src/libosirism'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/libosirism'
# Making install in db-4.2.52
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# Making install in build_unix
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52/build_unix'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52/build_unix'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# 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/osiris/src/osiris-4.2.3/src/db-4.2.52'
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52'
# Making install in osirisd
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# Making install in modules
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules'
# ./genmods.sh
#
# ======================================
# Found Scan Agent Modules:
#
# ==> mod_groups
# ==> mod_if
# ==> mod_kmods
# ==> mod_ports
# ==> mod_users
# ======================================
#
# for d in `/bin/ls -1 | grep mod_`; do if test -d $d; then cd ./$d; make module || exit 1; cd ..; fi; done
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_groups'
# make[4]: Nothing to be done for 'module'.
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_groups'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_if'
# make[4]: Nothing to be done for 'module'.
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_if'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_kmods'
# make[4]: Nothing to be done for 'module'.
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_kmods'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_ports'
# make[4]: Nothing to be done for 'module'.
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_ports'
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_users'
# make[4]: Nothing to be done for 'module'.
# make[4]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules/mod_users'
# ar cru libmodules.a *.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libmodules.a
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules'
# 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/osiris/src/osiris-4.2.3/src/osirisd/modules'
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd/modules'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# clang -Wall -o osirisd scanner.o osirisd.o rootpriv.o logging.o modules.o windows_service.o -L../../src/libosiris -losiris -L../../src/libfileapi -lfileapi -L../../src/osirisd/modules -lmodules -lpthread -lssl -lcrypto -lresolv
# make[4]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# 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/osiris/src/osiris-4.2.3/src/osirisd'
# make[3]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirisd'
# Making install in osirismd
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirismd'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/osirismd'
# 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/osiris/src/osiris-4.2.3/src/osirismd'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/osirismd'
# Making install in cli
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/cli'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src/cli'
# 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/osiris/src/osiris-4.2.3/src/cli'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src/cli'
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src'
# make[3]: Entering directory '/tmp/osiris/src/osiris-4.2.3/src'
# 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/osiris/src/osiris-4.2.3/src'
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src'
# make[1]: Leaving directory '/tmp/osiris/src/osiris-4.2.3/src'
# make[1]: Entering directory '/tmp/osiris/src/osiris-4.2.3'
#
# Build Successful!
#
# To create management console install package: 'make console'
# To create scan agent install package: 'make agent'
#
# Documentation is also online at: http://www.hostintegrity.com/osiris
#
# make[2]: Entering directory '/tmp/osiris/src/osiris-4.2.3'
# make[2]: Nothing to be done for 'install-exec-am'.
# Continue with installation? (y/n) [y]
# Osiris Scanning Daemon Version
# 4.2.3-release
#
# "4.2.3-release" for Linux 4.10.6-1-ARCH
# Copyright (c) 2006 Brian Wotring. All Rights Reserved.
#
#
# This installation was configured and built to run as osiris
# agent user name: osiris
# management user name: osiris
#
# This installation was configured and built to use osiris
# agent root directory: /usr/osiris
# management root directory: /usr/share/osiris
#
# The username and directory will be created during the
# installation process if they do not already exist.
#
# By installing this product you agree that you have read the
# LICENSE file and will comply with its terms.
#
# ---------------------------------------------------------------------
#
# ==> Skipping user/group creation.
# Install osiris agent? (y/n) [y]
# Install management console? (y/n) [y]
# Install CLI? (y/n) [y]
# Installation directory for binaries: [/tmp/osiris/pkg/osiris/usr/bin]
# Installation directory doesn't exist, creating.
# ==> installed osiris CLI: /tmp/osiris/pkg/osiris/usr/bin/osiris
# Osiris scan agent root directory doesn't exist, creating.
# ==> installed scan agent: /tmp/osiris/pkg/osiris/usr/bin/osirisd
# Osiris management console root directory doesn't exist, creating.
# ==> installed management console /tmp/osiris/pkg/osiris/usr/bin/osirismd
# ==> installed default scan configs.
# ==> installing rc startup for daemon(s).
# Linux Distribution: linuxversion4.10.6-1-arch(builduser@tobias)(gccversion6.3.120170306(gcc))#1smppreemptmonmar2708:28:22cest2017
# /usr/bin/mkdir: missing operand
# Try '/usr/bin/mkdir --help' for more information.
# ./install.sh: line 801: /osirisd: Permission denied
# /usr/bin/chmod: cannot access '/osirisd': No such file or directory
# ==> Skipping osirisd symlink creation.
# ./install.sh: line 824: /osirismd: Permission denied
# /usr/bin/chmod: cannot access '/osirismd': No such file or directory
# ==> Skipping osirismd symlink creation.
# ==> Skipping permission setting.
# ==> Skipping post install.
# make[2]: Leaving directory '/tmp/osiris/src/osiris-4.2.3'
# make[1]: Leaving directory '/tmp/osiris/src/osiris-4.2.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "osiris"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: osiris 4.2.3-9 (Thu Apr 13 16:52:07 UTC 2017)

CMD: pacman --query --file osiris-4.2.3-9-x86_64.pkg.tar.xz
# osiris 4.2.3-9

Creating hybrid package for 'osiris'

Trying to find vanilla package 'osiris'...

CMD: pacman --query --file /mirror/osiris-4.2.3-9.pkg.tar.xz
# osiris 4.2.3-9

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/share/licenses/osiris/license.txt
# /usr/share/osiris/configs/default.aix
# /usr/share/osiris/configs/default.bsdos
# /usr/share/osiris/configs/default.darwin
# /usr/share/osiris/configs/default.freebsd
# /usr/share/osiris/configs/default.irix
# /usr/share/osiris/configs/default.linux
# /usr/share/osiris/configs/default.netbsd
# /usr/share/osiris/configs/default.openbsd
# /usr/share/osiris/configs/default.sunos
# /usr/share/osiris/configs/default.unix-generic
# /usr/share/osiris/configs/default.windows2000
# /usr/share/osiris/configs/default.windowsnt
# /usr/share/osiris/configs/default.windowsserver2003
# /usr/share/osiris/configs/default.windowsxp
# /usr/share/osiris/configs/default.wrt54g
# /usr/bin/osiris
# /usr/bin/osirisd
# /usr/bin/osirismd
# /usr/lib/systemd/system/osirisd.service
# /usr/lib/systemd/system/osirismd.service
# /sysroot/usr/lib/systemd/system/osirisd.service
# /sysroot/usr/lib/systemd/system/osirismd.service

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/osiris.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/osiris.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/osiris/src/osiris-4.2.3/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.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --enable-fancy-cli --with-md-root-dir=/usr/share/osiris
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d4b5affb62b7
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1364: checking build system type
# configure:1382: result: x86_64-unknown-linux-gnu
# configure:1390: checking host system type
# configure:1404: result: x86_64-unknown-linux-gnu
# configure:1412: checking target system type
# configure:1426: result: x86_64-unknown-linux-gnu
# configure:1454: checking for a BSD-compatible install
# configure:1509: result: /usr/bin/install -c
# configure:1520: checking whether build environment is sane
# configure:1563: result: yes
# configure:1596: checking for gawk
# configure:1612: found /usr/bin/gawk
# configure:1622: result: gawk
# configure:1632: checking whether make sets $(MAKE)
# configure:1652: result: yes
# configure:1712: checking for x86_64-unknown-linux-strip
# configure:1741: result: no
# configure:1750: checking for strip
# configure:1766: found /usr/bin/strip
# configure:1777: result: strip
# configure:1803: checking whether to enable maintainer-specific portions of Makefiles
# configure:1812: result: no
# configure:1837: checking for x86_64-unknown-linux-gcc
# configure:1863: result: clang
# configure:2145: checking for C compiler version
# configure:2148: 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:2151: $? = 0
# configure:2153: 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:2156: $? = 0
# configure:2158: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2161: $? = 1
# configure:2184: checking for C compiler default output file name
# configure:2187: clang conftest.c >&5
# configure:2190: $? = 0
# configure:2236: result: a.out
# configure:2241: checking whether the C compiler works
# configure:2247: ./a.out
# configure:2250: $? = 0
# configure:2267: result: yes
# configure:2274: checking whether we are cross compiling
# configure:2276: result: no
# configure:2279: checking for suffix of executables
# configure:2281: clang -o conftest conftest.c >&5
# configure:2284: $? = 0
# configure:2309: result:
# configure:2315: checking for suffix of object files
# configure:2336: clang -c conftest.c >&5
# configure:2339: $? = 0
# configure:2361: result: o
# configure:2365: checking whether we are using the GNU C compiler
# configure:2389: clang -c conftest.c >&5
# configure:2395: $? = 0
# configure:2399: test -z
# || test ! -s conftest.err
# configure:2402: $? = 0
# configure:2405: test -s conftest.o
# configure:2408: $? = 0
# configure:2421: result: yes
# configure:2427: checking whether clang accepts -g
# configure:2448: clang -c -g conftest.c >&5
# configure:2454: $? = 0
# configure:2458: test -z
# || test ! -s conftest.err
# configure:2461: $? = 0
# configure:2464: test -s conftest.o
# configure:2467: $? = 0
# configure:2478: result: yes
# configure:2495: checking for clang option to accept ANSI C
# configure:2565: clang -c conftest.c >&5
# configure:2571: $? = 0
# configure:2575: test -z
# || test ! -s conftest.err
# configure:2578: $? = 0
# configure:2581: test -s conftest.o
# configure:2584: $? = 0
# configure:2602: result: none needed
# configure:2620: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2626: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2778: checking for style of include used by make
# configure:2806: result: GNU
# configure:2834: checking dependency style of clang
# configure:2896: result: gcc3
# configure:2911: checking for x86_64-unknown-linux-g++
# configure:2937: result: clang++
# configure:2995: checking for C++ compiler version
# configure:2998: 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:3001: $? = 0
# configure:3003: 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:3006: $? = 0
# configure:3008: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3011: $? = 1
# configure:3014: checking whether we are using the GNU C++ compiler
# configure:3038: clang++ -c conftest.cc >&5
# configure:3044: $? = 0
# configure:3048: test -z
# || test ! -s conftest.err
# configure:3051: $? = 0
# configure:3054: test -s conftest.o
# configure:3057: $? = 0
# configure:3070: result: yes
# configure:3076: checking whether clang++ accepts -g
# configure:3097: clang++ -c -g conftest.cc >&5
# configure:3103: $? = 0
# configure:3107: test -z
# || test ! -s conftest.err
# configure:3110: $? = 0
# configure:3113: test -s conftest.o
# configure:3116: $? = 0
# configure:3127: result: yes
# configure:3169: clang++ -c conftest.cc >&5
# configure:3175: $? = 0
# configure:3179: test -z
# || test ! -s conftest.err
# configure:3182: $? = 0
# configure:3185: test -s conftest.o
# configure:3188: $? = 0
# configure:3214: clang++ -c conftest.cc >&5
# conftest.cc:15:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:3220: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:3169: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:11:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:3175: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:3169: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:11:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:3175: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:3169: clang++ -c conftest.cc >&5
# configure:3175: $? = 0
# configure:3179: test -z
# || test ! -s conftest.err
# configure:3182: $? = 0
# configure:3185: test -s conftest.o
# configure:3188: $? = 0
# configure:3214: clang++ -c conftest.cc >&5
# configure:3220: $? = 0
# configure:3224: test -z
# || test ! -s conftest.err
# configure:3227: $? = 0
# configure:3230: test -s conftest.o
# configure:3233: $? = 0
# configure:3258: checking dependency style of clang++
# configure:3320: result: gcc3
# configure:3328: checking for x86_64-unknown-linux-ranlib
# configure:3357: result: no
# configure:3366: checking for ranlib
# configure:3382: found /usr/bin/ranlib
# configure:3393: result: ranlib
# configure:3568: checking for OpenSSL directory
# configure:3651: clang -o conftest conftest.c -lssl -lcrypto >&5
# configure:3654: $? = 0
# configure:3656: ./conftest
# configure:3659: $? = 0
# configure:3694: result: /usr
# configure:3761: checking for __FUNCTION__ macro
# configure:3783: clang -c conftest.c >&5
# configure:3789: $? = 0
# configure:3793: test -z
# || test ! -s conftest.err
# configure:3796: $? = 0
# configure:3799: test -s conftest.o
# configure:3802: $? = 0
# configure:3813: result: yes
# configure:3825: checking for msg_accrights field in struct msghdr
# configure:3859: clang -o conftest conftest.c -lssl -lcrypto >&5
# conftest.c:31:3: error: no member named 'msg_accrights' in 'struct msghdr'
# m.msg_accrights = 0;
# ~ ^
# conftest.c:32:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);
# ^
# conftest.c:32:1: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning and 1 error generated.
# configure:3862: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define OSIRIS_ROOT_DIR "/usr/osiris"
# | #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# |
# | #define OSIRIS_USERNAME "osiris"
# | #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# | #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# | #define OSIRISMD_USERNAME "osiris"
# | #define HAVE_FUNCTION_MACRO
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | int main() {
# | #ifdef msg_accrights
# | exit(1);
# | #endif
# | struct msghdr m;
# | m.msg_accrights = 0;
# | exit(0);
# | }
# |
# configure:3883: result: no
# configure:3893: checking for msg_control field in struct msghdr
# configure:3927: clang -o conftest conftest.c -lssl -lcrypto >&5
# conftest.c:32:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);
# ^
# conftest.c:32:1: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:3930: $? = 0
# configure:3932: ./conftest
# configure:3935: $? = 0
# configure:3951: result: yes
# configure:3961: checking for --enable-fancy-cli
# configure:3981: result: yes
# configure:3990: checking for library containing socket
# configure:4020: clang -o conftest conftest.c -lssl -lcrypto >&5
# configure:4026: $? = 0
# configure:4030: test -z
# || test ! -s conftest.err
# configure:4033: $? = 0
# configure:4036: test -s conftest
# configure:4039: $? = 0
# configure:4109: result: none required
# configure:4116: checking for library containing gethostbyname
# configure:4146: clang -o conftest conftest.c -lssl -lcrypto >&5
# configure:4152: $? = 0
# configure:4156: test -z
# || test ! -s conftest.err
# configure:4159: $? = 0
# configure:4162: test -s conftest
# configure:4165: $? = 0
# configure:4235: result: none required
# configure:4242: checking for inet_aton in -lresolv
# configure:4272: clang -o conftest conftest.c -lresolv -lssl -lcrypto >&5
# configure:4278: $? = 0
# configure:4282: test -z
# || test ! -s conftest.err
# configure:4285: $? = 0
# configure:4288: test -s conftest
# configure:4291: $? = 0
# configure:4304: result: yes
# configure:4333: checking whether readline via "-lreadline" is present and sane
# configure:4359: clang -o conftest conftest.c -lssl -lcrypto -lresolv -lreadline >&5
# configure:4365: $? = 0
# configure:4369: test -z
# || test ! -s conftest.err
# configure:4372: $? = 0
# configure:4375: test -s conftest
# configure:4378: $? = 0
# configure:4390: result: yes
# configure:4505: checking for main in -lpthread
# configure:4529: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:4535: $? = 0
# configure:4539: test -z
# || test ! -s conftest.err
# configure:4542: $? = 0
# configure:4545: test -s conftest
# configure:4548: $? = 0
# configure:4561: result: yes
# configure:4569: checking for pthread_create in -lpthread
# configure:4599: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:4605: $? = 0
# configure:4609: test -z
# || test ! -s conftest.err
# configure:4612: $? = 0
# configure:4615: test -s conftest
# configure:4618: $? = 0
# configure:4631: result: yes
# configure:4650: checking how to run the C preprocessor
# configure:4685: clang -E -I/usr/kerberos/include/ conftest.c
# configure:4691: $? = 0
# configure:4723: clang -E -I/usr/kerberos/include/ conftest.c
# conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4729: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define OSIRIS_ROOT_DIR "/usr/osiris"
# | #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# |
# | #define OSIRIS_USERNAME "osiris"
# | #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# | #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# | #define OSIRISMD_USERNAME "osiris"
# | #define HAVE_FUNCTION_MACRO
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define FANCY_CLI 1
# | #define HAVE_LIBREADLINE 1
# | #define SYSTEM_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | /* end confdefs.h. */
# | #include
# configure:4768: result: clang -E
# configure:4792: clang -E -I/usr/kerberos/include/ conftest.c
# configure:4798: $? = 0
# configure:4830: clang -E -I/usr/kerberos/include/ conftest.c
# conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4836: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define OSIRIS_ROOT_DIR "/usr/osiris"
# | #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# |
# | #define OSIRIS_USERNAME "osiris"
# | #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# | #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# | #define OSIRISMD_USERNAME "osiris"
# | #define HAVE_FUNCTION_MACRO
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define FANCY_CLI 1
# | #define HAVE_LIBREADLINE 1
# | #define SYSTEM_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | /* end confdefs.h. */
# | #include
# configure:4880: checking for egrep
# configure:4890: result: grep -E
# configure:4895: checking for ANSI C header files
# configure:4920: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:4926: $? = 0
# configure:4930: test -z
# || test ! -s conftest.err
# configure:4933: $? = 0
# configure:4936: test -s conftest.o
# configure:4939: $? = 0
# configure:5028: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# conftest.c:44:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:44:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5031: $? = 0
# configure:5033: ./conftest
# configure:5036: $? = 0
# configure:5051: result: yes
# configure:5075: checking for sys/types.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for sys/stat.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for stdlib.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for string.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for memory.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for strings.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for inttypes.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for stdint.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5075: checking for unistd.h
# configure:5091: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5097: $? = 0
# configure:5101: test -z
# || test ! -s conftest.err
# configure:5104: $? = 0
# configure:5107: test -s conftest.o
# configure:5110: $? = 0
# configure:5121: result: yes
# configure:5133: checking for u_int16_t
# configure:5157: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5163: $? = 0
# configure:5167: test -z
# || test ! -s conftest.err
# configure:5170: $? = 0
# configure:5173: test -s conftest.o
# configure:5176: $? = 0
# configure:5187: result: yes
# configure:5198: checking for u_int32_t
# configure:5222: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5228: $? = 0
# configure:5232: test -z
# || test ! -s conftest.err
# configure:5235: $? = 0
# configure:5238: test -s conftest.o
# configure:5241: $? = 0
# configure:5252: result: yes
# configure:5263: checking for u_int64_t
# configure:5287: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5293: $? = 0
# configure:5297: test -z
# || test ! -s conftest.err
# configure:5300: $? = 0
# configure:5303: test -s conftest.o
# configure:5306: $? = 0
# configure:5317: result: yes
# configure:5328: checking for sig_atomic_t
# configure:5352: clang -c -I/usr/kerberos/include/ conftest.c >&5
# conftest.c:77:20: error: expected expression
# if ((sig_atomic_t *) 0)
# ^
# conftest.c:77:6: error: use of undeclared identifier 'sig_atomic_t'
# if ((sig_atomic_t *) 0)
# ^
# conftest.c:79:13: error: use of undeclared identifier 'sig_atomic_t'
# if (sizeof (sig_atomic_t))
# ^
# 3 errors generated.
# configure:5358: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define OSIRIS_ROOT_DIR "/usr/osiris"
# | #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# |
# | #define OSIRIS_USERNAME "osiris"
# | #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# | #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# | #define OSIRISMD_USERNAME "osiris"
# | #define HAVE_FUNCTION_MACRO
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define FANCY_CLI 1
# | #define HAVE_LIBREADLINE 1
# | #define SYSTEM_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #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_U_INT16_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT64_T 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((sig_atomic_t *) 0)
# | return 0;
# | if (sizeof (sig_atomic_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5382: result: no
# configure:5395: checking for socklen_t
# configure:5423: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:5429: $? = 0
# configure:5433: test -z
# || test ! -s conftest.err
# configure:5436: $? = 0
# configure:5439: test -s conftest.o
# configure:5442: $? = 0
# configure:5453: result: yes
# configure:5472: checking for inet_ntop
# configure:5529: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:5535: $? = 0
# configure:5539: test -z
# || test ! -s conftest.err
# configure:5542: $? = 0
# configure:5545: test -s conftest
# configure:5548: $? = 0
# configure:5560: result: yes
# configure:5584: checking for inet_pton
# configure:5641: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:5647: $? = 0
# configure:5651: test -z
# || test ! -s conftest.err
# configure:5654: $? = 0
# configure:5657: test -s conftest
# configure:5660: $? = 0
# configure:5672: result: yes
# configure:5696: checking for strptime
# configure:5753: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:5759: $? = 0
# configure:5763: test -z
# || test ! -s conftest.err
# configure:5766: $? = 0
# configure:5769: test -s conftest
# configure:5772: $? = 0
# configure:5784: result: yes
# configure:5808: checking for strcasestr
# configure:5865: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:5871: $? = 0
# configure:5875: test -z
# || test ! -s conftest.err
# configure:5878: $? = 0
# configure:5881: test -s conftest
# configure:5884: $? = 0
# configure:5896: result: yes
# configure:5920: checking for socketpair
# configure:5977: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:5983: $? = 0
# configure:5987: test -z
# || test ! -s conftest.err
# configure:5990: $? = 0
# configure:5993: test -s conftest
# configure:5996: $? = 0
# configure:6008: result: yes
# configure:6034: checking for sendmsg
# configure:6091: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6097: $? = 0
# configure:6101: test -z
# || test ! -s conftest.err
# configure:6104: $? = 0
# configure:6107: test -s conftest
# configure:6110: $? = 0
# configure:6122: result: yes
# configure:6136: checking for recvmsg
# configure:6193: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6199: $? = 0
# configure:6203: test -z
# || test ! -s conftest.err
# configure:6206: $? = 0
# configure:6209: test -s conftest
# configure:6212: $? = 0
# configure:6224: result: yes
# configure:6238: checking for pipe
# configure:6295: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6301: $? = 0
# configure:6305: test -z
# || test ! -s conftest.err
# configure:6308: $? = 0
# configure:6311: test -s conftest
# configure:6314: $? = 0
# configure:6326: result: yes
# configure:6340: checking for nice
# configure:6397: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6403: $? = 0
# configure:6407: test -z
# || test ! -s conftest.err
# configure:6410: $? = 0
# configure:6413: test -s conftest
# configure:6416: $? = 0
# configure:6428: result: yes
# configure:6442: checking for getdirentries
# configure:6499: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6505: $? = 0
# configure:6509: test -z
# || test ! -s conftest.err
# configure:6512: $? = 0
# configure:6515: test -s conftest
# configure:6518: $? = 0
# configure:6530: result: yes
# configure:6544: checking for gethostbyaddr
# configure:6601: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6607: $? = 0
# configure:6611: test -z
# || test ! -s conftest.err
# configure:6614: $? = 0
# configure:6617: test -s conftest
# configure:6620: $? = 0
# configure:6632: result: yes
# configure:6646: checking for getdents
# configure:6703: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# /tmp/conftest-bafd8a.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `getdents'
# /tmp/conftest-bafd8a.o:(.data+0x0): undefined reference to `getdents'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6709: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define OSIRIS_ROOT_DIR "/usr/osiris"
# | #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# |
# | #define OSIRIS_USERNAME "osiris"
# | #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# | #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# | #define OSIRISMD_USERNAME "osiris"
# | #define HAVE_FUNCTION_MACRO
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define FANCY_CLI 1
# | #define HAVE_LIBREADLINE 1
# | #define SYSTEM_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #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_U_INT16_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT64_T 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRCASESTR 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SENDMSG 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_PIPE 1
# | #define HAVE_NICE 1
# | #define HAVE_GETDIRENTRIES 1
# | #define HAVE_GETHOSTBYADDR 1
# | /* end confdefs.h. */
# | /* Define getdents to an innocuous variant, in case declares getdents.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getdents innocuous_getdents
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getdents (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getdents
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char getdents ();
# | /* 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_getdents) || defined (__stub___getdents)
# | choke me
# | #else
# | char (*f) () = getdents;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != getdents;
# | ;
# | return 0;
# | }
# configure:6734: result: no
# configure:6748: checking for getpwent
# configure:6805: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6811: $? = 0
# configure:6815: test -z
# || test ! -s conftest.err
# configure:6818: $? = 0
# configure:6821: test -s conftest
# configure:6824: $? = 0
# configure:6836: result: yes
# configure:6850: checking for getgrent
# configure:6907: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:6913: $? = 0
# configure:6917: test -z
# || test ! -s conftest.err
# configure:6920: $? = 0
# configure:6923: test -s conftest
# configure:6926: $? = 0
# configure:6938: result: yes
# configure:6952: checking for setpriority
# configure:7009: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:7015: $? = 0
# configure:7019: test -z
# || test ! -s conftest.err
# configure:7022: $? = 0
# configure:7025: test -s conftest
# configure:7028: $? = 0
# configure:7040: result: yes
# configure:7054: checking for sigset
# configure:7111: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:7117: $? = 0
# configure:7121: test -z
# || test ! -s conftest.err
# configure:7124: $? = 0
# configure:7127: test -s conftest
# configure:7130: $? = 0
# configure:7142: result: yes
# configure:7156: checking for scandir
# configure:7213: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:7219: $? = 0
# configure:7223: test -z
# || test ! -s conftest.err
# configure:7226: $? = 0
# configure:7229: test -s conftest
# configure:7232: $? = 0
# configure:7244: result: yes
# configure:7258: checking for alphasort
# configure:7315: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:7321: $? = 0
# configure:7325: test -z
# || test ! -s conftest.err
# configure:7328: $? = 0
# configure:7331: test -s conftest
# configure:7334: $? = 0
# configure:7346: result: yes
# configure:7360: checking for dirfd
# configure:7417: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:7423: $? = 0
# configure:7427: test -z
# || test ! -s conftest.err
# configure:7430: $? = 0
# configure:7433: test -s conftest
# configure:7436: $? = 0
# configure:7448: result: yes
# configure:7462: checking for setsid
# configure:7519: clang -o conftest -I/usr/kerberos/include/ conftest.c -lpthread -lssl -lcrypto -lresolv >&5
# configure:7525: $? = 0
# configure:7529: test -z
# || test ! -s conftest.err
# configure:7532: $? = 0
# configure:7535: test -s conftest
# configure:7538: $? = 0
# configure:7550: result: yes
# configure:7576: checking ctype.h usability
# configure:7588: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:7594: $? = 0
# configure:7598: test -z
# || test ! -s conftest.err
# configure:7601: $? = 0
# configure:7604: test -s conftest.o
# configure:7607: $? = 0
# configure:7617: result: yes
# configure:7621: checking ctype.h presence
# configure:7631: clang -E -I/usr/kerberos/include/ conftest.c
# configure:7637: $? = 0
# configure:7657: result: yes
# configure:7692: checking for ctype.h
# configure:7699: result: yes
# configure:7726: checking features.h usability
# configure:7738: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:7744: $? = 0
# configure:7748: test -z
# || test ! -s conftest.err
# configure:7751: $? = 0
# configure:7754: test -s conftest.o
# configure:7757: $? = 0
# configure:7767: result: yes
# configure:7771: checking features.h presence
# configure:7781: clang -E -I/usr/kerberos/include/ conftest.c
# configure:7787: $? = 0
# configure:7807: result: yes
# configure:7842: checking for features.h
# configure:7849: result: yes
# configure:7867: checking for sys/types.h
# configure:7872: result: yes
# configure:8026: checking sys/time.h usability
# configure:8038: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8044: $? = 0
# configure:8048: test -z
# || test ! -s conftest.err
# configure:8051: $? = 0
# configure:8054: test -s conftest.o
# configure:8057: $? = 0
# configure:8067: result: yes
# configure:8071: checking sys/time.h presence
# configure:8081: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8087: $? = 0
# configure:8107: result: yes
# configure:8142: checking for sys/time.h
# configure:8149: result: yes
# configure:8176: checking time.h usability
# configure:8188: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8194: $? = 0
# configure:8198: test -z
# || test ! -s conftest.err
# configure:8201: $? = 0
# configure:8204: test -s conftest.o
# configure:8207: $? = 0
# configure:8217: result: yes
# configure:8221: checking time.h presence
# configure:8231: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8237: $? = 0
# configure:8257: result: yes
# configure:8292: checking for time.h
# configure:8299: result: yes
# configure:8326: checking sys/utsname.h usability
# configure:8338: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8344: $? = 0
# configure:8348: test -z
# || test ! -s conftest.err
# configure:8351: $? = 0
# configure:8354: test -s conftest.o
# configure:8357: $? = 0
# configure:8367: result: yes
# configure:8371: checking sys/utsname.h presence
# configure:8381: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8387: $? = 0
# configure:8407: result: yes
# configure:8442: checking for sys/utsname.h
# configure:8449: result: yes
# configure:8476: checking termios.h usability
# configure:8488: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8494: $? = 0
# configure:8498: test -z
# || test ! -s conftest.err
# configure:8501: $? = 0
# configure:8504: test -s conftest.o
# configure:8507: $? = 0
# configure:8517: result: yes
# configure:8521: checking termios.h presence
# configure:8531: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8537: $? = 0
# configure:8557: result: yes
# configure:8592: checking for termios.h
# configure:8599: result: yes
# configure:8626: checking sys/wait.h usability
# configure:8638: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8644: $? = 0
# configure:8648: test -z
# || test ! -s conftest.err
# configure:8651: $? = 0
# configure:8654: test -s conftest.o
# configure:8657: $? = 0
# configure:8667: result: yes
# configure:8671: checking sys/wait.h presence
# configure:8681: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8687: $? = 0
# configure:8707: result: yes
# configure:8742: checking for sys/wait.h
# configure:8749: result: yes
# configure:8776: checking arpa/inet.h usability
# configure:8788: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8794: $? = 0
# configure:8798: test -z
# || test ! -s conftest.err
# configure:8801: $? = 0
# configure:8804: test -s conftest.o
# configure:8807: $? = 0
# configure:8817: result: yes
# configure:8821: checking arpa/inet.h presence
# configure:8831: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8837: $? = 0
# configure:8857: result: yes
# configure:8892: checking for arpa/inet.h
# configure:8899: result: yes
# configure:8926: checking sys/uio.h usability
# configure:8938: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:8944: $? = 0
# configure:8948: test -z
# || test ! -s conftest.err
# configure:8951: $? = 0
# configure:8954: test -s conftest.o
# configure:8957: $? = 0
# configure:8967: result: yes
# configure:8971: checking sys/uio.h presence
# configure:8981: clang -E -I/usr/kerberos/include/ conftest.c
# configure:8987: $? = 0
# configure:9007: result: yes
# configure:9042: checking for sys/uio.h
# configure:9049: result: yes
# configure:9076: checking sys/sysctl.h usability
# configure:9088: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:9094: $? = 0
# configure:9098: test -z
# || test ! -s conftest.err
# configure:9101: $? = 0
# configure:9104: test -s conftest.o
# configure:9107: $? = 0
# configure:9117: result: yes
# configure:9121: checking sys/sysctl.h presence
# configure:9131: clang -E -I/usr/kerberos/include/ conftest.c
# configure:9137: $? = 0
# configure:9157: result: yes
# configure:9192: checking for sys/sysctl.h
# configure:9199: result: yes
# configure:9226: checking dirent.h usability
# configure:9238: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:9244: $? = 0
# configure:9248: test -z
# || test ! -s conftest.err
# configure:9251: $? = 0
# configure:9254: test -s conftest.o
# configure:9257: $? = 0
# configure:9267: result: yes
# configure:9271: checking dirent.h presence
# configure:9281: clang -E -I/usr/kerberos/include/ conftest.c
# configure:9287: $? = 0
# configure:9307: result: yes
# configure:9342: checking for dirent.h
# configure:9349: result: yes
# configure:9376: checking netinet/in.h usability
# configure:9388: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:9394: $? = 0
# configure:9398: test -z
# || test ! -s conftest.err
# configure:9401: $? = 0
# configure:9404: test -s conftest.o
# configure:9407: $? = 0
# configure:9417: result: yes
# configure:9421: checking netinet/in.h presence
# configure:9431: clang -E -I/usr/kerberos/include/ conftest.c
# configure:9437: $? = 0
# configure:9457: result: yes
# configure:9492: checking for netinet/in.h
# configure:9499: result: yes
# configure:9514: checking if we can use privilege separation
# configure:9529: result: yes
# configure:9546: checking for ANSI C header files
# configure:9702: result: yes
# configure:9712: checking whether byte ordering is bigendian
# configure:9739: clang -c -I/usr/kerberos/include/ conftest.c >&5
# configure:9745: $? = 0
# configure:9749: test -z
# || test ! -s conftest.err
# configure:9752: $? = 0
# configure:9755: test -s conftest.o
# configure:9758: $? = 0
# configure:9782: clang -c -I/usr/kerberos/include/ conftest.c >&5
# conftest.c:81:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:9788: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "osiris"
# | #define VERSION "4.0.0"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define OSIRIS_ROOT_DIR "/usr/osiris"
# | #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# |
# | #define OSIRIS_USERNAME "osiris"
# | #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# | #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# | #define OSIRISMD_USERNAME "osiris"
# | #define HAVE_FUNCTION_MACRO
# | #define HAVE_CONTROL_IN_MSGHDR 1
# | #define FANCY_CLI 1
# | #define HAVE_LIBREADLINE 1
# | #define SYSTEM_LINUX 1
# | #define HAVE_LIBPTHREAD 1
# | #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_U_INT16_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT64_T 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRCASESTR 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_SENDMSG 1
# | #define HAVE_RECVMSG 1
# | #define HAVE_PIPE 1
# | #define HAVE_NICE 1
# | #define HAVE_GETDIRENTRIES 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETGRENT 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_SIGSET 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_DIRFD 1
# | #define HAVE_SETSID 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define USE_PRIVSEP 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:9923: result: no
# configure:10066: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d4b5affb62b7
#
# config.status:722: creating Makefile
# config.status:722: creating src/Makefile
# config.status:722: creating src/libosiris/Makefile
# config.status:722: creating src/libfileapi/Makefile
# config.status:722: creating src/libosirisdb/Makefile
# config.status:722: creating src/libosirisctl/Makefile
# config.status:722: creating src/libosirism/Makefile
# config.status:722: creating src/cli/Makefile
# config.status:722: creating src/osirisd/modules/Makefile
# config.status:722: creating src/osirisd/Makefile
# config.status:722: creating src/osirismd/Makefile
# config.status:722: creating src/tools/Makefile
# config.status:722: creating src/db-4.2.52/Makefile
# config.status:722: creating src/install/install.sh
# config.status:826: creating config.h
# config.status:1212: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_enable_fancy_cli=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func_alphasort=yes
# ac_cv_func_dirfd=yes
# ac_cv_func_getdents=no
# ac_cv_func_getdirentries=yes
# ac_cv_func_getgrent=yes
# ac_cv_func_gethostbyaddr=yes
# ac_cv_func_getpwent=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_nice=yes
# ac_cv_func_pipe=yes
# ac_cv_func_recvmsg=yes
# ac_cv_func_scandir=yes
# ac_cv_func_sendmsg=yes
# ac_cv_func_setpriority=yes
# ac_cv_func_setsid=yes
# ac_cv_func_sigset=yes
# ac_cv_func_socketpair=yes
# ac_cv_func_strcasestr=yes
# ac_cv_func_strptime=yes
# ac_cv_have_accrights_in_msghdr=no
# ac_cv_have_control_in_msghdr=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_pthread=ac_cv_lib_pthread_main
# ac_cv_lib_pthread_main=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_resolv_inet_aton=yes
# ac_cv_objext=o
# ac_cv_openssldir=/usr
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_socket='none required'
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# ac_cv_type_sig_atomic_t=no
# ac_cv_type_socklen_t=yes
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_u_int64_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# iproxy_cv_HAVE_FUNCTION_MACRO=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/osiris/src/osiris-4.2.3/missing --run aclocal-1.6'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/osiris/src/osiris-4.2.3/missing --run tar'
# AUTOCONF='${SHELL} /tmp/osiris/src/osiris-4.2.3/missing --run autoconf'
# AUTOHEADER='echo'
# AUTOMAKE='${SHELL} /tmp/osiris/src/osiris-4.2.3/missing --run automake-1.6'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-Wall '
# CPP='clang -E'
# CPPFLAGS='-I/usr/kerberos/include/ '
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBREADLINE='-lreadline'
# LIBS='-lpthread -lssl -lcrypto -lresolv'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/osiris/src/osiris-4.2.3/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='osiris'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='4.0.0'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__include='include'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/osiris/src/osiris-4.2.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='/usr/bin'
# 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'
# with_md_conf_dir='/usr/share/osiris'
# with_md_root_dir='/usr/share/osiris'
# with_osiris_md_user='osiris'
# with_osiris_user='osiris'
# with_root_dir='/usr/osiris'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define FANCY_CLI 1
# #define HAVE_ALPHASORT 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_CONTROL_IN_MSGHDR 1
# #define HAVE_CTYPE_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DIRFD 1
# #define HAVE_FEATURES_H 1
# #define HAVE_FUNCTION_MACRO
# #define HAVE_GETDIRENTRIES 1
# #define HAVE_GETGRENT 1
# #define HAVE_GETHOSTBYADDR 1
# #define HAVE_GETPWENT 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_PTON 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NICE 1
# #define HAVE_PIPE 1
# #define HAVE_RECVMSG 1
# #define HAVE_SCANDIR 1
# #define HAVE_SENDMSG 1
# #define HAVE_SETPRIORITY 1
# #define HAVE_SETSID 1
# #define HAVE_SIGSET 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCASESTR 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRPTIME 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_U_INT16_T 1
# #define HAVE_U_INT32_T 1
# #define HAVE_U_INT64_T 1
# #define OSIRISMD_CONF_DIR "/usr/share/osiris"
# #define OSIRISMD_ROOT_DIR "/usr/share/osiris"
# #define OSIRISMD_USERNAME "osiris"
# #define OSIRIS_ROOT_DIR "/usr/osiris"
# #define OSIRIS_USERNAME "osiris"
# #define PACKAGE "osiris"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PATH_SYSTEM_ROOT_CERT_FILE "/usr/osiris/osiris_root.pem"
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define SYSTEM_LINUX 1
# #define USE_PRIVSEP 1
# #define VERSION "4.0.0"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0

CMD: config logfiles '/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52/build_unix/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 Berkeley DB configure 4.2.52, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# $ ../dist/configure --enable-shared=no --enable-static=yes
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d4b5affb62b7
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1543: checking build system type
# configure:1561: result: x86_64-unknown-linux-gnu
# configure:1569: checking host system type
# configure:1583: result: x86_64-unknown-linux-gnu
# configure:1606: checking if building in the top-level or dist directories
# configure:1615: result: no
# configure:1700: checking if --disable-cryptography option specified
# configure:1713: result: no
# configure:1717: checking if --disable-hash option specified
# configure:1730: result: no
# configure:1734: checking if --disable-queue option specified
# configure:1747: result: no
# configure:1751: checking if --disable-replication option specified
# configure:1764: result: no
# configure:1768: checking if --disable-verify option specified
# configure:1781: result: no
# configure:1785: checking if --enable-compat185 option specified
# configure:1794: result: no
# configure:1797: checking if --enable-cxx option specified
# configure:1806: result: no
# configure:1809: checking if --enable-debug option specified
# configure:1818: result: no
# configure:1821: checking if --enable-debug_rop option specified
# configure:1830: result: no
# configure:1833: checking if --enable-debug_wop option specified
# configure:1842: result: no
# configure:1845: checking if --enable-diagnostic option specified
# configure:1869: result: no
# configure:1873: checking if --enable-dump185 option specified
# configure:1882: result: no
# configure:1885: checking if --enable-java option specified
# configure:1894: result: no
# configure:1897: checking if --enable-mingw option specified
# configure:1906: result: no
# configure:1909: checking if --enable-posixmutexes option specified
# configure:1918: result: no
# configure:1921: checking if --enable-rpc option specified
# configure:1930: result: no
# configure:1933: checking if --enable-smallbuild option specified
# configure:1949: result: no
# configure:1952: checking if --enable-tcl option specified
# configure:1961: result: no
# configure:1964: checking if --enable-test option specified
# configure:1973: result: no
# configure:1976: checking if --enable-uimutexes option specified
# configure:1985: result: no
# configure:1988: checking if --enable-umrw option specified
# configure:1997: result: no
# configure:2000: checking if --with-mutex=MUTEX option specified
# configure:2018: result: no
# configure:2023: checking if --with-mutexalign=ALIGNMENT option specified
# configure:2044: result: no
# configure:2047: checking if --with-rpm=ARCHIVE option specified
# configure:2069: result: no
# configure:2072: checking if --with-tcl=DIR option specified
# configure:2082: result: no
# configure:2088: checking if --with-uniquename=NAME option specified
# configure:2101: result: no
# configure:2210: checking for ar
# configure:2226: found /usr/bin/ar
# configure:2237: result: ar
# configure:2296: checking for chmod
# configure:2312: found /usr/bin/chmod
# configure:2323: result: chmod
# configure:2382: checking for cp
# configure:2398: found /usr/bin/cp
# configure:2409: result: cp
# configure:2595: checking for ln
# configure:2611: found /usr/bin/ln
# configure:2622: result: ln
# configure:2681: checking for mkdir
# configure:2697: found /usr/bin/mkdir
# configure:2708: result: mkdir
# configure:2769: checking for ranlib
# configure:2785: found /usr/bin/ranlib
# configure:2796: result: ranlib
# configure:2810: checking for ranlib
# configure:2828: found /usr/bin/ranlib
# configure:2841: result: /usr/bin/ranlib
# configure:2890: checking for rm
# configure:2906: found /usr/bin/rm
# configure:2917: result: rm
# configure:3066: checking for sh
# configure:3082: found /usr/bin/sh
# configure:3093: result: sh
# configure:3107: checking for sh
# configure:3125: found /usr/bin/sh
# configure:3138: result: /usr/bin/sh
# configure:3196: checking for strip
# configure:3212: found /usr/bin/strip
# configure:3223: result: strip
# configure:3237: checking for strip
# configure:3255: found /usr/bin/strip
# configure:3268: result: /usr/bin/strip
# configure:3378: checking for a BSD-compatible install
# configure:3432: result: /usr/bin/install -c
# configure:3647: checking for C compiler version
# configure:3650: 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:3653: $? = 0
# configure:3655: 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:3658: $? = 0
# configure:3660: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3663: $? = 1
# configure:3687: checking for C compiler default output
# configure:3690: clang -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:3693: $? = 0
# configure:3739: result: a.out
# configure:3744: checking whether the C compiler works
# configure:3750: ./a.out
# configure:3753: $? = 0
# configure:3770: result: yes
# configure:3777: checking whether we are cross compiling
# configure:3779: result: no
# configure:3782: checking for suffix of executables
# configure:3784: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:3787: $? = 0
# configure:3812: result:
# configure:3818: checking for suffix of object files
# configure:3840: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:3843: $? = 0
# configure:3865: result: o
# configure:3869: checking whether we are using the GNU C compiler
# configure:3894: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:3897: $? = 0
# configure:3900: test -s conftest.o
# configure:3903: $? = 0
# configure:3916: result: yes
# configure:3922: checking whether clang accepts -g
# configure:3944: clang -c -g -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:3947: $? = 0
# configure:3950: test -s conftest.o
# configure:3953: $? = 0
# configure:3964: result: yes
# configure:3981: checking for clang option to accept ANSI C
# configure:4042: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:4045: $? = 0
# configure:4048: test -s conftest.o
# configure:4051: $? = 0
# configure:4069: result: none needed
# configure:4087: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:4090: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:4214: checking for an ANSI C-conforming const
# configure:4282: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:4285: $? = 0
# configure:4288: test -s conftest.o
# configure:4291: $? = 0
# configure:4302: result: yes
# configure:5357: checking whether we are using gcc version 2.96
# configure:5372: result: no
# configure:5383: checking whether g++ requires -fhandle-exceptions
# configure:5398: result: no
# configure:5495: checking for a sed that does not truncate output
# configure:5549: result: /usr/bin/sed
# configure:5552: checking for egrep
# configure:5562: result: grep -E
# configure:5578: checking for ld used by clang
# configure:5645: result: /usr/bin/ld
# configure:5654: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5669: result: yes
# configure:5674: checking for /usr/bin/ld option to reload object files
# configure:5681: result: -r
# configure:5690: checking for BSD-compatible nm
# configure:5732: result: /usr/bin/nm -B
# configure:5736: checking whether ln -s works
# configure:5740: result: yes
# configure:5747: checking how to recognise dependent libraries
# configure:5947: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
# configure:6031: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6034: $? = 0
# configure:6150: checking how to run the C preprocessor
# configure:6186: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:6192: $? = 0
# configure:6224: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:6223:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6230: $? = 1
# configure: failed program was:
# | #line 6215 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | /* end confdefs.h. */
# | #include
# configure:6268: result: clang -E
# configure:6293: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:6299: $? = 0
# configure:6331: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:6330:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6337: $? = 1
# configure: failed program was:
# | #line 6322 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | /* end confdefs.h. */
# | #include
# configure:6380: checking for ANSI C header files
# configure:6406: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6409: $? = 0
# configure:6412: test -s conftest.o
# configure:6415: $? = 0
# configure:6507: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6500:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# configure:6500:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:6510: $? = 0
# configure:6512: ./conftest
# configure:6515: $? = 0
# configure:6530: result: yes
# configure:6554: checking for sys/types.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for sys/stat.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for stdlib.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for string.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for memory.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for strings.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for inttypes.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for stdint.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6554: checking for unistd.h
# configure:6571: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6574: $? = 0
# configure:6577: test -s conftest.o
# configure:6580: $? = 0
# configure:6591: result: yes
# configure:6617: checking dlfcn.h usability
# configure:6630: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:6633: $? = 0
# configure:6636: test -s conftest.o
# configure:6639: $? = 0
# configure:6649: result: yes
# configure:6653: checking dlfcn.h presence
# configure:6664: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:6670: $? = 0
# configure:6689: result: yes
# configure:6725: checking for dlfcn.h
# configure:6732: result: yes
# configure:6796: checking for g77
# configure:6825: result: no
# configure:6796: checking for f77
# configure:6825: result: no
# configure:6796: checking for xlf
# configure:6825: result: no
# configure:6796: checking for frt
# configure:6825: result: no
# configure:6796: checking for pgf77
# configure:6825: result: no
# configure:6796: checking for fl32
# configure:6825: result: no
# configure:6796: checking for af77
# configure:6825: result: no
# configure:6796: checking for fort77
# configure:6825: result: no
# configure:6796: checking for f90
# configure:6825: result: no
# configure:6796: checking for xlf90
# configure:6825: result: no
# configure:6796: checking for pgf90
# configure:6825: result: no
# configure:6796: checking for epcf90
# configure:6825: result: no
# configure:6796: checking for f95
# configure:6812: found /usr/bin/f95
# configure:6822: result: f95
# configure:6837: checking for Fortran 77 compiler version
# configure:6840: f95 --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:6843: $? = 0
# configure:6845: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# 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:6848: $? = 0
# configure:6850: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:6853: $? = 1
# configure:6860: checking whether we are using the GNU Fortran 77 compiler
# configure:6874: f95 -c conftest.F >&5
# configure:6877: $? = 0
# configure:6880: test -s conftest.o
# configure:6883: $? = 0
# configure:6896: result: yes
# configure:6903: checking whether f95 accepts -g
# configure:6915: f95 -c -g conftest.f >&5
# configure:6918: $? = 0
# configure:6921: test -s conftest.o
# configure:6924: $? = 0
# configure:6936: result: yes
# configure:6964: checking the maximum length of command line arguments
# configure:7023: result: 32768
# configure:7034: checking command to parse /usr/bin/nm -B output from clang object
# configure:7123: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:7126: $? = 0
# configure:7130: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:7133: $? = 0
# configure:7185: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c conftstm.o >&5
# configure:7188: $? = 0
# configure:7226: result: ok
# configure:7230: checking for objdir
# configure:7245: result: .libs
# configure:7335: checking for ar
# configure:7351: found /usr/bin/ar
# configure:7362: result: ar
# configure:7415: checking for ranlib
# configure:7431: found /usr/bin/ranlib
# configure:7442: result: ranlib
# configure:7495: checking for strip
# configure:7511: found /usr/bin/strip
# configure:7522: result: strip
# configure:7576: checking for file
# configure:7629: result: /usr/bin/file
# configure:7784: checking if clang static flag works
# configure:7807: result: yes
# configure:7828: checking if clang supports -fno-rtti -fno-exceptions
# configure:7846: clang -c -D_GNU_SOURCE -D_REENTRANT -fno-rtti -fno-exceptions conftest.c >&5
# configure:7850: $? = 0
# configure:7861: result: yes
# configure:7876: checking for clang option to produce PIC
# configure:8053: result: -fPIC
# configure:8060: checking if clang PIC flag -fPIC works
# configure:8078: clang -c -D_GNU_SOURCE -D_REENTRANT -fPIC -DPIC conftest.c >&5
# configure:8082: $? = 0
# configure:8093: result: yes
# configure:8117: checking if clang supports -c -o file.o
# configure:8145: clang -c -D_GNU_SOURCE -D_REENTRANT -o out/conftest2.o conftest.c >&5
# configure:8149: $? = 0
# configure:8166: result: yes
# configure:8192: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8986: result: yes
# configure:9057: checking how to hardcode library paths into programs
# configure:9082: result: immediate
# configure:9096: checking whether stripping libraries is possible
# configure:9101: result: yes
# configure:9123: checking dynamic linker characteristics
# configure:9634: result: GNU/Linux ld.so
# configure:10360: checking if libtool supports shared libraries
# configure:10362: result: yes
# configure:10365: checking whether to build shared libraries
# configure:10414: result: no
# configure:10417: checking whether to build static libraries
# configure:10421: result: yes
# configure:10512: creating libtool
# configure:11198: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11993: result: yes
# configure:12015: clang++ -c -D_GNU_SOURCE -D_REENTRANT conftest.cc >&5
# configure:12018: $? = 0
# configure:12114: checking for clang++ option to produce PIC
# configure:12366: result:
# configure:12430: checking if clang++ supports -c -o file.o
# configure:12458: clang++ -c -D_GNU_SOURCE -D_REENTRANT -o out/conftest2.o conftest.cc >&5
# configure:12462: $? = 0
# configure:12479: result: yes
# configure:12505: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12530: result: yes
# configure:12601: checking how to hardcode library paths into programs
# configure:12626: result: immediate
# configure:12640: checking whether stripping libraries is possible
# configure:12645: result: yes
# configure:12667: checking dynamic linker characteristics
# configure:13178: result: GNU/Linux ld.so
# configure:14377: checking if libtool supports shared libraries
# configure:14379: result: yes
# configure:14382: checking whether to build shared libraries
# configure:14400: result: no
# configure:14403: checking whether to build static libraries
# configure:14407: result: yes
# configure:14419: checking for f95 option to produce PIC
# configure:14596: result: -fPIC
# configure:14603: checking if f95 PIC flag -fPIC works
# configure:14621: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:14625: $? = 0
# configure:14636: result: yes
# configure:14660: checking if f95 supports -c -o file.o
# configure:14688: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14692: $? = 0
# configure:14709: result: yes
# configure:14735: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15507: result: yes
# configure:15578: checking how to hardcode library paths into programs
# configure:15603: result: immediate
# configure:15617: checking whether stripping libraries is possible
# configure:15622: result: yes
# configure:15644: checking dynamic linker characteristics
# configure:16155: result: GNU/Linux ld.so
# configure:20053: checking SOSUFFIX from libtool
# configure:20075: result: .so
# configure:20080: checking MODSUFFIX from libtool
# configure:20102: result: .so
# configure:20107: checking JMODSUFFIX from libtool
# configure:20133: result: .so
# configure:21448: checking whether stat file-mode macros are broken
# configure:21497: result: no
# configure:21507: checking whether time.h and sys/time.h may both be included
# configure:21533: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:21536: $? = 0
# configure:21539: test -s conftest.o
# configure:21542: $? = 0
# configure:21553: result: yes
# configure:21571: checking for dirent.h that defines DIR
# configure:21596: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:21599: $? = 0
# configure:21602: test -s conftest.o
# configure:21605: $? = 0
# configure:21616: result: yes
# configure:21629: checking for library containing opendir
# configure:21660: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:21663: $? = 0
# configure:21666: test -s conftest
# configure:21669: $? = 0
# configure:21728: result: none required
# configure:21860: checking sys/select.h usability
# configure:21873: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:21876: $? = 0
# configure:21879: test -s conftest.o
# configure:21882: $? = 0
# configure:21892: result: yes
# configure:21896: checking sys/select.h presence
# configure:21907: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:21913: $? = 0
# configure:21932: result: yes
# configure:21968: checking for sys/select.h
# configure:21975: result: yes
# configure:21860: checking sys/time.h usability
# configure:21873: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:21876: $? = 0
# configure:21879: test -s conftest.o
# configure:21882: $? = 0
# configure:21892: result: yes
# configure:21896: checking sys/time.h presence
# configure:21907: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:21913: $? = 0
# configure:21932: result: yes
# configure:21968: checking for sys/time.h
# configure:21975: result: yes
# configure:21860: checking sys/fcntl.h usability
# configure:21873: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:21876: $? = 0
# configure:21879: test -s conftest.o
# configure:21882: $? = 0
# configure:21892: result: yes
# configure:21896: checking sys/fcntl.h presence
# configure:21907: clang -E -D_GNU_SOURCE -D_REENTRANT conftest.c
# configure:21913: $? = 0
# configure:21932: result: yes
# configure:21968: checking for sys/fcntl.h
# configure:21975: result: yes
# configure:21988: checking for struct stat.st_blksize
# configure:22012: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:22015: $? = 0
# configure:22018: test -s conftest.o
# configure:22021: $? = 0
# configure:22069: result: yes
# configure:22091: checking for inttypes.h
# configure:22096: result: yes
# configure:22232: checking for char
# configure:22258: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:22261: $? = 0
# configure:22264: test -s conftest.o
# configure:22267: $? = 0
# configure:22278: result: yes
# configure:22281: checking size of char
# configure:22562: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:22565: $? = 0
# configure:22567: ./conftest
# configure:22570: $? = 0
# configure:22593: result: 1
# configure:22600: checking for unsigned char
# configure:22626: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:22629: $? = 0
# configure:22632: test -s conftest.o
# configure:22635: $? = 0
# configure:22646: result: yes
# configure:22649: checking size of unsigned char
# configure:22930: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:22933: $? = 0
# configure:22935: ./conftest
# configure:22938: $? = 0
# configure:22961: result: 1
# configure:22968: checking for short
# configure:22994: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:22997: $? = 0
# configure:23000: test -s conftest.o
# configure:23003: $? = 0
# configure:23014: result: yes
# configure:23017: checking size of short
# configure:23298: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:23301: $? = 0
# configure:23303: ./conftest
# configure:23306: $? = 0
# configure:23329: result: 2
# configure:23336: checking for unsigned short
# configure:23362: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:23365: $? = 0
# configure:23368: test -s conftest.o
# configure:23371: $? = 0
# configure:23382: result: yes
# configure:23385: checking size of unsigned short
# configure:23666: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:23669: $? = 0
# configure:23671: ./conftest
# configure:23674: $? = 0
# configure:23697: result: 2
# configure:23704: checking for int
# configure:23730: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:23733: $? = 0
# configure:23736: test -s conftest.o
# configure:23739: $? = 0
# configure:23750: result: yes
# configure:23753: checking size of int
# configure:24034: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:24037: $? = 0
# configure:24039: ./conftest
# configure:24042: $? = 0
# configure:24065: result: 4
# configure:24072: checking for unsigned int
# configure:24098: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:24101: $? = 0
# configure:24104: test -s conftest.o
# configure:24107: $? = 0
# configure:24118: result: yes
# configure:24121: checking size of unsigned int
# configure:24402: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:24405: $? = 0
# configure:24407: ./conftest
# configure:24410: $? = 0
# configure:24433: result: 4
# configure:24440: checking for long
# configure:24466: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:24469: $? = 0
# configure:24472: test -s conftest.o
# configure:24475: $? = 0
# configure:24486: result: yes
# configure:24489: checking size of long
# configure:24770: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:24773: $? = 0
# configure:24775: ./conftest
# configure:24778: $? = 0
# configure:24801: result: 8
# configure:24808: checking for unsigned long
# configure:24834: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:24837: $? = 0
# configure:24840: test -s conftest.o
# configure:24843: $? = 0
# configure:24854: result: yes
# configure:24857: checking size of unsigned long
# configure:25138: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:25141: $? = 0
# configure:25143: ./conftest
# configure:25146: $? = 0
# configure:25169: result: 8
# configure:25176: checking for size_t
# configure:25202: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:25205: $? = 0
# configure:25208: test -s conftest.o
# configure:25211: $? = 0
# configure:25222: result: yes
# configure:25225: checking size of size_t
# configure:25506: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:25509: $? = 0
# configure:25511: ./conftest
# configure:25514: $? = 0
# configure:25537: result: 8
# configure:25544: checking for char *
# configure:25570: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:25573: $? = 0
# configure:25576: test -s conftest.o
# configure:25579: $? = 0
# configure:25590: result: yes
# configure:25593: checking size of char *
# configure:25874: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:25877: $? = 0
# configure:25879: ./conftest
# configure:25882: $? = 0
# configure:25905: result: 8
# configure:25915: checking for off_t
# configure:25941: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:25944: $? = 0
# configure:25947: test -s conftest.o
# configure:25950: $? = 0
# configure:25961: result: yes
# configure:25971: checking for size_t
# configure:26017: result: yes
# configure:26031: checking for u_char
# configure:26057: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26060: $? = 0
# configure:26063: test -s conftest.o
# configure:26066: $? = 0
# configure:26077: result: yes
# configure:26087: checking for u_short
# configure:26113: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26116: $? = 0
# configure:26119: test -s conftest.o
# configure:26122: $? = 0
# configure:26133: result: yes
# configure:26143: checking for u_int
# configure:26169: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26172: $? = 0
# configure:26175: test -s conftest.o
# configure:26178: $? = 0
# configure:26189: result: yes
# configure:26199: checking for u_long
# configure:26225: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26228: $? = 0
# configure:26231: test -s conftest.o
# configure:26234: $? = 0
# configure:26245: result: yes
# configure:26255: checking for u_int8_t
# configure:26281: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26284: $? = 0
# configure:26287: test -s conftest.o
# configure:26290: $? = 0
# configure:26301: result: yes
# configure:26325: checking for u_int16_t
# configure:26351: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26354: $? = 0
# configure:26357: test -s conftest.o
# configure:26360: $? = 0
# configure:26371: result: yes
# configure:26395: checking for int16_t
# configure:26421: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26424: $? = 0
# configure:26427: test -s conftest.o
# configure:26430: $? = 0
# configure:26441: result: yes
# configure:26465: checking for u_int32_t
# configure:26491: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26494: $? = 0
# configure:26497: test -s conftest.o
# configure:26500: $? = 0
# configure:26511: result: yes
# configure:26535: checking for int32_t
# configure:26561: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26564: $? = 0
# configure:26567: test -s conftest.o
# configure:26570: $? = 0
# configure:26581: result: yes
# configure:26607: checking for ssize_t
# configure:26633: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26636: $? = 0
# configure:26639: test -s conftest.o
# configure:26642: $? = 0
# configure:26653: result: yes
# configure:26678: checking for unsigned long long
# configure:26704: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26707: $? = 0
# configure:26710: test -s conftest.o
# configure:26713: $? = 0
# configure:26724: result: yes
# configure:26752: checking for ANSI C exit success/failure values
# configure:26775: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26778: $? = 0
# configure:26781: test -s conftest.o
# configure:26784: $? = 0
# configure:26795: result: yes
# configure:26809: checking for sched_yield
# configure:26859: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:26862: $? = 0
# configure:26865: test -s conftest
# configure:26868: $? = 0
# configure:26879: result: yes
# configure:27000: checking for main in -lpthread
# configure:27025: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:27028: $? = 0
# configure:27031: test -s conftest
# configure:27034: $? = 0
# configure:27046: result: yes
# configure:27057: checking for main in -lm
# configure:27082: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lm >&5
# configure:27085: $? = 0
# configure:27088: test -s conftest
# configure:27091: $? = 0
# configure:27103: result: yes
# configure:27110: checking for main in -lsocket
# configure:27135: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:27138: $? = 1
# configure: failed program was:
# | #line 27117 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | main ();
# | ;
# | return 0;
# | }
# configure:27156: result: no
# configure:27163: checking for main in -lnsl
# configure:27188: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lnsl >&5
# configure:27191: $? = 0
# configure:27194: test -s conftest
# configure:27197: $? = 0
# configure:27209: result: yes
# configure:27228: checking for mutexes
# configure:27310: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:27326:10: fatal error: 'synch.h' file not found
# #include
# ^
# 1 error generated.
# configure:27313: $? = 1
# configure: failed program was:
# | #line 27284 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | /* end confdefs.h. */
# |
# | #include
# | int
# | main ()
# | {
# |
# | static lwp_mutex_t mi = SHAREDMUTEX;
# | static lwp_cond_t ci = SHAREDCV;
# | lwp_mutex_t mutex = mi;
# | lwp_cond_t cond = ci;
# | exit (
# | _lwp_mutex_lock(&mutex) ||
# | _lwp_mutex_unlock(&mutex));
# |
# | ;
# | return 0;
# | }
# configure:27362: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:27376:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:27365: $? = 1
# configure: failed program was:
# | #line 27334 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | mutex_t mutex;
# | cond_t cond;
# | int type = USYNC_PROCESS;
# | exit (
# | mutex_init(&mutex, type, NULL) ||
# | cond_init(&cond, type, NULL) ||
# | mutex_lock(&mutex) ||
# | mutex_unlock(&mutex));
# |
# | ;
# | return 0;
# | }
# configure:27412: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lthread >&5
# configure:27426:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:27415: $? = 1
# configure: failed program was:
# | #line 27384 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | mutex_t mutex;
# | cond_t cond;
# | int type = USYNC_PROCESS;
# | exit (
# | mutex_init(&mutex, type, NULL) ||
# | cond_init(&cond, type, NULL) ||
# | mutex_lock(&mutex) ||
# | mutex_unlock(&mutex));
# |
# | ;
# | return 0;
# | }
# configure:27478: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:27491:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main() {
# ^
# configure:27496:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (
# ^
# configure:27496:2: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# /tmp/conftest-0efc21.o: In function `main':
# conftest.c:(.text+0x33): undefined reference to `pthread_condattr_setpshared'
# conftest.c:(.text+0x4a): undefined reference to `pthread_mutexattr_init'
# conftest.c:(.text+0x66): undefined reference to `pthread_mutexattr_setpshared'
# conftest.c:(.text+0x126): undefined reference to `pthread_mutexattr_destroy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:27481: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | #line 27448 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | /* end confdefs.h. */
# |
# | #include
# | main() {
# | pthread_cond_t cond;
# | pthread_mutex_t mutex;
# | pthread_condattr_t condattr;
# | pthread_mutexattr_t mutexattr;
# | exit (
# | pthread_condattr_init(&condattr) ||
# | pthread_condattr_setpshared(&condattr, PTHREAD_PROCESS_SHARED) ||
# | pthread_mutexattr_init(&mutexattr) ||
# | pthread_mutexattr_setpshared(&mutexattr, PTHREAD_PROCESS_SHARED) ||
# | pthread_cond_init(&cond, &condattr) ||
# | pthread_mutex_init(&mutex, &mutexattr) ||
# | pthread_mutex_lock(&mutex) ||
# | pthread_mutex_unlock(&mutex) ||
# | pthread_mutex_destroy(&mutex) ||
# | pthread_cond_destroy(&cond) ||
# | pthread_condattr_destroy(&condattr) ||
# | pthread_mutexattr_destroy(&mutexattr));
# | }
# configure:27535: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:27548:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main() {
# ^
# configure:27553:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (
# ^
# configure:27553:2: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:27538: $? = 0
# configure:27540: ./conftest
# configure:27543: $? = 0
# configure:28745: result: POSIX/pthreads/library
# configure:29044: checking for getcwd
# configure:29094: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29097: $? = 0
# configure:29100: test -s conftest
# configure:29103: $? = 0
# configure:29114: result: yes
# configure:29044: checking for getopt
# configure:29094: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29097: $? = 0
# configure:29100: test -s conftest
# configure:29103: $? = 0
# configure:29114: result: yes
# configure:29044: checking for memcmp
# configure:29094: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29110:6: warning: incompatible redeclaration of library function 'memcmp' [-Wincompatible-library-redeclaration]
# char memcmp ();
# ^
# configure:29110:6: note: 'memcmp' is a builtin with type 'int (const void *, const void *, unsigned long)'
# 1 warning generated.
# configure:29097: $? = 0
# configure:29100: test -s conftest
# configure:29103: $? = 0
# configure:29114: result: yes
# configure:29044: checking for memcpy
# configure:29094: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29111:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# configure:29111:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:29097: $? = 0
# configure:29100: test -s conftest
# configure:29103: $? = 0
# configure:29114: result: yes
# configure:29044: checking for memmove
# configure:29094: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29112:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# configure:29112:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:29097: $? = 0
# configure:29100: test -s conftest
# configure:29103: $? = 0
# configure:29114: result: yes
# configure:29044: checking for raise
# configure:29094: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29097: $? = 0
# configure:29100: test -s conftest
# configure:29103: $? = 0
# configure:29114: result: yes
# configure:29135: checking for snprintf
# configure:29185: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29205:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# configure:29205:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:29188: $? = 0
# configure:29191: test -s conftest
# configure:29194: $? = 0
# configure:29205: result: yes
# configure:29135: checking for strcasecmp
# configure:29185: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29206:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# configure:29206:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:29188: $? = 0
# configure:29191: test -s conftest
# configure:29194: $? = 0
# configure:29205: result: yes
# configure:29135: checking for strdup
# configure:29185: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29207:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# configure:29207:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:29188: $? = 0
# configure:29191: test -s conftest
# configure:29194: $? = 0
# configure:29205: result: yes
# configure:29135: checking for strerror
# configure:29185: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29208:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# configure:29208:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:29188: $? = 0
# configure:29191: test -s conftest
# configure:29194: $? = 0
# configure:29205: result: yes
# configure:29135: checking for vsnprintf
# configure:29185: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29209:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# configure:29209:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:29188: $? = 0
# configure:29191: test -s conftest
# configure:29194: $? = 0
# configure:29205: result: yes
# configure:29229: checking for _fstati64
# configure:29279: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-4afbf1.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `_fstati64'
# /tmp/conftest-4afbf1.o:(.data+0x0): undefined reference to `_fstati64'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:29282: $? = 1
# configure: failed program was:
# | #line 29234 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | #define HAVE_MUTEX_PTHREADS 1
# | #define HAVE_MUTEX_THREADS 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETOPT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_RAISE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _fstati64 (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _fstati64 ();
# | /* 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__fstati64) || defined (__stub____fstati64)
# | choke me
# | #else
# | char (*f) () = _fstati64;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _fstati64;
# | ;
# | return 0;
# | }
# configure:29299: result: no
# configure:29229: checking for clock_gettime
# configure:29279: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29282: $? = 0
# configure:29285: test -s conftest
# configure:29288: $? = 0
# configure:29299: result: yes
# configure:29229: checking for directio
# configure:29279: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-7e149c.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `directio'
# /tmp/conftest-7e149c.o:(.data+0x0): undefined reference to `directio'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:29282: $? = 1
# configure: failed program was:
# | #line 29234 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | #define HAVE_MUTEX_PTHREADS 1
# | #define HAVE_MUTEX_THREADS 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETOPT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_RAISE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char directio (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char directio ();
# | /* 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_directio) || defined (__stub___directio)
# | choke me
# | #else
# | char (*f) () = directio;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != directio;
# | ;
# | return 0;
# | }
# configure:29299: result: no
# configure:29229: checking for getrusage
# configure:29279: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29282: $? = 0
# configure:29285: test -s conftest
# configure:29288: $? = 0
# configure:29299: result: yes
# configure:29229: checking for gettimeofday
# configure:29279: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29282: $? = 0
# configure:29285: test -s conftest
# configure:29288: $? = 0
# configure:29299: result: yes
# configure:29229: checking for getuid
# configure:29279: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29282: $? = 0
# configure:29285: test -s conftest
# configure:29288: $? = 0
# configure:29299: result: yes
# configure:29318: checking for pstat_getdynamic
# configure:29368: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-551604.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `pstat_getdynamic'
# /tmp/conftest-551604.o:(.data+0x0): undefined reference to `pstat_getdynamic'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:29371: $? = 1
# configure: failed program was:
# | #line 29323 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | #define HAVE_MUTEX_PTHREADS 1
# | #define HAVE_MUTEX_THREADS 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETOPT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_RAISE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETUID 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pstat_getdynamic (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char pstat_getdynamic ();
# | /* 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_pstat_getdynamic) || defined (__stub___pstat_getdynamic)
# | choke me
# | #else
# | char (*f) () = pstat_getdynamic;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != pstat_getdynamic;
# | ;
# | return 0;
# | }
# configure:29388: result: no
# configure:29318: checking for sched_yield
# configure:29388: result: yes
# configure:29318: checking for select
# configure:29368: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29371: $? = 0
# configure:29374: test -s conftest
# configure:29377: $? = 0
# configure:29388: result: yes
# configure:29318: checking for strtoul
# configure:29368: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29371: $? = 0
# configure:29374: test -s conftest
# configure:29377: $? = 0
# configure:29388: result: yes
# configure:29318: checking for sysconf
# configure:29368: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29371: $? = 0
# configure:29374: test -s conftest
# configure:29377: $? = 0
# configure:29388: result: yes
# configure:29318: checking for yield
# configure:29368: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-515838.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `yield'
# /tmp/conftest-515838.o:(.data+0x0): undefined reference to `yield'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:29371: $? = 1
# configure: failed program was:
# | #line 29323 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "Berkeley DB"
# | #define PACKAGE_TARNAME "db-4.2.52"
# | #define PACKAGE_VERSION "4.2.52"
# | #define PACKAGE_STRING "Berkeley DB 4.2.52"
# | #define PACKAGE_BUGREPORT "support@sleepycat.com"
# | #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 HAVE_HASH 1
# | #define HAVE_QUEUE 1
# | #define HAVE_REPLICATION 1
# | #define HAVE_VERIFY 1
# | #define HAVE_CRYPTO 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_FCNTL_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define SIZEOF_CHAR 1
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define SIZEOF_SHORT 2
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_INT 4
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_CHAR_P 8
# | #define HAVE_EXIT_SUCCESS 1
# | #define HAVE_MUTEX_PTHREADS 1
# | #define HAVE_MUTEX_THREADS 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETOPT 1
# | #define HAVE_MEMCMP 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_RAISE 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_GETUID 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_SYSCONF 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char yield (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char yield ();
# | /* 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_yield) || defined (__stub___yield)
# | choke me
# | #else
# | char (*f) () = yield;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != yield;
# | ;
# | return 0;
# | }
# configure:29388: result: no
# configure:29412: checking for pread
# configure:29462: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29465: $? = 0
# configure:29468: test -s conftest
# configure:29471: $? = 0
# configure:29482: result: yes
# configure:29412: checking for pwrite
# configure:29462: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29465: $? = 0
# configure:29468: test -s conftest
# configure:29471: $? = 0
# configure:29482: result: yes
# configure:29495: checking for fcntl/F_SETFD
# configure:29522: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29525: $? = 0
# configure:29528: test -s conftest
# configure:29531: $? = 0
# configure:29542: result: yes
# configure:29561: checking for open/O_DIRECT
# configure:29588: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:29591: $? = 0
# configure:29594: test -s conftest
# configure:29597: $? = 0
# configure:29608: result: yes
# configure:29614: WARNING: O_DIRECT interface ignored on linux-gnu-unknown.
# configure:29635: checking for special C compiler options needed for large files
# configure:29715: result: no
# configure:29721: checking for _FILE_OFFSET_BITS value needed for large files
# configure:29753: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:29756: $? = 0
# configure:29759: test -s conftest.o
# configure:29762: $? = 0
# configure:29818: result: no
# configure:29828: checking for _LARGE_FILES value needed for large files
# configure:29860: clang -c -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:29863: $? = 0
# configure:29866: test -s conftest.o
# configure:29869: $? = 0
# configure:29925: result: no
# configure:30052: checking for mlock
# configure:30102: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:30105: $? = 0
# configure:30108: test -s conftest
# configure:30111: $? = 0
# configure:30122: result: yes
# configure:30052: checking for munlock
# configure:30102: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:30105: $? = 0
# configure:30108: test -s conftest
# configure:30111: $? = 0
# configure:30122: result: yes
# configure:30137: checking for mmap
# configure:30187: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:30190: $? = 0
# configure:30193: test -s conftest
# configure:30196: $? = 0
# configure:30207: result: yes
# configure:30137: checking for munmap
# configure:30187: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:30190: $? = 0
# configure:30193: test -s conftest
# configure:30196: $? = 0
# configure:30207: result: yes
# configure:30236: checking for shmget
# configure:30286: clang -o conftest -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:30289: $? = 0
# configure:30292: test -s conftest
# configure:30295: $? = 0
# configure:30306: result: yes
# configure:30491: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Berkeley DB config.status 4.2.52, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d4b5affb62b7
#
# config.status:747: creating Makefile
# config.status:747: creating db_cxx.h
# config.status:747: creating db_int.h
# config.status:747: creating include.tcl
# config.status:747: creating db.h
# config.status:844: creating db_config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_ct_db_cv_path_ar=ar
# ac_ct_db_cv_path_chmod=chmod
# ac_ct_db_cv_path_cp=cp
# ac_ct_db_cv_path_ln=ln
# ac_ct_db_cv_path_mkdir=mkdir
# ac_ct_db_cv_path_rm=rm
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_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_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_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func__fstati64=no
# ac_cv_func_clock_gettime=yes
# ac_cv_func_directio=no
# ac_cv_func_getcwd=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_getuid=yes
# ac_cv_func_memcmp=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_mlock=yes
# ac_cv_func_mmap=yes
# ac_cv_func_munlock=yes
# ac_cv_func_munmap=yes
# ac_cv_func_pread=yes
# ac_cv_func_pstat_getdynamic=no
# ac_cv_func_pwrite=yes
# ac_cv_func_raise=yes
# ac_cv_func_sched_yield=yes
# ac_cv_func_select=yes
# ac_cv_func_shmget=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_yield=no
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_fcntl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux-gnu
# ac_cv_lib_m=ac_cv_lib_m_main
# ac_cv_lib_m_main=yes
# ac_cv_lib_nsl=ac_cv_lib_nsl_main
# ac_cv_lib_nsl_main=yes
# ac_cv_lib_pthread=ac_cv_lib_pthread_main
# ac_cv_lib_pthread_main=yes
# ac_cv_lib_socket=ac_cv_lib_socket_main
# ac_cv_lib_socket_main=no
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_objext=o
# ac_cv_path_db_cv_path_ranlib=/usr/bin/ranlib
# ac_cv_path_db_cv_path_sh=/usr/bin/sh
# ac_cv_path_db_cv_path_strip=/usr/bin/strip
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_ac_ct_db_cv_path_ar=ar
# ac_cv_prog_ac_ct_db_cv_path_chmod=chmod
# ac_cv_prog_ac_ct_db_cv_path_cp=cp
# ac_cv_prog_ac_ct_db_cv_path_ln=ln
# ac_cv_prog_ac_ct_db_cv_path_mkdir=mkdir
# ac_cv_prog_ac_ct_db_cv_path_rm=rm
# ac_cv_prog_ac_ct_path_ranlib=ranlib
# ac_cv_prog_ac_ct_path_sh=sh
# ac_cv_prog_ac_ct_path_strip=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_char=1
# ac_cv_sizeof_char_p=8
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_unsigned_char=1
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long=8
# ac_cv_sizeof_unsigned_short=2
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_large_files=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_char=yes
# ac_cv_type_char_p=yes
# ac_cv_type_int=yes
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_long=yes
# ac_cv_type_off_t=yes
# ac_cv_type_short=yes
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_u_char=yes
# ac_cv_type_u_int=yes
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_u_int8_t=yes
# ac_cv_type_u_long=yes
# ac_cv_type_u_short=yes
# ac_cv_type_unsigned_char=yes
# ac_cv_type_unsigned_int=yes
# ac_cv_type_unsigned_long=yes
# ac_cv_type_unsigned_long_long=yes
# ac_cv_type_unsigned_short=yes
# db_cv_build_cryptography=yes
# db_cv_build_hash=yes
# db_cv_build_queue=yes
# db_cv_build_replication=yes
# db_cv_build_type=release
# db_cv_build_verify=yes
# db_cv_compat185=no
# db_cv_cxx=no
# db_cv_debug=no
# db_cv_debug_rop=no
# db_cv_debug_wop=no
# db_cv_diagnostic=no
# db_cv_dump185=no
# db_cv_exit_defines=yes
# db_cv_fcntl_f_setfd=yes
# db_cv_gcc_2_96=no
# db_cv_gxx_except=no
# db_cv_java=no
# db_cv_mingw=no
# db_cv_mutex=POSIX/pthreads/library
# db_cv_open_o_direct=no
# db_cv_path_ar=ar
# db_cv_path_chmod=chmod
# db_cv_path_cp=cp
# db_cv_path_ln=ln
# db_cv_path_mkdir=mkdir
# db_cv_path_ranlib=/usr/bin/ranlib
# db_cv_path_rm=rm
# db_cv_path_rpm_archive=Not-configured-with-rpm=ARCHIVE
# db_cv_path_sh=/usr/bin/sh
# db_cv_path_strip=/usr/bin/strip
# db_cv_posixmutexes=no
# db_cv_rpc=no
# db_cv_rpm=no
# db_cv_smallbuild=no
# db_cv_tcl=no
# db_cv_test=no
# db_cv_uimutexes=no
# db_cv_umrw=no
# db_cv_uniquename=no
# lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file='/lib/libc.so /lib/libc.so.6 /lib/libc-2.23.so'
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX=
# lt_cv_path_MAGIC_CMD=/usr/bin/file
# 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=
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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=32768
# 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/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/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'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ADDITIONAL_INCS=''
# ADDITIONAL_LANG=''
# ADDITIONAL_OBJS='mut_pthread.o $(BTREE_OBJS) $(HASH_OBJS) $(HASH_VRFY_OBJS) $(QUEUE_OBJS) $(QUEUE_VRFY_OBJS) $(REP_OBJS) $(BTREE_VRFY_OBJS)'
# ADDITIONAL_PROGS=''
# AR='ar'
# BUILD_TARGET='library_build'
# CC='clang'
# CCC='CXX'
# CFLAGS=''
# CONFIGURATION_ARGS='--enable-shared=no --enable-static=yes'
# CONFIGURATION_PATH='/tmp/osiris/src/osiris-4.2.3/src/db-4.2.52/build_unix'
# CPP='clang -E'
# CPPFLAGS=' -D_GNU_SOURCE -D_REENTRANT'
# CRYPTO_OBJS='$(CRYPTO_OBJS)'
# CXX='clang++'
# CXXCPP=''
# CXXFLAGS=''
# DB_CONST=''
# DB_PROTO1='#undef __P'
# DB_PROTO2='#define __P(protos) protos'
# DB_VERSION_MAJOR='4'
# DB_VERSION_MINOR='2'
# DB_VERSION_PATCH='52'
# DB_VERSION_STRING='"Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)"'
# DB_VERSION_UNIQUE_NAME=''
# DEFAULT_LIB='$(libdb_version)'
# DEFAULT_LIB_CXX=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALLER='$(LIBTOOL) --mode=install cp -p'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LIBS='$(libdb_version) $(libdb)'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_TARGET='library_install'
# JAR=''
# JAVA=''
# JAVAC='nojavac'
# JAVACFLAGS=''
# JMODSUFFIX='.so'
# LDFLAGS=''
# LIBJSO_LIBS=''
# LIBOBJS=''
# LIBS=' -lpthread'
# LIBSO_LIBS=''
# LIBTOOL='$(SHELL) ./libtool'
# LIBTSO_LIBS=''
# LIBTSO_MODSUFFIX='@MODSUFFIX@'
# LIBTSO_MODULE='-module'
# LIBXSO_LIBS=''
# LN_S='ln -s'
# LOAD_LIBS=' -lpthread -lm -lnsl'
# LTLIBOBJS=''
# MAKEFILE_CC='$(LIBTOOL) --mode=compile clang'
# MAKEFILE_CCLINK='$(LIBTOOL) --mode=link clang'
# MAKEFILE_CXX='$(LIBTOOL) --mode=compile nocxx'
# MAKEFILE_CXXLINK='$(LIBTOOL) --mode=link nocxx'
# MAKEFILE_SOLINK='$(LIBTOOL) --mode=link clang -avoid-version'
# MAKEFILE_XSOLINK='$(LIBTOOL) --mode=link nocxx -avoid-version'
# MODSUFFIX='.so'
# OBJEXT='o'
# OSDIR='os'
# PACKAGE_BUGREPORT='support@sleepycat.com'
# PACKAGE_NAME='Berkeley DB'
# PACKAGE_STRING='Berkeley DB 4.2.52'
# PACKAGE_TARNAME='db-4.2.52'
# PACKAGE_VERSION='4.2.52'
# PATH_SEPARATOR='/'
# POSTLINK=': '
# RANLIB='ranlib'
# REPLACEMENT_OBJS=''
# RPC_CLIENT_OBJS=''
# RPM_BUILD=''
# RPM_POST_INSTALL=''
# RPM_POST_UNINSTALL=''
# SHELL='/bin/sh'
# SOFLAGS='-rpath $(libdir)'
# SOSUFFIX='.so'
# STRIP='strip'
# TCFLAGS=''
# TCL_BIN_DIR=''
# TCL_LIB_FILE=''
# TCL_SRC_DIR=''
# TCL_TCLSH=''
# _ACJNI_JAVAC=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CCC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# ac_ct_db_cv_path_ar='ar'
# ac_ct_db_cv_path_chmod='chmod'
# ac_ct_db_cv_path_cp='cp'
# ac_ct_db_cv_path_kill=''
# ac_ct_db_cv_path_ln='ln'
# ac_ct_db_cv_path_mkdir='mkdir'
# ac_ct_db_cv_path_rm='rm'
# ac_ct_db_cv_path_rpm=''
# ac_ct_path_ldconfig=''
# ac_ct_path_ranlib='ranlib'
# ac_ct_path_sh='sh'
# ac_ct_path_strip='strip'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# cxx_have_stdheaders=''
# datadir='${prefix}/share'
# db_align_t_decl='typedef unsigned long long db_align_t;'
# db_alignp_t_decl='typedef unsigned long db_alignp_t;'
# db_cv_build_type='release'
# db_cv_path_ar='ar'
# db_cv_path_chmod='chmod'
# db_cv_path_cp='cp'
# db_cv_path_kill=''
# db_cv_path_ldconfig=''
# db_cv_path_ln='ln'
# db_cv_path_mkdir='mkdir'
# db_cv_path_ranlib='/usr/bin/ranlib'
# db_cv_path_rm='rm'
# db_cv_path_rpm=''
# db_cv_path_rpm_archive='Not-configured-with-rpm=ARCHIVE'
# db_cv_path_sh='/usr/bin/sh'
# db_cv_path_strip='/usr/bin/strip'
# db_int_def=''
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias=''
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# int16_decl=''
# int32_decl=''
# inttypes_decl='#include '
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# o='.o'
# oldincludedir='/usr/include'
# path_ldconfig=''
# path_ranlib='ranlib'
# path_sh='sh'
# path_strip='strip'
# prefix='/usr/local/BerkeleyDB.4.2'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# ssize_t_decl=''
# sysconfdir='${prefix}/etc'
# target_alias=''
# u_char_decl=''
# u_int16_decl=''
# u_int32_decl=''
# u_int8_decl=''
# u_int_decl=''
# u_long_decl=''
# u_short_decl=''
# uudecode=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CRYPTO 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_EXIT_SUCCESS 1
# #define HAVE_FCNTL_F_SETFD 1
# #define HAVE_GETCWD 1
# #define HAVE_GETOPT 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_GETUID 1
# #define HAVE_HASH 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMCMP 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MLOCK 1
# #define HAVE_MMAP 1
# #define HAVE_MUNLOCK 1
# #define HAVE_MUNMAP 1
# #define HAVE_MUTEX_PTHREADS 1
# #define HAVE_MUTEX_THREADS 1
# #define HAVE_PREAD 1
# #define HAVE_PWRITE 1
# #define HAVE_QUEUE 1
# #define HAVE_RAISE 1
# #define HAVE_REPLICATION 1
# #define HAVE_SCHED_YIELD 1
# #define HAVE_SELECT 1
# #define HAVE_SHMGET 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRTOUL 1
# #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# #define HAVE_SYSCONF 1
# #define HAVE_SYS_FCNTL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VERIFY 1
# #define HAVE_VSNPRINTF 1
# #define PACKAGE_BUGREPORT "support@sleepycat.com"
# #define PACKAGE_NAME "Berkeley DB"
# #define PACKAGE_STRING "Berkeley DB 4.2.52"
# #define PACKAGE_TARNAME "db-4.2.52"
# #define PACKAGE_VERSION "4.2.52"
# #define SIZEOF_CHAR 1
# #define SIZEOF_CHAR_P 8
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_SHORT 2
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_UNSIGNED_CHAR 1
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG 8
# #define SIZEOF_UNSIGNED_SHORT 2
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
#
# configure: exit 0