@fwalch, I also got the unibilium error, and when trying to rebuild neovim, it first failed asking me to install lua-lpeg, then failed again asking for lua-mpack. Except it is looking for lua53 mpack, which isn't available on aur (only lua51-mpack?). If trying to symlink /usr/lib/lua/5.1/mpack.so → /usr/lib/lua/5.3 , it fails again, this time looking for a lua 5.2 mpack O_o
EDIT: Oh, it looked for lua 5.2 and lua 5.3 only because the lua/5.1/mpack.so file was broken (missing related libmpack.so.0. Reinstalling lua51-mpack didn't help.
SOLVED:I just needed to install libmpack, then reinstalling neovim-git worked the unibilium error disappeared.
SUMMARY: To fix the unibilium error, run pacman -S lua-lpeg libmpack neovim-git
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)