Re: default tar format for "make dist" and patch file length

2021-11-19 Thread Vagrant Cascadian
On 2021-11-19, Philip McGrath wrote: > On 11/19/21 09:54, Ludovic Courtès wrote: >> Vagrant Cascadian skribis: >>> So, I guess I'm leaning towards making the guix lint check a little more >>> lenient. >>> >>> Thoughts? >> >> That sounds even better, I’m all for it (changing (guix lint) + fixing >

Re: default tar format for "make dist" and patch file length

2021-11-19 Thread Philip McGrath
On 11/19/21 09:54, Ludovic Courtès wrote: Vagrant Cascadian skribis: So, I guess I'm leaning towards making the guix lint check a little more lenient. Thoughts? That sounds even better, I’m all for it (changing (guix lint) + fixing the two remaining issues)! It might also help to change

Re: Effectively force all GNOME users to locally compile ZFS?

2021-11-19 Thread Tobias Geerinckx-Rice
Hi Denis, Denis 'GNUtoo' Carikli 写道: Even in source code form[1]. That's not the general consensus at all, but did you mean to include a reference to someone who disagrees? Kind regards, T G-R signature.asc Description: PGP signature

Re: Effectively force all GNOME users to locally compile ZFS?

2021-11-19 Thread Denis 'GNUtoo' Carikli
On Sat, 3 Jul 2021 21:46:29 +0100 Domagoj Stolfa wrote: > Hi: > > On Sat, Jul 03, 2021 at 10:16:54PM +0200, Tobias Geerinckx-Rice wrote: > > Maxime, > > > > Maxime Devos 写道: > > > > > > > That's a very good idea if possible. > > Why can substitutes not be offered for ZFS as a standalone modu

Re: Thursday 18th: ‘core-updates-frozen’ sprint!

2021-11-19 Thread Ricardo Wurmus
Ludovic Courtès writes: … there’s probably more. I noticed that we’re still using PYTHONPATH in a bunch of places, even though we should now be using GUIX_PYTHONPATH. I’ve been slowly hacking away at the remaining offenders. That said, it’s amazing how much progress we made in so littl

Re: Flag day for simplified package inputs

2021-11-19 Thread Jelle Licht
Hey Guix, Ludovic Courtès writes: > Hello Guix! > > As a reminder, the plan I proposed¹ is to have a “flag day” shortly > before ‘core-updates-frozen’ is merged into ‘master’ when we would run > ‘guix style’ on the whole repo, thereby removing input labels from most > packages. > If everything

Re: Common Lisp package: all test cases pass but 'check' phase fails

2021-11-19 Thread Katherine Cox-Buday
Foo Chuan Wei writes: > In lisp-xyz.scm, I see that the "cl-locale" package has the same problem > with its tests. > > Does anyone here know the cause of the error above? Without having time to look at the code, but with the hope that this points you in the right direction: It probably has som

Flag day for simplified package inputs

2021-11-19 Thread Ludovic Courtès
Hello Guix! As a reminder, the plan I proposed¹ is to have a “flag day” shortly before ‘core-updates-frozen’ is merged into ‘master’ when we would run ‘guix style’ on the whole repo, thereby removing input labels from most packages. Doing that before merging will (1) let us ensure there are no re

Re: Thursday 18th: ‘core-updates-frozen’ sprint!

2021-11-19 Thread Ludovic Courtès
Hi there! Ludovic Courtès skribis: > I hereby declare tomorrow, Thursday Nov. 18th, day of the on-line > ‘core-updates-frozen’ sprint! I’d like to congratulate ourselves and call it a success! A dedicated group worked all day long anywhere-on-earth and pushed 79 commits fixing a variety of thi

Re: default tar format for "make dist" and patch file length

2021-11-19 Thread Ludovic Courtès
Hello, Vagrant Cascadian skribis: > Another strategy would be to reduce the overly cautious lint check: > > diff --git a/guix/lint.scm b/guix/lint.scm > index ac2e7b3841..e795c466b1 100644 > --- a/guix/lint.scm > +++ b/guix/lint.scm > @@ -957,7 +957,7 @@ (define (starts-with-package-name? file-n

Re: Recommend order for package fields?

2021-11-19 Thread Ludovic Courtès
Hi! zimoun skribis: > Thanks for explaining. :-) Let rephrase: compare different behaviours > [1] depending on lexical scope which is odd in the framework of > "declarative". Anyway, your point is: it is a feature, not an issue, > IIUC. Exactly. :-) We’re vey far from having the kind of

Common Lisp package: all test cases pass but 'check' phase fails

2021-11-19 Thread Foo Chuan Wei
I have submitted patches to add Common Lisp packages "cl-assoc-utils" [1] and "cl-let-over-lambda" [2]. If tests are enabled in the package definition of these two packages, all test cases pass, but an error occurs at the end of the 'check' phase. For example, the error message for "cl-let-over-lam