Getting the same curl error.
Using alternative mirror works: https://github.com/GStreamer/gst-plugins-bad
Git Clone URL: | https://aur.archlinux.org/lib32-gst-bad-ugly.git (read-only, click to copy) |
---|---|
Package Base: | lib32-gst-bad-ugly |
Description: | Multimedia graph framework (32-bit) - bad plugins |
Upstream URL: | https://gstreamer.freedesktop.org/ |
Licenses: | LGPL |
Replaces: | lib32-gst-plugins-bad-latest |
Submitter: | ahmubashshir |
Maintainer: | ahmubashshir (MarsSeed) |
Last Packager: | ahmubashshir |
Votes: | 46 |
Popularity: | 0.022775 |
First Submitted: | 2023-01-07 17:47 (UTC) |
Last Updated: | 2024-10-28 05:13 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 21 Next › Last »
Getting the same curl error.
Using alternative mirror works: https://github.com/GStreamer/gst-plugins-bad
Build fails with:
==> Making package: lib32-gst-plugins-bad 1.16.2-1 (Tue 04 Feb 2020 10:56:08 EET)
==> Retrieving sources...
-> Cloning gst-plugins-bad git repo...
Cloning into bare repository '/home/nocifer/.cache/yay/lib32-gst-plugins-bad/gst-plugins-bad'...
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
fatal: the remote end hung up unexpectedly
==> ERROR: Failure while downloading gst-plugins-bad git repo
Aborting...
I'm hitting the issue with the elements_shm test failing too. I guess someone reported it already a while ago but got no response: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847
Newest update fails to install due to the elements_shm tests failing.
I would suggest to use the gitlab mirrors instead. They're fast and they solve the prepare() issue.
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit" "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
A failure occurred in prepare(): lib32-gst-plugins-ugly/PKGBUILD: line 33: cd: gst-plugins-ugly: No such file or directory
The repo has a different name (gstreamer-gst-plugins-ugly instead of just gst-plugins-ugly).
An alternate directory name needs to be added, like so:
source=("gst-plugins-ugly::git+https://github.com/freedesktop/gstreamer-gst-plugins-ugly.git#commit=$_commit")
can't install "lib32-webrtc-audio-processing" because "https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4" is off
fails to build
======================================================== GStreamer libav 1.14.4: tests/check/test-suite.log ========================================================
.. contents:: :depth: 2
Running suite(s): Plugin 0%: Checks: 2, Failures: 2, Errors: 0 generic/plugin-test.c:31:F:existence:test_libav_plugin:0: Could not load FFmpeg plugin generic/plugin-test.c:46:F:existence:test_libav_update_reg:0: Assertion 'encoder != NULL' failed Check suite plugin_test ran in 0.003s (tests failed: 2) FAIL generic/plugin-test (exit status: 2)
@DarkShadow44 @Nocifer
Added lib32-liblrdf as a dependency and disabled directfb plugin.
I was also hit with an error about a missing lib32-liblrdf:
make -C ladspa
make[3]: Entering directory '/home/nocifer/.cache/yay/lib32-gst-plugins-bad/src/gst-plugins-bad/ext/ladspa'
CC libgstladspa_la-gstladspautils.lo
CC libgstladspa_la-gstladspafilter.lo
CC libgstladspa_la-gstladspasource.lo
CC libgstladspa_la-gstladspasink.lo
CC libgstladspa_la-gstladspa.lo
CCLD libgstladspa.la
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../liblrdf.so when searching for -llrdf
/usr/bin/ld: skipping incompatible /usr/lib/liblrdf.so when searching for -llrdf
/usr/bin/ld: cannot find -llrdf
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:851: libgstladspa.la] Error 1
make[3]: Leaving directory '/home/nocifer/.cache/yay/lib32-gst-plugins-bad/src/gst-plugins-bad/ext/ladspa'
make[2]: *** [Makefile:1315: ladspa] Error 2
make[2]: Leaving directory '/home/nocifer/.cache/yay/lib32-gst-plugins-bad/src/gst-plugins-bad/ext'
make[1]: *** [Makefile:951: all-recursive] Error 1
make[1]: Leaving directory '/home/nocifer/.cache/yay/lib32-gst-plugins-bad/src/gst-plugins-bad'
make: *** [Makefile:882: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Installing that package fixed the error and I managed to build successfully. Curiously though, I never encountered any errors about lib32-directfb like @DarkShadow44 did, despite it not being installed on my system. And meanwhile @rodrigo21 can successfully build without either of these two packages... Strange, to say the least :P
Pinned Comments
ahmubashshir commented on 2023-11-18 14:43 (UTC) (edited on 2023-11-18 14:44 (UTC) by ahmubashshir)
If you have any improvements/suggestions for the pkgbuilds I maintain, please create an issue/pr on github.com/ahmubashshir/pkgbuilds or send the patches to ahmubashshir+pkgbuilds@gmail.com
p.s. sorry for being late, I was busy with my mid and part-time job last three months... it was truly chaotic...