DEV Community

Discussion on: Installing AUR packages

Collapse
 
ajinkyax profile image
Ajinkya Borade • Edited

I recently shifted to Linux. Manjaro Gnome.

When I did git clone and tried to install aur repo. I Get following error:

wluma-1.2.1.tar.gz ... FAILED (unknown public key 011FDC52DA839335)
==> ERROR: One or more PGP signatures could not be verified!

Enter fullscreen mode Exit fullscreen mode

gpg --generate-key

I have below keys, not sure how to use them

> ls -la ~/.gnupg
total 32
drwx------  5 ajinkya ajinkya 4096 Nov 10 09:02 .
drwx------ 37 ajinkya ajinkya 4096 Nov 10 09:00 ..
drwx------  2 ajinkya ajinkya 4096 Nov  9 21:50 crls.d
drwx------  2 ajinkya ajinkya 4096 Nov  9 22:26 openpgp-revocs.d
drwx------  2 ajinkya ajinkya 4096 Nov  9 22:26 private-keys-v1.d
-rw-r--r--  1 ajinkya ajinkya 1981 Nov  9 22:26 pubring.kbx
-rw-------  1 ajinkya ajinkya   32 Nov  8 15:13 pubring.kbx~
-rw-------  1 ajinkya ajinkya 1280 Nov  9 22:26 trustdb.gpg

Enter fullscreen mode Exit fullscreen mode

So I did this

gpg --keyserver pool.sks-keyservers.net --recv-keys 011FDC52DA839335   
Enter fullscreen mode Exit fullscreen mode

Now i get below error:

meson.build:1:0: ERROR: Unable to detect linker for compiler "cc -Wl,--version -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2"
stdout: 
stderr: cc: error: unrecognized command line option '-fno-plt'


A full log can be found at /home/ajinkya/aur/wluma/src/wluma-1.2.1/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

Enter fullscreen mode Exit fullscreen mode
Collapse
 
nabbisen profile image
nabbisen • Edited

Ajinkya,
Hello. Thank you for your comments.
Well, although I know little about your errors, your problem seems to have been already not because of gpg.
How about this approach? I'm happy if this could be some of your help:
stackoverflow.com/questions/465047...