Ludovic Courtès writes: > Hi! > > Tobias Geerinckx-Rice <[email protected]> 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 for module (gnutls) >>> ERROR: In procedure module-lookup: Unbound variable: make-session >>> >>> What else could cause this error output? >> >> It seems to happen a lot. This thread[1] solved that error for me. YM, >> as always, MV... > > Yeah, it should be a “simple matter” of setting ‘GUILE_LOAD_PATH’. > > ‘guix package --search-paths’ will not tell you that unless both Guile > and GnuTLS are in your profile.
My Guile paths are fine: [rjanssen2@localhost ~]$ env | grep guile GUILE_LOAD_PATH="/home/rjanssen2/.guix-profile/share/guile/site/2.0" GUILE_LOAD_COMPILED_PATH="/home/rjanssen2/.guix-profile/lib/guile/2.0/ccache:/home/rjanssen2/.guix-profile/share/guile/site/2.0" And I verified that: /home/rjanssen2/.guix-profile/share/guile/site/2.0/gnutls.scm exists. Is there anything else that can cause this error output? Doesn't 'make-session' have anything to do with it? Kind regards, Roel Janssen
