public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] eject and util-linux blocker
Date: Tue, 17 Mar 2015 10:14:53 +0200	[thread overview]
Message-ID: <5507E27D.4050603@gmail.com> (raw)
In-Reply-To: <550786D0.2080602@gmail.com>

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-apps/util-linux-2.25[static-libs] required by
> (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] )
                <sys-apps/util-linux-2.25[static-libs]
        )"


Do you have lvm2 built with USE=static?



Second question is why will portage not upgrade lvm2 for you? What do
you get from this:

emerge -pv lvm2


-- 
Alan McKinnon
alan.mckinnon@gmail.com



  reply	other threads:[~2015-03-17  8:15 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 14:08 [gentoo-user] eject and util-linux blocker Dale
2015-03-16 15:34 ` Walter Dnes
2015-03-17  1:43   ` Dale
2015-03-17  8:14     ` Alan McKinnon [this message]
2015-03-17 17:01       ` Dale
2015-03-17 17:30         ` Alan McKinnon
2015-03-17 18:10           ` Dale
2015-03-17 18:40             ` Mike Gilbert
2015-03-17 20:16               ` Dale
2015-03-17 20:31                 ` Alan McKinnon
2015-03-17 21:07                   ` Dale
2015-03-18  8:54                     ` Peter Humphrey
2015-03-18  9:08                       ` Neil Bothwick
2015-03-18  9:33                       ` Dale
2015-03-18 10:21                         ` Peter Humphrey
2015-03-18 16:14                           ` Dale
2015-03-18 17:03                             ` Peter Humphrey
2015-03-18 16:37                     ` Rich Freeman
2015-03-18 17:56                       ` Poncho
2015-03-18 18:12                         ` Dale
2015-03-18 21:55                           ` Rich Freeman
2015-03-18 23:12                           ` Peter Humphrey
2015-03-19  4:14                             ` Dale
2015-03-19  9:34                               ` Peter Humphrey
2015-03-19 15:29                                 ` Dale
2015-03-17 18:50             ` Alan McKinnon
2015-03-17 20:20               ` Dale
2015-03-17 20:46                 ` Alan McKinnon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5507E27D.4050603@gmail.com \
    --to=alan.mckinnon@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox