Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691864 - app-editors/neovim-9999 - CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find LibLUV (missing: LIBLUV_LIBRARY LIBLUV_INCLUDE_DIR)
Summary: app-editors/neovim-9999 - CMake Error at /usr/share/cmake/Modules/FindPackage...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords: PullRequest
: 691862 (view as bug list)
Depends on: 691878
Blocks:
  Show dependency tree
 
Reported: 2019-08-09 20:27 UTC by Bernardo Meurer
Modified: 2019-09-26 17:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info '=app-editors/neovim-9999::gentoo' (emerge-info.log,6.33 KB, text/x-log)
2019-08-09 20:27 UTC, Bernardo Meurer
Details
emerge -pqv '=app-editors/neovim-9999::gentoo' (emerge-pqv.log,119 bytes, text/x-log)
2019-08-09 20:27 UTC, Bernardo Meurer
Details
Build log (emerge-neovim-build.log,27.21 KB, text/x-log)
2019-08-09 20:28 UTC, Bernardo Meurer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernardo Meurer 2019-08-09 20:27:11 UTC
Created attachment 586394 [details]
emerge --info '=app-editors/neovim-9999::gentoo'

Trying to emerge app-editors/neovim-9999 fails with the following:
```
-- Found LibUV: /usr/lib64/libuv.so (Required is at least version "1.28.0")
-- Found Msgpack: /usr/lib64/libmsgpackc.so (found suitable version "3.2.0", minimum required is "1.0.0")
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find LibLUV (missing: LIBLUV_LIBRARY LIBLUV_INCLUDE_DIR)
  (Required is at least version "1.30.0")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindLibLUV.cmake:28 (find_package_handle_standard_args)
  CMakeLists.txt:375 (find_package)
```
Comment 1 Bernardo Meurer 2019-08-09 20:27:38 UTC
Created attachment 586396 [details]
emerge -pqv '=app-editors/neovim-9999::gentoo'
Comment 2 Bernardo Meurer 2019-08-09 20:28:01 UTC
Created attachment 586398 [details]
Build log
Comment 3 Bernardo Meurer 2019-08-09 20:31:16 UTC
This is the missing library that needs to be packaged: https://github.com/luvit/luv
Comment 4 Jonas Stein gentoo-dev 2019-08-09 22:41:14 UTC
*** Bug 691862 has been marked as a duplicate of this bug. ***
Comment 5 Bernardo Meurer 2019-09-16 20:10:25 UTC
For what it's worth, the missing lib has been packaged and upstreamed in [1]. Now the only missing thing for 4.0.0 and 9999 to work is packaging libvterm 0.1.

[1]:https://bugs.gentoo.org/691878
Comment 6 Larry the Git Cow gentoo-dev 2019-09-26 17:34:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd94f84c0fa2fe338bbeaf9d4ff20ba69a948b9

commit 6dd94f84c0fa2fe338bbeaf9d4ff20ba69a948b9
Author:     Bernardo Meurer <bernardo@standard.ai>
AuthorDate: 2019-09-20 19:45:46 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-09-26 17:34:18 +0000

    app-editors/neovim: bump 0.4.2
    
    Closes: https://bugs.gentoo.org/694574
    Closes: https://bugs.gentoo.org/691864
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Bernardo Meurer <bernardo@standard.ai>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-editors/neovim/Manifest            |  1 +
 app-editors/neovim/neovim-0.4.2.ebuild | 95 ++++++++++++++++++++++++++++++++++
 app-editors/neovim/neovim-9999.ebuild  | 42 ++++++++-------
 3 files changed, 118 insertions(+), 20 deletions(-)