Skip to content

Instantly share code, notes, and snippets.

@jamessral
Created September 23, 2016 16:42
Show Gist options
  • Save jamessral/71c511c77133b230eabc6d922fb37c70 to your computer and use it in GitHub Desktop.
Save jamessral/71c511c77133b230eabc6d922fb37c70 to your computer and use it in GitHub Desktop.
neovim (neovim/neovim/neovim) on macOS 10.11.6 - Homebrew build logs
Homebrew build logs for neovim/neovim/neovim on macOS 10.11.6
Build date: 2016-09-23 11:57:19
HOMEBREW_VERSION: >1.0.0 (no git repository)
ORIGIN: https://github.com/Homebrew/brew
HEAD: bbed7246bc5c5b7acb8c1d427d10b43e090dfd39
Last commit: 29 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: e5c22fab4a87d7908539890a6f191baba14934af
Core tap last commit: 70 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: dual-core 64-bit penryn
Homebrew Ruby: 2.0.0-p648
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.24.0_1/bin/perl
Python: /Users/Lauren/.pyenv/shims/python => /Users/Lauren/.pyenv/versions/3.5.2/bin/python3.5
Ruby: /Users/Lauren/.rbenv/shims/ruby => /Users/Lauren/.rbenv/versions/2.3.1/bin/ruby
Java: 1.8.0_92
macOS: 10.11.6-x86_64
Xcode: 8.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: 7.3.1.0.1.1461711523
X11: N/A
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: python is symlinked to python3
This will confuse build scripts and in general lead to subtle breakage.
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 what 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:
/Users/Lauren/.pyenv/shims/python-config
/Users/Lauren/.pyenv/shims/python2-config
/Users/Lauren/.pyenv/shims/python2.7-config
/Users/Lauren/.pyenv/shims/python3-config
/Users/Lauren/.pyenv/shims/python3.5-config
/Users/Lauren/.pyenv/shims/python3.5m-config
Warning: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libarena-39b92f95.dylib
/usr/local/lib/libflate-39b92f95.dylib
/usr/local/lib/libfmt_macros-39b92f95.dylib
/usr/local/lib/libgetopts-39b92f95.dylib
/usr/local/lib/libgraphviz-39b92f95.dylib
/usr/local/lib/liblog-39b92f95.dylib
/usr/local/lib/librbml-39b92f95.dylib
/usr/local/lib/librustc-39b92f95.dylib
/usr/local/lib/librustc_back-39b92f95.dylib
/usr/local/lib/librustc_borrowck-39b92f95.dylib
/usr/local/lib/librustc_const_eval-39b92f95.dylib
/usr/local/lib/librustc_const_math-39b92f95.dylib
/usr/local/lib/librustc_data_structures-39b92f95.dylib
/usr/local/lib/librustc_driver-39b92f95.dylib
/usr/local/lib/librustc_errors-39b92f95.dylib
/usr/local/lib/librustc_incremental-39b92f95.dylib
/usr/local/lib/librustc_lint-39b92f95.dylib
/usr/local/lib/librustc_llvm-39b92f95.dylib
/usr/local/lib/librustc_metadata-39b92f95.dylib
/usr/local/lib/librustc_mir-39b92f95.dylib
/usr/local/lib/librustc_passes-39b92f95.dylib
/usr/local/lib/librustc_platform_intrinsics-39b92f95.dylib
/usr/local/lib/librustc_plugin-39b92f95.dylib
/usr/local/lib/librustc_privacy-39b92f95.dylib
/usr/local/lib/librustc_resolve-39b92f95.dylib
/usr/local/lib/librustc_save_analysis-39b92f95.dylib
/usr/local/lib/librustc_trans-39b92f95.dylib
/usr/local/lib/librustc_typeck-39b92f95.dylib
/usr/local/lib/librustdoc-39b92f95.dylib
/usr/local/lib/libserialize-39b92f95.dylib
/usr/local/lib/libstd-39b92f95.dylib
/usr/local/lib/libsyntax-39b92f95.dylib
/usr/local/lib/libsyntax_ext-39b92f95.dylib
/usr/local/lib/libsyntax_pos-39b92f95.dylib
/usr/local/lib/libterm-39b92f95.dylib
/usr/local/lib/libtest-39b92f95.dylib
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
Formula: neovim
Tap: neovim/neovim
Path: /usr/local/Homebrew/Library/Taps/neovim/homebrew-neovim/Formula/neovim.rb
2016-09-23 11:57:19 -0400
cmake
../third-party
-DUSE_BUNDLED_BUSTED=OFF
-DUSE_BUNDLED_GPERF=OFF
-DUSE_BUNDLED_LUV=OFF
-DUSE_EXISTING_SRC_DIR=ON
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/neovim/HEAD-b9da0bd
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DHAVE_CLOCK_GETTIME:INTERNAL=0
-- The C compiler identification is AppleClang 7.3.0.7030031
-- The CXX compiler identification is AppleClang 7.3.0.7030031
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -- broken
CMake Error at /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/local/Homebrew/Library/Homebrew/shims/super/clang" is
not able to compile a simple test program.
It fails with the following output:
Change Dir: /tmp/neovim-20160923-35609-nbtcz9/deps-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake"
"cmTC_41792/fast"
/Library/Developer/CommandLineTools/usr/bin/make -f
CMakeFiles/cmTC_41792.dir/build.make CMakeFiles/cmTC_41792.dir/build
Building C object CMakeFiles/cmTC_41792.dir/testCCompiler.c.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -isysroot
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
-mmacosx-version-min=10.11 -o CMakeFiles/cmTC_41792.dir/testCCompiler.c.o
-c
/tmp/neovim-20160923-35609-nbtcz9/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_41792
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script
CMakeFiles/cmTC_41792.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -isysroot
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
-mmacosx-version-min=10.11 -Wl,-search_paths_first
-Wl,-headerpad_max_install_names
CMakeFiles/cmTC_41792.dir/testCCompiler.c.o -o cmTC_41792
ld: unexpected token: !tapi-tbd-v2 file
'/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib/libSystem.tbd'
for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[1]: *** [cmTC_41792] Error 1
make: *** [cmTC_41792/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
-- Configuring incomplete, errors occurred!
See also "/tmp/neovim-20160923-35609-nbtcz9/deps-build/CMakeFiles/CMakeOutput.log".
See also "/tmp/neovim-20160923-35609-nbtcz9/deps-build/CMakeFiles/CMakeError.log".
HOMEBREW_VERSION: >1.0.0 (no git repository)
ORIGIN: https://github.com/Homebrew/brew
HEAD: bbed7246bc5c5b7acb8c1d427d10b43e090dfd39
Last commit: 28 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: e5c22fab4a87d7908539890a6f191baba14934af
Core tap last commit: 25 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: dual-core 64-bit penryn
Homebrew Ruby: 2.0.0-p648
GCC-4.2: build 0
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/opt/git/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_92
macOS: 10.11.6-x86_64
Xcode: 8.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: 7.3.1.0.1.1461711523
X11: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/cmake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -c CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -c CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_41792.dir/testCCompiler.c.o -c /tmp/neovim-20160923-35609-nbtcz9/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_41792.dir/testCCompiler.c.o -c /tmp/neovim-20160923-35609-nbtcz9/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41792.dir/testCCompiler.c.o -o cmTC_41792
superenv removed: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41792.dir/testCCompiler.c.o -o cmTC_41792 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment