Skip to content

Instantly share code, notes, and snippets.

@franciscolourenco
Created May 7, 2012 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franciscolourenco/2625171 to your computer and use it in GitHub Desktop.
Save franciscolourenco/2625171 to your computer and use it in GitHub Desktop.
homebrew gpg2 install error
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gnupg configure 2.0.19, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/gnupg2/2.0.19 --disable-dependency-tracking --enable-symcryptrun --disable-agent --with-agent-pgm=/usr/local/bin/gpg-agent
## --------- ##
## Platform. ##
## --------- ##
hostname = unknown.home
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 123 tasks, 587 threads, 4 processors
Load average: 3.05, Mach factor: 0.94
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/X11/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2766: checking for a BSD-compatible install
configure:2834: result: /usr/local/bin/ginstall -c
configure:2845: checking whether build environment is sane
configure:2895: result: yes
configure:3036: checking for a thread-safe mkdir -p
configure:3075: result: /usr/local/bin/gmkdir -p
configure:3088: checking for gawk
configure:3104: found /usr/local/bin/gawk
configure:3115: result: gawk
configure:3126: checking whether make sets $(MAKE)
configure:3148: result: yes
configure:3232: checking build system type
configure:3246: result: x86_64-apple-darwin11.3.0
configure:3266: checking host system type
configure:3279: result: x86_64-apple-darwin11.3.0
configure:3303: autobuild project... gnupg2
configure:3305: autobuild revision... 2.0.19
configure:3309: autobuild hostname... unknown.home
configure:3318: autobuild timestamp... 20120507-011713
configure:3335: checking for style of include used by make
configure:3363: result: GNU
configure:3433: checking for gcc
configure:3460: result: /usr/bin/clang
configure:3689: checking for C compiler version
configure:3698: /usr/bin/clang --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:3709: $? = 0
configure:3698: /usr/bin/clang -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:3709: $? = 0
configure:3698: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3709: $? = 1
configure:3698: /usr/bin/clang -qversion >&5
clang: error: no input files
configure:3709: $? = 1
configure:3729: checking whether the C compiler works
configure:3751: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3755: $? = 0
configure:3803: result: yes
configure:3806: checking for C compiler default output file name
configure:3808: result: a.out
configure:3814: checking for suffix of executables
configure:3821: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3825: $? = 0
configure:3847: result:
configure:3869: checking whether we are cross compiling
configure:3877: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3881: $? = 0
configure:3888: ./conftest
configure:3892: $? = 0
configure:3907: result: no
configure:3912: checking for suffix of object files
configure:3934: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3938: $? = 0
configure:3959: result: o
configure:3963: checking whether we are using the GNU C compiler
configure:3982: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:3982: $? = 0
configure:3991: result: yes
configure:4000: checking whether /usr/bin/clang accepts -g
configure:4020: /usr/bin/clang -c -g conftest.c >&5
configure:4020: $? = 0
configure:4061: result: yes
configure:4078: checking for /usr/bin/clang option to accept ISO C89
configure:4142: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4142: $? = 0
configure:4155: result: none needed
configure:4177: checking dependency style of /usr/bin/clang
configure:4287: result: none
configure:4308: checking how to run the C preprocessor
configure:4339: /usr/bin/clang -E conftest.c
configure:4339: $? = 0
configure:4353: /usr/bin/clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4378: result: /usr/bin/clang -E
configure:4398: /usr/bin/clang -E conftest.c
configure:4398: $? = 0
configure:4412: /usr/bin/clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4412: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4441: checking for grep that handles long lines and -e
configure:4499: result: /usr/bin/grep
configure:4504: checking for egrep
configure:4566: result: /usr/bin/grep -E
configure:4571: checking for ANSI C header files
configure:4591: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4591: $? = 0
configure:4664: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4664: $? = 0
configure:4664: ./conftest
configure:4664: $? = 0
configure:4675: result: yes
configure:4688: checking for sys/types.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for sys/stat.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for stdlib.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for string.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for memory.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for strings.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for inttypes.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for stdint.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4688: checking for unistd.h
configure:4688: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4688: $? = 0
configure:4688: result: yes
configure:4701: checking minix/config.h usability
configure:4701: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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 <minix/config.h>
configure:4701: result: no
configure:4701: checking minix/config.h presence
configure:4701: /usr/bin/clang -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4701: result: no
configure:4701: checking for minix/config.h
configure:4701: result: no
configure:4722: checking whether it is safe to define __EXTENSIONS__
configure:4740: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:4740: $? = 0
configure:4747: result: yes
configure:5079: checking whether SELinux support is requested
configure:5088: result: no
configure:5093: checking whether to enable the BZIP2 compression algorithm
configure:5100: result: yes
configure:5105: checking whether to enable external program execution
configure:5112: result: yes
configure:5121: checking whether to enable photo ID viewing
configure:5135: result: yes
configure:5139: checking whether to use a fixed photo ID viewer
configure:5157: result: no
configure:5161: checking whether to enable external keyserver helpers
configure:5175: result: yes
configure:5180: checking whether LDAP keyserver support is requested
configure:5189: result: yes
configure:5192: checking whether HKP keyserver support is requested
configure:5201: result: yes
configure:5204: checking whether finger key fetching support is requested
configure:5213: result: yes
configure:5216: checking whether generic object key fetching support is requested
configure:5225: result: yes
configure:5228: checking whether email keyserver support is requested
configure:5237: result: no
configure:5241: checking whether keyserver exec-path is enabled
configure:5252: result: yes
configure:5261: checking for the size of the key and uid cache
configure:5279: result: 4096
configure:5292: checking whether use of capabilities is requested
configure:5302: result: no
configure:5310: checking whether to enable the internal CCID driver
configure:5317: result: yes
configure:5335: checking whether to enable maintainer-specific portions of Makefiles
configure:5344: result: no
configure:5359: checking for programs
configure:5361: checking whether make sets $(MAKE)
configure:5383: result: yes
configure:5392: checking whether build environment is sane
configure:5442: result: yes
configure:5464: checking for gawk
configure:5491: result: gawk
configure:5550: checking for gcc
configure:5577: result: /usr/bin/clang
configure:5806: checking for C compiler version
configure:5815: /usr/bin/clang --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:5826: $? = 0
configure:5815: /usr/bin/clang -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:5826: $? = 0
configure:5815: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5826: $? = 1
configure:5815: /usr/bin/clang -qversion >&5
clang: error: no input files
configure:5826: $? = 1
configure:5830: checking whether we are using the GNU C compiler
configure:5858: result: yes
configure:5867: checking whether /usr/bin/clang accepts -g
configure:5928: result: yes
configure:5945: checking for /usr/bin/clang option to accept ISO C89
configure:6022: result: none needed
configure:6044: checking dependency style of /usr/bin/clang
configure:6154: result: none
configure:6174: checking how to run the C preprocessor
configure:6244: result: /usr/bin/clang -E
configure:6264: /usr/bin/clang -E conftest.c
configure:6264: $? = 0
configure:6278: /usr/bin/clang -E conftest.c
conftest.c:33:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6278: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6307: checking whether /usr/bin/clang and cc understand -c and -o together
configure:6338: /usr/bin/clang -c conftest.c -o conftest2.o >&5
configure:6342: $? = 0
configure:6348: /usr/bin/clang -c conftest.c -o conftest2.o >&5
configure:6352: $? = 0
configure:6363: cc -c conftest.c >&5
configure:6367: $? = 0
configure:6375: cc -c conftest.c -o conftest2.o >&5
configure:6379: $? = 0
configure:6385: cc -c conftest.c -o conftest2.o >&5
configure:6389: $? = 0
configure:6407: result: yes
configure:6436: checking whether ln -s works
configure:6440: result: yes
configure:6490: checking for ranlib
configure:6506: found /usr/bin/ranlib
configure:6517: result: ranlib
configure:6582: checking for ar
configure:6598: found /usr/bin/ar
configure:6609: result: ar
configure:6633: checking for perl
configure:6651: found /usr/bin/perl
configure:6663: result: /usr/bin/perl
configure:6714: checking for windres
configure:6744: result: no
configure:6764: checking for strerror in -lcposix
configure:6789: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lcposix >&5
ld: library not found for -lcposix
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| /* 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 strerror ();
| int
| main ()
| {
| return strerror ();
| ;
| return 0;
| }
configure:6798: result: no
configure:6816: checking for special C compiler options needed for large files
configure:6861: result: no
configure:6867: checking for _FILE_OFFSET_BITS value needed for large files
configure:6892: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:6892: $? = 0
configure:6924: result: no
configure:7007: checking for faqprog.pl
configure:7016: result: no
configure:7042: checking for tar
configure:7060: found /usr/bin/tar
configure:7072: result: /usr/bin/tar
configure:7088: checking whether /usr/bin/tar speaks USTAR
configure:7096: result: yes
configure:7121: checking for cc for build
configure:7128: result: /usr/bin/clang
configure:7256: checking whether to use a standard socket by default
configure:7270: result: no
configure:7301: checking for libraries
configure:7325: checking for gpg-error-config
configure:7343: found /usr/local/bin/gpg-error-config
configure:7356: result: /usr/local/bin/gpg-error-config
configure:7365: checking for GPG Error - version >= 1.7
configure:7391: result: yes (1.10)
configure:7425: checking for libgcrypt-config
configure:7443: found /usr/local/bin/libgcrypt-config
configure:7456: result: /usr/local/bin/libgcrypt-config
configure:7473: checking for LIBGCRYPT - version >= 1.4.0
configure:7507: result: yes (1.5.0)
configure:7519: checking LIBGCRYPT API version
configure:7522: result: okay
configure:7565: checking for libassuan-config
configure:7583: found /usr/local/bin/libassuan-config
configure:7596: result: /usr/local/bin/libassuan-config
configure:7624: checking for LIBASSUAN - version >= 2.0.0
configure:7654: result: yes (2.0.3)
configure:7665: checking LIBASSUAN API version
configure:7668: result: okay
configure:7722: checking for ksba-config
configure:7740: found /usr/local/bin/ksba-config
configure:7753: result: /usr/local/bin/ksba-config
configure:7770: checking for KSBA - version >= 1.0.7
configure:7804: result: yes (1.2.0)
configure:7816: checking KSBA API version
configure:7819: result: okay
configure:7848: checking for usb_bulk_write in -lusb
configure:7873: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lusb >&5
configure:7873: $? = 0
configure:7882: result: yes
configure:7895: checking for usb_create_match
configure:7895: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_usb_create_match", referenced from:
_main in conftest-pfBiAs.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:7895: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| /* end confdefs.h. */
| /* Define usb_create_match to an innocuous variant, in case <limits.h> declares usb_create_match.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define usb_create_match innocuous_usb_create_match
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char usb_create_match (); 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 usb_create_match
|
| /* 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 usb_create_match ();
| /* 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_usb_create_match || defined __stub___usb_create_match
| choke me
| #endif
|
| int
| main ()
| {
| return usb_create_match ();
| ;
| return 0;
| }
configure:7895: result: no
configure:7912: checking for library containing dlopen
configure:7943: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:7943: $? = 0
configure:7960: result: none required
configure:7977: checking for openpty in -lutil
configure:8002: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lutil >&5
configure:8002: $? = 0
configure:8011: result: yes
configure:8026: checking for shred
configure:8057: result: /usr/bin/shred
configure:8090: checking for pth-config
configure:8108: found /usr/local/bin/pth-config
configure:8121: result: /usr/local/bin/pth-config
configure:8135: checking for PTH - version >= 1.3.7
configure:8161: result: yes
configure:8163: checking whether PTH installation is sane
configure:8187: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/pth/2.0.7/include -L/usr/local/Cellar/pth/2.0.7/lib conftest.c -lpth -ldl >&5
configure:8187: $? = 0
configure:8203: result: yes
configure:8246: checking for networking options
configure:8255: checking for gethostbyname
configure:8255: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:8255: $? = 0
configure:8255: result: yes
configure:8301: checking for setsockopt
configure:8301: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:8301: $? = 0
configure:8301: result: yes
configure:8366: checking adns.h usability
configure:8366: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:73:10: fatal error: 'adns.h' file not found
#include <adns.h>
^
1 error generated.
configure:8366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 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 <adns.h>
configure:8366: result: no
configure:8366: checking adns.h presence
configure:8366: /usr/bin/clang -E conftest.c
conftest.c:40:10: fatal error: 'adns.h' file not found
#include <adns.h>
^
1 error generated.
configure:8366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| /* end confdefs.h. */
| #include <adns.h>
configure:8366: result: no
configure:8366: checking for adns.h
configure:8366: result: no
configure:8427: checking for adns_free
configure:8427: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_adns_free", referenced from:
_main in conftest-xAR7F1.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:8427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| /* end confdefs.h. */
| /* Define adns_free to an innocuous variant, in case <limits.h> declares adns_free.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define adns_free innocuous_adns_free
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char adns_free (); 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 adns_free
|
| /* 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 adns_free ();
| /* 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_adns_free || defined __stub___adns_free
| choke me
| #endif
|
| int
| main ()
| {
| return adns_free ();
| ;
| return 0;
| }
configure:8427: result: no
configure:8472: checking for library containing res_query
configure:8503: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:8503: $? = 0
configure:8520: result: none required
configure:8587: checking for library containing dn_expand
configure:8618: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:8618: $? = 0
configure:8635: result: none required
configure:8702: checking for library containing dn_skipname
configure:8733: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_dn_skipname", referenced from:
_main in conftest-P7e7no.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:8733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 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 dn_skipname ();
| int
| main ()
| {
| return dn_skipname ();
| ;
| return 0;
| }
configure:8733: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lresolv >&5
Undefined symbols for architecture x86_64:
"_dn_skipname", referenced from:
_main in conftest-bx2Hz7.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:8733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 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 dn_skipname ();
| int
| main ()
| {
| return dn_skipname ();
| ;
| return 0;
| }
configure:8733: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lbind >&5
ld: library not found for -lbind
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:8733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 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 dn_skipname ();
| int
| main ()
| {
| return dn_skipname ();
| ;
| return 0;
| }
configure:8750: result: no
configure:8757: checking for library containing __dn_skipname
configure:8788: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:8788: $? = 0
configure:8805: result: none required
configure:8826: checking whether the resolver is usable
configure:8846: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:47:22: error: use of undeclared identifier 'PACKETSZ'
unsigned char answer[PACKETSZ];
^
conftest.c:48:23: error: use of undeclared identifier 'C_IN'
res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
^
2 errors generated.
configure:8846: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <netinet/in.h>
| #include <arpa/nameser.h>
| #include <resolv.h>
| int
| main ()
| {
| unsigned char answer[PACKETSZ];
| res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
| dn_skipname(0,0);
| dn_expand(0,0,0,0,0);
|
| ;
| return 0;
| }
configure:8853: result: no
configure:8860: checking whether I can make the resolver usable with BIND_8_COMPAT
configure:8880: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_res_9_query", referenced from:
_main in conftest-o4T3D7.o
"_res_9_dn_skipname", referenced from:
_main in conftest-o4T3D7.o
"_res_9_dn_expand", referenced from:
_main in conftest-o4T3D7.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:8880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| /* end confdefs.h. */
| #define BIND_8_COMPAT
| #include <sys/types.h>
| #include <netinet/in.h>
| #include <arpa/nameser.h>
| #include <resolv.h>
| int
| main ()
| {
| unsigned char answer[PACKETSZ];
| res_query("foo.bar",C_IN,T_A,answer,PACKETSZ);
| dn_skipname(0,0); dn_expand(0,0,0,0,0);
|
| ;
| return 0;
| }
configure:8885: result: no
configure:8996: checking whether LDAP via "-lldap" is present and sane
configure:9016: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lldap >&5
configure:9016: $? = 0
configure:9023: result: yes
configure:9066: checking for ldap_get_option
configure:9066: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lldap >&5
configure:9066: $? = 0
configure:9066: result: yes
configure:9066: checking for ldap_set_option
configure:9066: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lldap >&5
configure:9066: $? = 0
configure:9066: result: yes
configure:9080: checking for ldap_start_tls_s
configure:9080: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lldap >&5
configure:9080: $? = 0
configure:9080: result: yes
configure:9080: checking for ldap_start_tls_sA
configure:9080: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lldap >&5
Undefined symbols for architecture x86_64:
"_ldap_start_tls_sA", referenced from:
_main in conftest-eL863W.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:9080: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| /* end confdefs.h. */
| /* Define ldap_start_tls_sA to an innocuous variant, in case <limits.h> declares ldap_start_tls_sA.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ldap_start_tls_sA innocuous_ldap_start_tls_sA
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ldap_start_tls_sA (); 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 ldap_start_tls_sA
|
| /* 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 ldap_start_tls_sA ();
| /* 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_ldap_start_tls_sA || defined __stub___ldap_start_tls_sA
| choke me
| #endif
|
| int
| main ()
| {
| return ldap_start_tls_sA ();
| ;
| return 0;
| }
configure:9080: result: no
configure:9176: checking for gawk
configure:9203: result: gawk
configure:9265: checking for curl-config
configure:9283: found /usr/bin/curl-config
configure:9295: result: /usr/bin/curl-config
configure:9306: checking for the version of libcurl
configure:9313: result: 7.21.4
configure:9320: checking for libcurl >= version 7.10
configure:9333: result: yes
configure:9374: checking whether libcurl is usable
configure:9407: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lcurl >&5
configure:9407: $? = 0
configure:9421: result: yes
configure:9434: checking for curl_free
configure:9434: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lcurl >&5
configure:9434: $? = 0
configure:9434: result: yes
configure:9678: checking for ld used by GCC
configure:9742: result: /usr/bin/clang
configure:9749: checking if the linker (/usr/bin/clang) is GNU ld
configure:9762: result: no
configure:9769: checking for shared library run path origin
configure:9782: result: done
configure:10290: checking for iconv
configure:10312: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in conftest-x0fYXv.o
"_iconv", referenced from:
_main in conftest-x0fYXv.o
"_iconv_close", referenced from:
_main in conftest-x0fYXv.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:10312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:10334: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -liconv >&5
configure:10334: $? = 0
configure:10344: result: yes
configure:10347: checking for working iconv
configure:10423: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -liconv >&5
configure:10423: $? = 0
configure:10423: ./conftest
configure:10423: $? = 0
configure:10435: result: yes
configure:10450: checking how to link with libiconv
configure:10452: result: -liconv
configure:10463: checking for iconv declaration
configure:10492: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:10492: $? = 0
configure:10503: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:10521: checking for gettext
configure:10524: checking whether NLS is requested
configure:10533: result: yes
configure:10574: checking for msgfmt
configure:10609: result: no
configure:10615: checking for gmsgfmt
configure:10646: result: :
configure:10697: checking for xgettext
configure:10732: result: no
configure:10775: checking for msgmerge
configure:10809: result: no
configure:10848: checking for CFPreferencesCopyAppValue
configure:10866: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:10866: $? = 0
configure:10875: result: yes
configure:10882: checking for CFLocaleCopyCurrent
configure:10900: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:10900: $? = 0
configure:10909: result: yes
configure:10958: checking for GNU gettext in libc
configure:10978: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:72:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:10978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
| ;
| return 0;
| }
configure:10987: result: no
configure:11021: checking for iconv
configure:11075: result: yes
configure:11078: checking for working iconv
configure:11166: result: yes
configure:11181: checking how to link with libiconv
configure:11183: result: -liconv
configure:11629: checking for GNU gettext in libintl
configure:11657: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lintl >&5
conftest.c:73:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:11657: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("")
| ;
| return 0;
| }
configure:11685: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lintl -liconv >&5
conftest.c:73:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:11685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("")
| ;
| return 0;
| }
configure:11698: result: no
configure:11733: checking whether to use NLS
configure:11735: result: no
configure:11813: checking for strchr
configure:11813: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:11813: $? = 0
configure:11813: result: yes
configure:11835: checking for nl_langinfo and CODESET
configure:11851: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:11851: $? = 0
configure:11860: result: yes
configure:11871: checking for LC_MESSAGES
configure:11887: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:11887: $? = 0
configure:11895: result: yes
configure:11918: checking for header files
configure:11920: checking for ANSI C header files
configure:12024: result: yes
configure:12035: checking for string.h
configure:12035: result: yes
configure:12035: checking for unistd.h
configure:12035: result: yes
configure:12035: checking langinfo.h usability
configure:12035: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12035: $? = 0
configure:12035: result: yes
configure:12035: checking langinfo.h presence
configure:12035: /usr/bin/clang -E conftest.c
configure:12035: $? = 0
configure:12035: result: yes
configure:12035: checking for langinfo.h
configure:12035: result: yes
configure:12035: checking termio.h usability
configure:12035: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:113:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:12035: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_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 <termio.h>
configure:12035: result: no
configure:12035: checking termio.h presence
configure:12035: /usr/bin/clang -E conftest.c
conftest.c:80:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:12035: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <termio.h>
configure:12035: result: no
configure:12035: checking for termio.h
configure:12035: result: no
configure:12035: checking locale.h usability
configure:12035: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12035: $? = 0
configure:12035: result: yes
configure:12035: checking locale.h presence
configure:12035: /usr/bin/clang -E conftest.c
configure:12035: $? = 0
configure:12035: result: yes
configure:12035: checking for locale.h
configure:12035: result: yes
configure:12035: checking getopt.h usability
configure:12035: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12035: $? = 0
configure:12035: result: yes
configure:12035: checking getopt.h presence
configure:12035: /usr/bin/clang -E conftest.c
configure:12035: $? = 0
configure:12035: result: yes
configure:12035: checking for getopt.h
configure:12035: result: yes
configure:12048: checking pty.h usability
configure:12048: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:115:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:12048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_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 <pty.h>
configure:12048: result: no
configure:12048: checking pty.h presence
configure:12048: /usr/bin/clang -E conftest.c
conftest.c:82:10: fatal error: 'pty.h' file not found
#include <pty.h>
^
1 error generated.
configure:12048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
| #include <pty.h>
configure:12048: result: no
configure:12048: checking for pty.h
configure:12048: result: no
configure:12048: checking utmp.h usability
configure:12048: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12048: $? = 0
configure:12048: result: yes
configure:12048: checking utmp.h presence
configure:12048: /usr/bin/clang -E conftest.c
configure:12048: $? = 0
configure:12048: result: yes
configure:12048: checking for utmp.h
configure:12048: result: yes
configure:12048: checking pwd.h usability
configure:12048: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12048: $? = 0
configure:12048: result: yes
configure:12048: checking pwd.h presence
configure:12048: /usr/bin/clang -E conftest.c
configure:12048: $? = 0
configure:12048: result: yes
configure:12048: checking for pwd.h
configure:12048: result: yes
configure:12048: checking for inttypes.h
configure:12048: result: yes
configure:12058: checking whether time.h and sys/time.h may both be included
configure:12078: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12078: $? = 0
configure:12085: result: yes
configure:12098: checking for system characteristics
configure:12100: checking for an ANSI C-conforming const
configure:12165: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12165: $? = 0
configure:12172: result: yes
configure:12180: checking for inline
configure:12196: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12196: $? = 0
configure:12204: result: inline
configure:12222: checking for working volatile
configure:12241: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12241: $? = 0
configure:12248: result: yes
configure:12256: checking for size_t
configure:12256: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12256: $? = 0
configure:12256: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:122:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:12256: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 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:12256: result: yes
configure:12267: checking for mode_t
configure:12267: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12267: $? = 0
configure:12267: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:122:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:12267: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 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:12267: result: yes
configure:12278: checking return type of signal handlers
configure:12296: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:92:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:12296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:12303: result: void
configure:12311: checking whether sys_siglist is declared
configure:12311: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12311: $? = 0
configure:12311: result: yes
configure:12336: checking for sys/socket.h
configure:12336: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12336: $? = 0
configure:12336: result: yes
configure:12336: checking for sys/time.h
configure:12336: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12336: $? = 0
configure:12336: result: yes
configure:12336: checking for unistd.h
configure:12336: result: yes
configure:12336: checking for wchar.h
configure:12336: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12336: $? = 0
configure:12336: result: yes
configure:12336: checking for stdint.h
configure:12336: result: yes
configure:12371: checking for socklen_t
configure:12371: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12371: $? = 0
configure:12371: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:103:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:12371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:12371: result: yes
configure:12452: checking endianess
configure:12474: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12474: $? = 0
configure:12491: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:100:10: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:12491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 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:12530: result: little
configure:12545: checking for byte typedef
configure:12566: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:102:20: error: use of undeclared identifier 'byte'
int a = sizeof(byte);
^
1 error generated.
configure:12566: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <stdlib.h>
| #include <sys/types.h>
| int
| main ()
| {
|
| #undef byte
| int a = sizeof(byte);
|
| ;
| return 0;
| }
configure:12574: result: no
configure:12582: checking for ushort typedef
configure:12603: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12603: $? = 0
configure:12611: result: yes
configure:12619: checking for ulong typedef
configure:12640: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:103:20: error: use of undeclared identifier 'ulong'
int a = sizeof(ulong);
^
1 error generated.
configure:12640: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <stdlib.h>
| #include <sys/types.h>
| int
| main ()
| {
|
| #undef ulong
| int a = sizeof(ulong);
|
| ;
| return 0;
| }
configure:12648: result: no
configure:12656: checking for u16 typedef
configure:12677: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:103:20: error: use of undeclared identifier 'u16'
int a = sizeof(u16);
^
1 error generated.
configure:12677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <stdlib.h>
| #include <sys/types.h>
| int
| main ()
| {
|
| #undef u16
| int a = sizeof(u16);
|
| ;
| return 0;
| }
configure:12685: result: no
configure:12693: checking for u32 typedef
configure:12714: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:103:20: error: use of undeclared identifier 'u32'
int a = sizeof(u32);
^
1 error generated.
configure:12714: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| /* end confdefs.h. */
| #define _GNU_SOURCE 1
| #include <stdlib.h>
| #include <sys/types.h>
| int
| main ()
| {
|
| #undef u32
| int a = sizeof(u32);
|
| ;
| return 0;
| }
configure:12722: result: no
configure:12735: checking size of unsigned short
configure:12740: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12740: $? = 0
configure:12740: ./conftest
configure:12740: $? = 0
configure:12754: result: 2
configure:12768: checking size of unsigned int
configure:12773: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12773: $? = 0
configure:12773: ./conftest
configure:12773: $? = 0
configure:12787: result: 4
configure:12801: checking size of unsigned long
configure:12806: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12806: $? = 0
configure:12806: ./conftest
configure:12806: $? = 0
configure:12820: result: 8
configure:12834: checking size of unsigned long long
configure:12839: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12839: $? = 0
configure:12839: ./conftest
configure:12839: $? = 0
configure:12853: result: 8
configure:12867: checking size of time_t
configure:12872: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12872: $? = 0
configure:12872: ./conftest
configure:12872: $? = 0
configure:12899: result: 8
configure:12913: checking for UINT64_C
configure:12929: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12929: $? = 0
configure:12936: result: yes
configure:12943: checking size of uint64_t
configure:12948: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12948: $? = 0
configure:12948: ./conftest
configure:12948: $? = 0
configure:12962: result: 8
configure:12985: checking for library functions
configure:12987: checking whether getpagesize is declared
configure:12987: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:12987: $? = 0
configure:12987: result: yes
configure:12998: checking for _LARGEFILE_SOURCE value needed for large files
configure:13017: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13017: $? = 0
configure:13045: result: no
configure:13068: checking for vprintf
configure:13068: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13068: $? = 0
configure:13068: result: yes
configure:13074: checking for _doprnt
configure:13074: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"__doprnt", referenced from:
_main in conftest-X4QBH1.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:13074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); 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 _doprnt
|
| /* 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 _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:13074: result: no
configure:13085: checking for pid_t
configure:13085: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13085: $? = 0
configure:13085: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:140:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:13085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 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:13085: result: yes
configure:13098: checking vfork.h usability
configure:13098: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:137:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:13098: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 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 <vfork.h>
configure:13098: result: no
configure:13098: checking vfork.h presence
configure:13098: /usr/bin/clang -E conftest.c
conftest.c:104:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:13098: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:13098: result: no
configure:13098: checking for vfork.h
configure:13098: result: no
configure:13111: checking for fork
configure:13111: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13111: $? = 0
configure:13111: result: yes
configure:13111: checking for vfork
configure:13111: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13111: $? = 0
configure:13111: result: yes
configure:13121: checking for working fork
configure:13143: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13143: $? = 0
configure:13143: ./conftest
configure:13143: $? = 0
configure:13153: result: yes
configure:13174: checking for working vfork
configure:13284: result: yes
configure:13312: checking for strerror
configure:13312: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13312: $? = 0
configure:13312: result: yes
configure:13312: checking for strlwr
configure:13312: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_strlwr", referenced from:
_main in conftest-xVfbPV.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:13312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define strlwr to an innocuous variant, in case <limits.h> declares strlwr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlwr innocuous_strlwr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlwr (); 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 strlwr
|
| /* 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 strlwr ();
| /* 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_strlwr || defined __stub___strlwr
| choke me
| #endif
|
| int
| main ()
| {
| return strlwr ();
| ;
| return 0;
| }
configure:13312: result: no
configure:13312: checking for tcgetattr
configure:13312: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13312: $? = 0
configure:13312: result: yes
configure:13312: checking for mmap
configure:13312: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13312: $? = 0
configure:13312: result: yes
configure:13324: checking for strcasecmp
configure:13324: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13324: $? = 0
configure:13324: result: yes
configure:13324: checking for strncasecmp
configure:13324: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13324: $? = 0
configure:13324: result: yes
configure:13324: checking for ctermid
configure:13324: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13324: $? = 0
configure:13324: result: yes
configure:13324: checking for times
configure:13324: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13324: $? = 0
configure:13324: result: yes
configure:13324: checking for gmtime_r
configure:13324: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13324: $? = 0
configure:13324: result: yes
configure:13336: checking for unsetenv
configure:13336: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13336: $? = 0
configure:13336: result: yes
configure:13336: checking for fcntl
configure:13336: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13336: $? = 0
configure:13336: result: yes
configure:13336: checking for ftruncate
configure:13336: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13336: $? = 0
configure:13336: result: yes
configure:13348: checking for gettimeofday
configure:13348: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13348: $? = 0
configure:13348: result: yes
configure:13348: checking for getrusage
configure:13348: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13348: $? = 0
configure:13348: result: yes
configure:13348: checking for getrlimit
configure:13348: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13348: $? = 0
configure:13348: result: yes
configure:13348: checking for setrlimit
configure:13348: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13348: $? = 0
configure:13348: result: yes
configure:13348: checking for clock_gettime
configure:13348: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-oUDlCJ.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:13348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| /* 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:13348: result: no
configure:13360: checking for atexit
configure:13360: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13360: $? = 0
configure:13360: result: yes
configure:13360: checking for raise
configure:13360: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13360: $? = 0
configure:13360: result: yes
configure:13360: checking for getpagesize
configure:13360: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13360: $? = 0
configure:13360: result: yes
configure:13360: checking for strftime
configure:13360: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13360: $? = 0
configure:13360: result: yes
configure:13360: checking for nl_langinfo
configure:13360: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13360: $? = 0
configure:13360: result: yes
configure:13360: checking for setlocale
configure:13360: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13360: $? = 0
configure:13360: result: yes
configure:13372: checking for waitpid
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13372: checking for wait4
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13372: checking for sigaction
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13372: checking for sigprocmask
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13372: checking for pipe
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13372: checking for stat
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13372: checking for getaddrinfo
configure:13372: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13372: $? = 0
configure:13372: result: yes
configure:13384: checking for ttyname
configure:13384: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13384: $? = 0
configure:13384: result: yes
configure:13384: checking for rand
configure:13384: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13384: $? = 0
configure:13384: result: yes
configure:13384: checking for ftello
configure:13384: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13384: $? = 0
configure:13384: result: yes
configure:13384: checking for fsync
configure:13384: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13384: $? = 0
configure:13384: result: yes
configure:13384: checking for stat
configure:13384: result: yes
configure:13394: checking for struct sigaction
configure:13394: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13394: $? = 0
configure:13394: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:146:31: error: expected expression
if (sizeof ((struct sigaction)))
^
1 error generated.
configure:13394: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| /* end confdefs.h. */
| #include <signal.h>
|
| int
| main ()
| {
| if (sizeof ((struct sigaction)))
| return 0;
| ;
| return 0;
| }
configure:13394: result: yes
configure:13404: checking for sigset_t
configure:13404: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13404: $? = 0
configure:13404: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:147:23: error: expected expression
if (sizeof ((sigset_t)))
^
1 error generated.
configure:13404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| /* end confdefs.h. */
| #include <signal.h>
|
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| return 0;
| ;
| return 0;
| }
configure:13404: result: yes
configure:13422: checking for memicmp
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_memicmp", referenced from:
_main in conftest-pRjU7b.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:13422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| /* end confdefs.h. */
| /* Define memicmp to an innocuous variant, in case <limits.h> declares memicmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memicmp innocuous_memicmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memicmp (); 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 memicmp
|
| /* 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 memicmp ();
| /* 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_memicmp || defined __stub___memicmp
| choke me
| #endif
|
| int
| main ()
| {
| return memicmp ();
| ;
| return 0;
| }
configure:13422: result: no
configure:13422: checking for stpcpy
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13422: $? = 0
configure:13422: result: yes
configure:13422: checking for strsep
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13422: $? = 0
configure:13422: result: yes
configure:13422: checking for strlwr
configure:13422: result: no
configure:13422: checking for strtoul
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13422: $? = 0
configure:13422: result: yes
configure:13422: checking for memmove
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13422: $? = 0
configure:13422: result: yes
configure:13422: checking for stricmp
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_stricmp", referenced from:
_main in conftest-rycgAQ.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:13422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h. */
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define stricmp innocuous_stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stricmp (); 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 stricmp
|
| /* 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 stricmp ();
| /* 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_stricmp || defined __stub___stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return stricmp ();
| ;
| return 0;
| }
configure:13422: result: no
configure:13422: checking for strtol
configure:13422: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13422: $? = 0
configure:13422: result: yes
configure:13434: checking for memrchr
configure:13434: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_memrchr", referenced from:
_main in conftest-BqzE9u.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:13434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| /* 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:13434: result: no
configure:13434: checking for isascii
configure:13434: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13434: $? = 0
configure:13434: result: yes
configure:13434: checking for timegm
configure:13434: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13434: $? = 0
configure:13434: result: yes
configure:13434: checking for getrusage
configure:13434: result: yes
configure:13434: checking for setrlimit
configure:13434: result: yes
configure:13434: checking for stat
configure:13434: result: yes
configure:13434: checking for setlocale
configure:13434: result: yes
configure:13446: checking for flockfile
configure:13446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13446: $? = 0
configure:13446: result: yes
configure:13446: checking for funlockfile
configure:13446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13446: $? = 0
configure:13446: result: yes
configure:13446: checking for fopencookie
configure:13446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
Undefined symbols for architecture x86_64:
"_fopencookie", referenced from:
_main in conftest-GoGG75.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:13446: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| /* end confdefs.h. */
| /* Define fopencookie to an innocuous variant, in case <limits.h> declares fopencookie.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fopencookie innocuous_fopencookie
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fopencookie (); 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 fopencookie
|
| /* 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 fopencookie ();
| /* 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_fopencookie || defined __stub___fopencookie
| choke me
| #endif
|
| int
| main ()
| {
| return fopencookie ();
| ;
| return 0;
| }
configure:13446: result: no
configure:13446: checking for funopen
configure:13446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13446: $? = 0
configure:13446: result: yes
configure:13446: checking for getpwnam
configure:13446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13446: $? = 0
configure:13446: result: yes
configure:13446: checking for getpwuid
configure:13446: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13446: $? = 0
configure:13446: result: yes
configure:13464: checking for working alloca.h
configure:13481: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13481: $? = 0
configure:13489: result: yes
configure:13497: checking for alloca
configure:13534: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13534: $? = 0
configure:13542: result: yes
configure:13654: checking for stdlib.h
configure:13654: result: yes
configure:13664: checking for GNU libc compatible malloc
configure:13688: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13688: $? = 0
configure:13688: ./conftest
configure:13688: $? = 0
configure:13698: result: yes
configure:13713: checking for long long int
configure:13753: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13753: $? = 0
configure:13783: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13783: $? = 0
configure:13783: ./conftest
configure:13783: $? = 0
configure:13798: result: yes
configure:13807: checking for long double
configure:13839: result: yes
configure:13847: checking whether stat file-mode macros are broken
configure:13874: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13874: $? = 0
configure:13881: result: no
configure:13894: checking for unsigned long long int
configure:13934: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:13934: $? = 0
configure:13942: result: yes
configure:14013: checking for mkdtemp
configure:14013: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14013: $? = 0
configure:14013: result: yes
configure:14058: checking for setenv
configure:14058: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14071: checking for unsetenv
configure:14071: result: yes
configure:14191: checking for unsetenv() return type
configure:14217: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14217: $? = 0
configure:14224: result: int
configure:14236: checking for stdint.h
configure:14236: result: yes
configure:14246: checking for SIZE_MAX
configure:14320: result: yes
configure:14370: checking absolute name of <stdint.h>
configure:14385: result: /usr/include/stdint.h
configure:14402: checking whether stdint.h conforms to C99
configure:14534: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:258:7: error: bit-field 'check_UINT8_C' has negative width (-1)
int check_UINT8_C:
^
conftest.c:260:7: error: bit-field 'check_UINT16_C' has negative width (-1)
int check_UINT16_C:
^
2 errors generated.
configure:14534: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| /* end confdefs.h. */
|
|
| #include <stddef.h>
| #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| #include ABSOLUTE_STDINT_H
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
| struct s {
| int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1;
| int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1;
| int check_SIZE: 0 < SIZE_MAX ? 1 : -1;
| int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1;
| int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1;
|
| /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
| int check_UINT8_C:
| (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| int check_UINT16_C:
| (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
| /* Detect bugs in OpenBSD 3.9 stdint.h. */
| #ifdef UINT8_MAX
| int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
| int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
| int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
| int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
| int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:14539: result: no
configure:14547: checking sys/inttypes.h usability
configure:14547: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:206:10: fatal error: 'sys/inttypes.h' file not found
#include <sys/inttypes.h>
^
1 error generated.
configure:14547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| /* 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/inttypes.h>
configure:14547: result: no
configure:14547: checking sys/inttypes.h presence
configure:14547: /usr/bin/clang -E conftest.c
conftest.c:173:10: fatal error: 'sys/inttypes.h' file not found
#include <sys/inttypes.h>
^
1 error generated.
configure:14547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| /* end confdefs.h. */
| #include <sys/inttypes.h>
configure:14547: result: no
configure:14547: checking for sys/inttypes.h
configure:14547: result: no
configure:14547: checking sys/bitypes.h usability
configure:14547: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:206:10: fatal error: 'sys/bitypes.h' file not found
#include <sys/bitypes.h>
^
1 error generated.
configure:14547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| /* 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/bitypes.h>
configure:14547: result: no
configure:14547: checking sys/bitypes.h presence
configure:14547: /usr/bin/clang -E conftest.c
conftest.c:173:10: fatal error: 'sys/bitypes.h' file not found
#include <sys/bitypes.h>
^
1 error generated.
configure:14547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| /* end confdefs.h. */
| #include <sys/bitypes.h>
configure:14547: result: no
configure:14547: checking for sys/bitypes.h
configure:14547: result: no
configure:14574: checking for bit size of ptrdiff_t
configure:14579: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14579: $? = 0
configure:14579: ./conftest
configure:14579: $? = 0
configure:14601: result: 64
configure:14574: checking for bit size of sig_atomic_t
configure:14579: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14579: $? = 0
configure:14579: ./conftest
configure:14579: $? = 0
configure:14601: result: 32
configure:14574: checking for bit size of size_t
configure:14579: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14579: $? = 0
configure:14579: ./conftest
configure:14579: $? = 0
configure:14601: result: 64
configure:14574: checking for bit size of wchar_t
configure:14579: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14579: $? = 0
configure:14579: ./conftest
configure:14579: $? = 0
configure:14601: result: 32
configure:14574: checking for bit size of wint_t
configure:14579: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14579: $? = 0
configure:14579: ./conftest
configure:14579: $? = 0
configure:14601: result: 32
configure:14619: checking whether sig_atomic_t is signed
configure:14646: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14646: $? = 0
configure:14656: result: yes
configure:14619: checking whether wchar_t is signed
configure:14646: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14646: $? = 0
configure:14656: result: yes
configure:14619: checking whether wint_t is signed
configure:14646: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14646: $? = 0
configure:14656: result: yes
configure:14677: checking for ptrdiff_t integer literal suffix
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:193:19: error: redefinition of 'foo' with a different type
extern int foo;
^
conftest.c:192:25: note: previous definition is here
extern ptrdiff_t foo;
^
1 error generated.
configure:14723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| /* end confdefs.h. */
|
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| <wchar.h>. */
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern ptrdiff_t foo;
| extern int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14723: $? = 0
configure:14732: result: l
configure:14677: checking for sig_atomic_t integer literal suffix
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14723: $? = 0
configure:14732: result:
configure:14677: checking for size_t integer literal suffix
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:195:28: error: redefinition of 'foo' with a different type
extern unsigned int foo;
^
conftest.c:194:22: note: previous definition is here
extern size_t foo;
^
1 error generated.
configure:14723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| /* end confdefs.h. */
|
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| <wchar.h>. */
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern size_t foo;
| extern unsigned int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14723: $? = 0
configure:14732: result: ul
configure:14677: checking for wchar_t integer literal suffix
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14723: $? = 0
configure:14732: result:
configure:14677: checking for wint_t integer literal suffix
configure:14723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14723: $? = 0
configure:14732: result:
configure:14751: checking for strpbrk
configure:14751: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14751: $? = 0
configure:14751: result: yes
configure:14772: checking for unistd.h
configure:14772: result: yes
configure:14795: checking for stdint.h
configure:14795: result: yes
configure:14819: checking for sys/stat.h
configure:14819: result: yes
configure:14819: checking for unistd.h
configure:14819: result: yes
configure:14819: checking direct.h usability
configure:14819: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
conftest.c:224:10: fatal error: 'direct.h' file not found
#include <direct.h>
^
1 error generated.
configure:14819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_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 <direct.h>
configure:14819: result: no
configure:14819: checking direct.h presence
configure:14819: /usr/bin/clang -E conftest.c
conftest.c:191:10: fatal error: 'direct.h' file not found
#include <direct.h>
^
1 error generated.
configure:14819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:14819: result: no
configure:14819: checking for direct.h
configure:14819: result: no
configure:14829: checking if mkdir takes one argument
configure:14855: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14855: $? = 0
configure:14862: result: no
configure:14874: checking whether regular expression support is requested
configure:14883: result: yes
configure:14904: checking for library containing regcomp
configure:14935: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14935: $? = 0
configure:14952: result: none required
configure:14960: checking for regcomp
configure:14960: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14960: $? = 0
configure:14960: result: yes
configure:14975: checking whether your system's regexp library is broken
configure:14990: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:14990: $? = 0
configure:14990: ./conftest
configure:14990: $? = 0
configure:15000: result: no
configure:15049: checking zlib.h usability
configure:15049: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:15049: $? = 0
configure:15049: result: yes
configure:15049: checking zlib.h presence
configure:15049: /usr/bin/clang -E conftest.c
configure:15049: $? = 0
configure:15049: result: yes
configure:15049: checking for zlib.h
configure:15049: result: yes
configure:15051: checking for deflateInit2_ in -lz
configure:15076: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lz >&5
configure:15076: $? = 0
configure:15085: result: yes
configure:15123: checking for bzlib.h
configure:15123: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
configure:15123: $? = 0
configure:15123: result: yes
configure:15126: checking for BZ2_bzCompressInit in -lbz2
configure:15151: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lbz2 >&5
configure:15151: $? = 0
configure:15160: result: yes
configure:15214: checking whether readline via "-lreadline" is present and sane
configure:15239: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lreadline >&5
conftest.c:201:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/readline.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char *rl_compentry_func_t(const char *, int);
^
conftest.c:203:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:15239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
|
| int
| main ()
| {
|
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
|
| ;
| return 0;
| }
configure:15247: result: no
configure:15214: checking whether readline via "-lreadline -ltermcap" is present and sane
configure:15239: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lreadline -ltermcap >&5
conftest.c:201:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/readline.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char *rl_compentry_func_t(const char *, int);
^
conftest.c:203:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:15239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
|
| int
| main ()
| {
|
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
|
| ;
| return 0;
| }
configure:15247: result: no
configure:15214: checking whether readline via "-lreadline -lcurses" is present and sane
configure:15239: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lreadline -lcurses >&5
conftest.c:201:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/readline.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char *rl_compentry_func_t(const char *, int);
^
conftest.c:203:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:15239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
|
| int
| main ()
| {
|
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
|
| ;
| return 0;
| }
configure:15247: result: no
configure:15214: checking whether readline via "-lreadline -lncurses" is present and sane
configure:15239: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lreadline -lncurses >&5
conftest.c:201:1: error: unknown type name 'rl_completion_func_t'; did you mean 'rl_compentry_func_t'?
rl_completion_func_t *completer;
^~~~~~~~~~~~~~~~~~~~
rl_compentry_func_t
/usr/include/readline/readline.h:45:19: note: 'rl_compentry_func_t' declared here
typedef char *rl_compentry_func_t(const char *, int);
^
conftest.c:203:1: error: use of undeclared identifier 'rl_catch_signals'
rl_catch_signals=0;
^
2 errors generated.
configure:15239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <readline/readline.h>
| #include <readline/history.h>
|
| int
| main ()
| {
|
| rl_completion_func_t *completer;
| add_history("foobar");
| rl_catch_signals=0;
| rl_inhibit_completion=0;
| rl_attempted_completion_function=NULL;
| rl_completion_matches(NULL,NULL);
|
| ;
| return 0;
| }
configure:15247: result: no
configure:15332: checking for cc features
configure:15399: checking if gcc supports -Wno-pointer-sign
configure:15414: /usr/bin/clang -c -Wno-pointer-sign conftest.c >&5
configure:15414: $? = 0
configure:15420: result: yes
configure:15427: checking if gcc supports -Wpointer-arith
configure:15442: /usr/bin/clang -c -Wpointer-arith conftest.c >&5
configure:15442: $? = 0
configure:15448: result: yes
configure:15473: checking system features for estream-printf
configure:15477: checking for stdint.h
configure:15477: result: yes
configure:15488: checking for long long int
configure:15573: result: yes
configure:15582: checking for long double
configure:15614: result: yes
configure:15624: checking for intmax_t
configure:15624: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
configure:15624: $? = 0
configure:15624: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
conftest.c:231:23: error: expected expression
if (sizeof ((intmax_t)))
^
1 error generated.
configure:15624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| #define HAVE_STDINT_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 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:15624: result: yes
configure:15643: checking for uintmax_t
configure:15643: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
configure:15643: $? = 0
configure:15643: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
conftest.c:232:24: error: expected expression
if (sizeof ((uintmax_t)))
^
1 error generated.
configure:15643: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| #define HAVE_STDINT_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 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:15643: result: yes
configure:15660: checking for ptrdiff_t
configure:15660: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
configure:15660: $? = 0
configure:15660: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
conftest.c:233:24: error: expected expression
if (sizeof ((ptrdiff_t)))
^
1 error generated.
configure:15660: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| #define HAVE_STDINT_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 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 ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:15660: result: yes
configure:15674: checking size of unsigned long
configure:15693: result: 8
configure:15707: checking size of void *
configure:15712: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
configure:15712: $? = 0
configure:15712: ./conftest
configure:15712: $? = 0
configure:15726: result: 8
configure:15736: checking for nl_langinfo and THOUSANDS_SEP
configure:15752: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith conftest.c >&5
conftest.c:204:24: error: use of undeclared identifier 'THOUSANDS_SEP'
char* cs = nl_langinfo(THOUSANDS_SEP); return !cs;
^
1 error generated.
configure:15752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnupg2"
| #define PACKAGE_TARNAME "gnupg2"
| #define PACKAGE_VERSION "2.0.19"
| #define PACKAGE_STRING "gnupg 2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnupg2"
| #define VERSION "2.0.19"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "gnupg2"
| #define PACKAGE_GT "gnupg22"
| #define VERSION "2.0.19"
| #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
| #define NEED_LIBGCRYPT_VERSION "1.4.0"
| #define NEED_KSBA_VERSION "1.0.7"
| #define PK_UID_CACHE_SIZE 4096
| #define EXEEXT ""
| #define GNUPG_LIBASSUAN_VERSION "2.0.3"
| #define HAVE_LIBUSB 1
| #define HAVE_LIBUTIL 1
| #define SHRED "/usr/bin/shred"
| #define HAVE_PTH 1
| #define USE_GNU_PTH 1
| #define HAVE_LDAP_GET_OPTION 1
| #define HAVE_LDAP_SET_OPTION 1
| #define HAVE_LDAP_START_TLS_S 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define PRINTABLE_OS_NAME "Darwin"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define HAVE_STRCHR 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_INTTYPES_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define LITTLE_ENDIAN_HOST 1
| #define HAVE_USHORT_TYPEDEF 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_UINT64_T 8
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_FSEEKO 1
| #define HAVE_VPRINTF 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STRERROR 1
| #define HAVE_TCGETATTR 1
| #define HAVE_MMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_CTERMID 1
| #define HAVE_TIMES 1
| #define HAVE_GMTIME_R 1
| #define HAVE_UNSETENV 1
| #define HAVE_FCNTL 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATEXIT 1
| #define HAVE_RAISE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STRFTIME 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETLOCALE 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_PIPE 1
| #define HAVE_STAT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_TTYNAME 1
| #define HAVE_RAND 1
| #define HAVE_FTELLO 1
| #define HAVE_FSYNC 1
| #define HAVE_STAT 1
| #define HAVE_STRUCT_SIGACTION 1
| #define HAVE_SIGSET_T 1
| #define HAVE_STPCPY 1
| #define HAVE_STRSEP 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRTOL 1
| #define HAVE_ISASCII 1
| #define HAVE_TIMEGM 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STAT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FUNOPEN 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_STRPBRK 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BZIP2 1
| #define HAVE_STDINT_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include <langinfo.h>
| int
| main ()
| {
| char* cs = nl_langinfo(THOUSANDS_SEP); return !cs;
| ;
| return 0;
| }
configure:15761: result: no
configure:15771: checking system features for estream
configure:16252: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gnupg config.status 2.0.19, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on unknown.home
config.status:1226: creating m4/Makefile
config.status:1226: creating Makefile
config.status:1226: creating po/Makefile.in
config.status:1226: creating gl/Makefile
config.status:1226: creating include/Makefile
config.status:1226: creating jnlib/Makefile
config.status:1226: creating common/Makefile
config.status:1226: creating kbx/Makefile
config.status:1226: creating g10/Makefile
config.status:1226: creating sm/Makefile
config.status:1226: creating agent/Makefile
config.status:1226: creating scd/Makefile
config.status:1226: creating keyserver/Makefile
config.status:1226: creating keyserver/gpg2keys_mailto
config.status:1226: creating keyserver/gpg2keys_test
config.status:1226: creating tools/gpg-zip
config.status:1226: creating tools/Makefile
config.status:1226: creating doc/Makefile
config.status:1226: creating tests/Makefile
config.status:1226: creating tests/openpgp/Makefile
config.status:1226: creating tests/pkits/Makefile
config.status:1226: creating config.h
config.status:1455: executing depfiles commands
config.status:1455: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_adns_free=no
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_clock_gettime=no
ac_cv_func_ctermid=yes
ac_cv_func_curl_free=yes
ac_cv_func_fcntl=yes
ac_cv_func_flockfile=yes
ac_cv_func_fopencookie=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fsync=yes
ac_cv_func_ftello=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_funopen=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_isascii=yes
ac_cv_func_ldap_get_option=yes
ac_cv_func_ldap_set_option=yes
ac_cv_func_ldap_start_tls_s=yes
ac_cv_func_ldap_start_tls_sA=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memicmp=no
ac_cv_func_memmove=yes
ac_cv_func_memrchr=no
ac_cv_func_mkdtemp=yes
ac_cv_func_mmap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_pipe=yes
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_regcomp=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsockopt=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_stat=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_stricmp=no
ac_cv_func_strlwr=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strsep=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_ttyname=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usb_create_match=no
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_getpagesize=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_header_adns_h=no
ac_cv_header_bzlib_h=yes
ac_cv_header_direct_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pty_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bitypes_h=no
ac_cv_header_sys_inttypes_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termio_h=no
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin11.3.0
ac_cv_lib_bz2_BZ2_bzCompressInit=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_usb_usb_bulk_write=yes
ac_cv_lib_util_openpty=yes
ac_cv_lib_z_deflateInit2_=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=:
ac_cv_path_GPG_ERROR_CONFIG=/usr/local/bin/gpg-error-config
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_KSBA_CONFIG=/usr/local/bin/ksba-config
ac_cv_path_LIBASSUAN_CONFIG=/usr/local/bin/libassuan-config
ac_cv_path_LIBGCRYPT_CONFIG=/usr/local/bin/libgcrypt-config
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PTH_CONFIG=/usr/local/bin/pth-config
ac_cv_path_SHRED=/usr/bin/shred
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_XGETTEXT=:
ac_cv_path__libcurl_config=/usr/bin/curl-config
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/clang -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc__usr_bin_clang_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search___dn_skipname='none required'
ac_cv_search_dlopen='none required'
ac_cv_search_dn_expand='none required'
ac_cv_search_dn_skipname=no
ac_cv_search_regcomp='none required'
ac_cv_search_res_query='none required'
ac_cv_sizeof_time_t=8
ac_cv_sizeof_uint64_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type_intmax_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_signal=void
ac_cv_type_sigset_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_sigaction=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/clang
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
estream_cv_langinfo_thousands_sep=no
gl_cv_absolute_stdint_h=/usr/include/stdint.h
gl_cv_bitsizeof_ptrdiff_t=64
gl_cv_bitsizeof_sig_atomic_t=32
gl_cv_bitsizeof_size_t=64
gl_cv_bitsizeof_wchar_t=32
gl_cv_bitsizeof_wint_t=32
gl_cv_func_malloc_0_nonnull=1
gl_cv_header_working_stdint_h=no
gl_cv_size_max=yes
gl_cv_type_ptrdiff_t_signed=yes
gl_cv_type_ptrdiff_t_suffix=l
gl_cv_type_sig_atomic_t_signed=yes
gl_cv_type_sig_atomic_t_suffix=
gl_cv_type_size_t_signed=no
gl_cv_type_size_t_suffix=ul
gl_cv_type_wchar_t_signed=yes
gl_cv_type_wchar_t_suffix=
gl_cv_type_wint_t_signed=yes
gl_cv_type_wint_t_suffix=
gnupg_cv_c_endian=little
gnupg_cv_enable_keyserver_helpers=yes
gnupg_cv_enable_photo_viewers=yes
gnupg_cv_func_ldap_init=yes
gnupg_cv_have_regex=yes
gnupg_cv_mkdir_takes_one_arg=no
gnupg_cv_pth_is_sane=yes
gnupg_cv_regex_broken=no
gnupg_cv_typedef_byte=no
gnupg_cv_typedef_u16=no
gnupg_cv_typedef_u32=no
gnupg_cv_typedef_ulong=no
gnupg_cv_typedef_ushort=yes
gnupg_cv_uint64_c_works=yes
gt_cv_c_long_double=yes
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=no
gt_cv_func_unsetenv_ret=int
gt_cv_val_LC_MESSAGES=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=7.21.4
libcurl_cv_lib_version_ok=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABSOLUTE_STDINT_H='"/usr/include/stdint.h"'
ACLOCAL='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/missing --run aclocal-1.11'
ADNSLIBS=''
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/missing --run automake-1.11'
AWK='gawk'
BITSIZEOF_PTRDIFF_T='64'
BITSIZEOF_SIG_ATOMIC_T='32'
BITSIZEOF_SIZE_T='64'
BITSIZEOF_WCHAR_T='32'
BITSIZEOF_WINT_T='32'
BUILD_AGENT_FALSE=''
BUILD_AGENT_TRUE='#'
BUILD_DOC_FALSE='#'
BUILD_DOC_TRUE=''
BUILD_GPGSM_FALSE='#'
BUILD_GPGSM_TRUE=''
BUILD_GPGTAR_FALSE=''
BUILD_GPGTAR_TRUE='#'
BUILD_GPG_FALSE='#'
BUILD_GPG_TRUE=''
BUILD_INCLUDED_LIBINTL=''
BUILD_SCDAEMON_FALSE='#'
BUILD_SCDAEMON_TRUE=''
BUILD_SYMCRYPTRUN_FALSE='#'
BUILD_SYMCRYPTRUN_TRUE=''
BUILD_TOOLS_FALSE='#'
BUILD_TOOLS_TRUE=''
CC='/usr/bin/clang'
CCDEPMODE='depmode=none'
CC_FOR_BUILD='/usr/bin/clang'
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-pointer-sign -Wpointer-arith'
CPP='/usr/bin/clang -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_REGEX_FALSE=''
DISABLE_REGEX_TRUE='#'
DL_LIBS=''
DNSLIBS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BZIP2_SUPPORT_FALSE='#'
ENABLE_BZIP2_SUPPORT_TRUE=''
EXEEXT=''
FAKE_CURL_FALSE=''
FAKE_CURL_TRUE='#'
FAQPROG=': '
GETTEXT_MACRO_VERSION='0.17'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GMSGFMT=':'
GMSGFMT_015=':'
GNUPG_AGENT_PGM='/usr/local/bin/gpg-agent'
GNUPG_AGENT_PGM_FALSE='#'
GNUPG_AGENT_PGM_TRUE=''
GNUPG_DIRMNGR_PGM=''
GNUPG_DIRMNGR_PGM_FALSE=''
GNUPG_DIRMNGR_PGM_TRUE='#'
GNUPG_PINENTRY_PGM=''
GNUPG_PINENTRY_PGM_FALSE=''
GNUPG_PINENTRY_PGM_TRUE='#'
GNUPG_PROTECT_TOOL_PGM=''
GNUPG_PROTECT_TOOL_PGM_FALSE=''
GNUPG_PROTECT_TOOL_PGM_TRUE='#'
GNUPG_SCDAEMON_PGM=''
GNUPG_SCDAEMON_PGM_FALSE=''
GNUPG_SCDAEMON_PGM_TRUE='#'
GPGKEYS_CURL='gpg2keys_curl'
GPGKEYS_FINGER='gpg2keys_finger'
GPGKEYS_HKP='gpg2keys_hkp'
GPGKEYS_KDNS=''
GPGKEYS_LDAP='gpg2keys_ldap'
GPGKEYS_MAILTO=''
GPG_ERROR_CFLAGS='-I/usr/local/Cellar/libgpg-error/1.10/include'
GPG_ERROR_CONFIG='/usr/local/bin/gpg-error-config'
GPG_ERROR_LIBS='-L/usr/local/Cellar/libgpg-error/1.10/lib -lgpg-error'
GREP='/usr/bin/grep'
HAVE_DOSISH_SYSTEM_FALSE=''
HAVE_DOSISH_SYSTEM_TRUE='#'
HAVE_INTTYPES_H='1'
HAVE_LONG_LONG_INT='1'
HAVE_SIGNED_SIG_ATOMIC_T='1'
HAVE_SIGNED_WCHAR_T='1'
HAVE_SIGNED_WINT_T='1'
HAVE_STDINT_H='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_TYPES_H='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USTAR_FALSE='#'
HAVE_USTAR_TRUE=''
HAVE_W32_SYSTEM_FALSE=''
HAVE_W32_SYSTEM_TRUE='#'
HAVE_WCHAR_H='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
KSBA_CFLAGS='-I/usr/local/Cellar/libksba/1.2.0/include -I/usr/local/Cellar/libgpg-error/1.10/include'
KSBA_CONFIG='/usr/local/bin/ksba-config'
KSBA_LIBS='-L/usr/local/Cellar/libksba/1.2.0/lib -lksba -L/usr/local/Cellar/libgpg-error/1.10/lib -lgpg-error'
LDAPLIBS=' -lldap'
LDAP_CPPFLAGS=''
LDFLAGS=''
LIBASSUAN_CFLAGS='-I/usr/local/Cellar/libassuan/2.0.3/include -I/usr/local/Cellar/libgpg-error/1.10/include'
LIBASSUAN_CONFIG='/usr/local/bin/libassuan-config'
LIBASSUAN_LIBS='-L/usr/local/Cellar/libassuan/2.0.3/lib -lassuan -L/usr/local/Cellar/libgpg-error/1.10/lib -lgpg-error'
LIBCURL='-lcurl'
LIBCURL_CPPFLAGS=''
LIBGCRYPT_CFLAGS='-I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include'
LIBGCRYPT_CONFIG='/usr/local/bin/libgcrypt-config'
LIBGCRYPT_LIBS='-L/usr/local/Cellar/libgcrypt/1.5.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.10/lib -lgpg-error'
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBUSB_LIBS=' -lusb'
LIBUTIL_LIBS=' -lutil'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/missing --run makeinfo'
MKDIR_P='/usr/local/bin/gmkdir -p'
MSGFMT=':'
MSGFMT_015=':'
MSGMERGE=':'
NETLIBS=''
OBJEXT='o'
PACKAGE='gnupg2'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'
PACKAGE_GT='gnupg22'
PACKAGE_NAME='gnupg2'
PACKAGE_STRING='gnupg 2.0.19'
PACKAGE_TARNAME='gnupg2'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.19'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
POSUB=''
PTH_CFLAGS='-I/usr/local/Cellar/pth/2.0.7/include'
PTH_CONFIG='/usr/local/bin/pth-config'
PTH_LIBS='-L/usr/local/Cellar/pth/2.0.7/lib -lpth -ldl'
PTRDIFF_T_SUFFIX='l'
RANLIB='ranlib'
RUN_GPG_TESTS_FALSE='#'
RUN_GPG_TESTS_TRUE=''
SENDMAIL=''
SET_MAKE=''
SHELL='/bin/sh'
SHRED='/usr/bin/shred'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX='ul'
STDINT_H='stdint.h'
STRIP=''
SYS_SOCKET_H=''
TAR='/usr/bin/tar'
UNISTD_H=''
USE_DNS_SRV_FALSE=''
USE_DNS_SRV_TRUE='#'
USE_INCLUDED_LIBINTL=''
USE_NLS='no'
USE_SIMPLE_GETTEXT_FALSE=''
USE_SIMPLE_GETTEXT_TRUE='#'
VERSION='2.0.19'
W32SOCKLIBS=''
WCHAR_T_SUFFIX=''
WINDRES=':'
WINT_T_SUFFIX=''
WORKING_FAQPROG_FALSE=''
WORKING_FAQPROG_TRUE='#'
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
ZLIBS='-lz -lbz2'
_libcurl_config=''
ac_ct_CC='/usr/bin/clang'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin11.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-gnupg2-2.0.19-NgYe/gnupg-2.0.19/scripts/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/local/bin/gmkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/gnupg2/2.0.19'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gnupg2"
#define PACKAGE_TARNAME "gnupg2"
#define PACKAGE_VERSION "2.0.19"
#define PACKAGE_STRING "gnupg 2.0.19"
#define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
#define PACKAGE_URL ""
#define PACKAGE "gnupg2"
#define VERSION "2.0.19"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PACKAGE "gnupg2"
#define PACKAGE_GT "gnupg22"
#define VERSION "2.0.19"
#define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
#define NEED_LIBGCRYPT_VERSION "1.4.0"
#define NEED_KSBA_VERSION "1.0.7"
#define PK_UID_CACHE_SIZE 4096
#define EXEEXT ""
#define GNUPG_LIBASSUAN_VERSION "2.0.3"
#define HAVE_LIBUSB 1
#define HAVE_LIBUTIL 1
#define SHRED "/usr/bin/shred"
#define HAVE_PTH 1
#define USE_GNU_PTH 1
#define HAVE_LDAP_GET_OPTION 1
#define HAVE_LDAP_SET_OPTION 1
#define HAVE_LDAP_START_TLS_S 1
#define HAVE_LIBCURL 1
#define LIBCURL_FEATURE_SSL 1
#define LIBCURL_FEATURE_IPV6 1
#define LIBCURL_FEATURE_LIBZ 1
#define LIBCURL_FEATURE_ASYNCHDNS 1
#define LIBCURL_FEATURE_NTLM 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_FTPS 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_HTTPS 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_IMAPS 1
#define LIBCURL_PROTOCOL_LDAP 1
#define LIBCURL_PROTOCOL_LDAPS 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_POP3S 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_SMTPS 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1
#define PRINTABLE_OS_NAME "Darwin"
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define HAVE_ICONV 1
#define HAVE_STRCHR 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_GETOPT_H 1
#define HAVE_UTMP_H 1
#define HAVE_PWD_H 1
#define HAVE_INTTYPES_H 1
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define LITTLE_ENDIAN_HOST 1
#define HAVE_USHORT_TYPEDEF 1
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_TIME_T 8
#define SIZEOF_UINT64_T 8
#define HAVE_DECL_GETPAGESIZE 1
#define HAVE_FSEEKO 1
#define HAVE_VPRINTF 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_STRERROR 1
#define HAVE_TCGETATTR 1
#define HAVE_MMAP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_CTERMID 1
#define HAVE_TIMES 1
#define HAVE_GMTIME_R 1
#define HAVE_UNSETENV 1
#define HAVE_FCNTL 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_ATEXIT 1
#define HAVE_RAISE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_STRFTIME 1
#define HAVE_NL_LANGINFO 1
#define HAVE_SETLOCALE 1
#define HAVE_WAITPID 1
#define HAVE_WAIT4 1
#define HAVE_SIGACTION 1
#define HAVE_SIGPROCMASK 1
#define HAVE_PIPE 1
#define HAVE_STAT 1
#define HAVE_GETADDRINFO 1
#define HAVE_TTYNAME 1
#define HAVE_RAND 1
#define HAVE_FTELLO 1
#define HAVE_FSYNC 1
#define HAVE_STAT 1
#define HAVE_STRUCT_SIGACTION 1
#define HAVE_SIGSET_T 1
#define HAVE_STPCPY 1
#define HAVE_STRSEP 1
#define HAVE_STRTOUL 1
#define HAVE_MEMMOVE 1
#define HAVE_STRTOL 1
#define HAVE_ISASCII 1
#define HAVE_TIMEGM 1
#define HAVE_GETRUSAGE 1
#define HAVE_SETRLIMIT 1
#define HAVE_STAT 1
#define HAVE_SETLOCALE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_FUNOPEN 1
#define HAVE_GETPWNAM 1
#define HAVE_GETPWUID 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_MKDTEMP 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_STDINT_H 1
#define ABSOLUTE_STDINT_H "/usr/include/stdint.h"
#define BITSIZEOF_PTRDIFF_T 64
#define BITSIZEOF_SIG_ATOMIC_T 32
#define BITSIZEOF_SIZE_T 64
#define BITSIZEOF_WCHAR_T 32
#define BITSIZEOF_WINT_T 32
#define HAVE_SIGNED_SIG_ATOMIC_T 1
#define HAVE_SIGNED_WCHAR_T 1
#define HAVE_SIGNED_WINT_T 1
#define PTRDIFF_T_SUFFIX l
#define SIG_ATOMIC_T_SUFFIX
#define SIZE_T_SUFFIX ul
#define WCHAR_T_SUFFIX
#define WINT_T_SUFFIX
#define HAVE_STRPBRK 1
#define HAVE_UNISTD_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_BZIP2 1
#define HAVE_STDINT_H 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_INTMAX_T 1
#define HAVE_UINTMAX_T 1
#define HAVE_PTRDIFF_T 1
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_VOID_P 8
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment