Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage blowing up over qt6 -- SOLVED
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
davidbryant
Apprentice
Apprentice


Joined: 11 Jun 2020
Posts: 159
Location: Canyon Lake, Texas

PostPosted: Sun Sep 01, 2024 12:19 pm    Post subject: Portage blowing up over qt6 -- SOLVED Reply with quote

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
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9122

PostPosted: Sun Sep 01, 2024 12:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
davidbryant
Apprentice
Apprentice


Joined: 11 Jun 2020
Posts: 159
Location: Canyon Lake, Texas

PostPosted: Sun Sep 01, 2024 12:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9122

PostPosted: Sun Sep 01, 2024 12:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1631
Location: Germany

PostPosted: Sun Sep 01, 2024 1:04 pm    Post subject: Reply with quote

this one, right?
https://www.gentoo.org/support/news-items/2024-08-31-kde-plasma6-gear-24-05-stable.html
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
davidbryant
Apprentice
Apprentice


Joined: 11 Jun 2020
Posts: 159
Location: Canyon Lake, Texas

PostPosted: Sun Sep 01, 2024 1:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 1865

PostPosted: Sun Sep 01, 2024 7:22 pm    Post subject: Reply with quote

Please use depclean or deselect in future, not unmerge.
Back to top
View user's profile Send private message
davidbryant
Apprentice
Apprentice


Joined: 11 Jun 2020
Posts: 159
Location: Canyon Lake, Texas

PostPosted: Sun Sep 01, 2024 9:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 1865

PostPosted: Sun Sep 01, 2024 9:33 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum