Christian99 Veteran
Joined: 28 May 2009 Posts: 1715
|
Posted: Mon Nov 21, 2022 5:24 pm Post subject: |
|
|
Quote: |
--- Invalid atom in /etc/portage/package.accept_keywords/app-editors: >=games-util/game-device-udev-rules
--- Invalid atom in /etc/portage/package.accept_keywords/app-editors: sys-libs/ncurses-6.3_p20220924-r10
--- Invalid atom in /etc/portage/package.accept_keywords/app-editors: sys-libs/gpm-1.20.7-r5:0/0
|
right at the top. didn't look any further, if there are other problems, but you should fix those first, imho.
Refer to https://wiki.gentoo.org/wiki/Full_manpages/emerge#EBUILDS.2C_TBZ2S.2C_SETS_AND_ATOMS for correct format
EDIT: Looking further, portage already tells you the solution to your problem:
Code: | * Error: circular dependencies:
(sys-libs/gpm-1.20.7-r5:0/0::gentoo, ebuild scheduled for merge) depends on
(sys-libs/ncurses-6.3_p20220924-r10:0/6::gentoo, ebuild scheduled for merge) (buildtime_slot_op)
(sys-libs/gpm-1.20.7-r5:0/0::gentoo, ebuild scheduled for merge) (buildtime)
It might be possible to break this cycle
by applying the following change:
- sys-libs/ncurses-6.3_p20220924-r10 (Change USE: -gpm)
Note that this change can be reverted, once the package has been installed. |
try this. pls |
|