@tytan652
Skipping PGP signature check did it for me. Learned something new today...
Thanks a lot!
Git Clone URL: | https://aur.archlinux.org/vlc-luajit.git (read-only, click to copy) |
---|---|
Package Base: | vlc-luajit |
Description: | Multi-platform MPEG, VCD/DVD, and DivX player built with luajit for OBS Studio compatibility |
Upstream URL: | https://www.videolan.org/vlc/ |
Keywords: | luajit media obs obs-studio vlc |
Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: | vlc, vlc-dev, vlc-plugin, vlc-stable-git |
Provides: | vlc |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 23 |
Popularity: | 0.79 |
First Submitted: | 2021-05-11 19:45 (UTC) |
Last Updated: | 2025-03-02 11:31 (UTC) |
@tytan652
Skipping PGP signature check did it for me. Learned something new today...
Thanks a lot!
Hello!
Trying to build today, got the following error:
==> Verifying source file signatures with gpg... vlc-3.0.14.tar.xz ... FAILED (unknown public key 7180713BE58D1ADC) ==> ERROR: One or more PGP signatures could not be verified!
Entire output here: https://pastebin.com/1upBgBMq
Not sure how to find PGP signature to modify the PKGBUILD, any help will be appreciated.
If you use makepkg just simply edit the vlc-luajit PKGBUILD like I said
That worked however I didn't use yay for it, I just manually made the pkg with makepkg -sri. Can you tell me what you meant about yay asking me if I want to edit?
@lorddickfist
Here is a quick fix give it a try, this is maybe because you have a decklink package:
Add --disable-decklink \
to the PKGBUILD in the disable/enable list before $GLES
Yay will ask you if you want to edit the PKGBUILD file
@tytan652
Here I believe this is all of it, let me know if you need something else. https://ghostbin.co/paste/gv45mh
@lorddickfist
This is not the error in itself, scroll up and search the error emitted
Like that I may be able to help you
Getting error
make[4]: [Makefile:25054: video_output/libdecklinkoutput_plugin_la-decklink.lo] Error 1 make[4]: Leaving directory '/home/ldf/.cache/yay/vlc-luajit/src/vlc-3.0.14/modules' make[3]: [Makefile:27996: all-recursive] Error 1 make[3]: Leaving directory '/home/ldf/.cache/yay/vlc-luajit/src/vlc-3.0.14/modules' make[2]: [Makefile:12800: all] Error 2 make[2]: Leaving directory '/home/ldf/.cache/yay/vlc-luajit/src/vlc-3.0.14/modules' make[1]: [Makefile:1563: all-recursive] Error 1 make[1]: Leaving directory '/home/ldf/.cache/yay/vlc-luajit/src/vlc-3.0.14' make: *** [Makefile:1450: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error making: vlc-luajit
any help appreciated as I am a noob.
Pinned Comments