Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628258 - app-editors/neovim should DEPEND on dev-util/gperf - CMake Error at src/nvim/CMakeLists.txt:258 (message): gperf was not found.
Summary: app-editors/neovim should DEPEND on dev-util/gperf - CMake Error at src/nvim/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-19 05:28 UTC by Oleh
Modified: 2018-01-05 11:18 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh 2017-08-19 05:28:57 UTC
as in summary.

Reproducible: Always

Steps to Reproduce:
1. emerge neovim, assuming gperf not installed (or remove it)
2. notice a build failure as in Actual results below
3.
Actual Results:  
CMake Error at src/nvim/CMakeLists.txt:258 (message):
gperf was not found.


https://github.com/neovim/neovim/blob/master/CMakeLists.txt#L452
Comment 1 Larry the Git Cow gentoo-dev 2018-01-05 11:18:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f29e0b92f09adf5af6d493a4033491e51b99ec4

commit 2f29e0b92f09adf5af6d493a4033491e51b99ec4
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2018-01-05 11:17:06 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-01-05 11:18:38 +0000

    app-editors/neovim: add missing dev-util/gperf dependency.
    
    Closes: https://bugs.gentoo.org/628258
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-editors/neovim/neovim-0.2.0.ebuild | 14 +++++++++-----
 app-editors/neovim/neovim-9999.ebuild  | 14 +++++++++-----
 2 files changed, 18 insertions(+), 10 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a1111fe5abb99b375c14428c68c96a2828cc0b

commit 59a1111fe5abb99b375c14428c68c96a2828cc0b
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2018-01-05 11:14:56 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-01-05 11:18:36 +0000

    app-editors/neovim: version bump.
    
    Also add a missing dependency: dev-util/gperf.
    
    I took this opportunity to stabilise a lot of reverse dependencies
    needed to emerge neovim. They have been sitting in the tree for a while
    (> 6 months) so we're safe to fast stabilise them.
    
    Bug: https://bugs.gentoo.org/628258
    Closes: https://bugs.gentoo.org/636940
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-editors/neovim/Manifest            |  1 +
 app-editors/neovim/neovim-0.2.2.ebuild | 81 ++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)}