@alone no. https://bugs.archlinux.org/task/34677
@REMorin read https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date, also you obviously didn't read the pinned comment
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.72 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2025-02-10 14:14 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 40 Next › Last »
@alone no. https://bugs.archlinux.org/task/34677
@REMorin read https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date, also you obviously didn't read the pinned comment
@eclairevoyant, the version should be 0.10.0.*
, shouldn't it?
Can it clone neovim repository with --depth 1
, it would reduce download size and time a lot.
@eclairevoyant Can you add lua51-lpeg as a normal dependency instead of a make dependency? Neovim needs it as a shared library in runtime.
I'm getting this error when building:
/usr/bin/ld: cannot find -llpeg: No such file or directory
I think it might be related to this commit but I do not know how to fix it. Any ideas?
upstream issue for the mpack build failure: https://github.com/neovim/neovim/issues/23213
yeah, normally the way to avoid your current system's packages affecting the build environment is by building in a clean chroot
UPDATE: It works now. Had to manually remove lua51-mpack
and then reinstall neovim-git
. Thanks again.
Thanks for the amazing speed @eclairevoyant. Unfortunately I still get the same error.
fixed
There is a build failure:
/usr/bin/luajit: ...-git/src/neovim/src/nvim/generators/gen_api_dispatch.lua:196: attempt to call field 'encode' (a nil value)
I am guessing it is due to this commit and is related to mpack
. Don't know how to fix it, though. Any ideas?
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)