Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

luv problem #147

Closed
idoo opened this issue Apr 15, 2016 · 4 comments
Closed

luv problem #147

idoo opened this issue Apr 15, 2016 · 4 comments

Comments

@idoo
Copy link

idoo commented Apr 15, 2016

Can somebody help with fixing this issue?

==> 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/Cellar/neovim/HEAD -DCMAKE_BUI
==> make VERBOSE=1
Last 15 lines from /Users/ivan/Library/Logs/Homebrew/neovim/02.make:
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E make_directory /tmp/neovim20160415-50321-acxf83/deps-build/build/tmp

/usr/local/Cellar/cmake/3.5.1/bin/cmake -E make_directory /tmp/neovim20160415-50321-acxf83/deps-build/build/src/luv-static-stamp
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E make_directory /tmp/neovim20160415-50321-acxf83/deps-build/build/downloads/luv
/usr/local/Cellar/cmake/3.5.1/bin/cmake -E touch /tmp/neovim20160415-50321-acxf83/deps-build/build/src/luv-static-stamp/luv-static-mkdir
[ 91%] Performing download step for 'luv-static'
cd /tmp/neovim20160415-50321-acxf83/deps-build/build/downloads/luv && /usr/local/Cellar/cmake/3.5.1/bin/cmake -DPREFIX=/tmp/neovim20160415-50321-acxf83/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim20160415-50321-acxf83/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/neovim20160415-50321-acxf83/third-party/cmake/DownloadAndExtractFile.cmake
CMake Error at /tmp/neovim20160415-50321-acxf83/third-party/cmake/DownloadAndExtractFile.cmake:33 (message):
  USE_EXISTING_SRC_DIR set to ON, but
  '/tmp/neovim20160415-50321-acxf83/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
@justinmk
Copy link
Member

Did you clear cache/reinstall/whatever? This was addressed by #145.

@idoo
Copy link
Author

idoo commented Apr 15, 2016

@justinmk how i can make it? (clear cache)
I used brew reinstall -HEAD neovim for reinstall this app

@jszakmeister
Copy link
Contributor

Did you run brew update? You need to do that in order to pull the latest version of the recipe. Otherwise you're just rebuilding/re-installing with the same version of the formula.

@idoo
Copy link
Author

idoo commented Apr 15, 2016

yes, i did, but anyway it have not help me...
Fixed by full remove/install
Thanks a lot for your help @justinmk @jszakmeister

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants