* [gentoo-user] handling a slot collision (for telegram)
@ 2020-05-16 8:46 n952162
2020-05-16 16:18 ` Jack
0 siblings, 1 reply; 3+ messages in thread
From: n952162 @ 2020-05-16 8:46 UTC (permalink / raw
To: gentoo-user
How do I handle a slot collision?
I'm trying to install telegram but get a slot conflict for
dev-qt/qtwidgets - it wants 5.14.1-r1 and I have 5.13-2 installed.
I see that these packages want 5.13.2
dev-qt/qtprintsupport-5.13.2
dev-qt/qtsvg-5.13.2
dev-qt/qtopengl-5.13.2
Their ebuilds are like
~dev-qt/qtwidgets-${PV}[gles2-only=]
so, qtwidget is dependent on the revision of the package being built.
I have no ebuilds (any longer) for qtwidget-5.13, only for 5.14.
If I try to emerge dev-qt/qtcore-5.14.1-r1, I get a slot collision.
If I try to remove dev-qt/qtcore-5.13.2-r1 (using -p), it tells me
>>> No packages selected for removal by depclean
I don't know what to try next.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] handling a slot collision (for telegram)
2020-05-16 8:46 [gentoo-user] handling a slot collision (for telegram) n952162
@ 2020-05-16 16:18 ` Jack
2020-05-16 21:42 ` [gentoo-user] handling a slot collision (for telegram) [SOLVED] n952162
0 siblings, 1 reply; 3+ messages in thread
From: Jack @ 2020-05-16 16:18 UTC (permalink / raw
To: gentoo-user
For these, you probably need to upgrade every qt package to 5.14.
On 2020.05.16 04:46, n952162 wrote:
> How do I handle a slot collision?
>
> I'm trying to install telegram but get a slot conflict for
> dev-qt/qtwidgets - it wants 5.14.1-r1 and I have 5.13-2 installed.
>
> I see that these packages want 5.13.2
>
> dev-qt/qtprintsupport-5.13.2
> dev-qt/qtsvg-5.13.2
> dev-qt/qtopengl-5.13.2
>
> Their ebuilds are like
>
> ~dev-qt/qtwidgets-${PV}[gles2-only=]
>
> so, qtwidget is dependent on the revision of the package being built.
>
> I have no ebuilds (any longer) for qtwidget-5.13, only for 5.14.
>
> If I try to emerge dev-qt/qtcore-5.14.1-r1, I get a slot collision.
> If I try to remove dev-qt/qtcore-5.13.2-r1 (using -p), it tells me
>
> >>> No packages selected for removal by depclean
You have to see what is pulling in qtcore - it's probably some other qt
package at 5.13, which then also needs to be upgraded to 5.14.
>
> I don't know what to try next.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] handling a slot collision (for telegram) [SOLVED]
2020-05-16 16:18 ` Jack
@ 2020-05-16 21:42 ` n952162
0 siblings, 0 replies; 3+ messages in thread
From: n952162 @ 2020-05-16 21:42 UTC (permalink / raw
To: gentoo-user
Thanks to the suggestions I got from the list, I was able to update QT
as follows:
emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
and complete the installation of telegram-desktop. Thanks to all.
On 05/16/20 18:18, Jack wrote:
> For these, you probably need to upgrade every qt package to 5.14.
>
> On 2020.05.16 04:46, n952162 wrote:
>> How do I handle a slot collision?
>>
>> I'm trying to install telegram but get a slot conflict for
>> dev-qt/qtwidgets - it wants 5.14.1-r1 and I have 5.13-2 installed.
>>
>> I see that these packages want 5.13.2
>>
>> dev-qt/qtprintsupport-5.13.2
>> dev-qt/qtsvg-5.13.2
>> dev-qt/qtopengl-5.13.2
>>
>> Their ebuilds are like
>>
>> ~dev-qt/qtwidgets-${PV}[gles2-only=]
>>
>> so, qtwidget is dependent on the revision of the package being built.
>>
>> I have no ebuilds (any longer) for qtwidget-5.13, only for 5.14.
>>
>> If I try to emerge dev-qt/qtcore-5.14.1-r1, I get a slot collision.
>> If I try to remove dev-qt/qtcore-5.13.2-r1 (using -p), it tells me
>>
>> >>> No packages selected for removal by depclean
> You have to see what is pulling in qtcore - it's probably some other
> qt package at 5.13, which then also needs to be upgraded to 5.14.
>>
>> I don't know what to try next.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-16 21:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16 8:46 [gentoo-user] handling a slot collision (for telegram) n952162
2020-05-16 16:18 ` Jack
2020-05-16 21:42 ` [gentoo-user] handling a slot collision (for telegram) [SOLVED] n952162
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox