Summary: | perl-core/CPAN-2.290.0-r1: Fatal: can't create directory '/root/.gnupg': Permission denied | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuel Bernardo <samuelbernardo.mail> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
build.log/emerge --info emerge --info -v Patch to skip import of PAUSE public keys into users GnuPG keychain |
Description
Samuel Bernardo
2022-01-04 14:30:43 UTC
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. |