Gentoo Archives: gentoo-user

From: Dan Johansson <Dan.Johansson@×××.nu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Daily update fails
Date: Thu, 07 May 2020 08:04:47
Message-Id: 2e64fbb2-d5c6-b0b3-eb9b-2f97fa4d829b@dmj.nu
1 Today when I tried to do my daily "emerge --update ... @world", portage
2 spitted out a lot of "Multiple package instances within a single package
3 slot have been pulled" messages.
4
5 I thought this could be due to the depreciation of python3_6 so I added
6 */* PYTHON_TARGETS: python3_6 python3_7
7 */* PYTHON_SINGLE_TARGET: -* python3_6
8 ,as per the news item published, to my package.use and now I get the
9 following instead:
10
11 !!! The ebuild selected to satisfy "app-office/scribus" has unmet
12 requirements.
13 - app-office/scribus-1.5.5-r1::gentoo USE="boost minimal pdf templates
14 -debug -examples -graphicsmagick -hunspell -osg -scripts -tk"
15 ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python2_7"
16 python_single_target_python2_7
17 The following REQUIRED_USE flag constraints are unsatisfied:
18 python_single_target_python2_7
19
20 The above constraints are a subset of the following complete expression:
21 exactly-one-of ( python_single_target_python2_7 ) tk? ( scripts )
22
23 I tried to unmerge scribus but that just made another package complain
24 about "python_single_target_python2_7".
25
26 Any suggestions on how to proceed?
27
28 --
29 Dan Johansson,
30 ***************************************************
31 This message is printed on 100% recycled electrons!
32 ***************************************************

Replies

Subject Author
Re: [gentoo-user] Daily update fails Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Daily update fails Franz Fellner <alpine.art.de@×××××.com>