Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904095 - app-editors/neovim-0.9.0 - One or more CMake variables were not used by the project:
Summary: app-editors/neovim-0.9.0 - One or more CMake variables were not used by the p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brahmajit Das
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-04-10 07:14 UTC by Toralf Förster
Modified: 2023-04-13 06:31 UTC (History)
2 users (show)

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


Attachments
app-editors:neovim-0.9.0:20230410-043235.log.bz2 (app-editors:neovim-0.9.0:20230410-043235.log.bz2,25.05 KB, application/x-bzip)
2023-04-10 07:14 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,63.14 KB, application/x-bzip)
2023-04-10 07:15 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.41 KB, application/x-bzip)
2023-04-10 07:15 UTC, Toralf Förster
Details
Patch for supressing the warning (neovim-cmake-warning-fix.patch,587 bytes, patch)
2023-04-10 07:29 UTC, Brahmajit Das
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-04-10 07:14:58 UTC
 * One or more CMake variables were not used by the project:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20230406-071004

  -------------------------------------------------------------------

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2023-04-10 07:14:59 UTC
Created attachment 859792 [details]
app-editors:neovim-0.9.0:20230410-043235.log.bz2
Comment 2 Toralf Förster gentoo-dev 2023-04-10 07:15:00 UTC
Created attachment 859793 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-04-10 07:15:01 UTC
Created attachment 859794 [details]
etc.portage.tar.bz2
Comment 4 Brahmajit Das 2023-04-10 07:27:36 UTC
Confirmed, working on it. But mainly looks like MIN_LOG_LEVEL and FEAT_TUI are removed in v0.9.0
Comment 5 Brahmajit Das 2023-04-10 07:29:46 UTC
Created attachment 859802 [details, diff]
Patch for supressing the warning

I missed out on the pkgdiff-mg. My bad.
Comment 6 Larry the Git Cow gentoo-dev 2023-04-13 06:31:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6b4c95c31e181eacff25913759bd529e132328

commit 8c6b4c95c31e181eacff25913759bd529e132328
Author:     brahmajit das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-04-10 08:57:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-13 06:31:14 +0000

    app-editors/neovim: Fix cmake unused variable warning
    
    MIN_LOG_LEVEL and FEAT_TUI have been removed from v0.9.0, hence the warning.
    
    Closes: https://bugs.gentoo.org/904095
    Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/30535
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/neovim/neovim-0.9.0.ebuild | 2 --
 app-editors/neovim/neovim-9999.ebuild  | 2 --
 2 files changed, 4 deletions(-)