Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?!
Date: Wed, 22 Jul 2020 13:59:15
Message-Id: 20200722135901.GB29626@waltdnes.org
In Reply to: Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?! by Peter Humphrey
1 On Wed, Jul 22, 2020 at 09:46:34AM +0100, Peter Humphrey wrote
2 >
3 > So it doesn't even depend on the doc USE flag.
4 >
5 Strange. On my system...
6
7 ==================================================================
8
9 USE="-doc" emerge -pv llvm
10
11 [i660][root][~] USE="-doc" emerge -pv llvm
12
13 These are the packages that would be merged, in order:
14
15 Calculating dependencies... done!
16 [ebuild N ] sys-devel/llvm-common-10.0.0::gentoo 117,974 KiB
17 [ebuild N ] sys-devel/llvm-10.0.0:10::gentoo USE="libffi ncurses -debug -doc -exegesis -gold -libedit -test -xar -xml -z3" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARC -ARM -AVR -Hexagon -Lanai -MSP430 -Mips -PowerPC -RISCV -Sparc -SystemZ -WebAssembly -XCore" 173 KiB
18
19 ====================================================================
20
21 USE="doc" emerge -pv llvm
22
23 These are the packages that would be merged, in order:
24
25 Calculating dependencies... done!
26
27 emerge: there are no ebuilds built with USE flags to satisfy ">=media-libs/gd-2.0.34:=[fontconfig,jpeg,png,truetype,zlib]".
28 !!! One of the following packages is required to complete your request:
29 - media-libs/gd-2.3.0::gentoo (Change USE: +fontconfig)
30 (dependency required by "media-gfx/graphviz-2.42.3::gentoo" [ebuild])
31 (dependency required by "dev-python/sphinx-3.0.4::gentoo[doc]" [ebuild])
32 (dependency required by "sys-devel/llvm-10.0.0::gentoo[doc]" [ebuild])
33 (dependency required by "llvm" [argument])
34
35 ====================================================================
36
37 It looks like "doc" is set somewhere in one of...
38
39 - make.conf
40 - package.use
41 - your profile
42 - default inherited by the llvm ebuild
43
44 I've just added "-doc" to USE in make.conf. It's now up to...
45
46 USE="10bit X apng ffmpeg jpeg opengl png szip truetype x264 x265 xorg threads webp -acl -arping -berkdb -bindist -caps -cracklib -crypt -doc -elogind -filecaps -gallium -gdbm -graphite -iconv -introspection -ipc -iptables -ipv6 -libav -libglvnd -llvm -manpager -nls -openmp -pam -pch -sendmail -tcpd -udev -udisks -unicode -xinerama"
47
48 --
49 Walter Dnes <waltdnes@××××××××.org>
50 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?! Peter Humphrey <peter@××××××××××××.uk>