Gentoo Archives: gentoo-user

From: Corbin Bird <corbinbird@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Help with emerge error msg
Date: Sun, 10 Mar 2019 01:41:00
Message-Id: 4a006852-2bc4-7120-6155-b723a09ca7aa@charter.net
In Reply to: [gentoo-user] Help with emerge error msg by allan gottlieb
1 Just as a test set the 'icu inspector' USE FLAGS for net-libs/nodejs,
2 Then try this command, it should show how many packages would be pulled
3 in and their USE FLAGS :
4
5 emerge -pvt net-libs/nodejs
6
7 On 3/9/19 4:24 PM, allan gottlieb wrote:
8 > In trying to emerge chromium I received an error msg saying that
9 > net-libs/nodejs needed the "inspector" USE flag.
10 >
11 > I added
12 > >=net-libs/nodejs-8.12.0 inspector
13 > to
14 > /etc/portage/package.use chromium
15 >
16 > Now I receive the msg
17 >
18 > !!! The ebuild selected to satisfy ">=net-libs/nodejs-7.6.0[inspector]" has unmet requirements.
19 > - net-libs/nodejs-8.12.0::gentoo USE="inspector npm snapshot ssl -debug -doc -icu -systemtap -test" ABI_X86="(64)" CPU_FLAGS_X86="sse2" PYTHON_TARGETS="python2_7"
20 >
21 > The following REQUIRED_USE flag constraints are unsatisfied:
22 > inspector? ( icu )
23 >
24 > The above constraints are a subset of the following complete expression:
25 > python_targets_python2_7 inspector? ( icu ssl ) npm? ( ssl )
26 >
27 > (dependency required by "www-client/chromium-72.0.3626.96::gentoo" [ebuild])
28 > (dependency required by "chromium" [argument])
29 >
30 > This seems more serious than a simple request to add the icu USE flag to
31 > nodejs. Can someone please explain how I should proceed?
32 >
33 > Thanks in advance,
34 > allan
35 >
36 >