bug#63255: Firefox crashes when triggering file dialog open

2023-05-05 Thread steven
lin Poiret wrote: Hi Steven, Steven Roose writes: > Whenever I right click and "safe image as" or when I try to do a file > upload, firefox segfaults. > > > This is an excerpt trying to save google's logo to disk: > > > ** Gtk:ERROR:gtkiconhelper.c:494:en

bug#37695: `guix pull` fails to build guix-daemon

2019-10-10 Thread Steven vanZyl
Hello Guix, As of the latest commit to master 011312823c running `guix pull` fails. A number of other members of the #guix IRC channel report the same problem. It seems to have some issue with git and the checkout errors causing guix-daemon to fail to build. Attached is the stderr of runnin

bug#37695: Issue Fixed

2019-10-10 Thread Steven vanZyl
This issue was fixed by commit: 2d821e4c7fd8968639bd793f5e1485447fe49374 Also a small correction, the actual commit the issue appeared in was: d3650775e0e0c9a3f9340c5a0ee00773d967ce9f -- - rushsteve1

bug#59926: request: lnav

2022-12-09 Thread Steven Roose
Package request: lnav (the log navigator) Website: https://lnav.org/

bug#59850: ecryptfs-utils has a dependency on gettext

2022-12-18 Thread Steven Roose
Additionally it seems to have a dependency on `keyutils`. On 12/6/22 00:56, Steven Roose wrote: The ecryptfs-mount-private util from the ecryptfs-utils package requires gettext.

bug#59850: ecryptfs-utils has a dependency on gettext

2022-12-18 Thread Steven Roose
The ecryptfs-mount-private util from the ecryptfs-utils package requires gettext.

bug#62818: rust-analyzer broken after rustc got bumped

2023-04-13 Thread Steven Roose
The Guix version of rust-analyzer that is in rust-apps.scm is somehow dependent on rustc 1.60.0 and seems to use it internally to do compilation and checks. Guix recently published rustc v1.65.0 to the repo and after pulling that in, many compilations fail with some very strange error message

bug#63154: Settings schema 'org.gnome.nm-applet.eap' is not installed

2023-04-28 Thread Steven Roose
Recently did a system upgrade and getting that error now when entering password for a new wifi network. It also kills the networkmanager applet. Full error: (nm-applet:2051): GLib-GIO-ERROR **: 19:06:02.763: Settings schema 'org.gnome.nm-applet.eap' is not installed Seems related to https://i

bug#63247: guix weather should report on all substitute servers configured

2023-05-03 Thread Steven Roose
Currently guix weather only reports on the two default guix substitute servers. When you have configured other servers in your guix-daemon config, I think it would be expected behavior that guix weather also checks these for the given package. Currently using guix weather with an already-confi

bug#63255: Firefox crashes when triggering file dialog open

2023-05-03 Thread Steven Roose
Whenever I right click and "safe image as" or when I try to do a file upload, firefox segfaults. This is an excerpt trying to save google's logo to disk: ** Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /run/current-system/profile/s

bug#63315: rustc broken because of missing glibc library

2023-05-05 Thread Steven Roose
Since a week or so, I can't build rust crates that depend on (g?)libc (hint: almost all of them). I get errors like this: /var/cargo-target/debug/build/thiserror-0cbbe89a1097b949/build-script-build: /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6: version `GLIBC_2.34' n

bug#64031: Guix system entirely broken by updating second runc or by accidental hard reset

2023-06-12 Thread Steven Roose
I'm writing this from my phone after a 3 hour attempt to fix my Guix system without success, it seems totally FUBAR. So here is what I did: $ guix package -I runc Shortly after, my battery ran out and my laptop did a hard reset (yes trying to configure hibernate on low battery has been on my t

bug#64031: Acknowledgement (Guix system entirely broken by updating second runc or by accidental hard reset)

2023-06-13 Thread Steven Roose
es and whatever `guix home` does. But I tried some things: $ guix home roll-back guix home: error: cannot switch to home environment generation '-1' $ guix home list-generations Backtrace:    7 (primitive-load "/home/steven/.config/guix/current/bin/…") In

bug#64031: Acknowledgement (Guix system entirely broken by updating second runc or by accidental hard reset)

2023-06-13 Thread Steven Roose
maybe. I don't know how to close issues here, but someone feel free to close this. On 6/13/23 18:02, Steven Roose wrote: I figured if my current profile is broken, somehow I should fix it or roll it back. I also figure reinstalling my system won't work if I keep my home directory.

bug#68243: alacritty segmentation fault

2024-01-04 Thread Steven Roose
I've been using alacritty as my default terminal for about a year without much issues. I'm currently on v0.12.3 of alacritty and use it with i3 and Xorg. A month or two ago I noticed that upgrading GuixSD broke alacritty. Since it's my main terminal and I didn't have any other terminals install

bug#68243: alacritty segmentation fault

2024-01-11 Thread Steven Roose
age, like `guix package --list-generations=PATTERN`. I try `guix package -l alacritty`, `guix package --list-generations=alacritty` but always get `invalid syntax: alacritty`.. On 1/5/24 12:52 PM, Efraim Flashner wrote: On Thu, Jan 04, 2024 at 03:32:55PM +, Steven Roose wrote: I'v