You are not logged in.
Pages: 1
I'm trying to create a package with makepgk -si to install Wine, but when I run the command in the terminal, trows me this error:
wine-9.0.tar.xz ... FAILED (unknown public key CEFAC8EAAF17519D)
ERROR: One or more PGP signatures could not be verified!
I used some commands to import the key, but didn't works:
sudo pacman-key --recv-keys CEFAC8EAAF17519D
sudo pacman-key --lsign-key CEFAC8EAAF17519D
Last edited by FrancisArcher_60 (2024-10-26 21:26:15)
Offline
Okay - absolutely nothing about that makes any sense:
1) Why are you not using the wine package from [multilib]?
2) If you are building a wine package from the AUR, which one? There isn't one called just "wine".
3) If a build fails, post the complete command and output to avoid playing 20 questions like this.
4) Even if the problem is needing a PGP key for verifying the source, pacman-key is completely irrelevant and should not be used for this.
EDIT: following from seth's post below - the key signature seems to indicate that this is an attempt to build wine-stable which addresses questions 2+3 (and partially #1). But please do not make people play detective to have to help you.
EDIT 2: you also have a steady history of asking questions before bothering to do any search or reading of the documentation yourself. This has been brought to your attention before.
Last edited by Trilby (2024-10-25 15:11:43)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Always read the AUR comments:
https://aur.archlinux.org/packages/wine-stable
Offline
Pages: 1