Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Question] One or more updates/rebuilds have been skipped...
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
templeos1337
n00b
n00b


Joined: 01 Oct 2023
Posts: 6

PostPosted: Thu Mar 28, 2024 3:16 am    Post subject: [Question] One or more updates/rebuilds have been skipped... Reply with quote

Hello, I've been getting this warning message when doing a full upgrade for quite some time now and I am somewhat confused. In a similar post a conflict was caused because a specific package version was required. In my case any version of ncurses >= 5.9 should be ok (and probably is, since it's the one installed in my system), however there warning doesn't get away. Any help?

Code:

root@saturn ~# emerge -avuDN @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 15.76 s (backtrack: 0/20).


Total: 0 packages, Size of downloads: 0 KiB

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

sys-libs/ncurses:0

  (sys-libs/ncurses-6.4_p20230401:0/6::gentoo, ebuild scheduled for merge) USE="cxx gpm (split-usr) stack-realign (tinfo) verify-sig -ada -debug -doc -minimal -profile -static-libs -test -trace" ABI_X86="(64) -32 (-x32)" conflicts with
    >=sys-libs/ncurses-5.9-r3:=[unicode(+),abi_x86_32(-),abi_x86_64(-)] required by (sys-libs/readline-8.1_p2-r2:0/8::gentoo, installed) USE="(unicode) verify-sig -static-libs -utils" ABI_X86="32 (64) (-x32)"
                                                                       
    >=sys-libs/ncurses-5.9-r3:0/6=[unicode(+),abi_x86_32(-),abi_x86_64(-)] required by (sys-libs/readline-8.1_p2-r2:0/8::gentoo, installed) USE="(unicode) verify-sig -static-libs -utils" ABI_X86="32 (64) (-x32)"
                                                                         


Nothing to merge; quitting.

root@saturn ~# eix-installed -a | grep ncurses
sys-libs/ncurses-6.4_p20230401
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1660

PostPosted: Thu Mar 28, 2024 4:17 am    Post subject: Reply with quote

Because sys-libs/readline currently has abi_x86_32 USE, it needs ncurses with the same flag. If you still need sys-libs/readline with abi_x86_32, restore that USE setting on ncurses. If not, remove it from sys-libs/readline.
Back to top
View user's profile Send private message
templeos1337
n00b
n00b


Joined: 01 Oct 2023
Posts: 6

PostPosted: Thu Mar 28, 2024 9:08 pm    Post subject: Reply with quote

grknight wrote:
Because sys-libs/readline currently has abi_x86_32 USE, it needs ncurses with the same flag. If you still need sys-libs/readline with abi_x86_32, restore that USE setting on ncurses. If not, remove it from sys-libs/readline.


That fixed it, thanks!
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