Skip to content

Instantly share code, notes, and snippets.

@zone117x
Created August 6, 2019 14:56
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 zone117x/bb02ac1d07535fb4e483e005f862632f to your computer and use it in GitHub Desktop.
Save zone117x/bb02ac1d07535fb4e483e005f862632f to your computer and use it in GitHub Desktop.
osslsigncode on macOS 10.14.5 - Homebrew build logs
Homebrew build logs for osslsigncode on macOS 10.14.5
Build date: 2019-08-06 10:10:11
HOMEBREW_VERSION: 2.1.9
ORIGIN: https://github.com/Homebrew/brew
HEAD: 3dab11263c7d3ae568bd585932b393ef526fc5b2
Last commit: 8 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: a00f7dd1dadd7f1d36669a65325c8cd10c24bdc5
Core tap last commit: 69 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_GITHUB_API_TOKEN: set
CPU: dodeca-core 64-bit kabylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1001
Git: 2.22.0 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 12
macOS: 10.14.5-x86_64
CLT: 11.0.0.0.1.1559496560
Xcode: 10.3
CLT headers: 11.0.0.0.1.1559496560
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and which additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew-provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
python@2
python
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by osslsigncode configure 1.7.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-gsf
## --------- ##
## Platform. ##
## --------- ##
hostname = Matthews-MacBook-Pro-4.local
uname -m = x86_64
uname -r = 18.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/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 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64
Kernel configured for up to 12 processors.
6 processors are physically available.
12 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11
Primary memory available: 32.00 gigabytes
Default processor set: 504 tasks, 3318 threads, 12 processors
Load average: 3.73, Mach factor: 8.26
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/openssl/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2240: checking for a BSD-compatible install
configure:2308: result: /usr/bin/install -c
configure:2319: checking whether build environment is sane
configure:2374: result: yes
configure:2525: checking for a thread-safe mkdir -p
configure:2564: result: ./install-sh -c -d
configure:2571: checking for gawk
configure:2601: result: no
configure:2571: checking for mawk
configure:2601: result: no
configure:2571: checking for nawk
configure:2601: result: no
configure:2571: checking for awk
configure:2587: found /usr/bin/awk
configure:2598: result: awk
configure:2609: checking whether make sets $(MAKE)
configure:2631: result: yes
configure:2660: checking whether make supports nested variables
configure:2677: result: yes
configure:2853: checking for gcc
configure:2880: result: clang
configure:3109: checking for C compiler version
configure:3118: clang --version >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3129: $? = 0
configure:3118: clang -v >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3129: $? = 0
configure:3118: clang -V >&5
clang: error: unsupported option '-V -isysroot'
configure:3129: $? = 1
configure:3118: clang -qversion >&5
clang: error: unknown argument '-qversion', did you mean '--version'?
configure:3129: $? = 1
configure:3149: checking whether the C compiler works
configure:3171: clang conftest.c >&5
configure:3175: $? = 0
configure:3223: result: yes
configure:3226: checking for C compiler default output file name
configure:3228: result: a.out
configure:3234: checking for suffix of executables
configure:3241: clang -o conftest conftest.c >&5
configure:3245: $? = 0
configure:3267: result:
configure:3289: checking whether we are cross compiling
configure:3297: clang -o conftest conftest.c >&5
configure:3301: $? = 0
configure:3308: ./conftest
configure:3312: $? = 0
configure:3327: result: no
configure:3332: checking for suffix of object files
configure:3354: clang -c conftest.c >&5
configure:3358: $? = 0
configure:3379: result: o
configure:3383: checking whether we are using the GNU C compiler
configure:3402: clang -c conftest.c >&5
configure:3402: $? = 0
configure:3411: result: yes
configure:3420: checking whether clang accepts -g
configure:3440: clang -c -g conftest.c >&5
configure:3440: $? = 0
configure:3481: result: yes
configure:3498: checking for clang option to accept ISO C89
configure:3561: clang -c -g -O2 conftest.c >&5
configure:3561: $? = 0
configure:3574: result: none needed
configure:3599: checking whether clang understands -c and -o together
configure:3621: clang -c conftest.c -o conftest2.o
configure:3624: $? = 0
configure:3621: clang -c conftest.c -o conftest2.o
configure:3624: $? = 0
configure:3636: result: yes
configure:3664: checking for style of include used by make
configure:3692: result: GNU
configure:3718: checking dependency style of clang
configure:3829: result: gcc3
configure:3850: checking how to run the C preprocessor
configure:3881: clang -E conftest.c
configure:3881: $? = 0
configure:3895: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:3895: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3920: result: clang -E
configure:3940: clang -E conftest.c
configure:3940: $? = 0
configure:3954: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:3954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3983: checking for grep that handles long lines and -e
configure:4041: result: /usr/bin/grep
configure:4046: checking for egrep
configure:4108: result: /usr/bin/grep -E
configure:4113: checking for ANSI C header files
configure:4133: clang -c -g -O2 conftest.c >&5
configure:4133: $? = 0
configure:4206: clang -o conftest -g -O2 conftest.c >&5
configure:4206: $? = 0
configure:4206: ./conftest
configure:4206: $? = 0
configure:4217: result: yes
configure:4230: checking for sys/types.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for sys/stat.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for stdlib.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for string.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for memory.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for strings.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for inttypes.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for stdint.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4230: checking for unistd.h
configure:4230: clang -c -g -O2 conftest.c >&5
configure:4230: $? = 0
configure:4230: result: yes
configure:4243: checking minix/config.h usability
configure:4243: clang -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:4243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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:4243: result: no
configure:4243: checking minix/config.h presence
configure:4243: clang -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:4243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4243: result: no
configure:4243: checking for minix/config.h
configure:4243: result: no
configure:4264: checking whether it is safe to define __EXTENSIONS__
configure:4282: clang -c -g -O2 conftest.c >&5
configure:4282: $? = 0
configure:4289: result: yes
configure:4394: checking for pkg-config
configure:4412: found /usr/local/opt/pkg-config/bin/pkg-config
configure:4424: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:4449: checking pkg-config is at least version 0.9.0
configure:4452: result: yes
configure:4465: checking how to run the C preprocessor
configure:4535: result: clang -E
configure:4555: clang -E conftest.c
configure:4555: $? = 0
configure:4569: clang -E conftest.c
conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:4569: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4598: checking whether ln -s works
configure:4602: result: yes
configure:4610: checking for a sed that does not truncate output
configure:4674: result: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
configure:4679: checking whether make sets $(MAKE)
configure:4701: result: yes
configure:4711: checking for an ANSI C-conforming const
configure:4777: clang -c -g -O2 conftest.c >&5
configure:4777: $? = 0
configure:4784: result: yes
configure:4792: checking for ANSI C header files
configure:4896: result: yes
configure:4904: checking whether time.h and sys/time.h may both be included
configure:4924: clang -c -g -O2 conftest.c >&5
configure:4924: $? = 0
configure:4931: result: yes
configure:4941: checking sys/mman.h usability
configure:4941: clang -c -g -O2 conftest.c >&5
configure:4941: $? = 0
configure:4941: result: yes
configure:4941: checking sys/mman.h presence
configure:4941: clang -E conftest.c
configure:4941: $? = 0
configure:4941: result: yes
configure:4941: checking for sys/mman.h
configure:4941: result: yes
configure:4946: checking for mmap
configure:4946: clang -o conftest -g -O2 conftest.c >&5
configure:4946: $? = 0
configure:4946: result: yes
configure:4965: checking windows.h usability
configure:4965: clang -c -g -O2 conftest.c >&5
conftest.c:63:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 error generated.
configure:4965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 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 <windows.h>
configure:4965: result: no
configure:4965: checking windows.h presence
configure:4965: clang -E conftest.c
conftest.c:30:10: fatal error: 'windows.h' file not found
#include <windows.h>
^~~~~~~~~~~
1 error generated.
configure:4965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osslsigncode"
| #define PACKAGE_TARNAME "osslsigncode"
| #define PACKAGE_VERSION "1.7.1"
| #define PACKAGE_STRING "osslsigncode 1.7.1"
| #define PACKAGE_BUGREPORT "pallansson@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "osslsigncode"
| #define VERSION "1.7.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <windows.h>
configure:4965: result: no
configure:4965: checking for windows.h
configure:4965: result: no
configure:4982: checking for dlopen in -ldl
configure:5007: clang -o conftest -g -O2 conftest.c -ldl >&5
configure:5007: $? = 0
configure:5016: result: yes
configure:5026: checking termios.h usability
configure:5026: clang -c -g -O2 conftest.c >&5
configure:5026: $? = 0
configure:5026: result: yes
configure:5026: checking termios.h presence
configure:5026: clang -E conftest.c
configure:5026: $? = 0
configure:5026: result: yes
configure:5026: checking for termios.h
configure:5026: result: yes
configure:5038: checking for getpass
configure:5038: clang -o conftest -g -O2 conftest.c >&5
configure:5038: $? = 0
configure:5038: result: yes
configure:5057: checking for GSF
configure:5064: $PKG_CONFIG --exists --print-errors "libgsf-1"
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libffi', required by 'gobject-2.0', not found
configure:5067: $? = 1
configure:5081: $PKG_CONFIG --exists --print-errors "libgsf-1"
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libffi', required by 'gobject-2.0', not found
configure:5084: $? = 1
configure:5098: result: no
Package 'libffi', required by 'gobject-2.0', not found
configure:5136: error: libgsf requested but not found
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
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_GSF_CFLAGS_set=
ac_cv_env_GSF_CFLAGS_value=
ac_cv_env_GSF_LIBS_set=
ac_cv_env_GSF_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBCURL_CFLAGS_set=
ac_cv_env_LIBCURL_CFLAGS_value=
ac_cv_env_LIBCURL_LIBS_set=
ac_cv_env_LIBCURL_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/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_getpass=yes
ac_cv_func_mmap=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=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_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
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='clang -E'
ac_cv_prog_ac_ct_CC=clang
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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/osslsigncode-20190806-8771-1bfqs46/osslsigncode-1.7.1/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /private/tmp/osslsigncode-20190806-8771-1bfqs46/osslsigncode-1.7.1/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/osslsigncode-20190806-8771-1bfqs46/osslsigncode-1.7.1/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/osslsigncode-20190806-8771-1bfqs46/osslsigncode-1.7.1/missing automake-1.14'
AWK='awk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
GSF_CFLAGS=''
GSF_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBCURL_CFLAGS=''
LIBCURL_LIBS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/osslsigncode-20190806-8771-1bfqs46/osslsigncode-1.7.1/missing makeinfo'
MKDIR_P='./install-sh -c -d'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LIBS=''
OPTIONAL_LIBCURL_CFLAGS=''
OPTIONAL_LIBCURL_LIBS=''
PACKAGE='osslsigncode'
PACKAGE_BUGREPORT='pallansson@gmail.com'
PACKAGE_NAME='osslsigncode'
PACKAGE_STRING='osslsigncode 1.7.1'
PACKAGE_TARNAME='osslsigncode'
PACKAGE_URL=''
PACKAGE_VERSION='1.7.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14'
PKG_CONFIG_PATH='/usr/local/lib/pkgconfig'
SED='/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.7.1'
ac_ct_CC='clang'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/osslsigncode-20190806-8771-1bfqs46/osslsigncode-1.7.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
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 "osslsigncode"
#define PACKAGE_TARNAME "osslsigncode"
#define PACKAGE_VERSION "1.7.1"
#define PACKAGE_STRING "osslsigncode 1.7.1"
#define PACKAGE_BUGREPORT "pallansson@gmail.com"
#define PACKAGE_URL ""
#define PACKAGE "osslsigncode"
#define VERSION "1.7.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_MMAP 1
#define HAVE_TERMIOS_H 1
#define HAVE_GETPASS 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment