Created attachment 761297 [details] build log http://dpaste.com/DNUDAE659 Not expected the load of a gpg key in /root...
Please always upload things to Bugzilla, don't link to pastes as they may expire.
Created attachment 761298 [details] build.log/emerge --info
Please add also the output of "emerge --info -v" as attachment...
Created attachment 761320 [details] emerge --info -v
(In reply to Andreas K. Hüttel from comment #3) > Please add also the output of "emerge --info -v" as attachment... Done
I had the same problem. CPAN tries to import the PAUSE public keys into the user's keychain for some reason. A related bug has been around for a while: rt.cpan.org/Public/Bug/Display.html?id=28952 I could get it to emerge by just skipping the import (see attached patch below). However, I do not know wether this will break something later.
Created attachment 761360 [details, diff] Patch to skip import of PAUSE public keys into users GnuPG keychain
(In reply to kamal from comment #7) > Created attachment 761360 [details, diff] [details, diff] > Patch to skip import of PAUSE public keys into users GnuPG keychain Thank you for sharing the patch. Applied it to current version and worked as expected. Everything seems to be working as expected.