From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: (gnutls) missing interface for module Date: Sun, 7 Aug 2016 05:45:38 +0200 Message-ID: References: <20160807030732.GE30934@jasmine> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c0890fa16c54005397322e7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWF1y-0007sT-0Z for help-guix@gnu.org; Sat, 06 Aug 2016 23:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWF1w-0001Ju-Pv for help-guix@gnu.org; Sat, 06 Aug 2016 23:45:41 -0400 Received: from mail-it0-x22f.google.com ([2607:f8b0:4001:c0b::22f]:34884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWF1w-0001Jq-Hn for help-guix@gnu.org; Sat, 06 Aug 2016 23:45:40 -0400 Received: by mail-it0-x22f.google.com with SMTP id u186so50992430ita.0 for ; Sat, 06 Aug 2016 20:45:40 -0700 (PDT) In-Reply-To: <20160807030732.GE30934@jasmine> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: help-guix --94eb2c0890fa16c54005397322e7 Content-Type: text/plain; charset=UTF-8 2016-08-07 5:07 GMT+02:00 Leo Famulari : > On Sat, Aug 06, 2016 at 05:23:49AM +0200, Catonano wrote: > > 2016-08-06 1:43 GMT+02:00 Catonano : > > > > > all of a sudden, master gives me this error > > > > > > ;;; Failed to autoload make-session in (gnutls):]... > > > ;;; ERROR: missing interface for module (gnutls) > > > > > > than a backtrace comes and I can't lint a package (gnunet-svn) > > > > This is the error after the stacktrace > > > > guix/scripts/lint.scm:376:16: In procedure validate-uri: > > guix/scripts/lint.scm:376:16: In procedure module-lookup: Unbound > variable: > > make-session > > What Git commit does this happen on? Can you share the exact sequence of > commands that cause the error? > Leo, thank you so much for your concern, I should have clarified this earlier I found the solution If I try to lint a package INSIDE an environment made with "guix environment guix" this doesn't happen and the linting succeeds I thought that "pre-inst-env" was setting things so that the right Guile was automagically being called even outside of an environment. I was wrong. I was confused because I had a Fedora Guile that I didn't remember about so that one got called when outside of an environment and I wasn't realizing that. I thought it was the right one that was being called So A Fedora Guile was used to dlopen a Guix gnutls and that's a mix with a bad karma; Ludo explained that in this post https://lists.gnu.org/archive/html/help-guix/2016-06/msg00069.html (thanks to Jlicht for this link) When I removed it, no Guile could be found when outside of an environment so that made me realize the mistake that I had been doing until then. --94eb2c0890fa16c54005397322e7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2016-08-07 5:07 GMT+02:00 Leo Famulari &= lt;leo@famulari.name= >:
<= blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-l= eft:1px solid rgb(204,204,204);padding-left:1ex">
On Sat, Aug 06, 2016 at 05:23:49AM +0200, Catonano wrote:
> 2016-08-06 1:43 GMT+02:00 Catonano <catonano@gmail.com>:
>
> > all of a sudden, master gives me this error
> >
> > ;;; Failed to autoload make-session in (gnutls):]...
> > ;;; ERROR: missing interface for module (gnutls)
> >
> > than a backtrace comes and I can't lint a package (gnunet-svn= )
>
> This is the error after the stacktrace
>
> guix/scripts/lint.scm:376:16: In procedure validate-uri:
> guix/scripts/lint.scm:376:16: In procedure module-lookup: Unbound vari= able:
> make-session

What Git commit does this happen on? Can you share the exact se= quence of
commands that cause the error?

Leo, thank you so m= uch for your concern, I should have clarified this earlier

I found the solution

If I try to lint a package INSIDE an environment made with "= guix environment guix" this doesn't happen and the linting succeed= s

I thought that "pre-inst-env= " was setting things so that the right Guile was automagically being c= alled even outside of an environment. I was wrong.

I was confused because I h= ad a Fedora Guile that I didn't remember about so that one got called w= hen outside of an environment and I wasn't realizing that. I thought it= was the right one that was being called

So A Fedora Guile was used to dlopen a Guix gnutls and that's a m= ix with a bad karma; Ludo explained that in this post https://lists.gnu= .org/archive/html/help-guix/2016-06/msg00069.html
(thanks to Jlicht for this link)

When I removed it, no Guile= could be found when outside of an environment so that made me realize the = mistake that I had been doing until then.
--94eb2c0890fa16c54005397322e7--