You are not logged in.
Hi all,
I'm trying to build a package from AUR but makepkg fails to sign the package.
I receive the following message: "==> WARNING: Failed to sign package file." and nothing else.
I have, as far as i can tell, installed all the necessary keys (pacman-key --recv-key and pacman-key --lsign). I even tried to completely reset the keyring (remove of /etc/pacman.d/gnupg, pacman-key --init, ...) but it does not solve my problem.
I can see the key when issuing pacman-key -l.
Any idea is welcome cause I'm completely loss right now and I fear becoming nuts...
Last edited by calyce (2012-05-25 23:02:49)
Offline
https://wiki.archlinux.org/index.php/De … g_Packages
That should explain everything you need to sign packages
To sign packages you need your own key, what comes with pacman is the developers' keys for the packages in the repos
Last edited by ethail (2012-05-25 16:16:27)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Thanks for your answer.
Unfortunately, I already read this page before. I already have my own key generated and uploaded to a key server. IOW I use my own key (specified in makepkg.conf) and I can see it when issuing pacman-key -l
Is there a way to have some kind of "debug" logging from makepkg ? I could probably help me find the culprit...
Offline
Thanks falconindy, you pointed me in the right direction.
I sorted out my personal keyring and it's working now.
Offline