Gentoo Archives: gentoo-user

From: Bertram Scharpf <lists@×××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Yet another USE flag problem
Date: Mon, 04 Jan 2021 12:15:30
Message-Id: 20210104121523.ympjqtjiee2cm5ku@becker.bs.l
In Reply to: Re: [gentoo-user] Yet another USE flag problem by Arve Barsnes
1 On Monday, 04. Jan 2021, 07:09:06 +0100, Arve Barsnes wrote:
2 > On Mon, 4 Jan 2021 at 06:05, Bertram Scharpf <lists@×××××××××××××××.de> wrote:
3 > > As far as I see, I defined _exactly_ _one_ _of_ them:
4 >
5 > Please show what USE flags you've defined for either this package or
6 > LUA. Hard to give advice without knowing your config.
7
8 # emerge --info | grep -i lua
9 LUA_SINGLE_TARGET="lua5-1"
10 LUA_TARGETS="lua5-1"
11 USE="..." ... LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" ...
12 USE_EXPAND="... LUA_SINGLE_TARGET LUA_TARGETS ..."
13
14 # grep -rnHi lua /etc/portage
15 /etc/portage/make.conf:40:LUA_SINGLE_TARGET="lua5-1" # luajit
16 /etc/portage/package.use/zz-autouse:3:>=dev-lua/lpeg-1.0.1 luajit
17 /etc/portage/package.use/zz-autouse:6:>=dev-lua/mpack-1.0.4 luajit
18 /etc/portage/package.use/zz-autouse:10:>=dev-lua/luv-1.30.1.1 luajit
19 /etc/portage/package.accept_keywords/local:26:<dev-lang/lua-5.2 ~amd64
20
21 Here's another time how emerge complains:
22
23 - 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 )')
24
25 As far as I understand this, emerge tells me to remove the
26 use flag "lua_single_target_lua5-1" because the use flag
27 "lua_single_target_lua5-1" is required.
28
29 What could I try next?
30
31
32 Bertram
33
34
35 --
36 Bertram Scharpf
37 Stuttgart, Deutschland/Germany
38 http://www.bertram-scharpf.de

Replies

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