FS#56275 - [neovim] nvim: error while loading shared libraries: libluajit-5.1.so.2

Attached to Project: Community Packages
Opened by Maxime de Roucy (akira86) - Wednesday, 08 November 2017, 09:08 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 08 November 2017, 10:15 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 6
Private No

Details

Description:

max@laptop % pacaur -Syur
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
there is nothing to do
max@laptop % nvim toto
nvim: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory

Additional info:

max@mde-oxalide % pacaur -Qi neovim
Name : neovim
Version : 0.2.1-1
Description : Fork of Vim aiming to improve user experience, plugins, and GUIs
Architecture : x86_64
URL : https://neovim.io
Licenses : custom:neovim
Groups : None
Provides : None
Depends On : jemalloc libtermkey libuv msgpack-c unibilium libvterm
Optional Deps : python2-neovim: for Python 2 plugin support (see :help python)
python-neovim: for Python 3 plugin support (see :help python)
xclip: for clipboard support (or xsel) (see :help clipboard) [installed]
xsel: for clipboard support (or xclip) (see :help clipboard)
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 18,13 MiB
Packager : Sven-Hendrik Haase <sh@lutzhaase.com>
Build Date : mer. 08 nov. 2017 09:21:34 CET
Install Date : mer. 08 nov. 2017 09:39:47 CET
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature

To solve :

pacaur -S luajit
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 08 November 2017, 10:15 GMT
Reason for closing:  Fixed
Comment by Andrea Chiavazza (ndr76) - Wednesday, 08 November 2017, 10:14 GMT
The package luajit is in the community repository. It should just be added to the dependencies.
Until this bug is fixed you can just manually install it with pacman -S luajit

Loading...