Hello, On 2013-01-09 at 13:30 +0100, Ramses wrote: > With the repo being signed now, I get the following error when > running pacman -Suy after updating my pacman.conf: > > error: haskell-core: signature from "ArchHaskell (Magnus Therning) > <[email protected]>" is unknown trust > error: failed to update haskell-core (invalid or corrupted database (PGP > signature)) > <snip, other repos> > error: database 'haskell-core' is not valid (invalid or corrupted database > (PGP signature)) > > I imported the key as pacman asked me, but it seems I'm > missing something.
Pacman only imported the key into its keyring, but you have to sign it manually in order to also trust it. This is what the "signature from ... is unknown trust" message is about. See https://wiki.archlinux.org/index.php/Pacman-key#Adding_Unofficial_keys > Does anyone here know how to fix this? You can trust Magnus' package signing key by running: pacman-key --lsign-key 4209170B Regards, Sebastian _______________________________________________ arch-haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/arch-haskell
