From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2784D138CBF for ; Tue, 17 Mar 2015 08:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D671E0938; Tue, 17 Mar 2015 08:15:01 +0000 (UTC) Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) (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 CCA06E0884 for ; Tue, 17 Mar 2015 08:14:59 +0000 (UTC) Received: by wgbcc7 with SMTP id cc7so1891732wgb.0 for ; Tue, 17 Mar 2015 01:14:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zPZPTFBaLFmsVVdanqeVxvDi8TRm97ne4G5w7hJ8/hI=; b=u59vvB2pNsE81JdKVxUfJdiujC8NofIv9b88yTbStX+OyDddWulEFcGxQ9PjB2DJ98 uhE2W7/llv9SSamAADZvlKZNhPdVKTRIcsiIRzhNbnu89+VgoVToEqVydVVLHRuragSG 48lqzMBxbKvssTxO0n6FAHnJvCDozfwTQMDi7BTL8WE9xje9/GUqR7CLxHYXbRPyaENo iCON9f7GZo67+ODFEYGphEBa7wzIpflZ03mok95mKV9g6MYSbLN+BRYOhoOL7cFkfFed wtWDIM9n1xc2qw+08u2jx2x7HQgKZJ9qE1nXdtMEAW7vzVmg88s9UBfr+4Uzuox2EiJ+ 90Ig== X-Received: by 10.181.5.43 with SMTP id cj11mr168780141wid.61.1426580098578; Tue, 17 Mar 2015 01:14:58 -0700 (PDT) Received: from [172.20.0.40] ([105.210.24.72]) by mx.google.com with ESMTPSA id v13sm1554873wij.10.2015.03.17.01.14.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 01:14:57 -0700 (PDT) Message-ID: <5507E27D.4050603@gmail.com> Date: Tue, 17 Mar 2015 10:14:53 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] eject and util-linux blocker References: <5506E3E8.8070008@gmail.com> <20150316153411.GA20837@waltdnes.org> <550786D0.2080602@gmail.com> In-Reply-To: <550786D0.2080602@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 06870f80-399f-4f58-96f8-adb74269c8ed X-Archives-Hash: f54579935f36bacb7abe19d93a53ecc4 On 17/03/2015 03:43, Dale wrote: [...snip] > root@fireball / # emerge -uvaDN world -t > > These are the packages that would be merged, in reverse order: > > Calculating dependencies... done! > [nomerge ] lxde-base/lxde-meta-0.5.5-r4::gentoo > [nomerge ] x11-misc/pcmanfm-1.2.3::gentoo USE="-debug" > [ebuild N ] virtual/eject-0::gentoo 0 KiB > [ebuild UD ] sys-apps/util-linux-2.24.1-r3::gentoo > [2.26.1::gentoo] USE="bash-completion%* cramfs ncurses nls pam > static-libs* suid udev unicode -caps -cytune% -fdformat -python > (-selinux) -slang {-test} -tty-helpers (-systemd%)" ABI_X86="(64) (-32) > (-x32)" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" > PYTHON_TARGETS="python2_7 python3_3 -python3_4" 0 KiB > [ebuild N ] sys-block/eject-2.1.5-r2::gentoo USE="nls" 121 KiB > [blocks B ] sys-block/eject ("sys-block/eject" is blocking > sys-apps/util-linux-2.24.1-r3) > > Total: 3 packages (1 downgrade, 2 new), Size of downloads: 121 KiB > Conflict: 1 block (1 unsatisfied) > > * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > > (sys-block/eject-2.1.5-r2:0/0::gentoo, ebuild scheduled for merge) > pulled in by > sys-block/eject required by (virtual/eject-0:0/0::gentoo, ebuild > scheduled for merge) > > (sys-apps/util-linux-2.24.1-r3:0/0::gentoo, ebuild scheduled for > merge) pulled in by > >=sys-apps/util-linux-2.13 required by > (www-plugins/nspluginwrapper-1.4.4-r3:0/0::gentoo, installed) > (sys-fs/lvm2-2.02.109:0/0::gentoo, installed) Looks like this is the source of your problem. When dealing with blocking downgrades I like to search for the "<" character to find what other package is limiting the highest version. The above is the only one. The DEPEND for lvm2 looks like this: RDEPEND="${DEPEND_COMMON} ... >=sys-apps/util-linux-2.16 ... DEPEND="${DEPEND_COMMON} static? ( selinux? ( sys-libs/libselinux[static-libs] ) udev? ( >=virtual/libudev-208:=[static-libs] )