bug#57899: emacs-jsonrpc hash mismatch

2022-09-17 Thread Fredrik Salomonsson
Hi, After I did a guix pull emacs-jsonrpc fails to build. Getting this: ---✀ building /gnu/store/gbcl55whjaxbvipa8jk7k4jbihnccn2a-jsonrpc-1.0.15.tar.drv... \sha256 hash mismatch for

bug#57878: Minimal reproducible setup

2022-09-17 Thread Liliana Marie Prikler
Am Samstag, dem 17.09.2022 um 17:45 +0200 schrieb Konrad Hinsen: > Konrad Hinsen writes: > > > Here is a minimal containerized example that > > creates a process avalanche: > > > >     guix shell -C emacs emacs-ido-completing-read+ \ > >    -- emacs --batch --eval="(print load-path)" > > I

bug#57878: Minimal reproducible setup

2022-09-17 Thread Konrad Hinsen
Konrad Hinsen writes: > Here is a minimal containerized example that > creates a process avalanche: > > guix shell -C emacs emacs-ido-completing-read+ \ >-- emacs --batch --eval="(print load-path)" I went through all my emacs packages. The only one that starts the process avalanche

bug#57882: Acknowledgement ([Gajim]: Crashes upon start.)

2022-09-17 Thread Raghav Gururajan via Bug reports for GNU Guix
Fixed at commit c54ef97c80f98fba77304efc560945fe78a4bafb. OpenPGP_signature Description: OpenPGP digital signature

bug#57882: [Gajim]: Crashes upon start.

2022-09-17 Thread Raghav Gururajan via Bug reports for GNU Guix
Hello Guix! Gajim crashes with an error "Missing dependency: Namespace GtkSource not available for version 4", upon its start. I'm currently working on a patch. Regards, RG. OpenPGP_signature Description: OpenPGP digital signature

bug#57867: Tealdeer build fails

2022-09-17 Thread Maxime Devos
On 17-09-2022 13:55, Daniel Sockwell via Bug reports for GNU Guix wrote: --> /tmp/guix-build-tealdeer-1.4.1.drv-0/tealdeer-1.4.1/guix-vendor/rust-pin-project-internal-0.4.22.tar.gz/src/pin_project/derive.rs:859:67 In antioxidant, I noticed that rust-pin-project-internal@0.4 doesn't

bug#57853: “inappropriate ioctl for device” when running in RStudio Server

2022-09-17 Thread Csepp
merge 57853 57095 thankyou (I hope this works.) Ricardo Wurmus writes: > When running “guix” in RStudio Server the “terminal-window-size” > procedure triggers an error. (You can ignore the cause of the error, > because I’m running this in a container where > /var/guix/profiles/per-user/rekado

bug#57867: Tealdeer build fails

2022-09-17 Thread Daniel Sockwell
I have also run into this build failure. The relevant error message from the build log appears to be: Compiling openssl-macros v0.1.0 error[E0659]: `parse_quote_spanned` is ambiguous (`macro_rules` vs non-`macro_rules` from other module) -->

bug#57878: Minimal reproducible setup

2022-09-17 Thread Konrad Hinsen
My understanding of site-start.el is that it actually loads all the Emacs packages that are listed in my Guix profile. Which means that my package list matters. Here is a minimal containerized example that creates a process avalanche: guix shell -C emacs emacs-ido-completing-read+ \ --

bug#57878: Emacs native compilation on startup can crash the system

2022-09-17 Thread Konrad Hinsen
After updating to a commit after the introduction of native compilation in Emacs, I cannot start Emacs any more. It launches an ever increasing number of async processes for native compilation, which rapidly makes kswapd the main CPU user on my machine, and ultimately crashes the kernel. Some