Gentoo Archives: gentoo-user

From: Arve Barsnes <arve.barsnes@×××××.com>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Yet another USE flag problem
Date: Mon, 04 Jan 2021 14:12:36
Message-Id: CAJjrzcXDQdhZGrMsKfwTie8hDNOtwOJRag5sQbHhK-EvZ9TrPw@mail.gmail.com
In Reply to: Re: [gentoo-user] Yet another USE flag problem by Bertram Scharpf
1 On Mon, 4 Jan 2021 at 14:46, Bertram Scharpf <lists@×××××××××××××××.de> wrote:
2 > # grep -rnHi '^[^#]*lua' /etc/portage
3 > /etc/portage/make.conf:40:LUA_SINGLE_TARGET="luajit" # lua5-1
4 > /etc/portage/package.use/zz-autouse:3:>=dev-lua/lpeg-1.0.1 luajit
5 > /etc/portage/package.use/zz-autouse:6:>=dev-lua/mpack-1.0.4 luajit
6 > /etc/portage/package.use/zz-autouse:10:>=dev-lua/luv-1.30.1.1 luajit
7 > /etc/portage/package.accept_keywords/local:26:<dev-lang/lua-5.2 ~amd64
8 > # emerge --info | grep -i lua
9 > LUA_SINGLE_TARGET="luajit"
10 > LUA_TARGETS="lua5-1"
11 > USE="..." ... LUA_SINGLE_TARGET="luajit" LUA_TARGETS="lua5-1" ...
12 > USE_EXPAND="... LUA_SINGLE_TARGET LUA_TARGETS ..."
13 >
14 > What else could I try?
15
16 I would try removing both the make.conf entry and the dev-lua/luv USE entry.
17
18 Maybe either of the other two packages with luajit are also involved,
19 but give the emerge command you're trying to run and any error
20 messages after doing that.
21
22 Regards,
23 Arve

Replies

Subject Author
Re: [gentoo-user] Yet another USE flag problem Bertram Scharpf <lists@×××××××××××××××.de>