Re: gnutls guile

2019-05-19 Thread Ludovic Courtès
Hi ng0, n...@n0.is skribis: > Ludovic said the guile bindings are maintained by Ludovic. > But recent activity in the guile parts is done by other people. > Since guix depends on this it's still okay to ask for help here, > but would it be more appropriate to report elsewhere? Or do you > still h

Re: gnutls guile

2019-05-18 Thread Ricardo Wurmus
Hi ng0, > The original error post: > https://lists.gnutls.org/pipermail/gnutls-help/2019-February/004488.html > > I hope this is enough context to get a reply. from the original post I see that you don’t expect that triplet. From your last two emails I don’t see why you can’t just patch it out

Re: gnutls guile

2019-05-17 Thread ng0
Hi Ricardo, thanks for getting back to me. One detail I'm still not clear about: Ludovic said the guile bindings are maintained by Ludovic. But recent activity in the guile parts is done by other people. Since guix depends on this it's still okay to ask for help here, but would it be more appropr

Re: gnutls guile

2019-03-13 Thread ng0
n...@n0.is transcribed 402 bytes: > Ludovic, > > as a follow-up to the short chat on #guix: > > if the problem can not be patched in the guile module of gnutls, > it appears that > http://git.savannah.gnu.org/cgit/guile.git/tree/module/system/base/target.scm > could be a source of the problem?

gnutls guile

2019-03-11 Thread ng0
Ludovic, as a follow-up to the short chat on #guix: if the problem can not be patched in the guile module of gnutls, it appears that http://git.savannah.gnu.org/cgit/guile.git/tree/module/system/base/target.scm could be a source of the problem? At the moment I'm trying to patch (or rather sed/

Re: Guix package for gnutls-guile

2016-06-17 Thread Ludovic Courtès
Roel Janssen skribis: [...] I still get the following error output: ;;; Failed to autoload make-session in (gnutls): ;;; ERROR: missing interface for module (gnutls) ERROR: In procedure module-lookup: Unbound variable: make-session [...] > My Guile paths are fine: > > [rjan

Re: Guix package for gnutls-guile

2016-06-17 Thread Roel Janssen
Ludovic Courtès writes: > Hi! > > Tobias Geerinckx-Rice skribis: > >> On 17/06/16 00:25, Roel Janssen wrote: >>> Yet, even with gnutls in my profile, and running: >>> `guix package --search-paths` >>> >>> I still get the following error output: >>> ;;; Failed to autoload make-session in (gnut

Re: Guix package for gnutls-guile

2016-06-17 Thread Ludovic Courtès
Hi! Tobias Geerinckx-Rice skribis: > On 17/06/16 00:25, Roel Janssen wrote: >> Yet, even with gnutls in my profile, and running: >> `guix package --search-paths` >> >> I still get the following error output: >> ;;; Failed to autoload make-session in (gnutls): >> ;;; ERROR: missing interface f

Re: Guix package for gnutls-guile

2016-06-16 Thread Tobias Geerinckx-Rice
Hallo, On 17/06/16 00:25, Roel Janssen wrote: > Yet, even with gnutls in my profile, and running: > `guix package --search-paths` > > I still get the following error output: > ;;; Failed to autoload make-session in (gnutls): > ;;; ERROR: missing interface for module (gnutls) > ERROR: In procedu

Re: Guix package for gnutls-guile

2016-06-16 Thread Roel Janssen
Hi! Thanks for your quick response. Ludovic Courtès writes: > Halo! > > Roel Janssen skribis: > >> I don't see such a package in Guix, so I wonder what I exactly need to >> do to get the gnutls guile module so that Guix can use it to download >> from HTTPS

Re: Guix package for gnutls-guile

2016-06-14 Thread Ludovic Courtès
Halo! Roel Janssen skribis: > I don't see such a package in Guix, so I wonder what I exactly need to > do to get the gnutls guile module so that Guix can use it to download > from HTTPS sources. The Guile bindings are distributed as part of GnuTLS, so the package you’re looking

Guix package for gnutls-guile

2016-06-14 Thread Roel Janssen
Dear list, Up until now I have been using Guix on Fedora. Fedora provides a package 'gnutls-guile' which makes things work in Guix. I don't see such a package in Guix, so I wonder what I exactly need to do to get the gnutls guile module so that Guix can use it to download fro