bug#45758: emacs-guix segfault on searches with multiple package output results

2021-01-09 Thread Christopher Howard
To reproduce: - Start emacs - M-x guix, p, n, gcc-toolchain Also works searching instead for "mesa", another search that would have multiple package output results. Emacs crashes with a segfault: """ christopher@nightshade ~$ emacs Fatal error 11: Segmentation fault Backtrace: /home/christopher/

bug#45716: gnu: qemu: Fix ioclt(…, SIOCGIFCONF, …) for emulated 64 bit architectures.

2021-01-09 Thread Stefan
* gnu/packages/virtualization.scm (qemu): Add a snippet to fix a bug in the do_ioctl_ifconf() function of qemu to make ioclt(…, SIOCGIFCONF, …) work for emulated 64 bit architectures. The sizeof(struct ifreq) is 40 for 64 bit and 32 for 32 bit architectures. This structure contains a union of othe

bug#36900: key-mon crashes on launch

2021-01-09 Thread Alexandros Theodotou
Some things discovered on IRC: "works for me with [patch below] and by running: $ ./pre-inst-env guix environment --ad-hoc key-mon gdk-pixbuf+svg --pure -- $(which bash) -c 'DISPLAY=:0 key-mon'" "figuring out where to propagate gdk-pixbuf+svg remains to be found" ```patch diff --git a/gnu/packag