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 DE6761382FE for ; Sat, 9 Jul 2016 16:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02E4221C060; Sat, 9 Jul 2016 16:10:43 +0000 (UTC) Received: from smarthost03b.mail.zen.net.uk (smarthost03b.mail.zen.net.uk [212.23.1.21]) by pigeon.gentoo.org (Postfix) with ESMTP id A6CE121C01D for ; Sat, 9 Jul 2016 16:10:41 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost03b.mail.zen.net.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1bLuq0-0008M0-GS for gentoo-user@lists.gentoo.org; Sat, 09 Jul 2016 16:10:40 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Update blocked by kdebase-startkde:4 Date: Sat, 09 Jul 2016 17:10:40 +0100 Message-ID: <1686988.XCzWUe7ODS@peak> User-Agent: KMail/4.14.10 (Linux/4.6.3-gentoo; KDE/4.14.21; x86_64; ; ) In-Reply-To: <201607092052.46760.robin@binro.org> References: <201607092052.46760.robin@binro.org> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost03b-IP: [82.69.80.10] X-Archives-Salt: 6b3de5ef-c7e1-42b3-9e83-6dd9acd70072 X-Archives-Hash: 5fddae571cc2bf912436bec5ca344aa3 On Saturday 09 Jul 2016 20:52:46 Robin Atwood wrote: > Attempting to update/world this weekend I get: > > # emerge -uDv @world > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > > !!! All ebuilds that could satisfy "kde-apps/kdebase-runtime-meta:5" have > been masked. > !!! One of the following masked packages is required to complete your > request: - kde-apps/kdebase-runtime-meta-16.04.2::gentoo (masked by: > package.mask, ~amd64 keyword) > - kde-apps/kdebase-runtime-meta-15.12.3::gentoo (masked by: package.mask) > > (dependency required by "kde-base/kdebase-startkde-4.11.22-r1::gentoo" > [ebuild]) > (dependency required by "@selected" [set]) > (dependency required by "@world" [argument]) > > I have all of KDE:5 masked since I think installing it sounds too risky. > Checking the kdebase-startkde-4.11.22-r1 ebuild it has a dependency on kde- > apps/kdebase-runtime-meta:5. Is this a mistake? Has anyone found a solution > to this? Yes, I got it too, even going straight to rsync.gentoo.org instead of my usual UK mirror. I tried adding to package.mask: >=kde-base/kdebase-startkde-4.11.22-r1 >=kde-base/kactivities-4.13.3-r2 but that only caused another failure because those package versions weren't available. I was hoping this was a part-update problem, in which the devs hadn't released all the packages involved in whatever change they're making. I'm still inclined to think that, because: $ diff $(equery w =kde-base/kdebase-startkde-4.11.22-r1) $(equery w =kde-base/kdebase-startkde-4.11.22) 12c12 < KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" --- > KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" 51d50 < "${FILESDIR}/${PN}-kwalletd-pam.patch" $ ...and that patch file has no mention of kde-apps/kdebase-runtime-meta:5. This is an ~amd64 box, by the way, so I'm not affected by the change of keyword in -r1. -- Rgds Peter