bug#59339: mpv: possible misconfiguration

2022-11-18 Thread Kristian Lein-Mathisen
Hi, I'm using mpv a lot and on the latest guix pull it stopped working with this error message: klm@pal ~ ➤ mpv https://download.blender.org/durian/trailer/sintel_trailer-480p.ogv [ffmpeg/demuxer] ogg: Broken file, keyframe not correctly marked. (+) Video --vid=1 'Sintel Trailer' (theora 854x480

bug#59339: mpv: possible misconfiguration

2022-11-18 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
retitle 59279 MPV does not work on X11 merge 59279 59339 thanks Kristian Lein-Mathisen 写道: Is it possible that mpv's default configuration has changed Yes, that seems to be the case. Thanks for the report! Kind regards, T G-R signature.asc Description: PGP signature

bug#36924: GDM, GNOME Shell, etc. break when there are stale caches

2022-11-18 Thread zimoun
Hi Maxim, On Thu, 17 Nov 2022 at 17:39, Maxim Cournoyer wrote: > Seems your closing didn't work, so I'm retrying here. Oh, thanks. I probably missed to append -done. :-) Cheers, simon

bug#31403: Font installed in non-default profile doesn't appear.

2022-11-18 Thread Maxim Cournoyer
Hi, George Clemmer writes: > George Clemmer writes: > >> Alex Kost writes: >> >>> Hello George, >>> >>> George Clemmer (2018-05-08 20:04 -0400) wrote: >>> In a "headless" vm-image (sysi29.scm, attached), "font-dejavu" installed by manifest (attached) into the "empty" default profile

bug#59359: Qt applications not usable when started in LightDM gtk-greeter

2022-11-18 Thread Maxim Cournoyer
Hello, I need to investigate this more, but currently starting Qt applications such as Jami and Linphone in a session started via the LightDM + lightdm-gtk-greeter (the default) greeter can't display properly (the UI appears but cannot be used -- switching windows and returning to it it doesn't re

bug#59359: Acknowledgement (Qt applications not usable when started in LightDM gtk-greeter)

2022-11-18 Thread Maxim Cournoyer
tag 59359 +notabug thanks Hello, it turns out to be something else entirely: OpenGL stopped working for my graphic card (nvidia 8800 GTS) when using nouveau from the latest linux-libre 6.0.X. It works when using linux-libre 5.15.X. Closing. -- Thanks, Maxim

bug#59361: linux-libre 6 breaks OpenGL on nouveau driver

2022-11-18 Thread Maxim Cournoyer
Hi, When booting my Guix System with linux-libre 6.0.8, nouveau silently fails to render OpenGL. It includes symptoms such as: 1. Getting stuck on the GDM screen, which makes use of OpenGL 2. Not being able to use Qt5 or Qt6 applications, which renders via OpenGL. 3. the 'glxgears' program from

bug#59343: GDM hangs at login screen

2022-11-18 Thread Maxim Cournoyer
Hi, Closing as 'notabug' in favor of 59361. -- Thanks, Maxim

bug#59364: gnome clocks does not start due to missing libGLES.so

2022-11-18 Thread Csepp
This is the exact error: Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory (Yes, a clock application not starting because it needs OpenGL is... pretty weird indeed.)

bug#59365: make-dynamic-linker-cache OOMs for LLVM 15 on i686-linux

2022-11-18 Thread Marius Bakke
Hello, LLVM 15.0.4 fails on i686-linux: https://ci.guix.gnu.org/build/1702995/details Because the 'make-dynamic-linker-cache' phase runs out of memory: starting phase `make-dynamic-linker-cache' GC Warning: Repeated allocation of very large block (appr. size 268439552): May lead t

bug#59331: sbcl currently fails to build on aarch64

2022-11-18 Thread Andrew Patterson
I contacted upstream (https://bugs.launchpad.net/sbcl/+bug/1996942); they've committed a fix and sent me a patch. I tried to make a patch to guix that would fix it, but the patch apparently isn't being applied just by adding it to the patches field of the origin and I'm not sure why. My curr

bug#59368: icecat does not honor /etc/timezone starting with 102.3.0.

2022-11-18 Thread Maxim Cournoyer
Hi, I've recently found out that icecat wouldn't display time correctly for my local time zone anymore (even when the 'resistFingerprinting' in about:config is disabled, which would have usually resolved the problem). To test, I simply visit the https://everytimezone.com/, which shows your curren

bug#59331: sbcl currently fails to build on aarch64

2022-11-18 Thread Andrew Patterson
...or I could just be an idiot. (I somehow thought that pre-inst-env would work without... actually compiling the changed guix repo, if the only changes were in a package definition, which is in retrospect dumb.) The previously attached patch works. Sorry for the confusion. -- Andrew Patter