bug#76090: Regression in gcc-toolchain version 14: C++ header cfenv

2025-02-06 Thread Jake
rce file has .c extension). Other macros from are also affected with g++, including FE_OVERFLOW, FE_UNDERFLOW, FE_INEXACT, and FE_INVALID. This bug is probably the same as 43579 (feclearexcept with g++) https://issues.guix.gnu.org/43579 I've copied in the members of core-packages team. guix a53bd6f Thanks! Jake

bug#74912: Shepherd: Growing number of user shepherds when relogging

2024-12-16 Thread Jake
guile-3.0.9/bin/guile --no-auto-compile /gnu/store/nl0w5c7pxxdczqiv4r9iq44al7nd5y5g-shepherd-1.0.0/bin/shepherd --config /gnu/store/p7al8wd1inwk8f5di2q4llcpd64mjn5q-shepherd.conf jake 9891 0.0 0.2 75816 23624 ?Ss Dec15 0:04 /gnu/store/mfkz7fvlfpv3ppwbkv0imb19nrf95akf-guile-3.0.

bug#70687: python-matplotlib not respecting env var MPLBACKEND=TkAgg

2024-04-30 Thread Jake
ded in the Python script using `matplotlib.use()`: #+begin_src sh guix shell python python-matplotlib -- python3 -c "import matplotlib; matplotlib.use('TkAgg'); print(matplotlib.get_backend()); import matplotlib.pyplot as plt; plt.plot([1],[2]); plt.show()" #+end_src #+RESULTS:

bug#66510: Unexpected `this-package(-native)-input`

2024-04-09 Thread Jake
ative inputs (or inputs) via replace if substitute-keyword-arguments is used anywhere in the inheritance chain. Thanks Jake

bug#70121: Magit autoloads missing in Emacs 29.3

2024-03-31 Thread Jake
Hello Since upgrading from Emacs 29.1 to 29.3, it seems like magit's autoload definitions are not loaded. To reproduce: guix shell --pure emacs emacs-magit -- emacs -q --eval "(call-interactively 'magit)" In Emacs 29.3 this gives me: Wrong type argument: commandp, magit Thanks Jake

bug#66746: LUKS password prompt invisible, prompts twice

2023-11-01 Thread Jake
A guix pull and reconfigure just now fixed it for me. I didn’t need to add simplefb to os declaration. Thanks Jake On Wed, 1 Nov 2023 at 1:06 am, X wrote: > Also affected, stock thinkpad. Can confirm that > > (initrd-modules (cons "simplefb" %base-initrd-modules)) >

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-30 Thread Jake
Hi Tobias The initrd-modules snippet did not fix it. Below is the diff of the .configs for 6.5.9 (not 6.5.8 sorry) and 6.5.7. Thanks Jake 3c3 < # Linux/x86_64 6.5.9-gnu Kernel Configuration --- > # Linux/x86_64 6.5.7-gnu Kernel Configuration 2354c2354 < CONFIG_SYSFB_S

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-30 Thread Jake
Hi Tobias The initrd-modules snippet did not fix it. Below is the diff of the .configs for 6.5.9 (not 6.5.8 sorry) and 6.5.7. Thanks Jake 3c3 < # Linux/x86_64 6.5.9-gnu Kernel Configuration --- > # Linux/x86_64 6.5.7-gnu Kernel Configuration 2354c2354 < CONFIG_SYSFB_S

bug#66746: LUKS password prompt invisible, prompts twice

2023-10-29 Thread Jake
-libre kernels of the same version. Thanks Jake