Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Packages can't be installed at the same time
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
Taigo
n00b
n00b


Joined: 09 Nov 2022
Posts: 71
Location: the Netherlands

PostPosted: Wed Apr 10, 2024 8:22 am    Post subject: Packages can't be installed at the same time Reply with quote

I installed Fcitx which from what I know uses dbus, and then when i try to update my system using
Code:
sudo emerge -avuDN @world
it says the following:

Code:

dev-qt/qtdbus:5

  (dev-qt/qtdbus-5.15.13:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
    =dev-qt/qtdbus-5.15.13* required by (dev-qt/qdbus-5.15.13:0/0::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                             
    (and 3 more with the same problem)

  (dev-qt/qtdbus-5.15.12-1:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
    =dev-qt/qtdbus-5.15.12* required by (dev-qt/qtgui-5.15.12-r2:5/5.15.12::gentoo, installed) USE="X accessibility dbus egl jpeg libinput png udev vulkan -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc -wayland" ABI_X86="(64)"
    ^              ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

NOTE: Use the '--verbose-conflicts' option to display parents omitted above


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.


It seems like it's trying to install 2 versions of qtdbus simultaneously, why is it trying to do this?
Is it like certain packages require a different version then fcitx does, or is it a different problem. I'm not sure if fcitx is a problem in the first place.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30954
Location: here

PostPosted: Wed Apr 10, 2024 8:38 am    Post subject: Reply with quote

Can you post full emerge output wirh --verbose-conflict option?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Taigo
n00b
n00b


Joined: 09 Nov 2022
Posts: 71
Location: the Netherlands

PostPosted: Wed Apr 10, 2024 8:51 am    Post subject: Reply with quote

fedeliallalinea wrote:
Can you post full emerge output wirh --verbose-conflict option?


I ran
Code:
sudo emerge --verbose-conflict -avuDN @world
here is the output i put here using wgetpaste http://0x0.st/XiC2.txt
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30954
Location: here

PostPosted: Wed Apr 10, 2024 9:46 am    Post subject: Reply with quote

I think the problem is caused by app-i18n/fcitx-5.1.8:5 package because you unmasked it but not other related packages (app-i18n/kcm-fcitx, app-i18n/fcitx-anthy and app-i18n/fcitx-qt5).
In addition, for the app-i18n/fcitx:5 package, there is no app-i18n/fcitx-qt5:5 counterpart.
Try to remove unmasking to app-i18n/fcitx package.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Taigo
n00b
n00b


Joined: 09 Nov 2022
Posts: 71
Location: the Netherlands

PostPosted: Wed Apr 10, 2024 9:58 am    Post subject: Reply with quote

fedeliallalinea wrote:
I think the problem is caused by app-i18n/fcitx-5.1.8:5 package because you unmasked it but not other related packages (app-i18n/kcm-fcitx, app-i18n/fcitx-anthy and app-i18n/fcitx-qt5).
In addition, for the app-i18n/fcitx:5 package, there is no app-i18n/fcitx-qt5:5 counterpart.
Try to remove unmasking to app-i18n/fcitx package.

Ah thatnk you that worked, removing lines corresponding to fcitx and fcitx-qt5 in package.accept_keywords fixed the problem!
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