GStreamer Broken?

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
caseycullen
Posts: 519
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: GStreamer Broken?

Post by caseycullen »

xeno74 wrote: Mon Mar 27, 2023 9:01 am Hi Casey,

Today, I was able to install Parole and Totem on Void PPC. :-)

Code: Select all

xbps-install -S parole

Code: Select all

xbps-install -S totem
Parole works without any problems. Totem has graphical issues.

Image

Cheers,
Christian
Do we have any way of finding out if Void PPC applied any patches to their GStreamer packages?
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: GStreamer Broken?

Post by xeno74 »

caseycullen wrote: Wed Mar 29, 2023 3:49 pm Do we have any way of finding out if Void PPC applied any patches to their GStreamer packages?
void-ppc-github-gstreamer1
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
caseycullen
Posts: 519
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: GStreamer Broken?

Post 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
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: GStreamer Broken?

Post by xeno74 »

caseycullen wrote: Fri Mar 31, 2023 7: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! :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply