Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Help with emerge error msg
Date: Sat, 09 Mar 2019 22:24:41
Message-Id: 87d0mzlm96.fsf@nyu.edu
1 In trying to emerge chromium I received an error msg saying that
2 net-libs/nodejs needed the "inspector" USE flag.
3
4 I added
5 >=net-libs/nodejs-8.12.0 inspector
6 to
7 /etc/portage/package.use chromium
8
9 Now I receive the msg
10
11 !!! The ebuild selected to satisfy ">=net-libs/nodejs-7.6.0[inspector]" has unmet requirements.
12 - 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"
13
14 The following REQUIRED_USE flag constraints are unsatisfied:
15 inspector? ( icu )
16
17 The above constraints are a subset of the following complete expression:
18 python_targets_python2_7 inspector? ( icu ssl ) npm? ( ssl )
19
20 (dependency required by "www-client/chromium-72.0.3626.96::gentoo" [ebuild])
21 (dependency required by "chromium" [argument])
22
23 This seems more serious than a simple request to add the icu USE flag to
24 nodejs. Can someone please explain how I should proceed?
25
26 Thanks in advance,
27 allan

Replies

Subject Author
[gentoo-user] Re: Help with emerge error msg Nikos Chantziaras <realnc@×××××.com>
Re: [gentoo-user] Help with emerge error msg Corbin Bird <corbinbird@×××××××.net>