Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?
Date: Wed, 20 May 2020 19:35:30
Message-Id: 921252c4-a08d-5918-2e44-deeb83388d04@web.de
In Reply to: Re: [gentoo-user] slot conflict for the same package: how to add a USE flag? by Daniel Frey
1 The output of:
2
3 sudo emerge -auDv --changed-use --keep-going --with-bdeps=y
4 --changed-deps --backtrack=100 @world
5
6 is attached.
7
8
9 On 05/20/20 21:24, Daniel Frey wrote:
10 > On 5/20/20 12:06 PM, n952162 wrote:
11 >> The command was:
12 >>
13 >> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
14 >> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
15 >> dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
16 >>
17 >> The output to that is attached.
18 >>
19 >> I tried just emerging zlib with the static-libs USE flag ... that log is
20 >> also attached.
21 >>
22 >> On 05/20/20 18:59, Ashley Dixon wrote:
23 >>> On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:
24 >>>> I have a slot conflict for sys-libs/zlib, whereby both users want
25 >>>> the same package.  Studying the USE variables shows that the new
26 >>>> package wants, additionally, the "static-libs" USE flag.
27 >>>>
28 >>>> I thought, the way to handle this is to add the static-libs USE
29 >>>> variable in /etc/portage/package.use and re-emerge with
30 >>>> --changed-use.  Unfortunately, that gives me the same conflict.
31 >>> Can you attach the full output of emerge ?
32 >>>
33 >>
34 >
35 > This is most likely due to so many packages that need to be upgraded
36 > at the same time. You're only asking to update a few select packages
37 > and it's borking because it's finding packages outside your request
38 > that also need to be updated at the same time.
39 >
40 > Have you tried an `emerge -avuD world` to see if portage can backtrack
41 > far enough to sort dependencies out?
42 >
43 > Dan
44 >

Attachments

File name MIME type
world.200516 text/plain

Replies

Subject Author
Re: [gentoo-user] slot conflict for the same package: how to add a USE flag? "J. Roeleveld" <joost@××××××××.org>