Re: using an SRFI that is not available in Guile

2022-01-13 Thread Attila Lendvai
> no luck with this either: > > $ ./pre-inst-env guix shell guile-srfi-189 -- guile > GNU Guile 3.0.7 > Copyright (C) 1995-2021 Free Software Foundation, Inc. > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This > program is free software, and you are welcome to redistribute

Re: Could someone please restart this Cuirass build?

2022-01-13 Thread Thiago Jung Bauermann
Em quinta-feira, 13 de janeiro de 2022, às 15:41:49 -03, Tobias Geerinckx- Rice escreveu: > Thiago Jung Bauermann 写道: > > > Therefore, could someone please restart this Cuirass build? > > Done. Thank you! -- Thanks, Thiago

Re: Could someone please restart this Cuirass build?

2022-01-13 Thread Tobias Geerinckx-Rice
Thiago Jung Bauermann 写道: Therefore, could someone please restart this Cuirass build? Done. Kind regards, T G-R signature.asc Description: PGP signature

Could someone please restart this Cuirass build?

2022-01-13 Thread Thiago Jung Bauermann
Hello! This powerpc64le-linux build: https://ci.guix.gnu.org/build/70/details failed because of the intermitent TLS error: --8<---cut here---start->8--- guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the receiv

Re: using an SRFI that is not available in Guile

2022-01-13 Thread Attila Lendvai
> Using the guile REPL is a little less complicated than the guix repl, > I would recommend trying > > "./pre-inst-env guix shell guile-srfi-189 -- guile" first. no luck with this either: $ ./pre-inst-env guix build guile-srfi-189 /gnu/store/cy1mdr82i8dcj5435hnckibfqks3jmny-guile-srfi-189-0-0.a0e

Re: version-1.4.0 branch updated

2022-01-13 Thread Maxim Cournoyer
Hi Maxime, Maxime Devos writes: > Efraim Flashner schreef op di 11-01-2022 om 12:39 [+0200]: >> On Mon, Jan 10, 2022 at 02:57:09PM -0500, Maxim Cournoyer wrote: >> > If nobody has another world rebuilding change deemed necessary in time >> > for the release, I suggest we enable substitutes on th

Announcing online Guix Days

2022-01-13 Thread zimoun
Hello guixers! We are pleased to announce the online Guix Days on Saturday and Sunday, 19 & 20 February 2022. This conference is open to everyone and will be held entirely online. No registration fee. Important dates: + February 8th: Deadline for talk proposals + February 12th: Deadline fo

Re: using an SRFI that is not available in Guile

2022-01-13 Thread Maxime Devos
Maxime Devos schreef op do 13-01-2022 om 11:53 [+0100]: > Hi, > > Attila Lendvai schreef op do 13-01-2022 om 09:55 [+]: > > +  (arguments > > +   '(#:not-compiled-file-regexp "srfi/189\\.scm$")) > > Maybe do "guix build guile-srfi-189" to determine if srfi/189.sld > is actually compil

Re: using an SRFI that is not available in Guile

2022-01-13 Thread Maxime Devos
Attila Lendvai schreef op do 13-01-2022 om 09:55 [+]: > thank you Maxime! > > with your guidance, i have managed to add guile-srfi-189 next to > the other guile-srfi-NNN packages in guile-xyz.scm (a slightly tested > diff is attached). > > but when i grep for how these guile-srfi-NNN packages

Re: using an SRFI that is not available in Guile

2022-01-13 Thread Maxime Devos
Hi, Attila Lendvai schreef op do 13-01-2022 om 09:55 [+]: > +  (arguments > +   '(#:not-compiled-file-regexp "srfi/189\\.scm$")) Maybe do "guix build guile-srfi-189" to determine if srfi/189.sld is actually compiled to .../srfi/srfi-189.go? Greetings, Maxime. signature.asc Descript

Re: using an SRFI that is not available in Guile

2022-01-13 Thread Attila Lendvai
thank you Maxime! with your guidance, i have managed to add guile-srfi-189 next to the other guile-srfi-NNN packages in guile-xyz.scm (a slightly tested diff is attached). but when i grep for how these guile-srfi-NNN packages are actually used within guix, then i don't see any hits unfortunatel