Page 2 of 2
Re: GStreamer Broken?
Posted: Wed Mar 29, 2023 4:49 pm
by caseycullen
xeno74 wrote: Mon Mar 27, 2023 10:01 am
Hi Casey,
Today, I was able to install Parole and Totem on Void PPC.
Parole works without any problems. Totem has graphical issues.
Cheers,
Christian
Do we have any way of finding out if Void PPC applied any patches to their GStreamer packages?
Re: GStreamer Broken?
Posted: Wed Mar 29, 2023 6:05 pm
by xeno74
caseycullen wrote: Wed Mar 29, 2023 4:49 pm
Do we have any way of finding out if Void PPC applied any patches to their GStreamer packages?
void-ppc-github-gstreamer1
Re: GStreamer Broken?
Posted: Fri Mar 31, 2023 8:41 pm
by caseycullen
Update: A GStreamer dev assisted with my bug report and found that the fault originates with glib-networking. I found that the "environment-proxy" test from glib-networking-tests fails:
Code: Select all
fienix@fienix:~$ /usr/libexec/installed-tests/glib-networking/environment-libproxy
# random seed: R02Scaabc7588fed22ec43e9b4138b1e372f
1..3
# Start of proxy tests
# Start of environment tests
ok 1 /proxy/environment/uri
ok 2 /proxy/environment/socks
# child process (/proxy/environment/ignore [2843]) exit status: 1 (error)
# child process (/proxy/environment/ignore [2843]) stdout: ""
# child process (/proxy/environment/ignore [2843]) stderr: "**\nGLib-Net:ERROR:../proxy/tests/common.c:192:test_proxy_ignore_common: assertion failed (proxies[0] == ignore_tests[i].proxy): (\"http://localhost:8080\" == \"direct://\")\n"
**
GLib-Net:ERROR:../proxy/tests/environment.c:72:test_proxy_ignore: child process (/proxy/environment/ignore [2843]) failed unexpectedly
Bail out! GLib-Net:ERROR:../proxy/tests/environment.c:72:test_proxy_ignore: child process (/proxy/environment/ignore [2843]) failed unexpectedly
Aborted
I've entered a bug report for glib-networking with Debian:
https://bugs.debian.org/cgi-bin/bugrepo ... ug=1033750.
-Casey
Re: GStreamer Broken?
Posted: Mon Apr 03, 2023 7:20 am
by xeno74
caseycullen wrote: Fri Mar 31, 2023 8:41 pm
Update: A GStreamer dev assisted with my bug report and found that the fault originates with glib-networking. I found that the "environment-proxy" test from glib-networking-tests fails:
Code: Select all
fienix@fienix:~$ /usr/libexec/installed-tests/glib-networking/environment-libproxy
# random seed: R02Scaabc7588fed22ec43e9b4138b1e372f
1..3
# Start of proxy tests
# Start of environment tests
ok 1 /proxy/environment/uri
ok 2 /proxy/environment/socks
# child process (/proxy/environment/ignore [2843]) exit status: 1 (error)
# child process (/proxy/environment/ignore [2843]) stdout: ""
# child process (/proxy/environment/ignore [2843]) stderr: "**\nGLib-Net:ERROR:../proxy/tests/common.c:192:test_proxy_ignore_common: assertion failed (proxies[0] == ignore_tests[i].proxy): (\"http://localhost:8080\" == \"direct://\")\n"
**
GLib-Net:ERROR:../proxy/tests/environment.c:72:test_proxy_ignore: child process (/proxy/environment/ignore [2843]) failed unexpectedly
Bail out! GLib-Net:ERROR:../proxy/tests/environment.c:72:test_proxy_ignore: child process (/proxy/environment/ignore [2843]) failed unexpectedly
Aborted
I've entered a bug report for glib-networking with Debian:
https://bugs.debian.org/cgi-bin/bugrepo ... ug=1033750.
-Casey
Thank you!
