Gentoo Archives: gentoo-user

From: Bertram Scharpf <lists@×××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Yet another USE flag problem
Date: Mon, 04 Jan 2021 05:05:18
Message-Id: 20210104050509.64b27sen2qqmlfdy@becker.bs.l
1 Hi,
2
3 after experimenting a while I find myself receiving this
4 error message:
5
6 These are the packages that would be merged, in order:
7
8 Calculating dependencies... done!
9
10 emerge: there are no ebuilds built with USE flags to satisfy "dev-lua/luv[lua_single_target_luajit(-)?,lua_single_target_lua5-1(-)?,lua_single_target_lua5-2(-)?]".
11 !!! One of the following packages is required to complete your request:
12 - app-editors/neovim-0.4.4-r100::gentoo (Change USE: -lua_single_target_lua5-1, this change violates use flag constraints defined by app-editors/neovim-0.4.4-r100: 'exactly-one-of ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-2 )')
13 (dependency required by "app-editors/neovim-0.4.4-r100::gentoo" [ebuild])
14 (dependency required by "@selected" [set])
15 (dependency required by "@world" [argument])
16
17
18 As far as I see, I defined _exactly_ _one_ _of_ them:
19
20 # equery u neovim
21 [ Legend : U - final flag setting for installation]
22 [ : I - package is installed with flag ]
23 [ Colors : set, unset ]
24 * Found these USE flags for app-editors/neovim-0.4.4-r100:
25 U I
26 + - lto : Build with Link Time Optimization (LTO)
27 + + lua_single_target_lua5-1 : Build for Lua 5.1 only
28 - - lua_single_target_lua5-2 : Build for Lua 5.2 only
29 - - lua_single_target_luajit : Build for LuaJIT only
30 + - nvimpager : Install nvimpager symlink to less.sh macro
31 + - tui : Build the neovim unix tui
32
33
34 What do I miss?
35
36 Thanks in advance.
37
38 Bertram
39
40
41 --
42 Bertram Scharpf
43 Stuttgart, Deutschland/Germany
44 http://www.bertram-scharpf.de

Replies

Subject Author
Re: [gentoo-user] Yet another USE flag problem Arve Barsnes <arve.barsnes@×××××.com>