blueyed: I can't reproduce; did you try makepkg -C? If the problem persists, can you open an issue on Github? I think that should be fixed upstream.
Search Criteria
Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovim-git.git (read-only, click to copy) |
---|---|
Package Base: | neovim-git |
Description: | Fork of Vim aiming to improve user experience, plugins, and GUIs |
Upstream URL: | https://neovim.io |
Keywords: | editor |
Licenses: | custom:neovim |
Conflicts: | neovim |
Provides: | neovim, vim-plugin-runtime |
Submitter: | fhahn |
Maintainer: | Farzat (gpanders) |
Last Packager: | gpanders |
Votes: | 257 |
Popularity: | 1.22 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2024-09-04 00:24 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c
- tree-sitter (tree-sitter-gitAUR)
- tree-sitter-c (tree-sitter-c-gitAUR)
- tree-sitter-lua (tree-sitter-lua-gitAUR)
- tree-sitter-markdown (tree-sitter-markdown-gitAUR)
- tree-sitter-query
- tree-sitter-vim
- tree-sitter-vimdoc (tree-sitter-vimdoc-gitAUR)
- unibilium
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- python-pynvim (python-pynvim-gitAUR) (optional) – for Python plugin support (see :help python)
- tree-sitter-bash (tree-sitter-bash-gitAUR) (optional) – tree-sitter parser for bash
- tree-sitter-python (tree-sitter-python-gitAUR) (optional) – tree-sitter parser for python
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on wayland (see :help clipboard)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for clipboard support on X11 (or xsel) (see :help clipboard)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for clipboard support on X11 (or xclip) (see :help clipboard)
Required by (431)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- completion-nvim (requires neovim)
- cppman-git (requires neovim) (optional)
- deoplete (requires neovim) (optional)
- deoplete-git (requires neovim) (optional)
- eovim (requires neovim)
- fvim (requires neovim)
- fvim-bin (requires neovim)
- glrnvim (requires neovim)
- gnvim (requires neovim)
- gnvim-git (requires neovim)
- goneovim-bin (requires neovim)
- goneovim-git (requires neovim)
- gonvim (requires neovim)
- grg-git (requires neovim) (optional)
- hyprforest-installer-bin (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- Show 411 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 40 Next › Last »
fwalch commented on 2016-05-30 19:52 (UTC)
blueyed commented on 2016-05-30 00:19 (UTC)
Fails to build for me:
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
-- Replacing -O3 in CMAKE_C_FLAGS_RELEASE with -O2.
-- Removing --sort-common from linker flags.
-- Found Iconv
-- Checking Lua interpreter /usr/bin/lua
-- [/usr/bin/lua] The 'lpeg' lua package is required for building Neovim
CMake Error at CMakeLists.txt:395 (message):
A suitable Lua interpreter was not found.
The problem is that it uses /usr/bin/lua and not luajit from makedepends.
This fixes it:
@@ -33,6 +33,7 @@ build() {
-DCMAKE_BUILD_TYPE=Dev \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_JEMALLOC=ON \
+ -DLUA_PRG=/usr/bin/luajit \
..
make
}
fwalch commented on 2016-04-23 17:43 (UTC) (edited on 2016-04-23 18:02 (UTC) by fwalch)
euclio: Did you try makepkg -C? If the problem persists, can you open an issue at github.com/neovim/neovim?
euclio commented on 2016-04-23 17:23 (UTC)
I'm still having the problem indicated by cirk2. His patch fixed it.
shulhan commented on 2016-04-19 04:48 (UTC)
Thanks fwalch.
fwalch commented on 2016-04-18 19:59 (UTC)
libmpack still does not have a new release with a nice Makefile for systemwide installation, but I packaged it with Luarocks for now.
Thanks to sulhan, zoqaeski, bradst, cirk2 for reporting the broken build.
cirk2 commented on 2016-04-18 13:58 (UTC)
Yeah got confused by the cmake output which only reported the missing packages for /usr/bin/lua also works without that.
fwalch commented on 2016-04-17 06:46 (UTC) (edited on 2016-04-17 06:51 (UTC) by fwalch)
cirk2: LuaJIT can use installed Lua 5.1 packages, so no need to change anything.
libmpack is currently not easily packagable, that's what I'm waiting for to update the PKGBUILD: https://github.com/neovim/neovim/issues/4573#issuecomment-210032083
cirk2 commented on 2016-04-16 10:28 (UTC) (edited on 2016-04-16 11:32 (UTC) by cirk2)
The build now depends on the mpack lua rock (currently has no AUR package):
https://luarocks.org/modules/tarruda/mpack
also it depends on lua51-bitop.
Also the build cmake test 'luajit' and 'lua' the latter on arch points to lua 5.3 not 5.1. I fixed it locally with a symlink, but it looks like it can be overriden by setting LUA_PRG for cmake.
Besides the missing mpack this fixes the pkgbuild for me:
diff --git a/PKGBUILD b/PKGBUILD
index 5076fa1..f1ffe67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='https://neovim.io'
license=('custom:neovim')
depends=('jemalloc' 'libtermkey' 'libuv' 'libvterm' 'msgpack-c' 'unibilium')
-makedepends=('cmake' 'git' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+makedepends=('cmake' 'git' 'luajit' 'lua51-messagepack' 'lua51-lpeg' 'lua51-bitop')
optdepends=('python2-neovim: for Python 2 plugin support (see :help nvim-python)'
'python-neovim: for Python 3 plugin support (see :help nvim-python)'
'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
@@ -33,6 +33,7 @@ build() {
-DCMAKE_BUILD_TYPE=Dev \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_JEMALLOC=ON \
+ -DLUA_PRG=/usr/bin/lua5.1 \
..
make
}
bradst commented on 2016-04-16 02:23 (UTC)
Seems like the build is currently broken due to some recent changes upstream:
-----
-- Checking Lua interpreter /usr/bin/luajit
-- [/usr/bin/luajit] The 'mpack' lua package is required for building Neovim
-- Checking Lua interpreter /usr/bin/lua
-- [/usr/bin/lua] The 'mpack' lua package is required for building Neovim
CMake Error at CMakeLists.txt:390 (message):
A suitable Lua interpreter was not found.
...
==> ERROR: A failure occurred in build().
-----
Relevant changes: https://github.com/neovim/neovim/pull/4398
They are now using 'libmpack' (https://github.com/tarruda/libmpack) instead of lua51-messagepack. They are also now using a libuv Lua binding called 'luv' (https://github.com/luvit/luv). Looks like the following may be a quick fix for the 'luv' dependency, but I wasn't able to try it since the build doesn't get that far: https://github.com/neovim/homebrew-neovim/pull/145/commits/af967f7
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)