Re: fatal empty ident name (for <>) not allowed

2022-11-12 Thread jgart
On Sat, 12 Nov 2022 15:05:27 +0100 Ricardo Wurmus  wrote:
> You’re working with an incomplete attachment.

Story of my life

>wget -O- https://issues.guix.gnu.org/issue/58898/patch-set/ | git am

Thanks!



Re: fatal empty ident name (for <>) not allowed

2022-11-12 Thread Ricardo Wurmus


jgart  writes:

> On Sat, 12 Nov 2022 14:19:44 +0100 Ricardo Wurmus  wrote:
>> How do you apply the patches?
>
> How you showed me ;()
>
> wget -O- https://issues.guix.gnu.org/issue/58898/attachment/9/ | git am

You’re working with an incomplete attachment.

   wget -O- https://issues.guix.gnu.org/issue/58898/patch-set/ | git am

(and skip whatever empty commit there might be)

-- 
Ricardo



Re: fatal empty ident name (for <>) not allowed

2022-11-12 Thread jgart
On Sat, 12 Nov 2022 14:19:44 +0100 Ricardo Wurmus  wrote:
> How do you apply the patches?

How you showed me ;()

wget -O- https://issues.guix.gnu.org/issue/58898/attachment/9/ | git am





Re: fatal empty ident name (for <>) not allowed

2022-11-12 Thread Ricardo Wurmus


jgart  writes:

> Does anyone happen to know what this error is about?
>
> Applying: * gnu/packages/lisp.scm (carp): New variable.
> fatal: empty ident name (for <>) not allowed
>
> It happens when I try to apply v8 of this patch:
>
> https://issues.guix.gnu.org/58898#9

See 
https://stackoverflow.com/questions/41832926/git-empty-ident-name-for-not-allowed

How do you apply the patches?

-- 
Ricardo



Re: fatal empty ident name (for <>) not allowed

2022-11-12 Thread Csepp


jgart  writes:

> Does anyone happen to know what this error is about?
>
> Applying: * gnu/packages/lisp.scm (carp): New variable.
> fatal: empty ident name (for <>) not allowed
>
> It happens when I try to apply v8 of this patch:
>
> https://issues.guix.gnu.org/58898#9

The <> makes me think of the '(ice-9 cut) module but I haven't seen this
error.



fatal empty ident name (for <>) not allowed

2022-11-11 Thread jgart
Does anyone happen to know what this error is about?

Applying: * gnu/packages/lisp.scm (carp): New variable.
fatal: empty ident name (for <>) not allowed

It happens when I try to apply v8 of this patch:

https://issues.guix.gnu.org/58898#9