View previous topic :: View next topic |
Author |
Message |
DRJP n00b
Joined: 01 Dec 2021 Posts: 7 Location: Brazil
|
Posted: Mon Sep 09, 2024 12:06 am Post subject: Problems with use flags... |
|
|
Hi! i've spent some time without using portage, and forgot some stuff... can someone here help me getting around this issue?
Code: |
gentoo /home/anon # emerge --ask --verbose --update --deep --newuse @world
These are the packages that would be merged, in order:
Calculating dependencies ... done!
Dependency resolution took 4.03 s (backtrack: 0/20).
emerge: there are no ebuilds built with USE flags to satisfy "~dev-qt/qtbase-6.7.2:6[gui,icu=,network,xml]".
!!! One of the following packages is required to complete your request:
- dev-qt/qtbase-6.7.2-r4::gentoo (Change USE: -icu)
- dev-qt/qt5compat-6.7.2::gentoo (Change USE: +icu)
(dependency required by "dev-qt/qt5compat-6.7.2::gentoo" [ebuild])
(dependency required by "app-crypt/qca-2.3.9::gentoo[qt6]" [ebuild])
(dependency required by "kde-frameworks/kwallet-6.5.0::gentoo" [ebuild])
(dependency required by "kde-frameworks/kio-6.5.0::gentoo[kwallet]" [ebuild])
(dependency required by "kde-frameworks/kcmutils-6.5.0::gentoo" [ebuild])
(dependency required by "kde-plasma/libplasma-6.1.4::gentoo" [ebuild])
(dependency required by "kde-plasma/polkit-kde-agent-6.1.4::gentoo" [ebuild])
(dependency required by "kde-frameworks/kauth-6.5.0::gentoo[policykit]" [ebuild])
|
_________________ JPMV |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9255
|
Posted: Mon Sep 09, 2024 6:03 am Post subject: |
|
|
What profile do you use? icu should really be enabled globally. |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2380
|
Posted: Mon Sep 09, 2024 7:39 am Post subject: |
|
|
I think you've mixed stable and testing packages and some of the testing packages require other testing packages to be enabled in package.accept_keywords.
Please post your emerge --info and tell us when was the last full world update you did.
Best Regards,
Georgi |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9255
|
Posted: Mon Sep 09, 2024 7:45 am Post subject: |
|
|
No. All of this is stable, Portage is telling exactly what the problem is.
Code: | emerge: there are no ebuilds built with USE flags to satisfy "~dev-qt/qtbase-6.7.2:6[gui,icu=,network,xml]".
!!! One of the following packages is required to complete your request:
- dev-qt/qtbase-6.7.2-r4::gentoo (Change USE: -icu)
- dev-qt/qt5compat-6.7.2::gentoo (Change USE: +icu) |
|
|
Back to top |
|
|
|