bug#45179: qutebrowser stuck at Cloudflare 'browser checks'

2021-01-23 Thread Mark H Weaver
ben--- via Bug reports for GNU Guix writes: > I'm also having similar issues accessing gitlab.com with IceCat. > Installing the User Agent Switcher and setting to "Linux / Firefox 82" > fixed this for me. > > For context I also tried starting IceCat up in safe mode and switching > tracking protec

bug#41178: can't log into X anymore ( polkit )

2021-01-23 Thread jbranso--- via Bug reports for GNU Guix
Now that I think about it, it would be cool if I could figure out how to auto login to a virtual console. Thanks, P.S. I would set up encrypted /, so I would still enter in a password at boot. P.P.S. Though it would be nice to only have to enter in this password once... That might actually be

bug#41178: can't log into X anymore ( polkit )

2021-01-23 Thread jbranso--- via Bug reports for GNU Guix
Hello, I personally run sway, and I won't run a login manager. Instead I just log into a virtual console. Then I auto-start sway via this is my ~/.bashrc if [ -z $DISPLAY ] && [ "$(tty)" == "/dev/tty1" ]; then exec sway fi Maybe the above is supposed to go in my ~/.bash_profile

bug#46054: isc-dhcp patch-shebang fails when cross-compiling

2021-01-23 Thread calnomble--- via Bug reports for GNU Guix
Hi, When cross-compiling isc-dhcp (in this case x86-64 to aarch64), patch-shebang patches in bash-minimal compiled for x86_64 for the scripts libexec/dhclient-script and libexec/.dhclient-script-real. This pretty much prevents dhclient from working, requiring manual network configuration. This ha

bug#45716: Bug in ‘network-interface-names’ when building guix for aarch64 on x86_64.

2021-01-23 Thread Leo Famulari
On Sat, Jan 23, 2021 at 04:27:05PM +0100, Stefan wrote: > Hi Ludo’! > > > Applied, thanks! > > Thanks. > > Unfortunately the bug still appears on ci.guix.gnu.org, for example see > . > > I think that the build machines need to be reconfigured to ge

bug#45716: Bug in ‘network-interface-names’ when building guix for aarch64 on x86_64.

2021-01-23 Thread Stefan
Hi Ludo’! > Applied, thanks! Thanks. Unfortunately the bug still appears on ci.guix.gnu.org, for example see . I think that the build machines need to be reconfigured to get the fixed qemu version. Bye Stefan

bug#44112: SBCL is not reproducible

2021-01-23 Thread Guillaume Le Vaillant
zimoun skribis: > Hi, > > On Wed, 21 Oct 2020 at 14:41, Guillaume Le Vaillant wrote: >> zimoun skribis: >> >>> Using Guix 58af4c9, the package ’sbcl’ seems not-reproducible. > > [...] > >> Removing this source file timestamp from compiled files would simplify >> things. Maybe nothing really de

bug#45911: authorized-fields is not/badly documented

2021-01-23 Thread Ricardo Wurmus
raingloom writes: > Okay, so I figured out that I should use a G-Expression if I want to > compute the file, instead of just include it. Still not sure how to > store it as Scheme data, but I have an untested idea involving the > "pipe" syntax for symbols. Use computed-file instead of local-fi