unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31983: guix lint command error.
@ 2018-06-26 19:23 Fis Trivial
  2018-06-27  8:21 ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Fis Trivial @ 2018-06-26 19:23 UTC (permalink / raw)
  To: 31983


$ 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#31983: guix lint command error.
  2018-06-26 19:23 bug#31983: guix lint command error Fis Trivial
@ 2018-06-27  8:21 ` Ricardo Wurmus
  2018-06-27 11:14   ` Fis Trivial
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2018-06-27  8:21 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 31983


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”?

--
Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#31983: guix lint command error.
  2018-06-27  8:21 ` Ricardo Wurmus
@ 2018-06-27 11:14   ` Fis Trivial
  2018-06-27 21:31     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Fis Trivial @ 2018-06-27 11:14 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 31983@debbugs.gnu.org


Ricardo Wurmus writes:

> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#31983: guix lint command error.
  2018-06-27 11:14   ` Fis Trivial
@ 2018-06-27 21:31     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-06-27 21:31 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 31983@debbugs.gnu.org

Hi,

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

> Ricardo Wurmus writes:
>
>> Fis Trivial <ybbs.daans@hotmail.com> writes:

[...]

>>> 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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-27 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-26 19:23 bug#31983: guix lint command error Fis Trivial
2018-06-27  8:21 ` Ricardo Wurmus
2018-06-27 11:14   ` Fis Trivial
2018-06-27 21:31     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).