From 6278a6d5337bc7d4d04ed005f414b0f270d5e4f9 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 16 Jul 2019 08:50:09 +0200 Subject: [PATCH] Disable filecaps to avoid circular dependencies. --- catalystrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/catalystrc b/catalystrc index 6c3e64b..ef0e1d2 100644 --- a/catalystrc +++ b/catalystrc @@ -33,4 +33,15 @@ export RUBY_TARGETS="ruby26" export L10N="en fr" #export USE="gold plugins" -#export USE="-filecaps" +# * Error: circular dependencies: +# +# (virtual/pam-0-r1:0/0::gentoo, ebuild scheduled for merge) depends on +# (sys-libs/pam-1.3.1-r1:0/0::gentoo, ebuild scheduled for merge) (runtime) +# (sys-libs/libcap-2.27:0/0::gentoo, ebuild scheduled for merge) (buildtime) +# (virtual/pam-0-r1:0/0::gentoo, ebuild scheduled for merge) (buildtime) +# +# It might be possible to break this cycle +# by applying any of the following changes: +# - sys-libs/libcap-2.27 (Change USE: -pam) +# - sys-libs/pam-1.3.1-r1 (Change USE: -filecaps) +export USE="-filecaps"