Skip to content

Instantly share code, notes, and snippets.

@JLHwung
Created September 8, 2016 00:04
Show Gist options
  • Select an option

  • Save JLHwung/dbd4d57be2cb1a01d0bcfbf2d5d58561 to your computer and use it in GitHub Desktop.

Select an option

Save JLHwung/dbd4d57be2cb1a01d0bcfbf2d5d58561 to your computer and use it in GitHub Desktop.
cfengine on Mac OS X 10.11.6 - Homebrew build logs
Homebrew build logs for cfengine on Mac OS X 10.11.6
Build date: 2016-09-07 21:02:33
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e
Last commit: 11 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c
Core tap last commit: 16 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_102
OS X: 10.11.6-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should `sudo chown -R $(whoami)` them:
/usr/local/share/man/mann
Warning: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/jansson.h
/usr/local/include/jansson_config.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/python2.7/greenlet/greenlet.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/tcl.pc
/usr/local/lib/pkgconfig/tk.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
2016-09-07 21:01:50 -0300
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/cfengine/3.9.0
--with-workdir=/usr/local/var/cfengine
--with-lmdb=/usr/local/opt/lmdb
--with-pcre=/usr/local/opt/pcre
--without-mysql
--without-postgresql
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking target system type... x86_64-apple-darwin15.6.0
checking for makeinfo... makeinfo
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether UID '502' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... pax
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... none
checking for HP-UX aC... checking how to run the C preprocessor... clang -E
no
checking for GCC specific compile flags... yes
checking for -Wno-pointer-sign... yes
checking for -Werror=implicit-function-declaration... yes
checking for -Wunused-parameter... yes
checking for -Wno-duplicate-decl-specifier... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/Homebrew/shims/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.6.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
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 dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for perl... /usr/bin/perl
checking for getconf... /usr/bin/getconf
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for mdb_dbi_open in -llmdb... yes
checking lmdb.h usability... yes
checking lmdb.h presence... yes
checking for lmdb.h... yes
checking for RSA_generate_key_ex in -lcrypto... yes
checking for SSL_library_init in -lssl... no
checking whether SSL_CTX_clear_options is declared... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking for OpenSSL version... OK
checking for pcre_exec in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for virConnectOpen in -lvirt... no
checking libvirt/libvirt.h usability... no
checking libvirt/libvirt.h presence... no
checking for libvirt/libvirt.h... no
checking for acl_init in -lacl... no
checking acl.h usability... no
checking acl.h presence... no
checking for acl.h... no
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for curl_global_init in -lcurl... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for yaml_parser_initialize in -lyaml... no
checking yaml.h usability... no
checking yaml.h presence... no
checking for yaml.h... no
checking for xmlFirstElementChild in -lxml2... yes
checking libxml/xmlwriter.h usability... yes
checking libxml/xmlwriter.h presence... yes
checking for libxml/xmlwriter.h... yes
checking avahi-client/client.h usability... no
checking avahi-client/client.h presence... no
checking for avahi-client/client.h... no
checking avahi-common/address.h usability... no
checking avahi-common/address.h presence... no
checking for avahi-common/address.h... no
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking net/if_dl.h usability... yes
checking net/if_dl.h presence... yes
checking for net/if_dl.h... yes
checking for net/if_arp.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sys/malloc.h usability... yes
checking sys/malloc.h presence... yes
checking for sys/malloc.h... yes
checking vfs.h usability... no
checking vfs.h presence... no
checking for vfs.h... no
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/filesys.h usability... no
checking sys/filesys.h presence... no
checking for sys/filesys.h... no
checking dustat.h usability... no
checking dustat.h presence... no
checking for dustat.h... no
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking zone.h usability... no
checking zone.h presence... no
checking for zone.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/mpctl.h usability... no
checking sys/mpctl.h presence... no
checking for sys/mpctl.h... no
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking for sys/jail.h... no
checking net/route.h usability... yes
checking net/route.h presence... yes
checking for net/route.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for mode_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for clockid_t... no
checking for socklen_t... yes
checking for an ANSI C-conforming const... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for off_t... yes
checking for sqrt in -lm... yes
checking for clock_gettime in -lrt... no
checking for dlopen in -ldl... yes
checking whether clock_gettime is declared... no
checking for clock_gettime... no
checking whether unsetenv is declared... yes
checking for unsetenv... yes
checking whether strnlen is declared... yes
checking for strnlen... yes
checking whether strndup is declared... yes
checking for strndup... yes
checking for working strndup... yes
checking whether setlinebuf is declared... yes
checking for setlinebuf... yes
checking whether strlcat is declared... yes
checking for strlcat... yes
checking whether strlcpy is declared... yes
checking for strlcpy... yes
checking whether realpath is declared... yes
checking whether strdup is declared... yes
checking for strdup... yes
checking whether memrchr is declared... no
checking for memrchr... no
checking whether round is declared... yes
checking for round... yes
checking whether nanosleep is declared... no
checking for nanosleep... yes
checking whether memdup is declared... no
checking for memdup... no
checking whether memmem is declared... yes
checking for memmem... yes
checking whether srand48 is declared... yes
checking for srand48... yes
checking whether drand48 is declared... yes
checking for drand48... yes
checking whether strerror is declared... yes
checking for strerror... yes
checking whether strstr is declared... yes
checking for strstr... yes
checking whether strcasestr is declared... yes
checking for strcasestr... yes
checking whether strcasecmp is declared... yes
checking for strcasecmp... yes
checking whether strncasecmp is declared... yes
checking for strncasecmp... yes
checking whether strsep is declared... yes
checking for strsep... yes
checking whether strsignal is declared... yes
checking for strsignal... yes
checking whether gmtime_r is declared... yes
checking for gmtime_r... yes
checking whether getline is declared... yes
checking for getline... yes
checking whether strchrnul is declared... no
checking for strchrnul... no
checking whether localtime_r is declared... yes
checking for localtime_r... yes
checking whether fgetgrent is declared... no
checking whether isfinite is declared... yes
checking for getpwent... yes
checking for setpwent... yes
checking for endpwent... yes
checking for fgetspent... no
checking for lckpwdf... no
checking for ulckpwdf... no
checking for fgetspent in -lsec... no
checking whether getloadavg is declared... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking whether byte ordering is bigendian... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking whether le32toh is declared... no
checking whether closefrom is declared... no
checking for closefrom... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for pstat_getfile2... no
checking for chpasswd... no
checking for pwdadm... no
checking for useradd... no
checking for usermod... no
checking for userdel... no
checking for pam_start in -lpam... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking for fgetpwent... no
checking for fgetgrent... no
checking whether getnetgrent is declared... yes
checking for getnetgrent... yes
checking whether setnetgrent is declared... yes
checking for setnetgrent... yes
checking whether endnetgrent is declared... yes
checking for endnetgrent... yes
checking for sendto... yes
checking for ctime... yes
checking whether ctime is properly declared... no
checking for mkdir... yes
checking whether mkdir is properly declared... yes
checking for stat... yes
checking whether stat is properly declared... yes
checking for rename... yes
checking whether rename is properly declared... yes
checking whether mkdtemp is declared... yes
checking for mkdtemp... yes
checking whether strrstr is declared... no
checking for strrstr... no
checking for seteuid... yes
checking for setegid... yes
checking for setreuid... yes
checking for setregid... yes
checking for uname... yes
checking for gethostname... yes
checking for chflags... yes
checking for mkfifo... yes
checking for statfs... yes
checking for statvfs... yes
checking for door... no
checking for sysinfo... no
checking for setsid... yes
checking for sysconf... yes
checking for getzoneid... no
checking for getzonenamebyid... no
checking for fpathconf... yes
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... yes
checking for PRIuMAX/PRIdMAX macros... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for inttypes.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for struct lconv.decimal_point... yes
checking for struct lconv.thousands_sep... yes
checking for long double... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking for size_t... (cached) yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for localeconv... yes
checking for vsnprintf... yes
checking whether vsnprintf is C99 compliant... yes
checking for snprintf... yes
checking whether snprintf is C99 compliant... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for vasprintf... yes
checking for asprintf... yes
checking whether dirfd is declared... yes
checking for dirfd... yes
checking for jail_get... no
checking for library containing setsockopt... none required
checking for library containing gethostent... none required
checking for socket... yes
checking for setsockopt... yes
checking for gethostent... yes
checking for struct sockaddr_storage... yes
checking whether getaddrinfo is declared... yes
checking whether inet_ntop is declared... yes
checking whether inet_pton is declared... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getifaddrs... yes
checking for getprocs64... no
checking for lchown... yes
checking whether pthread_attr_setstacksize is declared... yes
checking for pthread_attr_setstacksize... yes
checking whether pthread_sigmask is declared... yes
checking for pthread_sigmask... yes
checking whether sched_yield is declared... yes
checking for sched_yield... yes
checking whether openat is declared... yes
checking whether fstatat is declared... yes
checking whether fchownat is declared... yes
checking whether readlinkat is declared... yes
checking for openat... yes
checking for fstatat... yes
checking for fchownat... yes
checking for readlinkat... yes
checking whether fchmodat is declared... yes
checking for fchmodat... yes
checking whether chmod works with seteuid... yes
checking whether log2 is declared... yes
checking for log2... yes
checking for fexecve... no
checking whether alarm is declared... yes
checking whether chmod is declared... yes
checking whether chown is declared... yes
checking for fchmod... yes
checking whether uname is declared... no
checking whether getuid is declared... yes
checking whether getgid is declared... yes
checking whether lstat is declared... yes
checking for sleep... yes
checking whether socketpair is declared... yes
checking whether fsync is declared... yes
checking whether glob is declared... yes
checking for struct sockaddr.sa_len... yes
checking for struct ifreq.ifr_hwaddr... no
checking for sys/sysctl.h... yes
checking for struct sysinfo.uptime... no
checking for sys/sysctl.h... (cached) yes
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for either struct rtentry or struct ortentry... none
checking for llistxattr... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking whether xattr functions have extra arguments... no
checking for hostname... /bin/hostname
checking for Xen cpuid-based HVM detection... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
Summary of options...
> Required libraries
-> OpenSSL: default path
-> PCRE: /usr/local/opt/pcre
> Optional libraries
-> MySQL connector: disabled
-> PostgreSQL connector: disabled
-> DB: Lightning MDB: /usr/local/opt/lmdb
-> libvirt: disabled
-> libacl: disabled
-> libcurl: default path
-> libyaml: disabled
-> libxml2: default path
-> User promises: disabled
-> Enterprise extensions: Plugin or not included
-> init.d script: disabled
-> Systemd service: disabled
-> Workdir: /usr/local/var/cfengine
-> Masterdir: default
-> Inputdir: default
-> Logdir: /usr/local/var/cfengine
-> Piddir: /usr/local/var/cfengine
-> Statedir: default
configure: creating ./config.status
config.status: creating configure_flags.env
config.status: creating Makefile
config.status: creating libcompat/Makefile
config.status: creating libutils/Makefile
config.status: creating libutils/config.post.h
config.status: creating libcfnet/Makefile
config.status: creating libenv/Makefile
config.status: creating libpromises/Makefile
config.status: creating cf-agent/Makefile
config.status: creating cf-promises/Makefile
config.status: creating cf-execd/Makefile
config.status: creating cf-key/Makefile
config.status: creating cf-monitord/Makefile
config.status: creating cf-upgrade/Makefile
config.status: creating cf-runagent/Makefile
config.status: creating cf-serverd/Makefile
config.status: creating misc/Makefile
config.status: creating ext/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating tests/acceptance/Makefile
config.status: creating tests/acceptance/25_cf-execd/Makefile
config.status: creating tests/unit/Makefile
config.status: creating tests/load/Makefile
config.status: creating libutils/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
DONE: Configuration done. Run make/gmake to build CFEngine Community.
clang called with: -E -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wunused-parameter -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wunused-parameter -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wunused-parameter -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wunused-parameter -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=gnu99 -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -std=gnu99 -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -lfl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -lfl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -ll
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -ll -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -ll
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -ll -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -lpthreads
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -lpthreads -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/lmdb/include -L/usr/local/opt/lmdb/lib conftest.c -llmdb
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/lmdb/include -L/usr/local/opt/lmdb/lib conftest.c -llmdb -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/lmdb/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/lmdb/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 -I/usr/local/opt/lmdb/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 -I/usr/local/opt/lmdb/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lcrypto
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lssl -lcrypto
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lssl -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/pcre/include -L/usr/local/opt/pcre/lib conftest.c -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/pcre/include -L/usr/local/opt/pcre/lib conftest.c -lpcre -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/pcre/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/pcre/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 -I/usr/local/opt/pcre/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 -I/usr/local/opt/pcre/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lvirt
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lvirt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lacl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lacl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lcurl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lcurl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lyaml
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lyaml -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c -lxml2
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c -lxml2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lrt -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lrt -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lsec -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lsec -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lkstat -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lkstat -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lpam -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lpam -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -E -std=gnu99 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -E -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -Os -march=native -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
2016-09-07 21:02:30 -0300
make
install
Making install in libcompat
CC getopt.lo
CC generic_at.lo
CC getopt1.lo
CC clock_gettime.lo
CC memrchr.lo
CC memdup.lo
CC strchrnul.lo
CC closefrom.lo
CC rpl_ctime.lo
CC strrstr.lo
CCLD libcompat.la
Making install in libutils
CC alloc.lo
CC atexit.lo
CC hashes.lo
CC sequence.lo
CC set.lo
CC statistics.lo
CC string_lib.lo
CC proc_keyvalue.lo
CC json.lo
CC json-yaml.lo
hashes.c:50:20: error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
EVP_MD_CTX context;
^
/usr/local/opt/openssl@1.1/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'struct evp_md_ctx_st'
typedef struct evp_md_ctx_st EVP_MD_CTX;
^
CC refcount.lo
1 error generated.
CC list.lo
make[2]: *** [hashes.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e
Last commit: 11 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c
Core tap last commit: 14 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
GCC-4.2: build 0
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_102
OS X: 10.11.6-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/openssl@1.1:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/openssl@1.1/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/Homebrew/shims/super:/usr/local/opt/pcre/bin:/usr/local/opt/lmdb/bin:/usr/local/opt/openssl@1.1/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c getopt.c -fno-common -DPIC -o .libs/getopt.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c getopt.c -fno-common -DPIC -o .libs/getopt.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c getopt1.c -fno-common -DPIC -o .libs/getopt1.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c getopt1.c -fno-common -DPIC -o .libs/getopt1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c generic_at.c -fno-common -DPIC -o .libs/generic_at.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c generic_at.c -fno-common -DPIC -o .libs/generic_at.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c memrchr.c -fno-common -DPIC -o .libs/memrchr.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c memrchr.c -fno-common -DPIC -o .libs/memrchr.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c clock_gettime.c -fno-common -DPIC -o .libs/clock_gettime.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c clock_gettime.c -fno-common -DPIC -o .libs/clock_gettime.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c memdup.c -fno-common -DPIC -o .libs/memdup.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c memdup.c -fno-common -DPIC -o .libs/memdup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c strchrnul.c -fno-common -DPIC -o .libs/strchrnul.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c strchrnul.c -fno-common -DPIC -o .libs/strchrnul.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c closefrom.c -fno-common -DPIC -o .libs/closefrom.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c closefrom.c -fno-common -DPIC -o .libs/closefrom.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c rpl_ctime.c -fno-common -DPIC -o .libs/rpl_ctime.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c rpl_ctime.c -fno-common -DPIC -o .libs/rpl_ctime.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I../libutils -I../libutils -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c strrstr.c -fno-common -DPIC -o .libs/strrstr.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../libutils -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c strrstr.c -fno-common -DPIC -o .libs/strrstr.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c hashes.c -fno-common -DPIC -o .libs/hashes.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c hashes.c -fno-common -DPIC -o .libs/hashes.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c atexit.c -fno-common -DPIC -o .libs/atexit.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c atexit.c -fno-common -DPIC -o .libs/atexit.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c sequence.c -fno-common -DPIC -o .libs/sequence.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c sequence.c -fno-common -DPIC -o .libs/sequence.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c statistics.c -fno-common -DPIC -o .libs/statistics.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c statistics.c -fno-common -DPIC -o .libs/statistics.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c alloc.c -fno-common -DPIC -o .libs/alloc.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c alloc.c -fno-common -DPIC -o .libs/alloc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c set.c -fno-common -DPIC -o .libs/set.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c set.c -fno-common -DPIC -o .libs/set.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c proc_keyvalue.c -fno-common -DPIC -o .libs/proc_keyvalue.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c proc_keyvalue.c -fno-common -DPIC -o .libs/proc_keyvalue.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c string_lib.c -fno-common -DPIC -o .libs/string_lib.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c string_lib.c -fno-common -DPIC -o .libs/string_lib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c json.c -fno-common -DPIC -o .libs/json.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c json.c -fno-common -DPIC -o .libs/json.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c json-yaml.c -fno-common -DPIC -o .libs/json-yaml.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c json-yaml.c -fno-common -DPIC -o .libs/json-yaml.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c refcount.c -fno-common -DPIC -o .libs/refcount.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c refcount.c -fno-common -DPIC -o .libs/refcount.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -c list.c -fno-common -DPIC -o .libs/list.o
superenv removed: -g -O2 -g -Wall -Werror=implicit-function-declaration -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/opt/pcre/include -std=gnu99 -D_THREAD_SAFE -Wno-pointer-sign -Wno-duplicate-decl-specifier -DNDEBUG -c list.c -fno-common -DPIC -o .libs/list.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include
This file has been truncated, but you can view the full file.
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.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/cfengine/3.9.0 --with-workdir=/usr/local/var/cfengine --with-lmdb=/usr/local/opt/lmdb --with-pcre=/usr/local/opt/pcre --without-mysql --without-postgresql
## --------- ##
## Platform. ##
## --------- ##
hostname = huangjl-mbp.vis
uname -m = x86_64
uname -r = 15.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 425 tasks, 2149 threads, 8 processors
Load average: 2.26, Mach factor: 5.73
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/Homebrew/shims/super
PATH: /usr/local/opt/pcre/bin
PATH: /usr/local/opt/lmdb/bin
PATH: /usr/local/opt/openssl@1.1/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2608: checking build system type
configure:2622: result: x86_64-apple-darwin15.6.0
configure:2642: checking host system type
configure:2655: result: x86_64-apple-darwin15.6.0
configure:2675: checking target system type
configure:2688: result: x86_64-apple-darwin15.6.0
configure:2717: checking for makeinfo
configure:2733: found /usr/bin/makeinfo
configure:2744: result: makeinfo
configure:2777: checking for a BSD-compatible install
configure:2845: result: /usr/bin/install -c
configure:2856: checking whether build environment is sane
configure:2906: result: yes
configure:3047: checking for a thread-safe mkdir -p
configure:3086: result: ./install-sh -c -d
configure:3100: checking for gawk
configure:3130: result: no
configure:3100: checking for mawk
configure:3130: result: no
configure:3100: checking for nawk
configure:3130: result: no
configure:3100: checking for awk
configure:3116: found /usr/bin/awk
configure:3127: result: awk
configure:3138: checking whether make sets $(MAKE)
configure:3160: result: yes
configure:3250: checking whether UID '502' is supported by ustar format
configure:3253: result: yes
configure:3260: checking whether GID '20' is supported by ustar format
configure:3263: result: yes
configure:3271: checking how to create a ustar tar archive
configure:3282: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3285: $? = 0
configure:3290: tar --hard-dereference 2>&1 | grep 'unrecognized option'
configure:3293: $? = 1
configure:3341: tardir=conftest.dir && eval tar --format=ustar --hard-dereference -chf - "$tardir" >conftest.tar
tar: Option --hard-dereference is not supported
Usage:
List: tar -tf <archive-filename>
Extract: tar -xf <archive-filename>
Create: tar -cf <archive-filename> [filenames...]
Help: tar --help
configure:3344: $? = 1
configure:3341: tardir=conftest.dir && eval pax -L -x ustar -w "$tardir" >conftest.tar
configure:3344: $? = 0
configure:3348: pax -r <conftest.tar
configure:3351: $? = 0
configure:3353: cat conftest.dir/file
GrepMe
configure:3356: $? = 0
configure:3369: result: pax
configure:3391: checking whether to enable maintainer-specific portions of Makefiles
configure:3400: result: yes
configure:3439: checking whether make supports nested variables
configure:3456: result: yes
configure:3528: checking for gcc
configure:3555: result: clang
configure:3784: checking for C compiler version
configure:3793: clang --version >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3804: $? = 0
configure:3793: clang -v >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3804: $? = 0
configure:3793: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3804: $? = 1
configure:3793: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3804: $? = 1
configure:3824: checking whether the C compiler works
configure:3846: clang conftest.c >&5
configure:3850: $? = 0
configure:3898: result: yes
configure:3901: checking for C compiler default output file name
configure:3903: result: a.out
configure:3909: checking for suffix of executables
configure:3916: clang -o conftest conftest.c >&5
configure:3920: $? = 0
configure:3942: result:
configure:3964: checking whether we are cross compiling
configure:3972: clang -o conftest conftest.c >&5
configure:3976: $? = 0
configure:3983: ./conftest
configure:3987: $? = 0
configure:4002: result: no
configure:4007: checking for suffix of object files
configure:4029: clang -c conftest.c >&5
configure:4033: $? = 0
configure:4054: result: o
configure:4058: checking whether we are using the GNU C compiler
configure:4077: clang -c conftest.c >&5
configure:4077: $? = 0
configure:4086: result: yes
configure:4095: checking whether clang accepts -g
configure:4115: clang -c -g conftest.c >&5
configure:4115: $? = 0
configure:4156: result: yes
configure:4173: checking for clang option to accept ISO C89
configure:4237: clang -c -g -O2 conftest.c >&5
configure:4237: $? = 0
configure:4250: result: none needed
configure:4281: checking for style of include used by make
configure:4309: result: GNU
configure:4335: checking dependency style of clang
configure:4446: result: none
configure:4488: checking for HP-UX aC
configure:4496: checking how to run the C preprocessor
configure:4527: clang -E conftest.c
configure:4527: $? = 0
configure:4541: clang -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4541: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4566: result: clang -E
configure:4586: clang -E conftest.c
configure:4586: $? = 0
configure:4600: clang -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4637: clang -E conftest.c
configure:4637: $? = 0
configure:4638: result: no
configure:4649: checking for GCC specific compile flags
configure:4654: result: yes
configure:4659: checking for -Wno-pointer-sign
configure:4665: clang -c -g -O2 -g -Wall -Wno-pointer-sign -std=gnu99 conftest.c >&5
configure:4665: $? = 0
configure:4666: result: yes
configure:4677: checking for -Werror=implicit-function-declaration
configure:4683: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -std=gnu99 conftest.c >&5
configure:4683: $? = 0
configure:4684: result: yes
configure:4695: checking for -Wunused-parameter
configure:4701: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wunused-parameter -std=gnu99 conftest.c >&5
configure:4701: $? = 0
configure:4702: result: yes
configure:4711: checking for -Wno-duplicate-decl-specifier
configure:4720: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wunused-parameter -std=gnu99 conftest.c >&5
configure:4720: $? = 0
configure:4721: result: yes
configure:4782: checking how to print strings
configure:4809: result: printf
configure:4830: checking for a sed that does not truncate output
configure:4894: result: /usr/local/Library/Homebrew/shims/super/sed
configure:4912: checking for grep that handles long lines and -e
configure:4970: result: /usr/bin/grep
configure:4975: checking for egrep
configure:5037: result: /usr/bin/grep -E
configure:5042: checking for fgrep
configure:5104: result: /usr/bin/grep -F
configure:5139: checking for ld used by clang
configure:5206: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:5213: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:5228: result: no
configure:5240: checking for BSD- or MS-compatible name lister (nm)
configure:5289: result: /usr/bin/nm -B
configure:5419: checking the name lister (/usr/bin/nm -B) interface
configure:5426: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:5429: /usr/bin/nm -B "conftest.o"
configure:5432: output
000000000000020c S _some_variable
configure:5439: result: BSD nm
configure:5442: checking whether ln -s works
configure:5446: result: yes
configure:5454: checking the maximum length of command line arguments
configure:5584: result: 196608
configure:5601: checking whether the shell understands some XSI constructs
configure:5611: result: yes
configure:5615: checking whether the shell understands "+="
configure:5621: result: yes
configure:5656: checking how to convert x86_64-apple-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format
configure:5696: result: func_convert_file_noop
configure:5703: checking how to convert x86_64-apple-darwin15.6.0 file names to toolchain format
configure:5723: result: func_convert_file_noop
configure:5730: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5737: result: -r
configure:5811: checking for objdump
configure:5841: result: no
configure:5870: checking how to recognize dependent libraries
configure:6072: result: pass_all
configure:6157: checking for dlltool
configure:6187: result: no
configure:6217: checking how to associate runtime and link libraries
configure:6244: result: printf %s\n
configure:6304: checking for ar
configure:6320: found /usr/bin/ar
configure:6331: result: ar
configure:6368: checking for archiver @FILE support
configure:6385: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:6385: $? = 0
configure:6388: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6391: $? = 1
configure:6411: result: no
configure:6469: checking for strip
configure:6485: found /usr/bin/strip
configure:6496: result: strip
configure:6568: checking for ranlib
configure:6584: found /usr/bin/ranlib
configure:6595: result: ranlib
configure:6697: checking command to parse /usr/bin/nm -B output from clang object
configure:6817: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:6820: $? = 0
configure:6824: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6827: $? = 0
cannot find nm_test_var in conftest.nm
configure:6817: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:6820: $? = 0
configure:6824: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6827: $? = 0
configure:6893: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:6896: $? = 0
configure:6934: result: ok
configure:6971: checking for sysroot
configure:7001: result: no
configure:7257: checking for mt
configure:7287: result: no
configure:7307: checking if : is a manifest tool
configure:7313: : '-?'
configure:7321: result: no
configure:7377: checking for dsymutil
configure:7393: found /usr/bin/dsymutil
configure:7404: result: dsymutil
configure:7469: checking for nmedit
configure:7485: found /usr/bin/nmedit
configure:7496: result: nmedit
configure:7561: checking for lipo
configure:7577: found /usr/bin/lipo
configure:7588: result: lipo
configure:7653: checking for otool
configure:7669: found /usr/bin/otool
configure:7680: result: otool
configure:7745: checking for otool64
configure:7775: result: no
configure:7820: checking for -single_module linker flag
clang -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7853: result: yes
configure:7856: checking for -exported_symbols_list linker flag
configure:7876: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7876: $? = 0
configure:7886: result: yes
configure:7889: checking for -force_load linker flag
clang -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7921: result: yes
configure:7958: checking for ANSI C header files
configure:7978: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:7978: $? = 0
configure:8051: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8051: $? = 0
configure:8051: ./conftest
configure:8051: $? = 0
configure:8062: result: yes
configure:8075: checking for sys/types.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for sys/stat.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for stdlib.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for string.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for memory.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for strings.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for inttypes.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for stdint.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8075: checking for unistd.h
configure:8075: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8075: $? = 0
configure:8075: result: yes
configure:8089: checking for dlfcn.h
configure:8089: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:8089: $? = 0
configure:8089: result: yes
configure:8294: checking for objdir
configure:8309: result: .libs
configure:8580: checking if clang supports -fno-rtti -fno-exceptions
configure:8598: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -fno-rtti -fno-exceptions conftest.c >&5
configure:8602: $? = 0
configure:8615: result: yes
configure:8942: checking for clang option to produce PIC
configure:8949: result: -fno-common -DPIC
configure:8957: checking if clang PIC flag -fno-common -DPIC works
configure:8975: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -fno-common -DPIC -DPIC conftest.c >&5
configure:8979: $? = 0
configure:8992: result: yes
configure:9021: checking if clang static flag -static works
configure:9049: result: no
configure:9064: checking if clang supports -c -o file.o
configure:9085: clang -c -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 -o out/conftest2.o conftest.c >&5
configure:9089: $? = 0
configure:9111: result: yes
configure:9119: checking if clang supports -c -o file.o
configure:9166: result: yes
configure:9199: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10356: result: yes
configure:10596: checking dynamic linker characteristics
configure:11341: result: darwin15.6.0 dyld
configure:11448: checking how to hardcode library paths into programs
configure:11473: result: immediate
configure:12013: checking whether stripping libraries is possible
configure:12027: result: yes
configure:12053: checking if libtool supports shared libraries
configure:12055: result: yes
configure:12058: checking whether to build shared libraries
configure:12079: result: yes
configure:12082: checking whether to build static libraries
configure:12086: result: no
configure:12128: checking for flex
configure:12144: found /usr/bin/flex
configure:12155: result: flex
configure:12192: flex conftest.l
configure:12196: $? = 0
configure:12198: checking lex output file root
configure:12212: result: lex.yy
configure:12217: checking lex library
configure:12231: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
Undefined symbols for architecture x86_64:
"_yywrap", referenced from:
_yylex in conftest-5336c5.o
_main in conftest-5336c5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 469 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| yy_size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 653 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| goto find_rule; /* Shut up GCC warning -Wall */
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| YY_BREAK
| #line 792 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register yy_size_t number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n, i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 9 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:12231: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -lfl >&5
ld: library not found for -lfl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 469 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| yy_size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 653 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| goto find_rule; /* Shut up GCC warning -Wall */
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| YY_BREAK
| #line 792 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register yy_size_t number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n, i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 9 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:12231: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -ll >&5
configure:12231: $? = 0
configure:12241: result: -ll
configure:12247: checking whether yytext is a pointer
configure:12264: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -ll >&5
configure:12264: $? = 0
configure:12272: result: yes
configure:12289: checking for bison
configure:12305: found /usr/bin/bison
configure:12316: result: bison -y
configure:12331: checking for perl
configure:12349: found /usr/bin/perl
configure:12361: result: /usr/bin/perl
configure:12372: checking for getconf
configure:12391: found /usr/bin/getconf
configure:12404: result: /usr/bin/getconf
configure:12600: checking for the pthreads library -lpthreads
configure:12633: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c -lpthreads >&5
conftest.c:30:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:30:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
ld: library not found for -lpthreads
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12633: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:12642: result: no
configure:12545: checking whether pthreads work without any flags
configure:12633: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
conftest.c:30:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^~
conftest.c:30:13: note: initialize the variable 'th' to silence this warning
pthread_t th; pthread_join(th, 0);
^
= NULL
1 warning generated.
configure:12633: $? = 0
configure:12642: result: yes
configure:12661: checking for joinable pthread attribute
configure:12676: clang -o conftest -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -std=gnu99 conftest.c >&5
configure:12676: $? = 0
configure:12682: result: PTHREAD_CREATE_JOINABLE
configure:12692: checking if more special flags are required for pthreads
configure:12699: result: -D_THREAD_SAFE
configure:13644: checking for mdb_dbi_open in -llmdb
configure:13669: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/lmdb/include -L/usr/local/opt/lmdb/lib conftest.c -llmdb >&5
configure:13669: $? = 0
configure:13678: result: yes
configure:13693: checking lmdb.h usability
configure:13693: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/lmdb/include conftest.c >&5
configure:13693: $? = 0
configure:13693: result: yes
configure:13693: checking lmdb.h presence
configure:13693: clang -E -std=gnu99 -I/usr/local/opt/lmdb/include conftest.c
configure:13693: $? = 0
configure:13693: result: yes
configure:13693: checking for lmdb.h
configure:13693: result: yes
configure:13792: checking for RSA_generate_key_ex in -lcrypto
configure:13817: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lcrypto >&5
configure:13817: $? = 0
configure:13826: result: yes
configure:13837: checking for SSL_library_init in -lssl
configure:13862: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lssl -lcrypto >&5
Undefined symbols for architecture x86_64:
"_SSL_library_init", referenced from:
_main in conftest-7151ea.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13862: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_library_init ();
| int
| main ()
| {
| return SSL_library_init ();
| ;
| return 0;
| }
configure:13871: result: no
configure:13882: checking whether SSL_CTX_clear_options is declared
configure:13882: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:13882: $? = 0
configure:13882: result: yes
configure:13896: checking openssl/opensslv.h usability
configure:13896: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:13896: $? = 0
configure:13896: result: yes
configure:13896: checking openssl/opensslv.h presence
configure:13896: clang -E -std=gnu99 conftest.c
configure:13896: $? = 0
configure:13896: result: yes
configure:13896: checking for openssl/opensslv.h
configure:13896: result: yes
configure:13909: checking for OpenSSL version
configure:13922: clang -E -std=gnu99 conftest.c
configure:13922: $? = 0
configure:13923: result: OK
configure:14019: checking for pcre_exec in -lpcre
configure:14044: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/pcre/include -L/usr/local/opt/pcre/lib conftest.c -lpcre >&5
configure:14044: $? = 0
configure:14053: result: yes
configure:14068: checking pcre.h usability
configure:14068: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/usr/local/opt/pcre/include conftest.c >&5
configure:14068: $? = 0
configure:14068: result: yes
configure:14068: checking pcre.h presence
configure:14068: clang -E -std=gnu99 -I/usr/local/opt/pcre/include conftest.c
configure:14068: $? = 0
configure:14068: result: yes
configure:14068: checking for pcre.h
configure:14068: result: yes
configure:14169: checking for virConnectOpen in -lvirt
configure:14194: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lvirt >&5
ld: library not found for -lvirt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14194: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char virConnectOpen ();
| int
| main ()
| {
| return virConnectOpen ();
| ;
| return 0;
| }
configure:14203: result: no
configure:14218: checking libvirt/libvirt.h usability
configure:14218: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:69:10: fatal error: 'libvirt/libvirt.h' file not found
#include <libvirt/libvirt.h>
^
1 error generated.
configure:14218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libvirt/libvirt.h>
configure:14218: result: no
configure:14218: checking libvirt/libvirt.h presence
configure:14218: clang -E -std=gnu99 conftest.c
conftest.c:36:10: fatal error: 'libvirt/libvirt.h' file not found
#include <libvirt/libvirt.h>
^
1 error generated.
configure:14218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <libvirt/libvirt.h>
configure:14218: result: no
configure:14218: checking for libvirt/libvirt.h
configure:14218: result: no
configure:14307: checking for acl_init in -lacl
configure:14332: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lacl >&5
ld: library not found for -lacl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char acl_init ();
| int
| main ()
| {
| return acl_init ();
| ;
| return 0;
| }
configure:14341: result: no
configure:14357: checking acl.h usability
configure:14357: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:69:10: fatal error: 'acl.h' file not found
#include <acl.h>
^
1 error generated.
configure:14357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <acl.h>
configure:14357: result: no
configure:14357: checking acl.h presence
configure:14357: clang -E -std=gnu99 conftest.c
conftest.c:36:10: fatal error: 'acl.h' file not found
#include <acl.h>
^
1 error generated.
configure:14357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <acl.h>
configure:14357: result: no
configure:14357: checking for acl.h
configure:14357: result: no
configure:14357: checking sys/acl.h usability
configure:14357: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14357: $? = 0
configure:14357: result: yes
configure:14357: checking sys/acl.h presence
configure:14357: clang -E -std=gnu99 conftest.c
configure:14357: $? = 0
configure:14357: result: yes
configure:14357: checking for sys/acl.h
configure:14357: result: yes
configure:14357: checking acl/libacl.h usability
configure:14357: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:70:10: fatal error: 'acl/libacl.h' file not found
#include <acl/libacl.h>
^
1 error generated.
configure:14357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <acl/libacl.h>
configure:14357: result: no
configure:14357: checking acl/libacl.h presence
configure:14357: clang -E -std=gnu99 conftest.c
conftest.c:37:10: fatal error: 'acl/libacl.h' file not found
#include <acl/libacl.h>
^
1 error generated.
configure:14357: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| /* end confdefs.h. */
| #include <acl/libacl.h>
configure:14357: result: no
configure:14357: checking for acl/libacl.h
configure:14357: result: no
configure:14445: checking for curl_global_init in -lcurl
configure:14470: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lcurl >&5
configure:14470: $? = 0
configure:14479: result: yes
configure:14494: checking curl/curl.h usability
configure:14494: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14494: $? = 0
configure:14494: result: yes
configure:14494: checking curl/curl.h presence
configure:14494: clang -E -std=gnu99 conftest.c
configure:14494: $? = 0
configure:14494: result: yes
configure:14494: checking for curl/curl.h
configure:14494: result: yes
configure:14582: checking for yaml_parser_initialize in -lyaml
configure:14607: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lyaml >&5
ld: library not found for -lyaml
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char yaml_parser_initialize ();
| int
| main ()
| {
| return yaml_parser_initialize ();
| ;
| return 0;
| }
configure:14616: result: no
configure:14631: checking yaml.h usability
configure:14631: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:72:10: fatal error: 'yaml.h' file not found
#include <yaml.h>
^
1 error generated.
configure:14631: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <yaml.h>
configure:14631: result: no
configure:14631: checking yaml.h presence
configure:14631: clang -E -std=gnu99 conftest.c
conftest.c:39:10: fatal error: 'yaml.h' file not found
#include <yaml.h>
^
1 error generated.
configure:14631: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| /* end confdefs.h. */
| #include <yaml.h>
configure:14631: result: no
configure:14631: checking for yaml.h
configure:14631: result: no
configure:14742: checking for xmlFirstElementChild in -lxml2
configure:14767: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c -lxml2 >&5
configure:14767: $? = 0
configure:14776: result: yes
configure:14793: checking libxml/xmlwriter.h usability
configure:14793: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c >&5
configure:14793: $? = 0
configure:14793: result: yes
configure:14793: checking libxml/xmlwriter.h presence
configure:14793: clang -E -std=gnu99 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 conftest.c
configure:14793: $? = 0
configure:14793: result: yes
configure:14793: checking for libxml/xmlwriter.h
configure:14793: result: yes
configure:14853: checking avahi-client/client.h usability
configure:14853: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:74:10: fatal error: 'avahi-client/client.h' file not found
#include <avahi-client/client.h>
^
1 error generated.
configure:14853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <avahi-client/client.h>
configure:14853: result: no
configure:14853: checking avahi-client/client.h presence
configure:14853: clang -E -std=gnu99 conftest.c
conftest.c:41:10: fatal error: 'avahi-client/client.h' file not found
#include <avahi-client/client.h>
^
1 error generated.
configure:14853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| /* end confdefs.h. */
| #include <avahi-client/client.h>
configure:14853: result: no
configure:14853: checking for avahi-client/client.h
configure:14853: result: no
configure:14881: checking avahi-common/address.h usability
configure:14881: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:74:10: fatal error: 'avahi-common/address.h' file not found
#include <avahi-common/address.h>
^
1 error generated.
configure:14881: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <avahi-common/address.h>
configure:14881: result: no
configure:14881: checking avahi-common/address.h presence
configure:14881: clang -E -std=gnu99 conftest.c
conftest.c:41:10: fatal error: 'avahi-common/address.h' file not found
#include <avahi-common/address.h>
^
1 error generated.
configure:14881: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| /* end confdefs.h. */
| #include <avahi-common/address.h>
configure:14881: result: no
configure:14881: checking for avahi-common/address.h
configure:14881: result: no
configure:14913: checking for unistd.h
configure:14913: result: yes
configure:14913: checking for stdlib.h
configure:14913: result: yes
configure:14913: checking sys/loadavg.h usability
configure:14913: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:76:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:14913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:14913: result: no
configure:14913: checking sys/loadavg.h presence
configure:14913: clang -E -std=gnu99 conftest.c
conftest.c:43:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
^
1 error generated.
configure:14913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <sys/loadavg.h>
configure:14913: result: no
configure:14913: checking for sys/loadavg.h
configure:14913: result: no
configure:14925: checking sys/param.h usability
configure:14925: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14925: $? = 0
configure:14925: result: yes
configure:14925: checking sys/param.h presence
configure:14925: clang -E -std=gnu99 conftest.c
configure:14925: $? = 0
configure:14925: result: yes
configure:14925: checking for sys/param.h
configure:14925: result: yes
configure:14939: checking for sys/mount.h
configure:14939: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14939: $? = 0
configure:14939: result: yes
configure:14958: checking net/if_dl.h usability
configure:14958: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14958: $? = 0
configure:14958: result: yes
configure:14958: checking net/if_dl.h presence
configure:14958: clang -E -std=gnu99 conftest.c
configure:14958: $? = 0
configure:14958: result: yes
configure:14958: checking for net/if_dl.h
configure:14958: result: yes
configure:14972: checking for net/if_arp.h
configure:14972: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14988: checking utime.h usability
configure:14988: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:14988: $? = 0
configure:14988: result: yes
configure:14988: checking utime.h presence
configure:14988: clang -E -std=gnu99 conftest.c
configure:14988: $? = 0
configure:14988: result: yes
configure:14988: checking for utime.h
configure:14988: result: yes
configure:15000: checking time.h usability
configure:15000: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15000: $? = 0
configure:15000: result: yes
configure:15000: checking time.h presence
configure:15000: clang -E -std=gnu99 conftest.c
configure:15000: $? = 0
configure:15000: result: yes
configure:15000: checking for time.h
configure:15000: result: yes
configure:15012: checking sys/time.h usability
configure:15012: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15012: $? = 0
configure:15012: result: yes
configure:15012: checking sys/time.h presence
configure:15012: clang -E -std=gnu99 conftest.c
configure:15012: $? = 0
configure:15012: result: yes
configure:15012: checking for sys/time.h
configure:15012: result: yes
configure:15025: checking malloc.h usability
configure:15025: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:83:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:15025: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:15025: result: no
configure:15025: checking malloc.h presence
configure:15025: clang -E -std=gnu99 conftest.c
conftest.c:50:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:15025: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:15025: result: no
configure:15025: checking for malloc.h
configure:15025: result: no
configure:15025: checking sys/malloc.h usability
configure:15025: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15025: $? = 0
configure:15025: result: yes
configure:15025: checking sys/malloc.h presence
configure:15025: clang -E -std=gnu99 conftest.c
configure:15025: $? = 0
configure:15025: result: yes
configure:15025: checking for sys/malloc.h
configure:15025: result: yes
configure:15037: checking vfs.h usability
configure:15037: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:84:10: fatal error: 'vfs.h' file not found
#include <vfs.h>
^
1 error generated.
configure:15037: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfs.h>
configure:15037: result: no
configure:15037: checking vfs.h presence
configure:15037: clang -E -std=gnu99 conftest.c
conftest.c:51:10: fatal error: 'vfs.h' file not found
#include <vfs.h>
^
1 error generated.
configure:15037: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| /* end confdefs.h. */
| #include <vfs.h>
configure:15037: result: no
configure:15037: checking for vfs.h
configure:15037: result: no
configure:15049: checking sys/vfs.h usability
configure:15049: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:84:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^
1 error generated.
configure:15049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vfs.h>
configure:15049: result: no
configure:15049: checking sys/vfs.h presence
configure:15049: clang -E -std=gnu99 conftest.c
conftest.c:51:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
^
1 error generated.
configure:15049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| /* end confdefs.h. */
| #include <sys/vfs.h>
configure:15049: result: no
configure:15049: checking for sys/vfs.h
configure:15049: result: no
configure:15061: checking sys/sockio.h usability
configure:15061: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15061: $? = 0
configure:15061: result: yes
configure:15061: checking sys/sockio.h presence
configure:15061: clang -E -std=gnu99 conftest.c
configure:15061: $? = 0
configure:15061: result: yes
configure:15061: checking for sys/sockio.h
configure:15061: result: yes
configure:15073: checking sys/statvfs.h usability
configure:15073: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15073: $? = 0
configure:15073: result: yes
configure:15073: checking sys/statvfs.h presence
configure:15073: clang -E -std=gnu99 conftest.c
configure:15073: $? = 0
configure:15073: result: yes
configure:15073: checking for sys/statvfs.h
configure:15073: result: yes
configure:15085: checking sys/statfs.h usability
configure:15085: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:86:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^
1 error generated.
configure:15085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/statfs.h>
configure:15085: result: no
configure:15085: checking sys/statfs.h presence
configure:15085: clang -E -std=gnu99 conftest.c
conftest.c:53:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
^
1 error generated.
configure:15085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h. */
| #include <sys/statfs.h>
configure:15085: result: no
configure:15085: checking for sys/statfs.h
configure:15085: result: no
configure:15097: checking fcntl.h usability
configure:15097: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15097: $? = 0
configure:15097: result: yes
configure:15097: checking fcntl.h presence
configure:15097: clang -E -std=gnu99 conftest.c
configure:15097: $? = 0
configure:15097: result: yes
configure:15097: checking for fcntl.h
configure:15097: result: yes
configure:15109: checking sys/filesys.h usability
configure:15109: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'sys/filesys.h' file not found
#include <sys/filesys.h>
^
1 error generated.
configure:15109: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filesys.h>
configure:15109: result: no
configure:15109: checking sys/filesys.h presence
configure:15109: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'sys/filesys.h' file not found
#include <sys/filesys.h>
^
1 error generated.
configure:15109: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <sys/filesys.h>
configure:15109: result: no
configure:15109: checking for sys/filesys.h
configure:15109: result: no
configure:15121: checking dustat.h usability
configure:15121: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'dustat.h' file not found
#include <dustat.h>
^
1 error generated.
configure:15121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dustat.h>
configure:15121: result: no
configure:15121: checking dustat.h presence
configure:15121: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'dustat.h' file not found
#include <dustat.h>
^
1 error generated.
configure:15121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <dustat.h>
configure:15121: result: no
configure:15121: checking for dustat.h
configure:15121: result: no
configure:15133: checking sys/systeminfo.h usability
configure:15133: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'sys/systeminfo.h' file not found
#include <sys/systeminfo.h>
^
1 error generated.
configure:15133: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
configure:15133: result: no
configure:15133: checking sys/systeminfo.h presence
configure:15133: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'sys/systeminfo.h' file not found
#include <sys/systeminfo.h>
^
1 error generated.
configure:15133: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <sys/systeminfo.h>
configure:15133: result: no
configure:15133: checking for sys/systeminfo.h
configure:15133: result: no
configure:15145: checking ieeefp.h usability
configure:15145: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:15145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:15145: result: no
configure:15145: checking ieeefp.h presence
configure:15145: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:15145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:15145: result: no
configure:15145: checking for ieeefp.h
configure:15145: result: no
configure:15157: checking winsock2.h usability
configure:15157: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'winsock2.h' file not found
#include <winsock2.h>
^
1 error generated.
configure:15157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
configure:15157: result: no
configure:15157: checking winsock2.h presence
configure:15157: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'winsock2.h' file not found
#include <winsock2.h>
^
1 error generated.
configure:15157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <winsock2.h>
configure:15157: result: no
configure:15157: checking for winsock2.h
configure:15157: result: no
configure:15169: checking ws2tcpip.h usability
configure:15169: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'ws2tcpip.h' file not found
#include <ws2tcpip.h>
^
1 error generated.
configure:15169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ws2tcpip.h>
configure:15169: result: no
configure:15169: checking ws2tcpip.h presence
configure:15169: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'ws2tcpip.h' file not found
#include <ws2tcpip.h>
^
1 error generated.
configure:15169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <ws2tcpip.h>
configure:15169: result: no
configure:15169: checking for ws2tcpip.h
configure:15169: result: no
configure:15181: checking zone.h usability
configure:15181: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:87:10: fatal error: 'zone.h' file not found
#include <zone.h>
^
1 error generated.
configure:15181: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <zone.h>
configure:15181: result: no
configure:15181: checking zone.h presence
configure:15181: clang -E -std=gnu99 conftest.c
conftest.c:54:10: fatal error: 'zone.h' file not found
#include <zone.h>
^
1 error generated.
configure:15181: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <zone.h>
configure:15181: result: no
configure:15181: checking for zone.h
configure:15181: result: no
configure:15193: checking sys/uio.h usability
configure:15193: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15193: $? = 0
configure:15193: result: yes
configure:15193: checking sys/uio.h presence
configure:15193: clang -E -std=gnu99 conftest.c
configure:15193: $? = 0
configure:15193: result: yes
configure:15193: checking for sys/uio.h
configure:15193: result: yes
configure:15205: checking for sys/types.h
configure:15205: result: yes
configure:15217: checking sys/mpctl.h usability
configure:15217: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:89:10: fatal error: 'sys/mpctl.h' file not found
#include <sys/mpctl.h>
^
1 error generated.
configure:15217: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mpctl.h>
configure:15217: result: no
configure:15217: checking sys/mpctl.h presence
configure:15217: clang -E -std=gnu99 conftest.c
conftest.c:56:10: fatal error: 'sys/mpctl.h' file not found
#include <sys/mpctl.h>
^
1 error generated.
configure:15217: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/mpctl.h>
configure:15217: result: no
configure:15217: checking for sys/mpctl.h
configure:15217: result: no
configure:15228: checking shadow.h usability
configure:15228: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:89:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:15228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shadow.h>
configure:15228: result: no
configure:15228: checking shadow.h presence
configure:15228: clang -E -std=gnu99 conftest.c
conftest.c:56:10: fatal error: 'shadow.h' file not found
#include <shadow.h>
^
1 error generated.
configure:15228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <shadow.h>
configure:15228: result: no
configure:15228: checking for shadow.h
configure:15228: result: no
configure:15240: checking for sys/jail.h
configure:15240: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:94:10: fatal error: 'sys/jail.h' file not found
#include <sys/jail.h>
^
1 error generated.
configure:15240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_PARAM_H
| # include <sys/param.h>
| #endif
|
|
| #include <sys/jail.h>
configure:15240: result: no
configure:15258: checking net/route.h usability
configure:15258: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15258: $? = 0
configure:15258: result: yes
configure:15258: checking net/route.h presence
configure:15258: clang -E -std=gnu99 conftest.c
configure:15258: $? = 0
configure:15258: result: yes
configure:15258: checking for net/route.h
configure:15258: result: yes
configure:15258: checking netinet/in.h usability
configure:15258: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15258: $? = 0
configure:15258: result: yes
configure:15258: checking netinet/in.h presence
configure:15258: clang -E -std=gnu99 conftest.c
configure:15258: $? = 0
configure:15258: result: yes
configure:15258: checking for netinet/in.h
configure:15258: result: yes
configure:15258: checking netinet/ip.h usability
configure:15258: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15258: $? = 0
configure:15258: result: yes
configure:15258: checking netinet/ip.h presence
configure:15258: clang -E -std=gnu99 conftest.c
configure:15258: $? = 0
configure:15258: result: yes
configure:15258: checking for netinet/ip.h
configure:15258: result: yes
configure:15270: checking for ANSI C header files
configure:15374: result: yes
configure:15382: checking whether time.h and sys/time.h may both be included
configure:15402: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15402: $? = 0
configure:15409: result: yes
configure:15417: checking for sys/wait.h that is POSIX.1 compatible
configure:15443: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15443: $? = 0
configure:15450: result: yes
configure:15461: checking for dirent.h that defines DIR
configure:15480: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15480: $? = 0
configure:15488: result: yes
configure:15501: checking for library containing opendir
configure:15532: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15532: $? = 0
configure:15549: result: none required
configure:15616: checking for stdbool.h that conforms to C99
configure:15683: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:112:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
bool e = &s;
~ ^
conftest.c:116:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:116:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:117:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:117:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:117:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
12 warnings generated.
configure:15683: $? = 0
configure:15690: result: yes
configure:15692: checking for _Bool
configure:15692: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15692: $? = 0
configure:15692: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:99:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:15692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:15692: result: yes
configure:15710: checking for mode_t
configure:15710: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15710: $? = 0
configure:15710: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:101:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:15710: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:15710: result: yes
configure:15721: checking for size_t
configure:15721: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15721: $? = 0
configure:15721: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:101:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:15721: result: yes
configure:15732: checking for uid_t in sys/types.h
configure:15751: result: yes
configure:15762: checking for pid_t
configure:15762: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15762: $? = 0
configure:15762: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:101:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:15762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:15762: result: yes
configure:15773: checking for clockid_t
configure:15773: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:101:13: error: use of undeclared identifier 'clockid_t'
if (sizeof (clockid_t))
^
1 error generated.
configure:15773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (clockid_t))
| return 0;
| ;
| return 0;
| }
configure:15773: result: no
configure:15783: checking for socklen_t
configure:15783: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15783: $? = 0
configure:15783: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:76:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:15783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
| #include <sys/socket.h>
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:15783: result: yes
configure:15802: checking for an ANSI C-conforming const
configure:15867: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:111:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
struct s *b; b->j = 5;
^
conftest.c:111:16: note: initialize the variable 'b' to silence this warning
struct s *b; b->j = 5;
^
= 0
conftest.c:95:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
*t++ = 0;
^
conftest.c:92:12: note: initialize the variable 't' to silence this warning
char *t;
^
= 0
2 warnings generated.
configure:15867: $? = 0
configure:15874: result: yes
configure:15883: checking for _LARGEFILE_SOURCE value needed for large files
configure:15902: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:15902: $? = 0
configure:15930: result: no
configure:15958: checking for special C compiler options needed for large files
configure:16003: result: no
configure:16009: checking for _FILE_OFFSET_BITS value needed for large files
configure:16034: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16034: $? = 0
configure:16066: result: no
configure:16149: checking for off_t
configure:16149: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16149: $? = 0
configure:16149: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:103:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:16149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:16149: result: yes
configure:16175: checking for sqrt in -lm
configure:16200: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lm >&5
conftest.c:74:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
char sqrt ();
^
conftest.c:74:6: note: 'sqrt' is a builtin with type 'double (double)'
1 warning generated.
configure:16200: $? = 0
configure:16209: result: yes
configure:16220: checking for clock_gettime in -lrt
configure:16245: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lrt -lm >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:16254: result: no
configure:16265: checking for dlopen in -ldl
configure:16290: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16290: $? = 0
configure:16299: result: yes
configure:16312: checking whether clock_gettime is declared
configure:16312: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:78:10: error: use of undeclared identifier 'clock_gettime'
(void) clock_gettime;
^
1 error generated.
configure:16312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| #ifndef clock_gettime
| #ifdef __cplusplus
| (void) clock_gettime;
| #else
| (void) clock_gettime;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16312: result: no
configure:16324: checking for clock_gettime
configure:16324: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-c7290b.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16324: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:16324: result: no
configure:16339: checking whether unsetenv is declared
configure:16339: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16339: $? = 0
configure:16339: result: yes
configure:16350: checking for unsetenv
configure:16350: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16350: $? = 0
configure:16350: result: yes
configure:16365: checking whether strnlen is declared
configure:16365: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16365: $? = 0
configure:16365: result: yes
configure:16376: checking for strnlen
configure:16376: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16376: $? = 0
configure:16376: result: yes
configure:16392: checking whether strndup is declared
configure:16392: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16392: $? = 0
configure:16392: result: yes
configure:16403: checking for strndup
configure:16403: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:98:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup ();
^
conftest.c:98:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
1 warning generated.
configure:16403: $? = 0
configure:16403: result: yes
configure:16425: checking for working strndup
configure:16462: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16462: $? = 0
configure:16462: ./conftest
configure:16462: $? = 0
configure:16472: result: yes
configure:16487: checking whether setlinebuf is declared
configure:16487: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16487: $? = 0
configure:16487: result: yes
configure:16498: checking for setlinebuf
configure:16498: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16498: $? = 0
configure:16498: result: yes
configure:16513: checking whether strlcat is declared
configure:16513: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16513: $? = 0
configure:16513: result: yes
configure:16524: checking for strlcat
configure:16524: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:102:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
^
conftest.c:102:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:16524: $? = 0
configure:16524: result: yes
configure:16539: checking whether strlcpy is declared
configure:16539: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16539: $? = 0
configure:16539: result: yes
configure:16550: checking for strlcpy
configure:16550: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:104:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:104:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:16550: $? = 0
configure:16550: result: yes
configure:16565: checking whether realpath is declared
configure:16565: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16565: $? = 0
configure:16565: result: yes
configure:16577: checking whether strdup is declared
configure:16577: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16577: $? = 0
configure:16577: result: yes
configure:16588: checking for strdup
configure:16588: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:107:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:107:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:16588: $? = 0
configure:16588: result: yes
configure:16603: checking whether memrchr is declared
configure:16603: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:125:10: error: use of undeclared identifier 'memrchr'
(void) memrchr;
^
1 error generated.
configure:16603: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef memrchr
| #ifdef __cplusplus
| (void) memrchr;
| #else
| (void) memrchr;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16603: result: no
configure:16614: checking for memrchr
configure:16614: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_memrchr", referenced from:
_main in conftest-9eae91.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| /* end confdefs.h. */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memrchr innocuous_memrchr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memrchr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef memrchr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memrchr ();
| /* 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_memrchr || defined __stub___memrchr
| choke me
| #endif
|
| int
| main ()
| {
| return memrchr ();
| ;
| return 0;
| }
configure:16614: result: no
configure:16629: checking whether round is declared
configure:16629: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16629: $? = 0
configure:16629: result: yes
configure:16641: checking for round
configure:16641: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:110:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
char round ();
^
conftest.c:110:6: note: 'round' is a builtin with type 'double (double)'
1 warning generated.
configure:16641: $? = 0
configure:16641: result: yes
configure:16656: checking whether nanosleep is declared
configure:16656: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:128:10: error: use of undeclared identifier 'nanosleep'
(void) nanosleep;
^
1 error generated.
configure:16656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef nanosleep
| #ifdef __cplusplus
| (void) nanosleep;
| #else
| (void) nanosleep;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16656: result: no
configure:16667: checking for nanosleep
configure:16667: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16667: $? = 0
configure:16667: result: yes
configure:16682: checking whether memdup is declared
configure:16682: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:130:10: error: use of undeclared identifier 'memdup'
(void) memdup;
^
1 error generated.
configure:16682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef memdup
| #ifdef __cplusplus
| (void) memdup;
| #else
| (void) memdup;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16682: result: no
configure:16693: checking for memdup
configure:16693: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_memdup", referenced from:
_main in conftest-6dc020.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| /* end confdefs.h. */
| /* Define memdup to an innocuous variant, in case <limits.h> declares memdup.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memdup innocuous_memdup
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memdup (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef memdup
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memdup ();
| /* 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_memdup || defined __stub___memdup
| choke me
| #endif
|
| int
| main ()
| {
| return memdup ();
| ;
| return 0;
| }
configure:16693: result: no
configure:16708: checking whether memmem is declared
configure:16708: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16708: $? = 0
configure:16708: result: yes
configure:16719: checking for memmem
configure:16719: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16719: $? = 0
configure:16719: result: yes
configure:16734: checking whether srand48 is declared
configure:16734: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16734: $? = 0
configure:16734: result: yes
configure:16745: checking for srand48
configure:16745: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16745: $? = 0
configure:16745: result: yes
configure:16760: checking whether drand48 is declared
configure:16760: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16760: $? = 0
configure:16760: result: yes
configure:16771: checking for drand48
configure:16771: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16771: $? = 0
configure:16771: result: yes
configure:16786: checking whether strerror is declared
configure:16786: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16786: $? = 0
configure:16786: result: yes
configure:16797: checking for strerror
configure:16797: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:121:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:121:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:16797: $? = 0
configure:16797: result: yes
configure:16812: checking whether strstr is declared
configure:16812: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16812: $? = 0
configure:16812: result: yes
configure:16823: checking for strstr
configure:16823: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:123:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
char strstr ();
^
conftest.c:123:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:16823: $? = 0
configure:16823: result: yes
configure:16838: checking whether strcasestr is declared
configure:16838: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16838: $? = 0
configure:16838: result: yes
configure:16849: checking for strcasestr
configure:16849: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16849: $? = 0
configure:16849: result: yes
configure:16864: checking whether strcasecmp is declared
configure:16864: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16864: $? = 0
configure:16864: result: yes
configure:16875: checking for strcasecmp
configure:16875: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:127:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:127:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:16875: $? = 0
configure:16875: result: yes
configure:16890: checking whether strncasecmp is declared
configure:16890: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16890: $? = 0
configure:16890: result: yes
configure:16901: checking for strncasecmp
configure:16901: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:129:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
^
conftest.c:129:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:16901: $? = 0
configure:16901: result: yes
configure:16916: checking whether strsep is declared
configure:16916: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16916: $? = 0
configure:16916: result: yes
configure:16927: checking for strsep
configure:16927: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16927: $? = 0
configure:16927: result: yes
configure:16942: checking whether strsignal is declared
configure:16942: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16942: $? = 0
configure:16942: result: yes
configure:16953: checking for strsignal
configure:16953: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16953: $? = 0
configure:16953: result: yes
configure:16968: checking whether gmtime_r is declared
configure:16968: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16968: $? = 0
configure:16968: result: yes
configure:16980: checking for gmtime_r
configure:16980: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:16980: $? = 0
configure:16980: result: yes
configure:16995: checking whether getline is declared
configure:16995: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:16995: $? = 0
configure:16995: result: yes
configure:17008: checking for getline
configure:17008: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17008: $? = 0
configure:17008: result: yes
configure:17023: checking whether strchrnul is declared
configure:17023: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:157:10: error: use of undeclared identifier 'strchrnul'
(void) strchrnul;
^
1 error generated.
configure:17023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| int
| main ()
| {
| #ifndef strchrnul
| #ifdef __cplusplus
| (void) strchrnul;
| #else
| (void) strchrnul;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17023: result: no
configure:17036: checking for strchrnul
configure:17036: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_strchrnul", referenced from:
_main in conftest-9b2d26.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| /* end confdefs.h. */
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strchrnul innocuous_strchrnul
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strchrnul (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strchrnul
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strchrnul ();
| /* 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_strchrnul || defined __stub___strchrnul
| choke me
| #endif
|
| int
| main ()
| {
| return strchrnul ();
| ;
| return 0;
| }
configure:17036: result: no
configure:17051: checking whether localtime_r is declared
configure:17051: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:17051: $? = 0
configure:17051: result: yes
configure:17063: checking for localtime_r
configure:17063: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17063: $? = 0
configure:17063: result: yes
configure:17078: checking whether fgetgrent is declared
configure:17078: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:127:10: error: use of undeclared identifier 'fgetgrent'
(void) fgetgrent;
^
1 error generated.
configure:17078: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| #include <grp.h>
|
| int
| main ()
| {
| #ifndef fgetgrent
| #ifdef __cplusplus
| (void) fgetgrent;
| #else
| (void) fgetgrent;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17078: result: no
configure:17091: checking whether isfinite is declared
configure:17091: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:17091: $? = 0
configure:17091: result: yes
configure:17107: checking for getpwent
configure:17107: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17107: $? = 0
configure:17107: result: yes
configure:17107: checking for setpwent
configure:17107: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17107: $? = 0
configure:17107: result: yes
configure:17107: checking for endpwent
configure:17107: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17107: $? = 0
configure:17107: result: yes
configure:17120: checking for fgetspent
configure:17120: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_fgetspent", referenced from:
_main in conftest-681723.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| /* end confdefs.h. */
| /* Define fgetspent to an innocuous variant, in case <limits.h> declares fgetspent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fgetspent innocuous_fgetspent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fgetspent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fgetspent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fgetspent ();
| /* 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_fgetspent || defined __stub___fgetspent
| choke me
| #endif
|
| int
| main ()
| {
| return fgetspent ();
| ;
| return 0;
| }
configure:17120: result: no
configure:17120: checking for lckpwdf
configure:17120: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_lckpwdf", referenced from:
_main in conftest-762a3d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| /* end confdefs.h. */
| /* Define lckpwdf to an innocuous variant, in case <limits.h> declares lckpwdf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lckpwdf innocuous_lckpwdf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lckpwdf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef lckpwdf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lckpwdf ();
| /* 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_lckpwdf || defined __stub___lckpwdf
| choke me
| #endif
|
| int
| main ()
| {
| return lckpwdf ();
| ;
| return 0;
| }
configure:17120: result: no
configure:17120: checking for ulckpwdf
configure:17120: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_ulckpwdf", referenced from:
_main in conftest-617e14.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| /* end confdefs.h. */
| /* Define ulckpwdf to an innocuous variant, in case <limits.h> declares ulckpwdf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ulckpwdf innocuous_ulckpwdf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ulckpwdf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ulckpwdf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ulckpwdf ();
| /* 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_ulckpwdf || defined __stub___ulckpwdf
| choke me
| #endif
|
| int
| main ()
| {
| return ulckpwdf ();
| ;
| return 0;
| }
configure:17120: result: no
configure:17129: checking for fgetspent in -lsec
configure:17154: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lsec -ldl -lm >&5
ld: library not found for -lsec
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fgetspent ();
| int
| main ()
| {
| return fgetspent ();
| ;
| return 0;
| }
configure:17163: result: no
configure:17178: checking whether getloadavg is declared
configure:17178: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:17178: $? = 0
configure:17178: result: yes
configure:17198: checking for getloadavg
configure:17198: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17198: $? = 0
configure:17198: result: yes
configure:17209: checking for pstat_getdynamic
configure:17209: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_pstat_getdynamic", referenced from:
_main in conftest-b14d2a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| /* end confdefs.h. */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pstat_getdynamic innocuous_pstat_getdynamic
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat_getdynamic (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat_getdynamic
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char 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
| #endif
|
| int
| main ()
| {
| return pstat_getdynamic ();
| ;
| return 0;
| }
configure:17209: result: no
configure:17220: checking for kstat_open in -lkstat
configure:17245: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lkstat -ldl -lm >&5
ld: library not found for -lkstat
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kstat_open ();
| int
| main ()
| {
| return kstat_open ();
| ;
| return 0;
| }
configure:17254: result: no
configure:17450: checking for getloadavg
configure:17450: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:17450: $? = 0
configure:17450: result: yes
configure:17622: checking whether getloadavg requires setgid
In file included from conftest.c:125:
././libcompat/getloadavg.c:77:11: fatal error: 'config.h' file not found
# include <config.h>
^
1 error generated.
configure:17643: result: no
configure:17683: checking whether byte ordering is bigendian
configure:17698: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:17698: $? = 0
configure:17743: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:17743: $? = 0
configure:17761: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:132:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:17761: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:17889: result: no
configure:17909: checking endian.h usability
configure:17909: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:158:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:17909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <endian.h>
configure:17909: result: no
configure:17909: checking endian.h presence
configure:17909: clang -E -std=gnu99 conftest.c
conftest.c:125:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:17909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| /* end confdefs.h. */
| #include <endian.h>
configure:17909: result: no
configure:17909: checking for endian.h
configure:17909: result: no
configure:17919: checking whether le32toh is declared
configure:17919: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:125:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
configure:17919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| /* end confdefs.h. */
| #include <endian.h>
|
| int
| main ()
| {
| #ifndef le32toh
| #ifdef __cplusplus
| (void) le32toh;
| #else
| (void) le32toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17919: result: no
configure:17932: checking whether closefrom is declared
configure:17932: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:136:10: error: use of undeclared identifier 'closefrom'
(void) closefrom;
^
1 error generated.
configure:17932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| /* end confdefs.h. */
| #include <unistd.h>
| #include <stdlib.h>
|
| int
| main ()
| {
| #ifndef closefrom
| #ifdef __cplusplus
| (void) closefrom;
| #else
| (void) closefrom;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17932: result: no
configure:17945: checking for closefrom
configure:17945: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_closefrom", referenced from:
_main in conftest-d85855.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17945: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| /* end confdefs.h. */
| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define closefrom innocuous_closefrom
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char closefrom (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef closefrom
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char closefrom ();
| /* 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_closefrom || defined __stub___closefrom
| choke me
| #endif
|
| int
| main ()
| {
| return closefrom ();
| ;
| return 0;
| }
configure:17945: result: no
configure:17962: checking sys/pstat.h usability
configure:17962: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:160:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
^
1 error generated.
configure:17962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:17962: result: no
configure:17962: checking sys/pstat.h presence
configure:17962: clang -E -std=gnu99 conftest.c
conftest.c:127:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
^
1 error generated.
configure:17962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| /* end confdefs.h. */
| #include <sys/pstat.h>
configure:17962: result: no
configure:17962: checking for sys/pstat.h
configure:17962: result: no
configure:17974: checking for pstat_getfile2
configure:17974: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_pstat_getfile2", referenced from:
_main in conftest-0b1b08.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17974: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| /* end confdefs.h. */
| /* Define pstat_getfile2 to an innocuous variant, in case <limits.h> declares pstat_getfile2.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pstat_getfile2 innocuous_pstat_getfile2
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat_getfile2 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat_getfile2
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat_getfile2 ();
| /* 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_getfile2 || defined __stub___pstat_getfile2
| choke me
| #endif
|
| int
| main ()
| {
| return pstat_getfile2 ();
| ;
| return 0;
| }
configure:17974: result: no
configure:18259: checking for pam_start in -lpam
configure:18284: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -lpam -ldl -lm >&5
configure:18284: $? = 0
configure:18293: result: yes
configure:18306: checking security/pam_appl.h usability
configure:18306: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18306: $? = 0
configure:18306: result: yes
configure:18306: checking security/pam_appl.h presence
configure:18306: clang -E -std=gnu99 conftest.c
configure:18306: $? = 0
configure:18306: result: yes
configure:18306: checking for security/pam_appl.h
configure:18306: result: yes
configure:18372: checking for fgetpwent
configure:18372: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_fgetpwent", referenced from:
_main in conftest-03c910.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| /* end confdefs.h. */
| /* Define fgetpwent to an innocuous variant, in case <limits.h> declares fgetpwent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fgetpwent innocuous_fgetpwent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fgetpwent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fgetpwent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fgetpwent ();
| /* 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_fgetpwent || defined __stub___fgetpwent
| choke me
| #endif
|
| int
| main ()
| {
| return fgetpwent ();
| ;
| return 0;
| }
configure:18372: result: no
configure:18372: checking for fgetgrent
configure:18372: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_fgetgrent", referenced from:
_main in conftest-becb3f.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| /* end confdefs.h. */
| /* Define fgetgrent to an innocuous variant, in case <limits.h> declares fgetgrent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fgetgrent innocuous_fgetgrent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fgetgrent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fgetgrent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fgetgrent ();
| /* 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_fgetgrent || defined __stub___fgetgrent
| choke me
| #endif
|
| int
| main ()
| {
| return fgetgrent ();
| ;
| return 0;
| }
configure:18372: result: no
configure:18408: checking whether getnetgrent is declared
configure:18408: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18408: $? = 0
configure:18408: result: yes
configure:18422: checking for getnetgrent
configure:18422: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18422: $? = 0
configure:18422: result: yes
configure:18432: checking whether setnetgrent is declared
configure:18432: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18432: $? = 0
configure:18432: result: yes
configure:18446: checking for setnetgrent
configure:18446: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18446: $? = 0
configure:18446: result: yes
configure:18466: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:137:12: error: conflicting types for 'setnetgrent'
extern int setnetgrent(const char *)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/netdb.h:309:7: note: previous declaration is here
void setnetgrent(const char *);
^
1 error generated.
configure:18466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| /* end confdefs.h. */
| #include <netdb.h>
| int
| main ()
| {
| extern int setnetgrent(const char *)
| ;
| return 0;
| }
configure:18478: checking whether endnetgrent is declared
configure:18478: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18478: $? = 0
configure:18478: result: yes
configure:18492: checking for endnetgrent
configure:18492: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18492: $? = 0
configure:18492: result: yes
configure:18512: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:140:12: error: conflicting types for 'endnetgrent'
extern int endnetgrent(const char *)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/netdb.h:308:7: note: previous declaration is here
void endnetgrent(void);
^
1 error generated.
configure:18512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| /* end confdefs.h. */
| #include <netdb.h>
| int
| main ()
| {
| extern int endnetgrent(const char *)
| ;
| return 0;
| }
configure:18526: checking for sendto
configure:18526: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18526: $? = 0
configure:18526: result: yes
configure:18547: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18547: $? = 0
configure:18559: checking for ctime
configure:18559: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18559: $? = 0
configure:18559: result: yes
configure:18567: checking whether ctime is properly declared
configure:18583: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:143:2: error: ctime(3) may produce different results on different OSes. Let's have our POSIX-compliant implementation all the time
#error ctime(3) may produce different results on different OSes. Let's have our POSIX-compliant implementation all the time
^
1 error generated.
configure:18583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #error ctime(3) may produce different results on different OSes. Let's have our POSIX-compliant implementation all the time
| ;
| return 0;
| }
configure:18590: result: no
configure:18617: checking for mkdir
configure:18617: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18617: $? = 0
configure:18617: result: yes
configure:18625: checking whether mkdir is properly declared
configure:18642: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18642: $? = 0
configure:18649: result: yes
configure:18666: checking for stat
configure:18666: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18666: $? = 0
configure:18666: result: yes
configure:18674: checking whether stat is properly declared
configure:18693: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18693: $? = 0
configure:18700: result: yes
configure:18717: checking for rename
configure:18717: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18717: $? = 0
configure:18717: result: yes
configure:18725: checking whether rename is properly declared
configure:18743: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18743: $? = 0
configure:18750: result: yes
configure:18765: checking whether mkdtemp is declared
configure:18765: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18765: $? = 0
configure:18765: result: yes
configure:18776: checking for mkdtemp
configure:18776: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18776: $? = 0
configure:18776: result: yes
configure:18791: checking whether strrstr is declared
configure:18791: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:184:10: error: use of undeclared identifier 'strrstr'; did you mean 'struct'?
(void) strrstr;
^~~~~~~
struct
conftest.c:184:10: error: expected expression
2 errors generated.
configure:18791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strrstr
| #ifdef __cplusplus
| (void) strrstr;
| #else
| (void) strrstr;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:18791: result: no
configure:18802: checking for strrstr
configure:18802: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_strrstr", referenced from:
_main in conftest-17ae2a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18802: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| /* end confdefs.h. */
| /* Define strrstr to an innocuous variant, in case <limits.h> declares strrstr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strrstr innocuous_strrstr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strrstr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strrstr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strrstr ();
| /* 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_strrstr || defined __stub___strrstr
| choke me
| #endif
|
| int
| main ()
| {
| return strrstr ();
| ;
| return 0;
| }
configure:18802: result: no
configure:18820: checking for seteuid
configure:18820: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18820: $? = 0
configure:18820: result: yes
configure:18820: checking for setegid
configure:18820: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18820: $? = 0
configure:18820: result: yes
configure:18820: checking for setreuid
configure:18820: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18820: $? = 0
configure:18820: result: yes
configure:18820: checking for setregid
configure:18820: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18820: $? = 0
configure:18820: result: yes
configure:18832: checking for uname
configure:18832: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18832: $? = 0
configure:18832: result: yes
configure:18832: checking for gethostname
configure:18832: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18832: $? = 0
configure:18832: result: yes
configure:18832: checking for chflags
configure:18832: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18832: $? = 0
configure:18832: result: yes
configure:18844: checking for mkfifo
configure:18844: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18844: $? = 0
configure:18844: result: yes
configure:18844: checking for statfs
configure:18844: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18844: $? = 0
configure:18844: result: yes
configure:18844: checking for statvfs
configure:18844: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18844: $? = 0
configure:18844: result: yes
configure:18844: checking for door
configure:18844: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_door", referenced from:
_main in conftest-5a3612.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| /* end confdefs.h. */
| /* Define door to an innocuous variant, in case <limits.h> declares door.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define door innocuous_door
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char door (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef door
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char door ();
| /* 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_door || defined __stub___door
| choke me
| #endif
|
| int
| main ()
| {
| return door ();
| ;
| return 0;
| }
configure:18844: result: no
configure:18856: checking for sysinfo
configure:18856: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_sysinfo", referenced from:
_main in conftest-2177f5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| /* end confdefs.h. */
| /* Define sysinfo to an innocuous variant, in case <limits.h> declares sysinfo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sysinfo innocuous_sysinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysinfo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sysinfo
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sysinfo ();
| /* 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_sysinfo || defined __stub___sysinfo
| choke me
| #endif
|
| int
| main ()
| {
| return sysinfo ();
| ;
| return 0;
| }
configure:18856: result: no
configure:18856: checking for setsid
configure:18856: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18856: $? = 0
configure:18856: result: yes
configure:18856: checking for sysconf
configure:18856: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18856: $? = 0
configure:18856: result: yes
configure:18868: checking for getzoneid
configure:18868: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_getzoneid", referenced from:
_main in conftest-283b85.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18868: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| /* Define getzoneid to an innocuous variant, in case <limits.h> declares getzoneid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getzoneid innocuous_getzoneid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getzoneid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getzoneid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getzoneid ();
| /* 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_getzoneid || defined __stub___getzoneid
| choke me
| #endif
|
| int
| main ()
| {
| return getzoneid ();
| ;
| return 0;
| }
configure:18868: result: no
configure:18868: checking for getzonenamebyid
configure:18868: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_getzonenamebyid", referenced from:
_main in conftest-18d24d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18868: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h. */
| /* Define getzonenamebyid to an innocuous variant, in case <limits.h> declares getzonenamebyid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getzonenamebyid innocuous_getzonenamebyid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getzonenamebyid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getzonenamebyid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getzonenamebyid ();
| /* 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_getzonenamebyid || defined __stub___getzonenamebyid
| choke me
| #endif
|
| int
| main ()
| {
| return getzonenamebyid ();
| ;
| return 0;
| }
configure:18868: result: no
configure:18879: checking for fpathconf
configure:18879: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:18879: $? = 0
configure:18879: result: yes
configure:18889: checking for struct stat.st_mtim
configure:18889: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:195:13: error: no member named 'st_mtim' in 'struct stat'
if (ac_aggr.st_mtim)
~~~~~~~ ^
1 error generated.
configure:18889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtim)
| return 0;
| ;
| return 0;
| }
configure:18889: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:195:20: error: no member named 'st_mtim' in 'struct stat'
if (sizeof ac_aggr.st_mtim)
~~~~~~~ ^
1 error generated.
configure:18889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_mtim)
| return 0;
| ;
| return 0;
| }
configure:18889: result: no
configure:18898: checking for struct stat.st_mtimespec
configure:18898: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:195:1: error: statement requires expression of scalar type ('struct timespec' invalid)
if (ac_aggr.st_mtimespec)
^ ~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:18898: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimespec)
| return 0;
| ;
| return 0;
| }
configure:18898: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18898: $? = 0
configure:18898: result: yes
configure:18909: checking for PRIuMAX/PRIdMAX macros
configure:18922: result: yes
configure:18936: checking stdarg.h usability
configure:18936: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18936: $? = 0
configure:18936: result: yes
configure:18936: checking stdarg.h presence
configure:18936: clang -E -std=gnu99 conftest.c
configure:18936: $? = 0
configure:18936: result: yes
configure:18936: checking for stdarg.h
configure:18936: result: yes
configure:18952: checking for inttypes.h
configure:18952: result: yes
configure:18952: checking locale.h usability
configure:18952: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18952: $? = 0
configure:18952: result: yes
configure:18952: checking locale.h presence
configure:18952: clang -E -std=gnu99 conftest.c
configure:18952: $? = 0
configure:18952: result: yes
configure:18952: checking for locale.h
configure:18952: result: yes
configure:18952: checking stddef.h usability
configure:18952: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18952: $? = 0
configure:18952: result: yes
configure:18952: checking stddef.h presence
configure:18952: clang -E -std=gnu99 conftest.c
configure:18952: $? = 0
configure:18952: result: yes
configure:18952: checking for stddef.h
configure:18952: result: yes
configure:18952: checking for stdint.h
configure:18952: result: yes
configure:18962: checking for struct lconv.decimal_point
configure:18962: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18962: $? = 0
configure:18962: result: yes
configure:18972: checking for struct lconv.thousands_sep
configure:18972: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:18972: $? = 0
configure:18972: result: yes
configure:18984: checking for long double
configure:19016: result: yes
configure:19025: checking for long long int
configure:19062: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:19062: $? = 0
configure:19092: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:19092: $? = 0
configure:19092: ./conftest
configure:19092: $? = 0
configure:19107: result: yes
configure:19116: checking for unsigned long long int
configure:19153: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:19153: $? = 0
configure:19161: result: yes
configure:19169: checking for size_t
configure:19169: result: yes
configure:19182: checking for intmax_t
configure:19182: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:19182: $? = 0
configure:19182: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:205:23: error: expected expression
if (sizeof ((intmax_t)))
^
1 error generated.
configure:19182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intmax_t)))
| return 0;
| ;
| return 0;
| }
configure:19182: result: yes
configure:19201: checking for uintmax_t
configure:19201: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:19201: $? = 0
configure:19201: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:206:24: error: expected expression
if (sizeof ((uintmax_t)))
^
1 error generated.
configure:19201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintmax_t)))
| return 0;
| ;
| return 0;
| }
configure:19201: result: yes
configure:19219: checking for uintptr_t
configure:19219: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:19219: $? = 0
configure:19219: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:207:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:19219: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:19219: result: yes
configure:19254: checking for ptrdiff_t
configure:19254: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:19254: $? = 0
configure:19254: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:208:24: error: expected expression
if (sizeof ((ptrdiff_t)))
^
1 error generated.
configure:19254: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:19254: result: yes
configure:19266: checking for localeconv
configure:19266: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:19266: $? = 0
configure:19266: result: yes
configure:19276: checking for vsnprintf
configure:19276: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:197:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:197:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:19276: $? = 0
configure:19276: result: yes
configure:19284: checking whether vsnprintf is C99 compliant
configure:19321: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:19321: $? = 0
configure:19321: ./conftest
configure:19321: $? = 0
configure:19331: result: yes
configure:19457: checking for snprintf
configure:19457: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:198:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:198:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:19457: $? = 0
configure:19457: result: yes
configure:19465: checking whether snprintf is C99 compliant
configure:19490: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:19490: $? = 0
configure:19490: ./conftest
configure:19490: $? = 0
configure:19500: result: yes
configure:19628: checking varargs.h usability
configure:19628: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
In file included from conftest.c:209:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:19628: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LOCALECONV 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <varargs.h>
configure:19628: result: no
configure:19628: checking varargs.h presence
configure:19628: clang -E -std=gnu99 conftest.c
In file included from conftest.c:176:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:19628: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LOCALECONV 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <varargs.h>
configure:19628: result: no
configure:19628: checking for varargs.h
configure:19628: result: no
configure:19645: checking for vasprintf
configure:19645: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:210:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:19645: $? = 0
configure:19645: result: yes
configure:19872: checking for asprintf
configure:19872: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
conftest.c:211:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:19872: $? = 0
configure:19872: result: yes
configure:19997: checking whether dirfd is declared
configure:19997: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:19997: $? = 0
configure:19997: result: yes
configure:20016: checking for dirfd
configure:20016: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20016: $? = 0
configure:20016: result: yes
configure:20062: checking for jail_get
configure:20062: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_jail_get", referenced from:
_main in conftest-56a332.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20062: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LOCALECONV 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DIRFD 1
| /* end confdefs.h. */
| /* Define jail_get to an innocuous variant, in case <limits.h> declares jail_get.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define jail_get innocuous_jail_get
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char jail_get (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef jail_get
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jail_get ();
| /* 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_jail_get || defined __stub___jail_get
| choke me
| #endif
|
| int
| main ()
| {
| return jail_get ();
| ;
| return 0;
| }
configure:20062: result: no
configure:20073: checking for library containing setsockopt
configure:20104: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20104: $? = 0
configure:20121: result: none required
configure:20129: checking for library containing gethostent
configure:20160: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20160: $? = 0
configure:20177: result: none required
configure:20188: checking for socket
configure:20188: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20188: $? = 0
configure:20188: result: yes
configure:20199: checking for setsockopt
configure:20199: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20199: $? = 0
configure:20199: result: yes
configure:20210: checking for gethostent
configure:20210: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20210: $? = 0
configure:20210: result: yes
configure:20220: checking for struct sockaddr_storage
configure:20220: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:20220: $? = 0
configure:20220: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
conftest.c:197:38: error: expected expression
if (sizeof ((struct sockaddr_storage)))
^
1 error generated.
configure:20220: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_ROUND 1
| #define HAVE_ROUND 1
| #define HAVE_DECL_NANOSLEEP 0
| #define HAVE_NANOSLEEP 1
| #define HAVE_DECL_MEMDUP 0
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_SRAND48 1
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DRAND48 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_STRERROR 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRSTR 1
| #define HAVE_DECL_STRCASESTR 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRCASECMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRSEP 1
| #define HAVE_STRSEP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_GMTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETLINE 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_DECL_FGETGRENT 0
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_GETPWENT 1
| #define HAVE_SETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_DECL_GETLOADAVG 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_CLOSEFROM 0
| #define HAVE_LIBPAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_DECL_GETNETGRENT 1
| #define HAVE_GETNETGRENT 1
| #define HAVE_DECL_SETNETGRENT 1
| #define HAVE_SETNETGRENT 1
| #define SETNETGRENT_RETURNS_INT 0
| #define HAVE_DECL_ENDNETGRENT 1
| #define HAVE_ENDNETGRENT 1
| #define ENDNETGRENT_RETURNS_INT 0
| #define HAVE_SENDTO 1
| #define SENDTO_RETURNS_SSIZE_T 1
| #define HAVE_mkdir_PROPER 1
| #define HAVE_stat_PROPER 1
| #define HAVE_rename_PROPER 1
| #define HAVE_DECL_MKDTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_DECL_STRRSTR 0
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_UNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CHFLAGS 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETSID 1
| #define HAVE_SYSCONF 1
| #define HAVE_FPATHCONF 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
| #define HAVE_STRUCT_LCONV_THOUSANDS_SEP 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LOCALECONV 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_DECL_DIRFD 1
| #define HAVE_DIRFD 1
| #define HAVE_SOCKET 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETHOSTENT 1
| /* end confdefs.h. */
|
| #if HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #if HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #else
| #include <sys/socket.h>
| #include <netdb.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:20220: result: yes
configure:20241: checking whether getaddrinfo is declared
configure:20241: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:20241: $? = 0
configure:20241: result: yes
configure:20274: checking whether inet_ntop is declared
configure:20274: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:20274: $? = 0
configure:20274: result: yes
configure:20285: checking whether inet_pton is declared
configure:20285: clang -c -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c >&5
configure:20285: $? = 0
configure:20285: result: yes
configure:20297: checking for inet_ntop
configure:20297: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20297: $? = 0
configure:20297: result: yes
configure:20310: checking for inet_pton
configure:20310: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20310: $? = 0
configure:20310: result: yes
configure:20327: checking for getifaddrs
configure:20327: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
configure:20327: $? = 0
configure:20327: result: yes
configure:20339: checking for getprocs64
configure:20339: clang -o conftest -D_THREAD_SAFE -g -O2 -g -Wall -Wno-pointer-sign -Werror=implicit-function-declaration -Wno-duplicate-decl-specifier -O2 -DNDEBUG -std=gnu99 conftest.c -ldl -lm >&5
Undefined symbols for architecture x86_64:
"_getprocs64", referenced from:
_main in conftest-e3e891.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.9.0"
| #define BUILD_YEAR 2016
| #define ABS_TOP_SRCDIR "/private/tmp/cfengine-20160907-94904-1aq7zl5/cfengine-3.9.0"
| #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 LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_PTHREAD 1
| #define HAVE_LIBLMDB 1
| #define HAVE_LMDB_H 1
| #define LMDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DECL_SSL_CTX_CLEAR_OPTIONS 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| #define HAVE_SYS_ACL_H 1
| #define HAVE_LIBCURL 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXML_XMLWRITER_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NET_IF_DL_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_STRNLEN 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_DECL_SETLINEBUF 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_DECL_STRLCAT 1
| #define HAVE_STRLCAT 1
| #define HAVE_DECL_STRLCPY 1
| #define HAVE_STRLCPY 1
| #define HAVE_DECL_REALPATH 1
| #define HAVE_DECL_STRDUP 1
|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment