Last active
December 18, 2015 15:58
-
-
Save jeroentbt/5807895 to your computer and use it in GitHub Desktop.
Troubleshooting info for issue when brewing p11-kit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install p11-kit 2>&1 | |
==> Downloading http://p11-glue.freedesktop.org/releases/p11-kit-0.18.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/p11-kit-0.18.1.tar.gz | |
tar xf /Library/Caches/Homebrew/p11-kit-0.18.1.tar.gz | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file configure.ac | |
patching file configure | |
Hunk #1 succeeded at 17201 with fuzz 1. | |
patching file common/library.c | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/p11-kit/0.18.1 --without-trust-paths | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/p11-kit/0.18.1 --without-trust-paths | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking whether build environment is sane... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin12.4.0 | |
checking host system type... x86_64-apple-darwin12.4.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... otool64 | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for ld used by GCC... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for GNU gettext in libc... no | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for GNU gettext in libintl... no | |
checking whether to use NLS... no | |
checking for gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking how to run the C preprocessor... cc -E | |
checking whether cc understands -c and -o together... yes | |
checking for CFPreferencesCopyAppValue... (cached) yes | |
checking for CFLocaleCopyCurrent... (cached) yes | |
checking whether to use NLS... no | |
checking for win32... no | |
checking whether byte ordering is bigendian... no | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for pthread_mutex_lock in -lpthread... yes | |
checking for library containing dlopen... none required | |
checking for library containing nanosleep... none required | |
checking for struct dirent.d_type... yes | |
checking for getprogname... yes | |
checking for getexecname... no | |
checking for basename... yes | |
checking for mkstemp... yes | |
checking for mkdtemp... yes | |
checking for strnstr... yes | |
checking for memdup... no | |
checking for strndup... yes | |
checking for asprintf... yes | |
checking for vasprintf... yes | |
checking for vsnprintf... yes | |
checking for timegm... yes | |
checking for gmtime_r... yes | |
checking whether program_invocation_short_name is declared... no | |
checking whether program_invocation_short_name is available... no | |
checking whether __progname is declared... no | |
checking for dgettext in -lintl... no | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for LIBTASN1... yes | |
checking if trust module is enabled... yes | |
checking for trust module paths... disabled | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking for gtkdoc-scan... no | |
checking for xsltproc... /usr/bin/xsltproc | |
checking whether to build documentation... no | |
checking for debug mode... no (no debug output, NDEBUG) | |
checking for more warnings... checking whether gcc understands -Wmissing-include-dirs... yes | |
checking whether gcc understands -Wundef... yes | |
checking build strict... no | |
checking whether to build with gcov testing... no | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating build/Makefile | |
config.status: creating build/certs/Makefile | |
config.status: creating common/Makefile | |
config.status: creating common/tests/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/manual/Makefile | |
config.status: creating doc/manual/version.xml | |
config.status: creating po/Makefile.in | |
config.status: creating p11-kit/Makefile | |
config.status: creating p11-kit/tests/Makefile | |
config.status: creating p11-kit/p11-kit-1.pc | |
config.status: creating p11-kit/pkcs11.conf.example | |
config.status: creating tools/Makefile | |
config.status: creating tools/p11-kit-extract-trust | |
config.status: creating tools/tests/Makefile | |
config.status: creating trust/Makefile | |
config.status: creating trust/tests/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
configure: build options: | |
Host: x86_64-apple-darwin12.4.0 | |
Debug build: no (no debug output, NDEBUG) | |
Strict build: no | |
Build documentation: no (no manual or reference) | |
System global config: ${prefix}/etc/pkcs11/pkcs11.conf | |
System module config directory: ${prefix}/etc/pkcs11/modules | |
Package module config directory: ${pkgdatadir}/modules | |
User global config: ~/.pkcs11/pkcs11.conf | |
User module config directory: ~/.pkcs11/modules | |
Load relative module paths from: ${exec_prefix}/lib/pkcs11 | |
With libtasn1 dependency: yes | |
Build trust module: yes | |
Trust module paths: | |
==> make | |
make | |
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run aclocal-1.12 -I build/m4 | |
/private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing: line 51: aclocal-1.12: command not found | |
WARNING: 'aclocal-1.12' is missing on your system. You should only need it if | |
you modified 'acinclude.m4' or 'configure.ac'. You might want | |
to install the Automake and Perl packages. Grab them from | |
any GNU archive site. | |
cd . && /bin/sh /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run automake-1.12 --gnu | |
/private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing: line 51: automake-1.12: command not found | |
WARNING: 'automake-1.12' is missing on your system. You should only need it if | |
you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'. | |
You might want to install the Automake and Perl packages. | |
Grab them from any GNU archive site. | |
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run autoconf | |
Can't locate Autom4te/C4che.pm in @INC (@INC contains: /usr/share/autoconf /Library/Perl/5.12/darwin-thread-multi-2level /Library/Perl/5.12 /Network/Library/Perl/5.12/darwin-thread-multi-2level /Network/Library/Perl/5.12 /Library/Perl/Updates/5.12.4 /System/Library/Perl/5.12/darwin-thread-multi-2level /System/Library/Perl/5.12 /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level /System/Library/Perl/Extras/5.12 .) at /usr/bin/autom4te line 39. | |
BEGIN failed--compilation aborted at /usr/bin/autom4te line 39. | |
make: *** [configure] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 6ffa175c065115b0be937e8b89d76787a330860e | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8.4-x86_64 | |
Xcode: 4.6.3 | |
CLT: 4.6.0.0.1.1365549073 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libtasn1/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtasn1/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: p11-kit did not build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by p11-kit configure 0.18.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/p11-kit/0.18.1 --without-trust-paths | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = alita.local | |
uname -m = x86_64 | |
uname -r = 12.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~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 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 | |
Kernel configured for up to 2 processors. | |
2 processors are physically available. | |
2 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 188 tasks, 1066 threads, 2 processors | |
Load average: 1.41, Mach factor: 0.74 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/libtasn1/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2539: checking for gcc | |
configure:2566: result: cc | |
configure:2795: checking for C compiler version | |
configure:2804: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
configure:2815: $? = 0 | |
configure:2804: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:2815: $? = 0 | |
configure:2804: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:2815: $? = 1 | |
configure:2804: cc -qversion >&5 | |
clang: error: no input files | |
configure:2815: $? = 1 | |
configure:2835: checking whether the C compiler works | |
configure:2857: cc conftest.c >&5 | |
configure:2861: $? = 0 | |
configure:2909: result: yes | |
configure:2912: checking for C compiler default output file name | |
configure:2914: result: a.out | |
configure:2920: checking for suffix of executables | |
configure:2927: cc -o conftest conftest.c >&5 | |
configure:2931: $? = 0 | |
configure:2953: result: | |
configure:2975: checking whether we are cross compiling | |
configure:2983: cc -o conftest conftest.c >&5 | |
configure:2987: $? = 0 | |
configure:2994: ./conftest | |
configure:2998: $? = 0 | |
configure:3013: result: no | |
configure:3018: checking for suffix of object files | |
configure:3040: cc -c conftest.c >&5 | |
configure:3044: $? = 0 | |
configure:3065: result: o | |
configure:3069: checking whether we are using the GNU C compiler | |
configure:3088: cc -c conftest.c >&5 | |
configure:3088: $? = 0 | |
configure:3097: result: yes | |
configure:3106: checking whether cc accepts -g | |
configure:3126: cc -c -g conftest.c >&5 | |
configure:3126: $? = 0 | |
configure:3167: result: yes | |
configure:3184: checking for cc option to accept ISO C89 | |
configure:3247: cc -c -g -O2 conftest.c >&5 | |
configure:3247: $? = 0 | |
configure:3260: result: none needed | |
configure:3286: checking how to run the C preprocessor | |
configure:3317: cc -E conftest.c | |
configure:3317: $? = 0 | |
configure:3331: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3331: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3356: result: cc -E | |
configure:3376: cc -E conftest.c | |
configure:3376: $? = 0 | |
configure:3390: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3390: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3419: checking for grep that handles long lines and -e | |
configure:3477: result: /usr/bin/grep | |
configure:3482: checking for egrep | |
configure:3544: result: /usr/bin/grep -E | |
configure:3549: checking for ANSI C header files | |
configure:3569: cc -c -g -O2 conftest.c >&5 | |
configure:3569: $? = 0 | |
configure:3642: cc -o conftest -g -O2 conftest.c >&5 | |
configure:3642: $? = 0 | |
configure:3642: ./conftest | |
configure:3642: $? = 0 | |
configure:3653: result: yes | |
configure:3666: checking for sys/types.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for sys/stat.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for stdlib.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for string.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for memory.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for strings.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for inttypes.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for stdint.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3666: checking for unistd.h | |
configure:3666: cc -c -g -O2 conftest.c >&5 | |
configure:3666: $? = 0 | |
configure:3666: result: yes | |
configure:3679: checking minix/config.h usability | |
configure:3679: cc -c -g -O2 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:3679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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:3679: result: no | |
configure:3679: checking minix/config.h presence | |
configure:3679: cc -E conftest.c | |
conftest.c:19:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:3679: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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:3679: result: no | |
configure:3679: checking for minix/config.h | |
configure:3679: result: no | |
configure:3700: checking whether it is safe to define __EXTENSIONS__ | |
configure:3718: cc -c -g -O2 conftest.c >&5 | |
configure:3718: $? = 0 | |
configure:3725: result: yes | |
configure:3801: checking for a BSD-compatible install | |
configure:3869: result: /usr/bin/install -c | |
configure:3880: checking whether build environment is sane | |
configure:3935: result: yes | |
configure:4086: checking for a thread-safe mkdir -p | |
configure:4125: result: ./install-sh -c -d | |
configure:4132: checking for gawk | |
configure:4162: result: no | |
configure:4132: checking for mawk | |
configure:4162: result: no | |
configure:4132: checking for nawk | |
configure:4162: result: no | |
configure:4132: checking for awk | |
configure:4148: found /usr/bin/awk | |
configure:4159: result: awk | |
configure:4170: checking whether make sets $(MAKE) | |
configure:4192: result: yes | |
configure:4222: checking for style of include used by make | |
configure:4250: result: GNU | |
configure:4342: checking dependency style of cc | |
configure:4453: result: none | |
configure:4469: checking whether build environment is sane | |
configure:4524: result: yes | |
configure:4537: checking whether to enable maintainer-specific portions of Makefiles | |
configure:4546: result: yes | |
configure:4570: checking whether make supports nested variables | |
configure:4587: result: yes | |
configure:4629: checking build system type | |
configure:4643: result: x86_64-apple-darwin12.4.0 | |
configure:4663: checking host system type | |
configure:4676: result: x86_64-apple-darwin12.4.0 | |
configure:4717: checking how to print strings | |
configure:4744: result: printf | |
configure:4765: checking for a sed that does not truncate output | |
configure:4829: result: /usr/local/Library/ENV/4.3/sed | |
configure:4847: checking for fgrep | |
configure:4909: result: /usr/bin/grep -F | |
configure:4944: checking for ld used by cc | |
configure:5011: result: /usr/bin/ld | |
configure:5018: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:5033: result: no | |
configure:5045: checking for BSD- or MS-compatible name lister (nm) | |
configure:5094: result: /usr/bin/nm | |
configure:5224: checking the name lister (/usr/bin/nm) interface | |
configure:5231: cc -c -g -O2 conftest.c >&5 | |
configure:5234: /usr/bin/nm "conftest.o" | |
configure:5237: output | |
0000000000000210 S _some_variable | |
configure:5244: result: BSD nm | |
configure:5247: checking whether ln -s works | |
configure:5251: result: yes | |
configure:5259: checking the maximum length of command line arguments | |
configure:5389: result: 196608 | |
configure:5406: checking whether the shell understands some XSI constructs | |
configure:5416: result: yes | |
configure:5420: checking whether the shell understands "+=" | |
configure:5426: result: yes | |
configure:5461: checking how to convert x86_64-apple-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format | |
configure:5501: result: func_convert_file_noop | |
configure:5508: checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format | |
configure:5528: result: func_convert_file_noop | |
configure:5535: checking for /usr/bin/ld option to reload object files | |
configure:5542: result: -r | |
configure:5616: checking for objdump | |
configure:5646: result: no | |
configure:5675: checking how to recognize dependent libraries | |
configure:5877: result: pass_all | |
configure:5962: checking for dlltool | |
configure:5992: result: no | |
configure:6022: checking how to associate runtime and link libraries | |
configure:6049: result: printf %s\n | |
configure:6109: checking for ar | |
configure:6125: found /usr/bin/ar | |
configure:6136: result: ar | |
configure:6173: checking for archiver @FILE support | |
configure:6190: cc -c -g -O2 conftest.c >&5 | |
configure:6190: $? = 0 | |
configure:6193: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6196: $? = 1 | |
configure:6216: result: no | |
configure:6274: checking for strip | |
configure:6290: found /usr/bin/strip | |
configure:6301: result: strip | |
configure:6373: checking for ranlib | |
configure:6389: found /usr/bin/ranlib | |
configure:6400: result: ranlib | |
configure:6502: checking command to parse /usr/bin/nm output from cc object | |
configure:6622: cc -c -g -O2 conftest.c >&5 | |
configure:6625: $? = 0 | |
configure:6629: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6632: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6622: cc -c -g -O2 conftest.c >&5 | |
configure:6625: $? = 0 | |
configure:6629: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6632: $? = 0 | |
configure:6698: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6701: $? = 0 | |
configure:6739: result: ok | |
configure:6776: checking for sysroot | |
configure:6806: result: no | |
configure:7062: checking for mt | |
configure:7092: result: no | |
configure:7112: checking if : is a manifest tool | |
configure:7118: : '-?' | |
configure:7126: result: no | |
configure:7182: checking for dsymutil | |
configure:7198: found /usr/bin/dsymutil | |
configure:7209: result: dsymutil | |
configure:7274: checking for nmedit | |
configure:7290: found /usr/bin/nmedit | |
configure:7301: result: nmedit | |
configure:7366: checking for lipo | |
configure:7382: found /usr/bin/lipo | |
configure:7393: result: lipo | |
configure:7458: checking for otool | |
configure:7474: found /usr/bin/otool | |
configure:7485: result: otool | |
configure:7550: checking for otool64 | |
configure:7566: found /usr/bin/otool64 | |
configure:7577: result: otool64 | |
configure:7625: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7658: result: yes | |
configure:7661: checking for -exported_symbols_list linker flag | |
configure:7681: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7681: $? = 0 | |
configure:7691: result: yes | |
configure:7694: checking for -force_load linker flag | |
cc -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7726: result: yes | |
configure:7765: checking for dlfcn.h | |
configure:7765: cc -c -g -O2 conftest.c >&5 | |
configure:7765: $? = 0 | |
configure:7765: result: yes | |
configure:7969: checking for objdir | |
configure:7984: result: .libs | |
configure:8255: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8273: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8277: $? = 0 | |
configure:8290: result: yes | |
configure:8617: checking for cc option to produce PIC | |
configure:8624: result: -fno-common -DPIC | |
configure:8632: checking if cc PIC flag -fno-common -DPIC works | |
configure:8650: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8654: $? = 0 | |
configure:8667: result: yes | |
configure:8696: checking if cc static flag -static works | |
configure:8724: result: no | |
configure:8739: checking if cc supports -c -o file.o | |
configure:8760: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:8764: $? = 0 | |
configure:8786: result: yes | |
configure:8794: checking if cc supports -c -o file.o | |
configure:8841: result: yes | |
configure:8874: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:10027: result: yes | |
configure:10267: checking dynamic linker characteristics | |
configure:11004: result: darwin12.4.0 dyld | |
configure:11111: checking how to hardcode library paths into programs | |
configure:11136: result: immediate | |
configure:11181: checking for dlopen in -ldl | |
configure:11206: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:11206: $? = 0 | |
configure:11215: result: yes | |
configure:11430: checking whether a program can dlopen itself | |
configure:11510: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:11513: $? = 0 | |
configure:11531: result: yes | |
configure:11536: checking whether a statically linked program can dlopen itself | |
configure:11616: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:11619: $? = 0 | |
configure:11637: result: yes | |
configure:11676: checking whether stripping libraries is possible | |
configure:11690: result: yes | |
configure:11716: checking if libtool supports shared libraries | |
configure:11718: result: yes | |
configure:11721: checking whether to build shared libraries | |
configure:11742: result: yes | |
configure:11745: checking whether to build static libraries | |
configure:11749: result: no | |
configure:11794: checking whether NLS is requested | |
configure:11803: result: yes | |
configure:11844: checking for msgfmt | |
configure:11879: result: no | |
configure:11885: checking for gmsgfmt | |
configure:11916: result: : | |
configure:11967: checking for xgettext | |
configure:12002: result: no | |
configure:12045: checking for msgmerge | |
configure:12079: result: no | |
configure:12133: checking for ld used by GCC | |
configure:12197: result: /usr/bin/ld | |
configure:12204: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:12217: result: no | |
configure:12224: checking for shared library run path origin | |
configure:12237: result: done | |
configure:12809: checking for CFPreferencesCopyAppValue | |
configure:12827: cc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:12827: $? = 0 | |
configure:12836: result: yes | |
configure:12843: checking for CFLocaleCopyCurrent | |
configure:12861: cc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:12861: $? = 0 | |
configure:12870: result: yes | |
configure:12919: checking for GNU gettext in libc | |
configure:12939: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:30:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:12939: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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:12948: result: no | |
configure:12982: checking for iconv | |
configure:13004: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-a8rvkC.o | |
"_iconv_close", referenced from: | |
_main in conftest-a8rvkC.o | |
"_iconv_open", referenced from: | |
_main in conftest-a8rvkC.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:13004: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| /* 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:13026: cc -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:13026: $? = 0 | |
configure:13036: result: yes | |
configure:13039: checking for working iconv | |
configure:13134: cc -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:13134: $? = 0 | |
configure:13134: ./conftest | |
configure:13134: $? = 0 | |
configure:13146: result: yes | |
configure:13161: checking how to link with libiconv | |
configure:13163: result: -liconv | |
configure:13635: checking for GNU gettext in libintl | |
configure:13663: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
conftest.c:31:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:13663: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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:13691: cc -o conftest -g -O2 conftest.c -lintl -liconv >&5 | |
conftest.c:31:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:13691: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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:13704: result: no | |
configure:13739: checking whether to use NLS | |
configure:13741: result: no | |
configure:13861: checking for gcc | |
configure:13888: result: cc | |
configure:14117: checking for C compiler version | |
configure:14126: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
configure:14137: $? = 0 | |
configure:14126: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:14137: $? = 0 | |
configure:14126: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:14137: $? = 1 | |
configure:14126: cc -qversion >&5 | |
clang: error: no input files | |
configure:14137: $? = 1 | |
configure:14141: checking whether we are using the GNU C compiler | |
configure:14169: result: yes | |
configure:14178: checking whether cc accepts -g | |
configure:14239: result: yes | |
configure:14256: checking for cc option to accept ISO C89 | |
configure:14332: result: none needed | |
configure:14357: checking how to run the C preprocessor | |
configure:14427: result: cc -E | |
configure:14447: cc -E conftest.c | |
configure:14447: $? = 0 | |
configure:14461: cc -E conftest.c | |
conftest.c:31:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:14461: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:14493: checking whether cc understands -c and -o together | |
configure:14521: cc -c conftest.c -o conftest2.o >&5 | |
configure:14525: $? = 0 | |
configure:14531: cc -c conftest.c -o conftest2.o >&5 | |
configure:14535: $? = 0 | |
configure:14590: result: yes | |
configure:14638: checking for CFPreferencesCopyAppValue | |
configure:14665: result: yes | |
configure:14672: checking for CFLocaleCopyCurrent | |
configure:14699: result: yes | |
configure:15568: checking whether to use NLS | |
configure:15570: result: no | |
configure:15646: checking for win32 | |
configure:15668: result: no | |
configure:15679: checking whether byte ordering is bigendian | |
configure:15694: cc -c -g -O2 conftest.c >&5 | |
configure:15694: $? = 0 | |
configure:15739: cc -c -g -O2 conftest.c >&5 | |
configure:15739: $? = 0 | |
configure:15757: cc -c -g -O2 conftest.c >&5 | |
conftest.c:41:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:15757: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 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:15885: result: no | |
configure:15907: checking for stdbool.h that conforms to C99 | |
configure:15974: cc -c -g -O2 conftest.c >&5 | |
configure:15974: $? = 0 | |
configure:15981: result: yes | |
configure:15983: checking for _Bool | |
configure:15983: cc -c -g -O2 conftest.c >&5 | |
configure:15983: $? = 0 | |
configure:15983: cc -c -g -O2 conftest.c >&5 | |
conftest.c:70:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:15983: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:15983: result: yes | |
configure:16002: checking for pthread_mutex_lock in -lpthread | |
configure:16027: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16027: $? = 0 | |
configure:16036: result: yes | |
configure:16049: checking for library containing dlopen | |
configure:16080: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16080: $? = 0 | |
configure:16097: result: none required | |
configure:16107: checking for library containing nanosleep | |
configure:16138: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16138: $? = 0 | |
configure:16155: result: none required | |
configure:16167: checking for struct dirent.d_type | |
configure:16167: cc -c -g -O2 conftest.c >&5 | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16181: checking for getprogname | |
configure:16181: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16181: $? = 0 | |
configure:16181: result: yes | |
configure:16181: checking for getexecname | |
configure:16181: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
Undefined symbols for architecture x86_64: | |
"_getexecname", referenced from: | |
_main in conftest-ayEDCW.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:16181: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| /* end confdefs.h. */ | |
| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getexecname innocuous_getexecname | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getexecname (); 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 getexecname | |
| | |
| /* 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 getexecname (); | |
| /* 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_getexecname || defined __stub___getexecname | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getexecname (); | |
| ; | |
| return 0; | |
| } | |
configure:16181: result: no | |
configure:16181: checking for basename | |
configure:16181: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16181: $? = 0 | |
configure:16181: result: yes | |
configure:16181: checking for mkstemp | |
configure:16181: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16181: $? = 0 | |
configure:16181: result: yes | |
configure:16181: checking for mkdtemp | |
configure:16181: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16181: $? = 0 | |
configure:16181: result: yes | |
configure:16193: checking for strnstr | |
configure:16193: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16193: $? = 0 | |
configure:16193: result: yes | |
configure:16193: checking for memdup | |
configure:16193: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
Undefined symbols for architecture x86_64: | |
"_memdup", referenced from: | |
_main in conftest-GkC9li.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:16193: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_BASENAME 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_STRNSTR 1 | |
| /* end confdefs.h. */ | |
| /* Define memdup to an innocuous variant, in case <limits.h> declares memdup. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memdup innocuous_memdup | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memdup (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef memdup | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char memdup (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_memdup || defined __stub___memdup | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memdup (); | |
| ; | |
| return 0; | |
| } | |
configure:16193: result: no | |
configure:16193: checking for strndup | |
configure:16193: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
conftest.c:66:6: warning: incompatible redeclaration of library function 'strndup' | |
char strndup (); | |
^ | |
conftest.c:66:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)' | |
1 warning generated. | |
configure:16193: $? = 0 | |
configure:16193: result: yes | |
configure:16205: checking for asprintf | |
configure:16205: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
conftest.c:78:18: warning: format string missing [-Wformat] | |
return asprintf (); | |
~~~~~~~~ ^ | |
1 warning generated. | |
configure:16205: $? = 0 | |
configure:16205: result: yes | |
configure:16205: checking for vasprintf | |
configure:16205: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
conftest.c:79:19: warning: format string missing [-Wformat] | |
return vasprintf (); | |
~~~~~~~~~ ^ | |
1 warning generated. | |
configure:16205: $? = 0 | |
configure:16205: result: yes | |
configure:16205: checking for vsnprintf | |
configure:16205: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
conftest.c:69:6: warning: incompatible redeclaration of library function 'vsnprintf' | |
char vsnprintf (); | |
^ | |
conftest.c:69:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:16205: $? = 0 | |
configure:16205: result: yes | |
configure:16216: checking for timegm | |
configure:16216: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16216: $? = 0 | |
configure:16216: result: yes | |
configure:16229: checking for gmtime_r | |
configure:16229: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:16229: $? = 0 | |
configure:16229: result: yes | |
configure:16244: checking whether program_invocation_short_name is declared | |
configure:16244: cc -c -g -O2 conftest.c >&5 | |
conftest.c:90:10: error: use of undeclared identifier 'program_invocation_short_name' | |
(void) program_invocation_short_name; | |
^ | |
1 error generated. | |
configure:16244: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_BASENAME 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_STRNSTR 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| #ifndef program_invocation_short_name | |
| #ifdef __cplusplus | |
| (void) program_invocation_short_name; | |
| #else | |
| (void) program_invocation_short_name; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16244: result: no | |
configure:16255: checking whether program_invocation_short_name is available | |
configure:16268: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
conftest.c:51:10: fatal error: 'argp.h' file not found | |
#include <argp.h> | |
^ | |
1 error generated. | |
configure:16268: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_BASENAME 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_STRNSTR 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| /* end confdefs.h. */ | |
| #include <argp.h> | |
| int | |
| main () | |
| { | |
| program_invocation_short_name = "test"; | |
| ; | |
| return 0; | |
| } | |
configure:16275: result: no | |
configure:16280: checking whether __progname is declared | |
configure:16280: cc -c -g -O2 conftest.c >&5 | |
conftest.c:91:10: error: use of undeclared identifier '__progname' | |
(void) __progname; | |
^ | |
1 error generated. | |
configure:16280: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_BASENAME 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_STRNSTR 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| #ifndef __progname | |
| #ifdef __cplusplus | |
| (void) __progname; | |
| #else | |
| (void) __progname; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16280: result: no | |
configure:16295: cc -o conftest -g -O2 conftest.c -lpthread >&5 | |
conftest.c:52:26: warning: return type of 'main' is not 'int' [-Wmain-return-type] | |
extern char *__progname; void main() { } | |
^ | |
1 warning generated. | |
configure:16295: $? = 0 | |
configure:16304: checking for dgettext in -lintl | |
configure:16329: cc -o conftest -g -O2 conftest.c -lintl -lpthread >&5 | |
ld: library not found for -lintl | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16329: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "p11-kit" | |
| #define PACKAGE_TARNAME "p11-kit" | |
| #define PACKAGE_VERSION "0.18.1" | |
| #define PACKAGE_STRING "p11-kit 0.18.1" | |
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
| #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 "p11-kit" | |
| #define VERSION "0.18.1" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define OS_UNIX 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_BASENAME 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_STRNSTR 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___PROGNAME 0 | |
| #define HAVE___PROGNAME 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 dgettext (); | |
| int | |
| main () | |
| { | |
| return dgettext (); | |
| ; | |
| return 0; | |
| } | |
configure:16338: result: no | |
configure:16454: checking for pkg-config | |
configure:16472: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:16484: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:16509: checking pkg-config is at least version 0.9.0 | |
configure:16512: result: yes | |
configure:16524: checking for LIBTASN1 | |
configure:16531: $PKG_CONFIG --exists --print-errors "libtasn1 >= 2.14" | |
configure:16534: $? = 0 | |
configure:16548: $PKG_CONFIG --exists --print-errors "libtasn1 >= 2.14" | |
configure:16551: $? = 0 | |
configure:16591: result: yes | |
configure:16624: checking if trust module is enabled | |
configure:16654: result: yes | |
configure:16664: checking for trust module paths | |
configure:16670: result: disabled | |
configure:16719: checking for gtkdoc-check | |
configure:16752: result: no | |
configure:16761: checking for gtkdoc-rebase | |
configure:16794: result: no | |
configure:16805: checking for gtkdoc-mkpdf | |
configure:16838: result: no | |
configure:16845: checking for gtkdoc-scan | |
configure:16878: result: no | |
configure:16885: checking for xsltproc | |
configure:16903: found /usr/bin/xsltproc | |
configure:16915: result: /usr/bin/xsltproc | |
configure:16956: checking whether to build documentation | |
configure:16958: result: no | |
configure:17024: checking for debug mode | |
configure:17060: result: no (no debug output, NDEBUG) | |
configure:17063: checking for more warnings | |
configure:17076: checking whether gcc understands -Wmissing-include-dirs | |
configure:17089: cc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wno-missing-format-attribute -fno-strict-aliasing -Wmissing-include-dirs conftest.c >&5 | |
configure:17089: $? = 0 | |
configure:17095: result: yes | |
configure:17076: checking whether gcc understands -Wundef | |
configure:17089: cc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wno-missing-format-attribute -fno-strict-aliasing -Wmissing-include-dirs -Wundef conftest.c >&5 | |
configure:17089: $? = 0 | |
configure:17095: result: yes | |
configure:17112: checking build strict | |
configure:17127: result: no | |
configure:17130: checking whether to build with gcov testing | |
configure:17140: result: no | |
configure:17450: checking that generated files are newer than configure | |
configure:17456: result: done | |
configure:17474: checking that generated files are newer than configure | |
configure:17480: result: done | |
configure:17528: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by p11-kit config.status 0.18.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on alita.local | |
config.status:1204: creating Makefile | |
config.status:1204: creating build/Makefile | |
config.status:1204: creating build/certs/Makefile | |
config.status:1204: creating common/Makefile | |
config.status:1204: creating common/tests/Makefile | |
config.status:1204: creating doc/Makefile | |
config.status:1204: creating doc/manual/Makefile | |
config.status:1204: creating doc/manual/version.xml | |
config.status:1204: creating po/Makefile.in | |
config.status:1204: creating p11-kit/Makefile | |
config.status:1204: creating p11-kit/tests/Makefile | |
config.status:1204: creating p11-kit/p11-kit-1.pc | |
config.status:1204: creating p11-kit/pkcs11.conf.example | |
config.status:1204: creating tools/Makefile | |
config.status:1204: creating tools/p11-kit-extract-trust | |
config.status:1204: creating tools/tests/Makefile | |
config.status:1204: creating trust/Makefile | |
config.status:1204: creating trust/tests/Makefile | |
config.status:1204: creating config.h | |
config.status:1433: executing depfiles commands | |
config.status:1433: executing libtool commands | |
config.status:1433: executing po-directories commands | |
configure:19914: build options: | |
Host: x86_64-apple-darwin12.4.0 | |
Debug build: no (no debug output, NDEBUG) | |
Strict build: no | |
Build documentation: no (no manual or reference) | |
System global config: ${prefix}/etc/pkcs11/pkcs11.conf | |
System module config directory: ${prefix}/etc/pkcs11/modules | |
Package module config directory: ${pkgdatadir}/modules | |
User global config: ~/.pkcs11/pkcs11.conf | |
User module config directory: ~/.pkcs11/modules | |
Load relative module paths from: ${exec_prefix}/lib/pkcs11 | |
With libtasn1 dependency: yes | |
Build trust module: yes | |
Trust module paths: | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.4.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
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_LIBTASN1_CFLAGS_set= | |
ac_cv_env_LIBTASN1_CFLAGS_value= | |
ac_cv_env_LIBTASN1_LIBS_set= | |
ac_cv_env_LIBTASN1_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libtasn1/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_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_asprintf=yes | |
ac_cv_func_basename=yes | |
ac_cv_func_getexecname=no | |
ac_cv_func_getprogname=yes | |
ac_cv_func_gmtime_r=yes | |
ac_cv_func_memdup=no | |
ac_cv_func_mkdtemp=yes | |
ac_cv_func_mkstemp=yes | |
ac_cv_func_strndup=yes | |
ac_cv_func_strnstr=yes | |
ac_cv_func_timegm=yes | |
ac_cv_func_vasprintf=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_have_decl___progname=no | |
ac_cv_have_decl_program_invocation_short_name=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin12.4.0 | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_intl_dgettext=no | |
ac_cv_lib_pthread_pthread_mutex_lock=yes | |
ac_cv_member_struct_dirent_d_type=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GMSGFMT=: | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MSGFMT=: | |
ac_cv_path_MSGMERGE=: | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_XGETTEXT=: | |
ac_cv_path_XSLTPROC=/usr/bin/xsltproc | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL64=otool64 | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_cc_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_dlopen='none required' | |
ac_cv_search_nanosleep='none required' | |
ac_cv_type__Bool=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/ld | |
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_lib_iconv=yes | |
am_cv_make_support_nested_variables=yes | |
gt_cv_func_CFLocaleCopyCurrent=yes | |
gt_cv_func_CFPreferencesCopyAppValue=yes | |
gt_cv_func_gnugettext2_libc=no | |
gt_cv_func_gnugettext2_libintl=no | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_dlopen=dlopen | |
lt_cv_dlopen_libs=-ldl | |
lt_cv_dlopen_self=yes | |
lt_cv_dlopen_self_static=yes | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pkg_cv_LIBTASN1_CFLAGS='-I/usr/local/Cellar/libtasn1/3.3/include ' | |
pkg_cv_LIBTASN1_LIBS='-L/usr/local/Cellar/libtasn1/3.3/lib -ltasn1 ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run aclocal-1.12' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run automake-1.12' | |
AWK='awk' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wno-missing-format-attribute -fno-strict-aliasing -Wmissing-include-dirs -Wundef' | |
CPP='cc -E' | |
CPPFLAGS='' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_GTK_DOC_FALSE='' | |
ENABLE_GTK_DOC_TRUE='#' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GCOV='' | |
GENHTML='' | |
GETTEXT_MACRO_VERSION='0.18' | |
GMSGFMT=':' | |
GMSGFMT_015=':' | |
GREP='/usr/bin/grep' | |
GTKDOC_CHECK='' | |
GTKDOC_MKPDF='' | |
GTKDOC_REBASE='true' | |
GTKDOC_SCAN='' | |
GTK_DOC_BUILD_HTML_FALSE='#' | |
GTK_DOC_BUILD_HTML_TRUE='' | |
GTK_DOC_BUILD_PDF_FALSE='' | |
GTK_DOC_BUILD_PDF_TRUE='#' | |
GTK_DOC_USE_LIBTOOL_FALSE='#' | |
GTK_DOC_USE_LIBTOOL_TRUE='' | |
GTK_DOC_USE_REBASE_FALSE='#' | |
GTK_DOC_USE_REBASE_TRUE='' | |
HTML_DIR='${datadir}/gtk-doc/html' | |
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' | |
LCOV='' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LIBICONV='-liconv' | |
LIBINTL='' | |
LIBOBJS='' | |
LIBS='-lpthread ' | |
LIBTASN1_CFLAGS='-I/usr/local/Cellar/libtasn1/3.3/include ' | |
LIBTASN1_LIBS='-L/usr/local/Cellar/libtasn1/3.3/lib -ltasn1 ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBICONV='-liconv' | |
LTLIBINTL='' | |
LTLIBOBJS='' | |
MAINT='' | |
MAINTAINER_MODE_FALSE='#' | |
MAINTAINER_MODE_TRUE='' | |
MAKEINFO='${SHELL} /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
MSGFMT=':' | |
MSGFMT_015=':' | |
MSGMERGE=':' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OS_WIN32_FALSE='' | |
OS_WIN32_TRUE='#' | |
OTOOL64='otool64' | |
OTOOL='otool' | |
P11KIT_LT_RELEASE='0:0:0' | |
PACKAGE='p11-kit' | |
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue' | |
PACKAGE_NAME='p11-kit' | |
PACKAGE_STRING='p11-kit 0.18.1' | |
PACKAGE_TARNAME='p11-kit' | |
PACKAGE_URL='http://p11-glue.freedesktop.org/p11-kit.html' | |
PACKAGE_VERSION='0.18.1' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8' | |
PKG_CONFIG_PATH='/usr/local/opt/libtasn1/lib/pkgconfig' | |
POSUB='' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SHLEXT='.so' | |
STRIP='strip' | |
USE_NLS='no' | |
VERSION='0.18.1' | |
WITH_ASN1_FALSE='#' | |
WITH_ASN1_TRUE='' | |
WITH_COVERAGE_FALSE='' | |
WITH_COVERAGE_TRUE='#' | |
WITH_TRUST_MODULE_FALSE='#' | |
WITH_TRUST_MODULE_TRUE='' | |
XGETTEXT=':' | |
XGETTEXT_015=':' | |
XGETTEXT_EXTRA_OPTIONS='' | |
XSLTPROC='/usr/bin/xsltproc' | |
ac_ct_AR='ar' | |
ac_ct_CC='cc' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.4.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/p11-kit-7Ca9/p11-kit-0.18.1/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/./install-sh -c -d' | |
oldincludedir='/usr/include' | |
p11_module_path='${exec_prefix}/lib/pkcs11' | |
p11_package_config_modules='${pkgdatadir}/modules' | |
p11_system_config='${prefix}/etc/pkcs11' | |
p11_system_config_file='${prefix}/etc/pkcs11/pkcs11.conf' | |
p11_system_config_modules='${prefix}/etc/pkcs11/modules' | |
p11_user_config='~/.pkcs11' | |
p11_user_config_file='~/.pkcs11/pkcs11.conf' | |
p11_user_config_modules='~/.pkcs11/modules' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/p11-kit/0.18.1' | |
privatedir='${libdir}/p11-kit' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
with_trust_paths='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "p11-kit" | |
#define PACKAGE_TARNAME "p11-kit" | |
#define PACKAGE_VERSION "0.18.1" | |
#define PACKAGE_STRING "p11-kit 0.18.1" | |
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue" | |
#define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html" | |
#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 "p11-kit" | |
#define VERSION "0.18.1" | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
#define HAVE_CFLOCALECOPYCURRENT 1 | |
#define HAVE_ICONV 1 | |
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
#define HAVE_CFLOCALECOPYCURRENT 1 | |
#define OS_UNIX 1 | |
#define HAVE__BOOL 1 | |
#define HAVE_STDBOOL_H 1 | |
#define HAVE_LIBPTHREAD 1 | |
#define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
#define HAVE_GETPROGNAME 1 | |
#define HAVE_BASENAME 1 | |
#define HAVE_MKSTEMP 1 | |
#define HAVE_MKDTEMP 1 | |
#define HAVE_STRNSTR 1 | |
#define HAVE_STRNDUP 1 | |
#define HAVE_ASPRINTF 1 | |
#define HAVE_VASPRINTF 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_TIMEGM 1 | |
#define HAVE_GMTIME_R 1 | |
#define HAVE_GMTIME_R 1 | |
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
#define HAVE_DECL___PROGNAME 0 | |
#define HAVE___PROGNAME 1 | |
#define WITH_ASN1 1 | |
#define TRUST_PATHS "" | |
#define NDEBUG 1 | |
#define PACKAGE_MAJOR 0 | |
#define PACKAGE_MINOR 18 | |
#define SHLEXT ".so" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment