guix lint command error.

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Ricardo Wurmus
  • Fis Trivial
Owner
unassigned
Submitted by
Fis Trivial
Severity
normal
F
F
Fis Trivial wrote on 26 Jun 2018 21:23
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
SN1PR16MB051169313260A14F3F52039D92490@SN1PR16MB0511.namprd16.prod.outlook.com
$ guix lint guix
;;; Failed to autoload make-session in (gnutls):
;;; missing interface for module (gnutls)
Backtrace:
5 (primitive-load "/home/fis/.config/guix/current/bin/guix")
In guix/ui.scm:
1557:12 4 (run-guix-command _ . _)
In srfi/srfi-1.scm:
640:9 3 (for-each #<procedure 2179f40 at guix/scripts/lint.scm…> …)
In guix/scripts/lint.scm:
1079:4 2 (run-checkers #<package guix@0.14.0-13.7af5c2a gnu/pac…> …)
In srfi/srfi-1.scm:
640:9 1 (for-each #<procedure 3769e80 at guix/scripts/lint.scm…> …)
In guix/scripts/lint.scm:
490:16 0 (validate-uri #<<uri> scheme: https userinfo: #f host:…> …)
guix/scripts/lint.scm:490:16: In procedure validate-uri:
error: make-session: unbound variable
version:
guix (GNU Guix) 65f46862fa677c7b6203c8513ffdfc077624baf2
Copyright (C) 2018 the Guix authors
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
R
R
Ricardo Wurmus wrote on 27 Jun 2018 10:21
(name . Fis Trivial)(address . ybbs.daans@hotmail.com)(address . 31983@debbugs.gnu.org)
87d0wcmygn.fsf@elephly.net
Fis Trivial <ybbs.daans@hotmail.com> writes:

Toggle quote (21 lines)
> $ guix lint guix
>
>
> ;;; Failed to autoload make-session in (gnutls):
> ;;; missing interface for module (gnutls)
> Backtrace:
> 5 (primitive-load "/home/fis/.config/guix/current/bin/guix")
> In guix/ui.scm:
> 1557:12 4 (run-guix-command _ . _)
> In srfi/srfi-1.scm:
> 640:9 3 (for-each #<procedure 2179f40 at guix/scripts/lint.scm…> …)
> In guix/scripts/lint.scm:
> 1079:4 2 (run-checkers #<package guix@0.14.0-13.7af5c2a gnu/pac…> …)
> In srfi/srfi-1.scm:
> 640:9 1 (for-each #<procedure 3769e80 at guix/scripts/lint.scm…> …)
> In guix/scripts/lint.scm:
> 490:16 0 (validate-uri #<<uri> scheme: https userinfo: #f host:…> …)
>
> guix/scripts/lint.scm:490:16: In procedure validate-uri:
> error: make-session: unbound variable

You need gnutls (with Guile bindings). Are you using Guix from a git
checkout, or do you use “guix pull”?

--
Ricardo
F
F
Fis Trivial wrote on 27 Jun 2018 13:14
(name . Ricardo Wurmus)(address . rekado@elephly.net)
SN1PR16MB05112CCD203DA957F135DC4192480@SN1PR16MB0511.namprd16.prod.outlook.com
Ricardo Wurmus writes:
Toggle quote (25 lines)
> Fis Trivial <ybbs.daans@hotmail.com> writes:
>
>> $ guix lint guix
>>
>>
>> ;;; Failed to autoload make-session in (gnutls):
>> ;;; missing interface for module (gnutls)
>> Backtrace:
>> 5 (primitive-load "/home/fis/.config/guix/current/bin/guix")
>> In guix/ui.scm:
>> 1557:12 4 (run-guix-command _ . _)
>> In srfi/srfi-1.scm:
>> 640:9 3 (for-each #<procedure 2179f40 at guix/scripts/lint.scm…> …)
>> In guix/scripts/lint.scm:
>> 1079:4 2 (run-checkers #<package guix@0.14.0-13.7af5c2a gnu/pac…> …)
>> In srfi/srfi-1.scm:
>> 640:9 1 (for-each #<procedure 3769e80 at guix/scripts/lint.scm…> …)
>> In guix/scripts/lint.scm:
>> 490:16 0 (validate-uri #<<uri> scheme: https userinfo: #f host:…> …)
>>
>> guix/scripts/lint.scm:490:16: In procedure validate-uri:
>> error: make-session: unbound variable
>
> You need gnutls (with Guile bindings). Are you using Guix from a git
> checkout, or do you use “guix pull”?
Hi, I use guix pull. This is positive, I never change guix itself by any
other methods.
L
L
Ludovic Courtès wrote on 27 Jun 2018 23:31
(name . Fis Trivial)(address . ybbs.daans@hotmail.com)
87o9fvx6eo.fsf@gnu.org
Hi,

Fis Trivial <ybbs.daans@hotmail.com> skribis:

Toggle quote (4 lines)
> Ricardo Wurmus writes:
>
>> Fis Trivial <ybbs.daans@hotmail.com> writes:

[...]

Toggle quote (9 lines)
>>> guix/scripts/lint.scm:490:16: In procedure validate-uri:
>>> error: make-session: unbound variable
>>
>> You need gnutls (with Guile bindings). Are you using Guix from a git
>> checkout, or do you use “guix pull”?
>
> Hi, I use guix pull. This is positive, I never change guix itself by any
> other methods.

Oops, ‘guix pull’ would not add GnuTLS as a dependency. Fixed in commit
108015df6d03e82ac9a6a0a92dcfa389fa702e72.

Thanks!

Ludo’.
Closed
?