unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Pjotr Prins <pjotr.public12@thebird.nl>
To: Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Adding idle3-tools while unable to run ‘guix lint’
Date: Tue, 16 Feb 2016 08:26:25 +0100	[thread overview]
Message-ID: <20160216072625.GB32172@thebird.nl> (raw)
In-Reply-To: <1455594992-25761-1-git-send-email-tobias.geerinckx.rice@gmail.com>

guile gnutls is missing which means it should be installed and
visible from

  export GUILE_LOAD_PATH="/home/wrk/.guix-profile/share/guile/site/2.0"

I am thinking, to make things easier, why don't we have a guix-dev
package which includes guix, guile, emacs and all related packages and
emacs extensions typically used for development?

That way guix lint and emacs can work out of the box. All it needs is
setting the search paths.

Pj.

On Tue, Feb 16, 2016 at 04:56:31AM +0100, Tobias Geerinckx-Rice wrote:
> Hullo Guix,
> 
> YAPackage. I'd love to run ‘guix lint’, but then:
> 
>   ~blah$ ./pre-inst-env guix lint idle3-tools
>   gnu/packages/disk.scm:193:15: idle3-tools-0.9.1: \
>     URI http://idle3-tools.sourceforge.net unreachable: \
>     Connection timed out
> 
> I don't know if this is the cause or just a symptom. Full error output
> is pasted below. Loading the URI in my browser, of course, works fine.
> 
> Kind regards,
> 
> T G-R
> 
> --
> 
> gnu/packages/disk.scm:193:15: idle3-tools-0.9.1: URI http://idle3-tools.sourceforge.net unreachable: Connection timed out
> ;;; Failed to autoload make-session in (gnutls):
> ;;; ERROR: missing interface for module (gnutls)
> Backtrace:
> In ice-9/boot-9.scm:
>   63: 19 [call-with-prompt prompt0 ...]
> In ice-9/eval.scm:
>  432: 18 [eval # #]
> In ice-9/boot-9.scm:
> 2401: 17 [save-module-excursion #<procedure 1ad9940 at ice-9/boot-9.scm:4045:3 ()>]
> 4050: 16 [#<procedure 1ad9940 at ice-9/boot-9.scm:4045:3 ()>]
> 1724: 15 [%start-stack load-stack ...]
> 1729: 14 [#<procedure 1af1ea0 ()>]
> In unknown file:
>    ?: 13 [primitive-load "/home/nckx/Hacking/guix/scripts/guix"]
> In guix/ui.scm:
> 1177: 12 [run-guix-command lint "idle3-tools"]
> In srfi/srfi-1.scm:
>  619: 11 [for-each #<procedure 2b43420 at guix/scripts/lint.scm:867:20 (spec)> #]
>  619: 10 [for-each #<procedure 3980b10 at guix/scripts/lint.scm:778:14 (checker)> #]
> In guix/scripts/lint.scm:
>  608: 9 [check-vulnerabilities #]
>  602: 8 [#<procedure 2b3f6a0 at guix/scripts/lint.scm:600:4 (package)> #]
> In unknown file:
>    ?: 7 [force #<promise #<procedure 2b3f780 at guix/scripts/lint.scm:589:16 ()>>]
> In guix/scripts/lint.scm:
>  592: 6 [#<procedure 2b3f780 at guix/scripts/lint.scm:589:16 ()>]
> In ice-9/boot-9.scm:
>  157: 5 [catch getaddrinfo-error ...]
> In guix/cve.scm:
>   63: 4 [call-with-cve-port #<procedure 2b21760 at guix/cve.scm:139:3 (port)>]
> In guix/http-client.scm:
>  292: 3 [#<procedure 50f4780 at guix/http-client.scm:313:6 args> system-error ...]
>  234: 2 [loop #]
> In guix/build/download.scm:
>  367: 1 [open-connection-for-uri # # #f]
>  252: 0 [tls-wrap #<input-output: socket 10> "nvd.nist.gov"]
> 
> guix/build/download.scm:252:17: In procedure tls-wrap:
> guix/build/download.scm:252:17: In procedure module-lookup: Unbound variable: make-session
> 
> 

-- 

  parent reply	other threads:[~2016-02-16  7:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16  3:56 Adding idle3-tools while unable to run ‘guix lint’ Tobias Geerinckx-Rice
2016-02-16  3:56 ` [PATCH] gnu: Add idle3-tools Tobias Geerinckx-Rice
2016-03-04  3:13   ` Tobias Geerinckx-Rice
2016-03-04  3:22     ` Tobias Geerinckx-Rice
2016-03-04  4:33       ` Leo Famulari
2016-03-08  0:47         ` [PATCH v2] " Tobias Geerinckx-Rice
2016-03-16  4:02           ` Tobias Geerinckx-Rice
2016-03-16  6:36             ` Leo Famulari
2016-03-16 21:44               ` Tobias Geerinckx-Rice
2016-02-16  7:26 ` Pjotr Prins [this message]
2016-02-16 16:22   ` Adding idle3-tools while unable to run ‘guix lint’ Tobias Geerinckx-Rice
2016-02-16 16:55     ` Tobias Geerinckx-Rice
2016-02-17 10:44       ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160216072625.GB32172@thebird.nl \
    --to=pjotr.public12@thebird.nl \
    --cc=guix-devel@gnu.org \
    --cc=tobias.geerinckx.rice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).