View previous topic :: View next topic |
Author |
Message |
davidbryant Apprentice
Joined: 11 Jun 2020 Posts: 162 Location: Canyon Lake, Texas
|
Posted: Sun Sep 01, 2024 12:19 pm Post subject: Portage blowing up over qt6 -- SOLVED |
|
|
Today when I tried to update my Gentoo system, portage dies with an error message:
Code: | * Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
(kde-apps/akonadi-contacts-24.05.2:6/6::gentoo, ebuild scheduled for merge) pulled in by
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/grantlee-editor-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="handbook -debug"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/kalarm-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="X handbook pim -debug -speech"
>=kde-apps/akonadi-contacts-24.05.2:* required by (kde-apps/kdepim-meta-24.05.2:0/0::gentoo, ebuild scheduled for merge) USE="-bogofilter -clamav -spamassassin"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/akonadiconsole-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="handbook -debug"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-misc/zanshin-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/korganizer-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="handbook -debug -telemetry -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (app-office/merkuro-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/pim-sieve-editor-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="handbook -debug -telemetry -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/kmail-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="handbook -debug (-pch) -speech -telemetry -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/pimcommon-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -designer -doc -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/incidenceeditor-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -doc -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/messagelib-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -doc -speech -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/kdepim-runtime-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -speech -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/kdepim-addons-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -importwizard -markdown -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/kaddressbook-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="handbook -debug -telemetry -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/mailcommon-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -designer -doc -test"
>=kde-apps/akonadi-contacts-24.05.2:6 required by (kde-apps/akonadi-calendar-24.05.2:6/6::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" |
There are a lot of similar messages. Any idea what I need to do? Thanks! _________________ David Bryant
Canyon Lake, Texas
Last edited by davidbryant on Sun Sep 01, 2024 2:41 pm; edited 1 time in total |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9262
|
Posted: Sun Sep 01, 2024 12:22 pm Post subject: |
|
|
Read the news item?
If you are describing an emerge problem, *always* include the full output including your emerge command. You should know the drill by now. |
|
Back to top |
|
|
davidbryant Apprentice
Joined: 11 Jun 2020 Posts: 162 Location: Canyon Lake, Texas
|
Posted: Sun Sep 01, 2024 12:42 pm Post subject: |
|
|
asturm wrote: | Read the news item?
If you are describing an emerge problem, *always* include the full output including your emerge command. You should know the drill by now. |
The command I used was Code: | emerge -avuUD @world
|
I have copied both STDOUT and STDERR to https://pastebin.com/ghAts005
Thank you. _________________ David Bryant
Canyon Lake, Texas |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9262
|
Posted: Sun Sep 01, 2024 12:47 pm Post subject: |
|
|
Code: | (kde-apps/kdepim-addons-23.08.5:5/5::gentoo, installed) pulled in by
kde-apps/kdepim-addons:5 required by @selected |
Did you read the news item, then? |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1716 Location: Germany
|
|
Back to top |
|
|
davidbryant Apprentice
Joined: 11 Jun 2020 Posts: 162 Location: Canyon Lake, Texas
|
Posted: Sun Sep 01, 2024 1:11 pm Post subject: |
|
|
Never mind. I did an Code: | emerge --unmerge kde-apps/akonadi-contacts | and that appears to have resolved my difficulty. _________________ David Bryant
Canyon Lake, Texas |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1948
|
Posted: Sun Sep 01, 2024 7:22 pm Post subject: |
|
|
Please use depclean or deselect in future, not unmerge. |
|
Back to top |
|
|
davidbryant Apprentice
Joined: 11 Jun 2020 Posts: 162 Location: Canyon Lake, Texas
|
Posted: Sun Sep 01, 2024 9:13 pm Post subject: |
|
|
sam_ wrote: | Please use depclean or deselect in future, not unmerge. |
I tried both of those. They didn't work. "deselect" said "not in world file". "depclean" said "nothing to delete". Anyway, what I did seems to have worked. Thanks for the suggestions. _________________ David Bryant
Canyon Lake, Texas |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1948
|
Posted: Sun Sep 01, 2024 9:33 pm Post subject: |
|
|
It might have worked but it wasn't the correct fix. But it's too late to investigate it now given you've unmerged it. |
|
Back to top |
|
|
|