Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] handling a slot collision (for telegram) [SOLVED]
Date: Sat, 16 May 2020 21:43:23
Message-Id: 65ecad0a-4675-49f6-0d1d-19656d9228f9@web.de
In Reply to: Re: [gentoo-user] handling a slot collision (for telegram) by Jack
1 Thanks to the suggestions I got from the list, I was able to update QT
2 as follows:
3
4 emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
5 dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
6 dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
7
8 and complete the installation of telegram-desktop.  Thanks to all.
9
10
11 On 05/16/20 18:18, Jack wrote:
12 > For these, you probably need to upgrade every qt package to 5.14.
13 >
14 > On 2020.05.16 04:46, n952162 wrote:
15 >> How do I handle a slot collision?
16 >>
17 >> I'm trying to install telegram but get a slot conflict for
18 >> dev-qt/qtwidgets - it wants 5.14.1-r1 and I have 5.13-2 installed.
19 >>
20 >> I see that these packages want 5.13.2
21 >>
22 >>         dev-qt/qtprintsupport-5.13.2
23 >>         dev-qt/qtsvg-5.13.2
24 >>         dev-qt/qtopengl-5.13.2
25 >>
26 >> Their ebuilds are like
27 >>
28 >> ~dev-qt/qtwidgets-${PV}[gles2-only=]
29 >>
30 >> so, qtwidget is dependent on the revision of the package being built.
31 >>
32 >> I have no ebuilds (any longer) for qtwidget-5.13, only for 5.14.
33 >>
34 >> If I try to emerge dev-qt/qtcore-5.14.1-r1, I get a slot collision.
35 >> If I try to remove dev-qt/qtcore-5.13.2-r1 (using -p), it tells me
36 >>
37 >> >>> No packages selected for removal by depclean
38 > You have to see what is pulling in qtcore - it's probably some other
39 > qt package at 5.13, which then also needs to be upgraded to 5.14.
40 >>
41 >> I don't know what to try next.
42 >