From: John Covici <covici@ccs.covici.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] update fails, but I don't see why
Date: Mon, 07 Dec 2020 07:31:08 -0500 [thread overview]
Message-ID: <m34kkx94s3.wl-covici@ccs.covici.com> (raw)
In-Reply-To: <4b9beaca-519c-fbd8-ed8a-d20b74b12f90@web.de>
On Fri, 04 Dec 2020 03:13:19 -0500,
n952162 wrote:
>
> [1 <text/plain; utf-8 (quoted-printable)>]
> On 12/3/20 10:11 PM, Adam Carter wrote:
> > On Fri, Dec 4, 2020 at 8:06 AM tastytea <gentoo@tastytea.de
> > <mailto:gentoo@tastytea.de>> wrote:
> >
> > On 2020-12-03 21:33+0100 n952162 <n952162@web.de
> > <mailto:n952162@web.de>> wrote:
> >
> > > I'm trying to update the gentoo system that I last updated 6 weeks
> > > ago, but it seems not to work. Can somebody explain to me why?
> >
> > Python 3.8 is the new default target and not all packages support it
> > yet. You can put
> > */* PYTHON_TARGETS: python3_7
> > into /etc/portage/package.use as a workaround. Don't forget to remove
> > it in a month or so.
> >
> >
> > Try emerge -avuUD @world (the U is the critical bit). For me, it
> > pulled in a bunch of extra rebuilds (with -python3_7 and +python3_8).
> > After that depclean removed 3.7
>
>
> Here is the command I use (where target is @system @world) (somebody
> once said here it can be useful to first do @system):
>
> time emerge \
> $pretend \
> -v \
> --deep \
> --update \
> --changed-use \
> --verbose-conflicts \
> --keep-going \
> --with-bdeps=y \
> --changed-deps \
> --backtrack=100 \
> $target
hmm, so I put the following line in my package.use file at the end
*/* python_targets_python3_7 python_single_target_python_3_7
but I still get
!!! Multiple package instances within a single package slot have been
pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-python/paramiko:0
(dev-python/paramiko-2.7.1:0/0::gentoo, installed) USE="-doc
-examples (-server) -test" ABI_X86="(64)" PYTHON_TARGETS="python2_7
python3_7 -python3_6 -python3_8" pulled in by
dev-python/paramiko[python_targets_python2_7(-),-python_single_target_python2_7(-)]
required by (dev-vcs/bzr-2.7.1_pre:0/0::gentoo, installed) USE="sftp
-curl -doc -test" ABI_X86="(64)" PYTHON_TARGETS="python2_7"
(dev-python/paramiko-2.7.1:0/0::gentoo, ebuild scheduled for merge)
USE="-doc -examples (-server) -test" ABI_X86="(64)"
PYTHON_TARGETS="python3_7 python3_8 -python3_6 -python3_9" pulled in
by
dev-python/paramiko[python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
required by (app-admin/ansible-base-2.10.3:0/0::gentoo, ebuild
scheduled for merge) USE="-doc -test" ABI_X86="(64)"
PYTHON_TARGETS="python3_7 python3_8 -python3_6 -python3_9"
dev-python/paramiko[python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
required by (app-admin/ansible-2.10.1:0/0::gentoo, ebuild
scheduled for merge) USE="-doc -test" ABI_X86="(64)"
PYTHON_TARGETS="python3_7 python3_8 -python3_6 -python3_9"
dev-python/paramiko[python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
required by (app-emulation/docker-compose-1.28.0_rc1:0/0::gentoo,
ebuild scheduled for merge) USE="-test" ABI_X86="(64)"
PYTHON_TARGETS="python3_7 python3_8 -python3_6 -python3_9"
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
I masked 2.7.2 in the hope that it would help, but it did not.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici wb2una
covici@ccs.covici.com
next prev parent reply other threads:[~2020-12-07 12:31 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-03 20:33 [gentoo-user] update fails, but I don't see why n952162
2020-12-03 20:48 ` antlists
2020-12-03 21:04 ` Matt Connell (Gmail)
2020-12-03 21:06 ` tastytea
2020-12-03 21:11 ` Adam Carter
2020-12-04 8:13 ` n952162
2020-12-07 12:31 ` John Covici [this message]
2020-12-07 12:59 ` Arve Barsnes
2020-12-07 13:07 ` John Covici
2020-12-03 22:04 ` Victor Ivanov
2020-12-03 23:08 ` Neil Bothwick
2020-12-04 8:41 ` n952162
2020-12-04 8:53 ` Arve Barsnes
2020-12-04 9:10 ` antlists
2020-12-04 9:35 ` n952162
2020-12-04 10:07 ` Arve Barsnes
2020-12-04 19:52 ` n952162
2020-12-04 20:00 ` n952162
2020-12-04 20:25 ` n952162
2020-12-04 21:49 ` Arve Barsnes
2020-12-04 22:13 ` n952162
2020-12-04 22:19 ` n952162
2020-12-04 22:40 ` Jack
2020-12-05 8:48 ` n952162
2020-12-06 12:32 ` Neil Bothwick
2020-12-05 9:06 ` n952162
2020-12-05 9:41 ` n952162
2020-12-05 10:13 ` Dale
2020-12-05 11:06 ` n952162
2020-12-05 13:42 ` Victor Ivanov
2020-12-06 6:46 ` Dale
2020-12-12 22:08 ` n952162
2020-12-12 22:35 ` Neil Bothwick
2020-12-13 0:09 ` Dan Egli
2020-12-13 19:31 ` n952162
2020-12-13 19:48 ` n952162
2020-12-13 20:49 ` Arve Barsnes
2020-12-13 19:56 ` cal
[not found] ` <32af647f-a0e1-77e7-ff0f-4a5495e45f6b@web.de>
2020-12-13 8:18 ` Neil Bothwick
2020-12-13 8:57 ` n952162
2020-12-13 9:55 ` Michael
2020-12-13 21:10 ` n952162
2020-12-13 21:51 ` Dale
2020-12-14 0:04 ` Michael
2020-12-14 6:58 ` n952162
2020-12-13 10:07 ` n952162
2020-12-13 10:09 ` n952162
2020-12-13 22:10 ` Walter Dnes
2020-12-20 16:49 ` Peter Humphrey
2020-12-13 18:58 ` n952162
2020-12-13 19:48 ` Mark Knecht
2020-12-13 20:06 ` Dale
2020-12-13 21:02 ` n952162
2020-12-13 21:14 ` n952162
2020-12-13 21:40 ` Dale
2020-12-14 6:38 ` n952162
2020-12-13 21:31 ` Dale
2020-12-14 3:46 ` [gentoo-user] " Grant Edwards
2020-12-14 6:47 ` [gentoo-user] " n952162
2020-12-13 21:39 ` antlists
2020-12-14 6:50 ` n952162
2020-12-13 23:41 ` Neil Bothwick
2020-12-13 23:35 ` Neil Bothwick
2020-12-14 3:54 ` [gentoo-user] " Grant Edwards
2020-12-14 6:54 ` n952162
2020-12-14 8:43 ` Neil Bothwick
2020-12-14 8:51 ` Dale
2020-12-14 10:17 ` Wols Lists
2020-12-14 12:55 ` n952162
2020-12-14 16:32 ` Michael
2020-12-14 23:38 ` antlists
2020-12-14 23:47 ` Grant Edwards
2020-12-13 8:49 ` [gentoo-user] " n952162
2020-12-04 22:46 ` Neil Bothwick
2020-12-05 8:54 ` n952162
2020-12-06 12:27 ` Neil Bothwick
2020-12-04 10:08 ` Adam Carter
2020-12-29 22:07 ` [gentoo-user] update fails, but I don't see why [PROGRESS] n952162
2020-12-29 22:16 ` n952162
2020-12-29 22:32 ` Dale
2020-12-29 22:55 ` Neil Bothwick
2020-12-30 0:05 ` Michael
2020-12-30 0:21 ` Dale
2020-12-30 7:26 ` n952162
2020-12-30 7:22 ` n952162
2020-12-30 9:53 ` Michael
2020-12-30 7:42 ` n952162
2020-12-30 8:35 ` Arve Barsnes
2020-12-30 11:56 ` n952162
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=m34kkx94s3.wl-covici@ccs.covici.com \
--to=covici@ccs.covici.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