Cannot install passwordsafe from AUR with pamac

Command and output:

❯ sudo pamac install passwordsafe
Atenție: passwordsafe is only available from AUR
Se prepară...
Cloning passwordsafe build files...
Running as unit: run-u460.service
fatal: not a git repository (or any parent up to mount point /var/cache/private)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Finished with result: exit-code
Main processes terminated with: code=exited/status=128
Service runtime: 8ms
CPU time consumed: 7ms
Running as unit: run-u461.service
Finished with result: success
Main processes terminated with: code=exited/status=0
Service runtime: 9ms
CPU time consumed: 8ms
Running as unit: run-u462.service
Finished with result: success
Main processes terminated with: code=exited/status=0
Service runtime: 381ms
CPU time consumed: 28ms
Generating passwordsafe information...
Running as unit: run-u463.service
Finished with result: success
Main processes terminated with: code=exited/status=0
Service runtime: 1.084s
CPU time consumed: 1.243s
Checking passwordsafe dependencies...
Se rezolvă dependențele...
Se verifică inter-conflictele...

De construit (1):
  passwordsafe  1.15.0-1    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y


Se construiește 1passwordsafe...
Running as unit: run-u464.service
Press ^] three times within 1s to disconnect TTY.
==> Se face pachetul: passwordsafe 1.15.0-1 (Lu 01 aug 2022 19:46:27 +0300)
==> Se verifică dependențele necesare pentru rulare...
==> Se verifică dependențele necesare pentru compilare...
==> Se preiau sursele...
  -> Se descarcă passwordsafe-1.15.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 14.6M    0 14.6M    0     0  4100k      0 --:--:--  0:00:03 --:--:-- 5208k
  -> Se descarcă passwordsafe-1.15.0.tar.gz.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   566  100   566    0     0    272      0  0:00:02  0:00:02 --:--:--   581
==> Se validează source fișiere cu sha1sums...
    passwordsafe-1.15.0.tar.gz ... Trecut
    passwordsafe-1.15.0.tar.gz.sig ... Omis
==> Se verifică semnăturile fișierelor sursă cu gpg...
    passwordsafe-1.15.0.tar.gz ... cat: eroare de scriere: Broken pipe
EȘUAT
==> EROARE: Una sau mai multe semnături PGP nu au putut fi verificate!
Finished with result: exit-code
Main processes terminated with: code=exited/status=1
Service runtime: 6.762s
CPU time consumed: 1.484s
Eroare: Failed to build passwordsafe

Similar closed topic: AUR package fails while validating PGP signature.

How to solve this problem?

  1. update your system!

  2. make sure you have the base-devel package group installed (all of the programs in there)

  3. … simply because I know, because I just tried:
    gpg --recv-key B131423D7F2F1BB9

so that you do not run into the error of not having this key

  1. pamac build passwordsafe

(notice the “build” instead of the “install” that you used)

done :wink:

2 Likes

There is a better one, as tutorial

Also

Please use
pamac build <AURpackage>
because the polkit rules will kick in … and AUR packages need to be build … as mentioned above.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.