Created
April 13, 2016 16:35
-
-
Save lynndylanhurley/da771b8ee594e0ab224da827d01a47b5 to your computer and use it in GitHub Desktop.
neovim install stacktrace
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
❯ brew reinstall neovim --HEAD | |
==> Reinstalling neovim/neovim/neovim | |
==> Installing dependencies for neovim/neovim/neovim: cmake, pkg-config | |
==> Installing neovim/neovim/neovim dependency: cmake | |
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.5.1.el_capitan.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring cmake-3.5.1.el_capitan.bottle.tar.gz | |
==> Caveats | |
Emacs Lisp files have been installed to: | |
/usr/local/share/emacs/site-lisp/cmake | |
==> Summary | |
🍺 /usr/local/Cellar/cmake/3.5.1: 2,010 files, 27.5M | |
==> Installing neovim/neovim/neovim dependency: pkg-config | |
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.1.el_capitan.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring pkg-config-0.29.1.el_capitan.bottle.tar.gz | |
🍺 /usr/local/Cellar/pkg-config/0.29.1: 10 files, 627.2K | |
==> Installing neovim/neovim/neovim | |
==> Cloning https://github.com/neovim/neovim.git | |
Updating /Library/Caches/Homebrew/neovim--git | |
==> Checking out branch master | |
==> Downloading https://github.com/libuv/libuv/archive/v1.8.0.tar.gz | |
==> Downloading from https://codeload.github.com/libuv/libuv/tar.gz/v1.8.0 | |
######################################################################## 100.0% | |
==> Downloading https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neovim--msgpack-1.0.0.tar.gz | |
==> Downloading https://raw.githubusercontent.com/neovim/deps/master/opt/LuaJIT-2.0.4.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neovim--luajit-2.0.4.tar.gz | |
==> Downloading https://github.com/keplerproject/luarocks/archive/5d8a16526573b36d5b22aa74866120c998466697.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neovim--luarocks-998466697.tar.gz | |
==> Downloading https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neovim--unibilium-1.2.0.tar.gz | |
==> Downloading http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.18.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neovim--libtermkey-0.18.tar.gz | |
==> Downloading https://github.com/neovim/libvterm/archive/1b745d29d45623aa8d22a7b9288c7b0e331c7088.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/neovim--libvterm-7088.tar.gz | |
==> Downloading https://github.com/jemalloc/jemalloc/releases/download/4.0.2/jemalloc-4.0.2.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/neovim--jemalloc-4.0.2.tar.bz2 | |
==> Building third-party dependencies. | |
==> cmake ../third-party -DUSE_BUNDLED_BUSTED=OFF -DUSE_EXISTING_SRC_DIR=ON -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/ | |
==> make VERBOSE=1 | |
Last 15 lines from /Users/lynn/Library/Logs/Homebrew/neovim/02.make: | |
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E make_directory /tmp/neovim20160413-65683-jpl686/deps-build/build/tmp | |
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E make_directory /tmp/neovim20160413-65683-jpl686/deps-build/build/src/luv-static-stamp | |
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E make_directory /tmp/neovim20160413-65683-jpl686/deps-build/build/downloads/luv | |
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E touch /tmp/neovim20160413-65683-jpl686/deps-build/build/src/luv-static-stamp/luv-static-mkdir | |
[ 91%] Performing download step for 'luv-static' | |
cd /tmp/neovim20160413-65683-jpl686/deps-build/build/downloads/luv && /usr/local/Cellar/cmake/3.5.1/bin/cmake -DPREFIX=/tmp/neovim20160413-65683-jpl686/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20160413-65683-jpl686/deps-build/build/downloads/luv -DURL=https://github.com/luvit/luv/archive/146f1ce4c08c3b67f604c9ee1e124b1cf5c15cf3.tar.gz -DEXPECTED_SHA256=3d537f8eb9fa5adb146a083eae22af886aee324ec268e2aa0fa75f2f1c52ca7a -DTARGET=luv -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim20160413-65683-jpl686/third-party/cmake/DownloadAndExtractFile.cmake | |
CMake Error at /tmp/neovim20160413-65683-jpl686/third-party/cmake/DownloadAndExtractFile.cmake:33 (message): | |
USE_EXISTING_SRC_DIR set to ON, but | |
'/tmp/neovim20160413-65683-jpl686/deps-build/build/src/luv' does not exist | |
or is empty. | |
make[2]: *** [build/src/luv-static-stamp/luv-static-download] Error 1 | |
make[1]: *** [CMakeFiles/luv-static.dir/all] Error 2 | |
make: *** [all] Error 2 | |
READ THIS: https://git.io/brew-troubleshooting | |
If reporting this issue please do so at (not Homebrew/brew): | |
https://github.com/neovim/homebrew-neovim/issues | |
These open issues may also help: | |
Error when trying to install neovim in my Ubuntu 14.04 virtual machine. https://github.com/neovim/homebrew-neovim/issues/134 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment