Skip to content

Instantly share code, notes, and snippets.

@niieani
Created September 3, 2016 15:11
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 niieani/9db4c9875269acd6fff729e71bb7ec82 to your computer and use it in GitHub Desktop.
Save niieani/9db4c9875269acd6fff729e71bb7ec82 to your computer and use it in GitHub Desktop.
opam on Mac OS X 10.12 - Homebrew build logs
Homebrew build logs for opam on Mac OS X 10.12
Build date: 2016-09-03 17:10:13
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 327f5ca1778dfeb002802bb13540c96aee20f40c
Last commit: 63 minutes ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: f7ca3b23af6270f642350820dbb563a0edbc161d
Core tap last commit: 84 seconds ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.8.3 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_71
OS X: 10.12-x86_64
Xcode: 8.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: N/A
X11: 2.7.9 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/N1
/usr/local/bin/apm-beta
/usr/local/bin/atom-beta
/usr/local/bin/aurelia-update
/usr/local/bin/babel
/usr/local/bin/babel-doctor
/usr/local/bin/babel-external-helpers
/usr/local/bin/babel-node
/usr/local/bin/bower
/usr/local/bin/cake
/usr/local/bin/chateau
/usr/local/bin/coffee
/usr/local/bin/decaffeinate
/usr/local/bin/electron-rebuild
/usr/local/bin/jake
/usr/local/bin/karma
/usr/local/bin/lebab
/usr/local/bin/n_
/usr/local/bin/napijs
/usr/local/bin/node-debug
/usr/local/bin/node-gyp
/usr/local/bin/node-inspector
/usr/local/bin/node-pre-gyp
/usr/local/bin/peerflix
/usr/local/bin/protractor
/usr/local/bin/react-native
/usr/local/bin/rimraf
/usr/local/bin/standard
/usr/local/bin/tsd
/usr/local/bin/webdriver-manager
/usr/local/bin/webpack-dev-server
/usr/local/bin/yo
/usr/local/bin/yo-complete
/usr/local/lib/node_modules/alm/node_modules/.bin/latest-version
/usr/local/lib/node_modules/alm/node_modules/.bin/repeating
/usr/local/lib/node_modules/aureliacustom-loader
2016-09-03 17:10:08 +0200
./configure
--prefix=/usr/local/Cellar/opam/1.2.2_2
--mandir=/usr/local/Cellar/opam/1.2.2_2/share/man
checking for gcc... /usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for ocamlc... ocamlc
OCaml version is 4.02.3+dev1-2016-05-24
OCaml library path is /usr/local/lib/node_modules/bs-platform/lib/ocaml
checking for ocamlopt... ocamlopt
Fatal error: unknown C primitive `caml_add_debug_info'
versions differs from ocamlc != 4.02.3+dev1-2016-05-24; ocamlopt discarded.
checking for ocamlc.opt... ocamlc.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for gawk... gawk
checking for ocamllex... ocamllex
checking for ocamllex.opt... ocamllex.opt
checking for ocamlyacc... ocamlyacc
checking for ocamlfind... no
checking for curl... curl
checking for OCaml findlib package unix... not found
checking for OCaml findlib package extlib... not found
checking for OCaml findlib package re... not found
checking for OCaml findlib package re.emacs... not found
checking for OCaml findlib package re.str... not found
checking for OCaml findlib package re.perl... not found
checking for OCaml findlib package re.pcre... not found
checking for OCaml findlib package re.glob... not found
checking for OCaml findlib package cmdliner... not found
checking for OCaml findlib package ocamlgraph... not found
checking for OCaml findlib package cudf... not found
checking for OCaml findlib package dose3... not found
checking for OCaml findlib package jsonm... not found
============================================================================
Some dependencies are missing. If you are just interested in the stand-alone
binaries, run 'make lib-ext' to download and include them.
============================================================================
configure: creating ./config.status
config.status: creating Makefile.config
config.status: creating META
config.status: creating src/core/opamVersion.ml
Executables will be installed in /usr/local/Cellar/opam/1.2.2_2/bin
Manual pages will be installed in /usr/local/Cellar/opam/1.2.2_2/share/man
2016-09-03 17:10:09 +0200
make
lib-ext
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -C src_ext lib-ext
[ -e extlib-1.5.3.tar.gz ] || curl -OL http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz
ocaml ../shell/md5check.ml extlib-1.5.3.tar.gz 3de5f4e0a95fda7b2f3819c4a655b17c
extlib-1.5.3.tar.gz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfz ../extlib-1.5.3.tar.gz
rm -rf extlib
[ -e ocaml-re-1.2.0.tar.gz ] || curl -OL https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.0.tar.gz
ocaml ../shell/md5check.ml ocaml-re-1.2.0.tar.gz 5cbfc137683ef2b0e91f931577f2e673
ocaml-re-1.2.0.tar.gz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfz ../ocaml-re-1.2.0.tar.gz
rm -rf re
[ -e cmdliner-0.9.7.tbz ] || curl -OL http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.7.tbz
ocaml ../shell/md5check.ml cmdliner-0.9.7.tbz 46d7553b95f623f811df2a844fb448fb
cmdliner-0.9.7.tbz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfj ../cmdliner-0.9.7.tbz
rm -rf cmdliner
patching file src/cmdliner.ml
[ -e ocamlgraph-1.8.5.tar.gz ] || curl -OL http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.5.tar.gz
ocaml ../shell/md5check.ml ocamlgraph-1.8.5.tar.gz 75dde65bfc3f9b07e795343d369aa84d
ocamlgraph-1.8.5.tar.gz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfz ../ocamlgraph-1.8.5.tar.gz
rm -rf graph
[ -e cudf-0.7.tar.gz ] || curl -OL https://gforge.inria.fr/frs/download.php/file/33593/cudf-0.7.tar.gz
ocaml ../shell/md5check.ml cudf-0.7.tar.gz 2047222fcf78278c6a24ac619fc39abb
cudf-0.7.tar.gz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfz ../cudf-0.7.tar.gz
rm -rf cudf
[ -e dose3-3.3.tar.gz ] || curl -OL https://gforge.inria.fr/frs/download.php/file/34277/dose3-3.3.tar.gz
ocaml ../shell/md5check.ml dose3-3.3.tar.gz ea947804c636059bb8b64dbda5c1df08
dose3-3.3.tar.gz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfz ../dose3-3.3.tar.gz
rm -rf dose
patching file algo/defaultgraphs.ml
patching file algo/depsolver.ml
patching file algo/depsolver_int.ml
patching file algo/diagnostic.ml
patching file algo/dominators.ml
patching file algo/flatten.ml
patching file algo/statistics.ml
patching file algo/strongconflicts.ml
patching file algo/strongconflicts_int.ml
patching file algo/strongdeps.ml
patching file algo/strongdeps_int.ml
patching file applications/ceve.ml
patching file applications/challenged.ml
patching file applications/deb-buildcheck.ml
patching file applications/deb-coinstall.ml
patching file applications/distcheck.ml
patching file applications/dominators-graph.ml
patching file applications/outdated.ml
patching file applications/smallworld.ml
patching file applications/strong-deps.ml
patching file common/cudfAdd.ml
patching file common/cudfSolver.ml
patching file common/edosSolver.ml
patching file common/input.ml
patching file common/url.ml
patching file common/util.ml
patching file common/util.mli
patching file cv/cvcudf.ml
patching file deb/apt.ml
patching file deb/architecture.ml
patching file deb/debcudf.ml
patching file deb/debutil.ml
patching file deb/edsp.ml
patching file deb/format822.ml
patching file deb/packages.ml
patching file deb/sources.ml
patching file doseparse/stdDebug.ml
patching file doseparse/stdLoaders.ml
patching file doseparse/stdOptions.ml
patching file doseparse/stdUtils.ml
patching file eclipse/packages.ml
patching file eclipse/version.ml
patching file opencsw/packages.ml
patching file opencsw/version.ml
patching file rpm/hdlists.ml
patching file rpm/packages.ml
patching file rpm/rpmcudf.ml
patching file applications/ceve.ml
patching file applications/challenged.ml
patching file common/input.ml
patching file common/input.mli
patching file doseparse/stdLoaders.ml
patching file algo/depsolver.ml
[ -e uutf-0.9.3.tbz ] || curl -OL http://erratique.ch/software/uutf/releases/uutf-0.9.3.tbz
ocaml ../shell/md5check.ml uutf-0.9.3.tbz 708c0421e158b390c7cc341f37b40add
uutf-0.9.3.tbz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfj ../uutf-0.9.3.tbz
rm -rf uutf
[ -e jsonm-0.9.1.tbz ] || curl -OL http://erratique.ch/software/jsonm/releases/jsonm-0.9.1.tbz
ocaml ../shell/md5check.ml jsonm-0.9.1.tbz 631a5dabdada83236c83056f60e42685
jsonm-0.9.1.tbz has the expected MD5.
mkdir -p tmp
cd tmp && tar xfj ../jsonm-0.9.1.tbz
rm -rf jsonm
cp graph/src/sig.mli graph/src/sig.ml
cp graph/src/sig_pack.mli graph/src/sig_pack.ml
cp graph/src/dot_ast.mli graph/src/dot_ast.ml
[ ocamlc.opt = no ] || /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f ../OCamlMakefile subprojs SUBTARGET=bcl
ocamldep -I extlib/ extlib/extLib.ml > ._d/extlib/extLib.d
ocamldep -I extlib/ extlib/extArray.ml > ._d/extlib/extArray.d
ocamldep -I extlib/ extlib/base64.ml > ._d/extlib/base64.d
ocamldep -I extlib/ extlib/bitSet.ml > ._d/extlib/bitSet.d
ocamldep -I extlib/ extlib/dllist.ml > ._d/extlib/dllist.d
ocamldep -I extlib/ extlib/dynArray.ml > ._d/extlib/dynArray.d
ocamldep -I extlib/ extlib/optParse.ml > ._d/extlib/optParse.d
ocamldep -I extlib/ extlib/uTF8.ml > ._d/extlib/uTF8.d
ocamldep -I extlib/ extlib/unzip.ml > ._d/extlib/unzip.d
ocamldep -I extlib/ extlib/uChar.ml > ._d/extlib/uChar.d
ocamldep -I extlib/ extlib/std.ml > ._d/extlib/std.d
ocamldep -I extlib/ extlib/refList.ml > ._d/extlib/refList.d
ocamldep -I extlib/ extlib/pMap.ml > ._d/extlib/pMap.d
ocamldep -I extlib/ extlib/option.ml > ._d/extlib/option.d
ocamldep -I extlib/ extlib/IO.ml > ._d/extlib/IO.d
ocamldep -I extlib/ extlib/install.ml > ._d/extlib/install.d
ocamldep -I extlib/ extlib/global.ml > ._d/extlib/global.d
ocamldep -I extlib/ extlib/extString.ml > ._d/extlib/extString.d
ocamldep -I extlib/ extlib/extList.ml > ._d/extlib/extList.d
ocamldep -I extlib/ extlib/extHashtbl.ml > ._d/extlib/extHashtbl.d
ocamldep -I extlib/ extlib/enum.ml > ._d/extlib/enum.d
ocamlc.opt -c -I extlib/ extlib/enum.mli
ocamlc.opt -c -I extlib/ extlib/enum.ml
ocamlc.opt -c -I extlib/ extlib/extHashtbl.mli
ocamlc.opt -c -I extlib/ extlib/extHashtbl.ml
ocamlc.opt -c -I extlib/ extlib/extList.mli
ocamlc.opt -c -I extlib/ extlib/extList.ml
ocamlc.opt -c -I extlib/ extlib/extString.mli
ocamlc.opt -c -I extlib/ extlib/extString.ml
File "extlib/extString.ml", line 28, characters 9-15:
Warning 3: deprecated: create
Use Bytes.create instead.
File "extlib/extString.ml", line 30, characters 2-12:
Warning 3: deprecated: unsafe_set
File "extlib/extString.ml", line 125, characters 2-8:
Warning 3: deprecated: create
Use Bytes.create instead.
File "extlib/extString.ml", line 172, characters 9-15:
Warning 3: deprecated: create
Use Bytes.create instead.
File "extlib/extString.ml", line 174, characters 21-31:
Warning 3: deprecated: unsafe_set
File "extlib/extString.ml", line 179, characters 10-16:
Warning 3: deprecated: create
Use Bytes.create instead.
File "extlib/extString.ml", line 181, characters 2-12:
Warning 3: deprecated: unsafe_set
File "extlib/extString.ml", line 211, characters 12-25:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "extlib/extString.ml", line 214, characters 14-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "extlib/extString.ml", line 230, characters 12-18:
Warning 3: deprecated: create
Use Bytes.create instead.
File "extlib/extString.ml", line 249, characters 28-39:
Warning 3: deprecated: String.copy
File "extlib/extString.ml", line 1:
Error: The implementation extlib/extString.ml
does not match the interface extlib/extString.cmi:
...
In module String:
Values do not match:
external unsafe_set : bytes -> int -> char -> unit
= "%bytes_unsafe_set"
is not included in
external unsafe_set : string -> int -> char -> unit
= "%string_unsafe_set"
make[4]: *** [extlib/extString.cmo] Error 2
make[3]: *** [byte-code-library] Error 2
make[2]: *** [subproj_extlib] Error 2
make[1]: *** [build] Error 2
make: *** [lib-ext] Error 2
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 327f5ca1778dfeb002802bb13540c96aee20f40c
Last commit: 63 minutes ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: f7ca3b23af6270f642350820dbb563a0edbc161d
Core tap last commit: 48 seconds ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.8.3 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_71
OS X: 10.12-x86_64
Xcode: 8.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: N/A
X11: 2.7.9 => /opt/X11
CC: /usr/bin/clang
CXX: /usr/bin/clang++
OBJC: /usr/bin/clang
OBJCXX: /usr/bin/clang++
CFLAGS: -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
CXXFLAGS: -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
CPPFLAGS: -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
SDKROOT: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
CMAKE_PREFIX_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks:/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.12
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.12:/usr/lib/pkgconfig
PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/usr/local/Library/Homebrew/cask/cmd:/usr/local/Library/Homebrew/shims/scm:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
CPATH: /usr/local/include:/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by opam configure 1.2.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/opam/1.2.2_2 --mandir=/usr/local/Cellar/opam/1.2.2_2/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = Bazylis-MacBook-Pro.local
uname -m = x86_64
uname -r = 16.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 16.0.0: Tue Aug 23 17:02:44 PDT 2016; root:xnu-3789.1.31~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 16.0.0: Tue Aug 23 17:02:44 PDT 2016; root:xnu-3789.1.31~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 16.00 gigabytes
Default processor set: 489 tasks, 2514 threads, 4 processors
Load average: 2.85, Mach factor: 1.70
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /usr/local/MacGPG2/bin
PATH: /usr/local/Library/Homebrew/cask/cmd
PATH: /usr/local/Library/Homebrew/shims/scm
PATH: /Applications/Xcode-beta.app/Contents/Developer/usr/bin
PATH: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1831: checking for gcc
configure:1858: result: /usr/bin/clang
configure:2087: checking for C compiler version
configure:2096: /usr/bin/clang --version >&5
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.0.0
Thread model: posix
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2107: $? = 0
configure:2096: /usr/bin/clang -v >&5
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.0.0
Thread model: posix
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2107: $? = 0
configure:2096: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2107: $? = 1
configure:2096: /usr/bin/clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2107: $? = 1
configure:2127: checking whether the C compiler works
configure:2149: /usr/bin/clang -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2153: $? = 0
configure:2201: result: yes
configure:2204: checking for C compiler default output file name
configure:2206: result: a.out
configure:2212: checking for suffix of executables
configure:2219: /usr/bin/clang -o conftest -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2223: $? = 0
configure:2245: result:
configure:2267: checking whether we are cross compiling
configure:2275: /usr/bin/clang -o conftest -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2279: $? = 0
configure:2286: ./conftest
configure:2290: $? = 0
configure:2305: result: no
configure:2310: checking for suffix of object files
configure:2332: /usr/bin/clang -c -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2336: $? = 0
configure:2357: result: o
configure:2361: checking whether we are using the GNU C compiler
configure:2380: /usr/bin/clang -c -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2380: $? = 0
configure:2389: result: yes
configure:2398: checking whether /usr/bin/clang accepts -g
configure:2418: /usr/bin/clang -c -g -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2418: $? = 0
configure:2459: result: yes
configure:2476: checking for /usr/bin/clang option to accept ISO C89
configure:2539: /usr/bin/clang -c -Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk conftest.c >&5
configure:2539: $? = 0
configure:2552: result: none needed
configure:2617: checking for ocamlc
configure:2633: found /usr/local/bin/ocamlc
configure:2644: result: ocamlc
configure:2669: result: OCaml version is 4.02.3+dev1-2016-05-24
configure:2678: result: OCaml library path is /usr/local/lib/node_modules/bs-platform/lib/ocaml
configure:2728: checking for ocamlopt
configure:2744: found /usr/local/bin/ocamlopt
configure:2755: result: ocamlopt
configure:2784: result: versions differs from ocamlc != 4.02.3+dev1-2016-05-24; ocamlopt discarded.
configure:2838: checking for ocamlc.opt
configure:2854: found /usr/local/bin/ocamlc.opt
configure:2865: result: ocamlc.opt
configure:3051: checking for ocaml
configure:3067: found /usr/local/bin/ocaml
configure:3078: result: ocaml
configure:3145: checking for ocamldep
configure:3161: found /usr/local/bin/ocamldep
configure:3172: result: ocamldep
configure:3239: checking for ocamlmktop
configure:3255: found /usr/local/bin/ocamlmktop
configure:3266: result: ocamlmktop
configure:3333: checking for ocamlmklib
configure:3349: found /usr/local/bin/ocamlmklib
configure:3360: result: ocamlmklib
configure:3427: checking for ocamldoc
configure:3443: found /usr/local/bin/ocamldoc
configure:3454: result: ocamldoc
configure:3521: checking for ocamlbuild
configure:3537: found /usr/local/bin/ocamlbuild
configure:3548: result: ocamlbuild
configure:3586: checking for gawk
configure:3602: found /usr/local/bin/gawk
configure:3613: result: gawk
configure:3820: checking for ocamllex
configure:3836: found /usr/local/bin/ocamllex
configure:3847: result: ocamllex
configure:3913: checking for ocamllex.opt
configure:3929: found /usr/local/bin/ocamllex.opt
configure:3940: result: ocamllex.opt
configure:4011: checking for ocamlyacc
configure:4027: found /usr/local/bin/ocamlyacc
configure:4038: result: ocamlyacc
configure:4107: checking for ocamlfind
configure:4137: result: no
configure:4176: checking for curl
configure:4192: found /usr/bin/curl
configure:4203: result: curl
configure:4229: checking for OCaml findlib package unix
configure:4245: result: not found
configure:4253: checking for OCaml findlib package extlib
configure:4269: result: not found
configure:4277: checking for OCaml findlib package re
configure:4293: result: not found
configure:4301: checking for OCaml findlib package re.emacs
configure:4317: result: not found
configure:4325: checking for OCaml findlib package re.str
configure:4341: result: not found
configure:4349: checking for OCaml findlib package re.perl
configure:4365: result: not found
configure:4373: checking for OCaml findlib package re.pcre
configure:4389: result: not found
configure:4397: checking for OCaml findlib package re.glob
configure:4413: result: not found
configure:4421: checking for OCaml findlib package cmdliner
configure:4437: result: not found
configure:4445: checking for OCaml findlib package ocamlgraph
configure:4461: result: not found
configure:4469: checking for OCaml findlib package cudf
configure:4485: result: not found
configure:4493: checking for OCaml findlib package dose3
configure:4509: result: not found
configure:4517: checking for OCaml findlib package jsonm
configure:4533: result: not found
configure:4718: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by opam config.status 1.2.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Bazylis-MacBook-Pro.local
config.status:761: creating Makefile.config
config.status:761: creating META
config.status:761: creating src/core/opamVersion.ml
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_objext=o
ac_cv_prog_AWK=gawk
ac_cv_prog_FETCH=curl
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_ac_ct_OCAML=ocaml
ac_cv_prog_ac_ct_OCAMLBUILD=ocamlbuild
ac_cv_prog_ac_ct_OCAMLC=ocamlc
ac_cv_prog_ac_ct_OCAMLCDOTOPT=ocamlc.opt
ac_cv_prog_ac_ct_OCAMLDEP=ocamldep
ac_cv_prog_ac_ct_OCAMLDOC=ocamldoc
ac_cv_prog_ac_ct_OCAMLLEX=ocamllex
ac_cv_prog_ac_ct_OCAMLLEXDOTOPT=ocamllex.opt
ac_cv_prog_ac_ct_OCAMLMKLIB=ocamlmklib
ac_cv_prog_ac_ct_OCAMLMKTOP=ocamlmktop
ac_cv_prog_ac_ct_OCAMLOPT=ocamlopt
ac_cv_prog_ac_ct_OCAMLYACC=ocamlyacc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='gawk'
CC='/usr/bin/clang'
CFLAGS='-Os -w -pipe -march=native -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
CPPFLAGS='-F/usr/local/Frameworks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
DEFS='-DPACKAGE_NAME=\"opam\" -DPACKAGE_TARNAME=\"opam\" -DPACKAGE_VERSION=\"1.2.2\" -DPACKAGE_STRING=\"opam\ 1.2.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EXEEXT=''
FETCH='curl'
LDFLAGS='-L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
OCAML='ocaml'
OCAMLBEST='byte'
OCAMLBUILD='ocamlbuild'
OCAMLC='ocamlc.opt'
OCAMLCDOTOPT='ocamlc.opt'
OCAMLDEP='ocamldep'
OCAMLDOC='ocamldoc'
OCAMLFIND='no'
OCAMLLEX='ocamllex.opt'
OCAMLLEXDOTOPT='ocamllex.opt'
OCAMLLIB='/usr/local/lib/node_modules/bs-platform/lib/ocaml'
OCAMLMKLIB='ocamlmklib'
OCAMLMKTOP='ocamlmktop'
OCAMLOPT='no'
OCAMLOPTDOTOPT=''
OCAMLVERSION='4.02.3+dev1-2016-05-24'
OCAMLYACC='ocamlyacc'
OCAML_PKG_cmdliner='no'
OCAML_PKG_cudf='no'
OCAML_PKG_dose3='no'
OCAML_PKG_extlib='no'
OCAML_PKG_jsonm='no'
OCAML_PKG_ocamlgraph='no'
OCAML_PKG_re='no'
OCAML_PKG_re_emacs='no'
OCAML_PKG_re_glob='no'
OCAML_PKG_re_pcre='no'
OCAML_PKG_re_perl='no'
OCAML_PKG_re_str='no'
OCAML_PKG_unix='no'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='opam'
PACKAGE_STRING='opam 1.2.2'
PACKAGE_TARNAME='opam'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.2'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='/usr/bin/clang'
bindir='/usr/local/Cellar/opam/1.2.2_2/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
fetch='curl -OL'
hasalldeps=''
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/local/Cellar/opam/1.2.2_2/share/man'
ocaml_4='true'
ocaml_4_01='true'
ocaml_4_02='true'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/opam/1.2.2_2'
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 "opam"
#define PACKAGE_TARNAME "opam"
#define PACKAGE_VERSION "1.2.2"
#define PACKAGE_STRING "opam 1.2.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment