The build fails on checking the PGP signature:
==> Making package: wxmaxima 23.04.1-1 (Mon 17 Apr 2023 10:05:24 SAST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found wxmaxima-23.04.1.tar.gz
-> Found wxmaxima-23.04.1.asc
==> Validating source files with sha512sums...
wxmaxima-23.04.1.tar.gz ... Passed
wxmaxima-23.04.1.asc ... Skipped
==> Verifying source file signatures with gpg...
wxmaxima-23.04.1 ... SOURCE FILE NOT FOUND
==> ERROR: One or more PGP signatures could not be verified!
-> error making: wxmaxima-exit status 1
-> Failed to install the following packages. Manual intervention is required:
wxmaxima - exit status 1
It seems to be looking for a source file wxmaxima-23.04.1
, but this does not exist, only the .tar.gz
and the .asc
. Using --skippgpcheck
it compiles and installs fine.
Pinned Comments
carlosal1015 commented on 2024-11-13 21:19 (UTC)
https://github.com/wxMaxima-developers/wxmaxima/issues/1970
carlosal1015 commented on 2022-04-10 20:36 (UTC)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.