From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Adding idle3-tools while =?utf-8?Q?una?= =?utf-8?B?YmxlIHRvIHJ1biDigJhndWl4IGxpbnTigJk=?= Date: Tue, 16 Feb 2016 08:26:25 +0100 Message-ID: <20160216072625.GB32172@thebird.nl> References: <1455594992-25761-1-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVa3q-0004L8-Ed for guix-devel@gnu.org; Tue, 16 Feb 2016 02:29:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVa2d-0002un-7O for guix-devel@gnu.org; Tue, 16 Feb 2016 02:28:38 -0500 Received: from mail.thebird.nl ([95.154.246.10]:53371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVa2c-0002ta-W3 for guix-devel@gnu.org; Tue, 16 Feb 2016 02:27:23 -0500 Content-Disposition: inline In-Reply-To: <1455594992-25761-1-git-send-email-tobias.geerinckx.rice@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org guile gnutls is missing which means it should be installed and visible from export GUILE_LOAD_PATH=3D"/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, >=20 > YAPackage. I'd love to run =E2=80=98guix lint=E2=80=99, but then: >=20 > ~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 >=20 > 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. >=20 > Kind regards, >=20 > T G-R >=20 > -- >=20 > 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 #] > 4050: 16 [#] > 1724: 15 [%start-stack load-stack ...] > 1729: 14 [#] > 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 # #] > 619: 10 [for-each # #] > In guix/scripts/lint.scm: > 608: 9 [check-vulnerabilities #] > 602: 8 [# = #] > In unknown file: > ?: 7 [force #>] > In guix/scripts/lint.scm: > 592: 6 [#] > In ice-9/boot-9.scm: > 157: 5 [catch getaddrinfo-error ...] > In guix/cve.scm: > 63: 4 [call-with-cve-port #] > In guix/http-client.scm: > 292: 3 [# system= -error ...] > 234: 2 [loop #] > In guix/build/download.scm: > 367: 1 [open-connection-for-uri # # #f] > 252: 0 [tls-wrap # "nvd.nist.gov"] >=20 > guix/build/download.scm:252:17: In procedure tls-wrap: > guix/build/download.scm:252:17: In procedure module-lookup: Unbound var= iable: make-session >=20 >=20 --=20