Hi, After doing an emerge --sync, I got a traceback when updating cache. Then I update portage from 2.1.1_pre4-r4 to 2.1.1_rc1-r1 and I tried : # rm -rf /var/cache/edb && emerge --sync ==> same issue. I tried to search forums and bugzilla, I found nothing. Thanks for help.
Created attachment 95375 [details] keyerror traceback
Created attachment 95376 [details] emerge --info
Try `rm -rf /var/portage/metadata/cache && emerge --sync`.
(In reply to comment #3) > Try `rm -rf /var/portage/metadata/cache && emerge --sync`. > Thanks, that fix it.