Skip to content

Instantly share code, notes, and snippets.

@cgag
Created September 7, 2015 22:28
Show Gist options
  • Save cgag/d0c712d84960458f7501 to your computer and use it in GitHub Desktop.
Save cgag/d0c712d84960458f7501 to your computer and use it in GitHub Desktop.
attemping to build neovim on void linux. Fixed by symlinking /bin/sh to bash
inja -C .deps
ninja: Entering directory `.deps'
[1/25] Performing build step for 'unibilium'
[2/25] No patch step for 'luarocks'
[3/25] Performing install step for 'libvterm'
[4/25] No update step for 'luarocks'
[5/25] Performing configure step for 'luarocks'
FAILED: cd /home/cgag/tmp/neovim/.deps/build/src/unibilium && /usr/bin/make CC=/usr/bin/cc PREFIX=/home/cgag/tmp/neovim/.deps/usr CFLAGS=-fPIC && /usr/bin/cmake -E touch /home/cgag/tmp/neovim/.deps/build/src/unibilium-stamp/unibilium-build
make[1]: Entering directory '/home/cgag/tmp/neovim/.deps/build/src/unibilium'
libtool --mode=compile --tag=CC /usr/bin/cc -I. -Wall -std=c99 -fPIC -o unibilium.lo -c unibilium.c
/usr/bin/libtool: 1581: /usr/bin/libtool: preserve_args+= --tag CC: not found
/usr/bin/libtool: 1: eval: base_compile+= /usr/bin/cc: not found
/usr/bin/libtool: 1: eval: base_compile+= -I.: not found
/usr/bin/libtool: 1: eval: base_compile+= -Wall: not found
/usr/bin/libtool: 1: eval: base_compile+= -std=c99: not found
/usr/bin/libtool: 1: eval: base_compile+= -fPIC: not found
/usr/bin/libtool: 1: eval: base_compile+= -c: not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
Makefile:60: recipe for target 'unibilium.lo' failed
make[1]: *** [unibilium.lo] Error 1
make[1]: Leaving directory '/home/cgag/tmp/neovim/.deps/build/src/unibilium'
FAILED: cd /home/cgag/tmp/neovim/.deps/build/src/libvterm && /usr/bin/make CC=/usr/bin/cc PREFIX=/home/cgag/tmp/neovim/.deps/usr CFLAGS=-fPIC install && /usr/bin/cmake -E touch /home/cgag/tmp/neovim/.deps/build/src/libvterm-stamp/libvterm-install
make[1]: Entering directory '/home/cgag/tmp/neovim/.deps/build/src/libvterm'
install -d /home/cgag/tmp/neovim/.deps/usr/include
install -m644 include/vterm.h include/vterm_keycodes.h /home/cgag/tmp/neovim/.deps/usr/include
install -d /home/cgag/tmp/neovim/.deps/usr/lib/pkgconfig
sed -e "s,@PREFIX@,/home/cgag/tmp/neovim/.deps/usr," -e "s,@LIBDIR@,/home/cgag/tmp/neovim/.deps/usr/lib," <vterm.pc.in >/home/cgag/tmp/neovim/.deps/usr/lib/pkgconfig/vterm.pc
CC src/state.c
/usr/bin/libtool: 1569: /usr/bin/libtool: preserve_args+= --quiet: not found
/usr/bin/libtool: 1581: /usr/bin/libtool: preserve_args+= --tag CC: not found
/usr/bin/libtool: 1: eval: base_compile+= /usr/bin/cc: not found
/usr/bin/libtool: 1: eval: base_compile+= -fPIC: not found
/usr/bin/libtool: 1: eval: base_compile+= -Wall: not found
/usr/bin/libtool: 1: eval: base_compile+= -Iinclude: not found
/usr/bin/libtool: 1: eval: base_compile+= -std=c99: not found
/usr/bin/libtool: 1: eval: base_compile+= -c: not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
Makefile:56: recipe for target 'src/state.lo' failed
make[1]: *** [src/state.lo] Error 1
make[1]: Leaving directory '/home/cgag/tmp/neovim/.deps/build/src/libvterm'
Checking Lua interpreter... luajit found in /home/cgag/tmp/neovim/.deps/usr/bin
Checking Lua includes... lua.h found in /home/cgag/tmp/neovim/.deps/usr/include/luajit-2.0/lua.h
curl found at /usr/bin
md5sum found at /usr/bin
Configuring for system... Linux
Configuring for architecture... x86_64
Using unversioned rocks dir: /home/cgag/tmp/neovim/.deps/usr/lib/luarocks/rocks
Writing configuration...
Installation prefix: /home/cgag/tmp/neovim/.deps/usr
LuaRocks configuration directory: /home/cgag/tmp/neovim/.deps/usr/etc/luarocks
Using Lua from: /home/cgag/tmp/neovim/.deps/usr
Done configuring.
- Type 'make build' and 'make install':
to install to /home/cgag/tmp/neovim/.deps/usr as usual.
- Type 'make bootstrap':
to install LuaRocks in /home/cgag/tmp/neovim/.deps/usr as a rock.
ninja: build stopped: subcommand failed.
Makefile:70: recipe for target 'deps' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment