bug#51383: noobie way of incorrectly using (guix records)

2021-10-24 Thread Joshua Branson via Bug reports for GNU Guix
So I made a pretty noobie-like mistake a few minutes ago. When one tries to make a (record-configuration), he invariably create an infinite number of records. The guile compiler eventually runs out of memory and stops compiling. (use-modules (guix records)) (define-record-type* record-config

bug#44675: guix lint: support for spellchecker or basic grammar

2021-10-24 Thread Vagrant Cascadian
On 2021-10-24, Vagrant Cascadian wrote: > On 2021-10-24, zimoun wrote: >> On Sun, 24 Oct 2021 at 04:22, Vagrant Cascadian wrote: >>> "This packages", "This modules", "allows to" and "permits to" in package >>> descriptions. >>> * tests/lint.scm: Add tests for "This packages" and "allows to". >

bug#44675: guix lint: support for spellchecker or basic grammar

2021-10-24 Thread Vagrant Cascadian
On 2021-10-24, zimoun wrote: > On Sun, 24 Oct 2021 at 04:22, Vagrant Cascadian wrote: >> From a171769da0f737468e06866164eadf1e720764ba Mon Sep 17 00:00:00 2001 >> From: Vagrant Cascadian >> Date: Sun, 24 Oct 2021 04:00:15 -0700 >> Subject: [PATCH] lint: Add description check for common typos. >>

bug#51366: Pure storage overflow warning in *GNU Emacs* buffer when emacs@27.2 is invoked

2021-10-24 Thread Calvin Heim
Hi Liliana, On Sun, 2021-10-24 at 18:29 +0200, Liliana Marie Prikler wrote: > > Is there anything noteworthy going on in stuff like LD_PRELOAD? > > Good idea. I've added 'env' to the container. (The aforementioned warning is unaffected by the presence of coreutils). $ guix environment -C --pu

bug#51379: gajim-1.3.3 fails to install

2021-10-24 Thread rdes via Bug reports for GNU Guix
guix fails to build gajim 1.3.3. Build log is attached $ guix describe Generation 34 Oct 24 2021 11:10:08 (current) guix 83a7d42 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 83a7d42426a6931a23f04ffa32ae33764835d28a $ guix package -u gajim The following package

bug#51366: Pure storage overflow warning in *GNU Emacs* buffer when emacs@27.2 is invoked

2021-10-24 Thread Liliana Marie Prikler
Small followup: Am Samstag, den 23.10.2021, 20:31 -0700 schrieb Calvin Heim: > > Warning Warning!!! Pure space overflow!!!Warning Warning > > (See the node Pure Storage in the Lisp manual for details.) Said node says > If Emacs will be dumped using the ‘pdump’ method (*note Building > Emacs:

bug#51366: Pure storage overflow warning in *GNU Emacs* buffer when emacs@27.2 is invoked

2021-10-24 Thread Liliana Marie Prikler
Hi, Am Samstag, den 23.10.2021, 20:31 -0700 schrieb Calvin Heim: > In emacs@27.2, a warning appears about pure storage overflow in the > *GNU Emacs* > buffer that displays at startup. My main concern is that I'm not sure > if Emacs's garbage collection is working or not, so I have been > hesitant

bug#51366: Pure storage overflow warning in *GNU Emacs* buffer when emacs@27.2 is invoked

2021-10-24 Thread Calvin Heim
In emacs@27.2, a warning appears about pure storage overflow in the *GNU Emacs* buffer that displays at startup. My main concern is that I'm not sure if Emacs's garbage collection is working or not, so I have been hesitant to upgrade from version 26.3. Steps to reproduce (with output): -8<---

bug#44675: guix lint: support for spellchecker or basic grammar

2021-10-24 Thread zimoun
Hi, On Sun, 24 Oct 2021 at 04:22, Vagrant Cascadian wrote: > So close! Ludo spotted that the for-each needed to be replaced with > append-map, and that basically did it! Indeed, I have not checked the type of full chain. :-) And the return value probably needs to be strongly a list, instead of

bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge

2021-10-24 Thread Morgan Smith
I tried this today as of commit 49d19b35cebd749510b7773d76a3a96d1358 and it seems to build. Are you still experiencing this issue? Morgan

bug#44675: guix lint: support for spellchecker or basic grammar

2021-10-24 Thread Vagrant Cascadian
On 2021-10-22, zimoun wrote: > On Thu, 21 Oct 2021 at 16:18, Vagrant Cascadian wrote: > >> It has been rewritten to easily add new typo checks, but this one so far >> only addresses pluralized "This packages". Would be easy enough to add >> "allows to" but hard to add a suggested fix... > > If I r

bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2021-10-24 Thread Dr. Arne Babenhauserheide
Leo Famulari writes: > On Fri, Oct 22, 2021 at 02:17:33PM -0700, Vagrant Cascadian wrote: >> * Disable substitutes for relevent packages. Technically correct as >> license incompatibility is only triggered on transmission of binary, >> though maybe missing something about the spirit of the G

bug#51258: [PATCH v3] gnu: emacs: Handle pdump filenames that contain a fingerprint

2021-10-24 Thread Liliana Marie Prikler
Hi, Am Samstag, den 23.10.2021, 21:00 -0400 schrieb morgan.j.sm...@outlook.com: > From: Morgan Smith > > * gnu/packages/emacs.scm (emacs) [restore-emacs-pdmp]: Change regex > to handle > filenames that have a fingerprint in them. Remove #t at the end of > the > phase. Don't bother deleting the o