From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9068F1381F3 for ; Wed, 22 Jul 2020 13:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B98ABE0966; Wed, 22 Jul 2020 13:59:09 +0000 (UTC) Received: from pmta11.teksavvy.com (pmta11.teksavvy.com [76.10.157.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CC54E0896 for ; Wed, 22 Jul 2020 13:59:09 +0000 (UTC) IronPort-SDR: vAWenK5xx4tloX2K6ZEf0GUAbPbvBu9S6SbdAmKa8Q/J8fUJbVVykp//GF/SVOAPXO2B0TGn8f CCwFNaDWtHcw== X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2ESKgCORRhf/1J4oWxgHgE8DAILFQe?= =?us-ascii?q?BRYNrX4hkhFCGA54ZCwEBASEZAQIEAQGERgQCAoF6FCU4EwIDAQELAQEBBQE?= =?us-ascii?q?BAQEBBgQCAoZRQxYBhXEGJxMcMws0ElcZhiOtMYEBM4VShQmBOAGNCz+BAj+?= =?us-ascii?q?EIT6FCoJ8gi0EjyumIwqCXYEOjX6KSwIukUWODLEpgXaBe30IgyRQGQ1XjX6?= =?us-ascii?q?OLCgwNwIGCAEBAwlXAYpFhQYBAQ?= X-IPAS-Result: =?us-ascii?q?A2ESKgCORRhf/1J4oWxgHgE8DAILFQeBRYNrX4hkhFCGA?= =?us-ascii?q?54ZCwEBASEZAQIEAQGERgQCAoF6FCU4EwIDAQELAQEBBQEBAQEBBgQCAoZRQ?= =?us-ascii?q?xYBhXEGJxMcMws0ElcZhiOtMYEBM4VShQmBOAGNCz+BAj+EIT6FCoJ8gi0Ej?= =?us-ascii?q?yumIwqCXYEOjX6KSwIukUWODLEpgXaBe30IgyRQGQ1XjX6OLCgwNwIGCAEBA?= =?us-ascii?q?wlXAYpFhQYBAQ?= X-IronPort-AV: E=Sophos;i="5.75,383,1589256000"; d="scan'208";a="141752047" Received: from 108-161-120-82.dsl.teksavvy.com (HELO waltdnes.org) ([108.161.120.82]) by smtp11.teksavvy.com with SMTP; 22 Jul 2020 09:59:07 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Wed, 22 Jul 2020 09:59:01 -0400 From: "Walter Dnes" Date: Wed, 22 Jul 2020 09:59:01 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?! Message-ID: <20200722135901.GB29626@waltdnes.org> References: <20200721154725.04b47e71@digimed.co.uk> <2541035.mvXUDI8C0e@peak> <4550036.GXAFRqVoOG@peak> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4550036.GXAFRqVoOG@peak> X-Archives-Salt: 5b29d45d-7ad3-47a6-ba4b-326cc70b1086 X-Archives-Hash: 798ba58ea4bd65e72e9ffcc52e20ab0a On Wed, Jul 22, 2020 at 09:46:34AM +0100, Peter Humphrey wrote > > So it doesn't even depend on the doc USE flag. > Strange. On my system... ================================================================== USE="-doc" emerge -pv llvm [i660][root][~] USE="-doc" emerge -pv llvm These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] sys-devel/llvm-common-10.0.0::gentoo 117,974 KiB [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 ==================================================================== USE="doc" emerge -pv llvm These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy ">=media-libs/gd-2.0.34:=[fontconfig,jpeg,png,truetype,zlib]". !!! One of the following packages is required to complete your request: - media-libs/gd-2.3.0::gentoo (Change USE: +fontconfig) (dependency required by "media-gfx/graphviz-2.42.3::gentoo" [ebuild]) (dependency required by "dev-python/sphinx-3.0.4::gentoo[doc]" [ebuild]) (dependency required by "sys-devel/llvm-10.0.0::gentoo[doc]" [ebuild]) (dependency required by "llvm" [argument]) ==================================================================== It looks like "doc" is set somewhere in one of... - make.conf - package.use - your profile - default inherited by the llvm ebuild I've just added "-doc" to USE in make.conf. It's now up to... 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" -- Walter Dnes I don't run "desktop environments"; I run useful applications