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 E85D5138330 for ; Wed, 12 Oct 2016 21:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 554AEE0B91; Wed, 12 Oct 2016 21:50:45 +0000 (UTC) Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C705E0B71 for ; Wed, 12 Oct 2016 21:50:44 +0000 (UTC) Received: from [192.168.0.150] (cpc91222-cmbg18-2-0-cust442.5-4.cable.virginm.net [81.106.31.187]) by smtp.webfaction.com (Postfix) with ESMTP id 7B32320EC3C9 for ; Wed, 12 Oct 2016 21:50:43 +0000 (UTC) To: gentoo-user@lists.gentoo.org From: Daniel Quinn Subject: [gentoo-user] GTK+ circular dependency Message-ID: Date: Wed, 12 Oct 2016 22:50:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: f53d5bfb-a927-426c-ae7c-2c21e4ec6419 X-Archives-Hash: 05f1dc035ded8b02a1bef80c45992152 Have any of you seen this before? This is on a fresh install. I can't get anything GNOME-based to install as it looks like gnome-keyring is bringing in an older version of gtk+ which somehow depends on gtk-engines-adwaita which in turn depends on gtk+. Details: * ACCEPT_KEYWORDS="~amd64" * Profile: gnome/systemd * No additional USE flags. # emerge -auDN --keep-going --with-bdeps=y @world These are the packages that would be merged, in order: Calculating dependencies... done! [nomerge ] app-crypt/libsecret-0.18.5::gentoo USE="crypt introspection -debug {-test} -vala" [nomerge ] gnome-base/gnome-keyring-3.20.0::gentoo USE="caps filecaps pam ssh-agent (-selinux) {-test}" [nomerge ] app-crypt/pinentry-0.9.7-r1::gentoo USE="gnome-keyring gtk ncurses -caps -emacs -qt4 -qt5 -static" [nomerge ] x11-libs/gtk+-2.24.31-r1:2::gentoo [3.20.9:3::gentoo] USE="introspection vim-syntax (-aqua) -cups -examples {-test} -xinerama" ABI_X86="(64) -32 (-x32)" [ebuild N ] x11-themes/gtk-engines-adwaita-3.20.2::gentoo ABI_X86="(64) -32 (-x32)" 2,812 KiB [ebuild NS ] x11-libs/gtk+-2.24.31-r1:2::gentoo [3.20.9:3::gentoo] USE="introspection vim-syntax (-aqua) -cups -examples {-test} -xinerama" ABI_X86="(64) -32 (-x32)" 12,506 KiB [ebuild N ] app-crypt/gnupg-2.1.15::gentoo USE="bzip2 gnutls nls readline usb -doc -ldap (-selinux) -smartcard -tofu -tools" 5,590 KiB [ebuild N ] app-crypt/pinentry-0.9.7-r1::gentoo USE="gnome-keyring gtk ncurses -caps -emacs -qt4 -qt5 -static" 423 KiB [ebuild N ] gnome-base/gnome-keyring-3.20.0::gentoo USE="caps filecaps pam ssh-agent (-selinux) {-test}" 1,187 KiB [nomerge ] sys-apps/openrc-0.22.2::gentoo USE="ncurses netifrc pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs -tools" [ebuild R ] sys-auth/pambase-20150213::gentoo USE="cracklib gnome-keyring* nullok sha512 systemd (-consolekit) -debug -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux)" 4 KiB Total: 6 packages (4 new, 1 in new slot, 1 reinstall), Size of downloads: 22,519 KiB * Error: circular dependencies: (x11-libs/gtk+-2.24.31-r1:2/2::gentoo, ebuild scheduled for merge) depends on (x11-themes/gtk-engines-adwaita-3.20.2:0/0::gentoo, ebuild scheduled for merge) (runtime) (x11-libs/gtk+-2.24.31-r1:2/2::gentoo, ebuild scheduled for merge) (buildtime) * Note that circular dependencies can often be avoided by temporarily * disabling USE flags that trigger optional dependencies.