oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

Fails to build (neovim) #65

Closed hasufell closed 7 years ago

hasufell commented 7 years ago

Your neovim fork is more than a year old.

Full log: https://git.io/vyo6f

Snip:

Updating manifest for /home/jule/git/neovim/.deps/usr/lib/luarocks/rocks
luasocket 3.0rc1-2 is now built and installed in /home/jule/git/neovim/.deps/usr (license: MIT)

Using https://luarocks.org/penlight-1.4.1-1.rockspec... switching to 'build' mode
Updating manifest for /home/jule/git/neovim/.deps/usr/lib/luarocks/rocks
penlight 1.4.1-1 is now built and installed in /home/jule/git/neovim/.deps/usr (license: MIT/X11)

Updating manifest for /home/jule/git/neovim/.deps/usr/lib/luarocks/rocks
busted 2.0.rc11-0 is now built and installed in /home/jule/git/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)

[68/71] Generating usr/bin/luacheck
FAILED: usr/bin/luacheck 
cd /home/jule/git/neovim/.deps && /home/jule/git/neovim/.deps/usr/bin/luarocks build https://raw.githubusercontent.com/mpeterv/luacheck/3929eaa3528be2a8a50c593d687c8625205a2033/luacheck-scm-1.rockspec CC=/usr/host/bin/cc LD=/usr/host/bin/cc
Warning: falling back to curl - install luasec to get native HTTPS support
Cloning into 'luacheck'...
stat: cannot stat 'src/luacheck/stds.lua': No such file or directory

Error: Build error: Failed installing src/luacheck/stds.lua in /home/jule/git/neovim/.deps/usr/lib/luarocks/rocks/luacheck/scm-1/lua/luacheck/stds.lua
ninja: build stopped: subcommand failed.
make: *** [Makefile:70: deps] Error 1
oakes commented 7 years ago

I updated my neovim fork and pinned the new version to solidoak's deps. Please pull the latest commit and let me know if it works for you now.

oakes commented 7 years ago

I received confirmation that it now builds so I'll close this.