Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-1

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: 259
Popularity: 1.10
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2025-02-10 14:14 (UTC)

Dependencies (24)

Required by (451)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 Next › Last »

fhahn commented on 2014-04-27 15:37 (UTC)

I have the same problem without luarocks, but I'm not why, it does not seem to be related to luarocks.

petelewis commented on 2014-04-27 15:34 (UTC)

Okay, just tried on another machine. Without luarocks, I get this: <snip> Scanning dependencies of target moonscript make[4]: Leaving directory '/build/neovim-git/src/neovim/.deps/build/third-party' make[4]: Entering directory '/build/neovim-git/src/neovim/.deps/build/third-party' [ 91%] Generating /build/neovim-git/src/neovim/.deps/usr/bin/moon, /build/neovim-git/src/neovim/.deps/usr/bin/moonc Warning: Failed searching manifest: Failed loading manifest: Failed extracting manifest file Warning: Failed searching manifest: Failed loading manifest: Failed extracting manifest file Warning: Failed searching manifest: Failed loading manifest: Failed extracting manifest file Warning: Failed searching manifest: Failed loading manifest: Failed extracting manifest file Warning: Failed searching manifest: Failed loading manifest: Failed extracting manifest file Warning: Failed searching manifest: Failed loading manifest: Failed extracting manifest file Error: No results matching query were found. CMakeFiles/moonscript.dir/build.make:55: recipe for target '/build/neovim-git/src/neovim/.deps/usr/bin/moon' failed make[4]: *** [/build/neovim-git/src/neovim/.deps/usr/bin/moon] Error 1 make[4]: Leaving directory '/build/neovim-git/src/neovim/.deps/build/third-party' CMakeFiles/Makefile2:261: recipe for target 'CMakeFiles/moonscript.dir/all' failed make[3]: *** [CMakeFiles/moonscript.dir/all] Error 2 make[3]: Leaving directory '/build/neovim-git/src/neovim/.deps/build/third-party' Makefile:75: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/build/neovim-git/src/neovim/.deps/build/third-party' Makefile:54: recipe for target 'deps' failed make[1]: *** [deps] Error 2 make[1]: Leaving directory '/build/neovim-git/src/neovim' Makefile:45: recipe for target 'cmake' failed make: *** [cmake] Error 2 But with luarocks as a makedepend, it works. It does seem to get a bundled luarocks as part of the build process in any case, but doesn't seem to be working. I'm afraid I know nothing about luarocks though. Can provide a full log if helpful. All building done in clean chroots.

petelewis commented on 2014-04-27 15:20 (UTC)

@nNa weird. I'll try to reproduce the error I got.

KarboniteKream commented on 2014-04-27 12:00 (UTC)

@petelewis: I was able to build neovim without luarocks. And as far as I know, with the recent change in PKGBUILD, luarocks is downloaded and compiled automatically, so there should be no need for a separate makedepend.

petelewis commented on 2014-04-27 09:35 (UTC)

Great, thanks!

fhahn commented on 2014-04-27 09:23 (UTC)

I've updated the PKBUILD, thanks for your feedback dtzWill & petelewis

petelewis commented on 2014-04-27 09:03 (UTC)

It also seems that once installed, it expects to find things in /usr/local rather than /usr. E.g. "syntax on" in .nvimrc gives me this: E484: Can't open file /usr/local/share/vim/syntax/syntax.vim Is there a build-time flag which should be set to make nvim look in /usr instead?

petelewis commented on 2014-04-27 09:00 (UTC)

I had to add luarocks as a dep (possibly just a makedep?) to build this. Thanks.

dtzWill commented on 2014-04-22 17:14 (UTC)

This package fails to build when 'ninja' is installed on the system. 'make cmake' generates ninja build files if possible, which causes the later attempt to 'cd build' and 'make' to fail since no Makefiles were generated. Easiest solution is to simply remove 'cd build' from the PKGBUILD entirely, as 'make' in the root directory defaults to invoking the proper build tool on the build directory. Alternatively you could choose to specify the build tool if desired, but that seems more fragile.