From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27100: And another unnecessary backtrace by guix/build/download.scm Date: Sat, 27 May 2017 13:40:55 +0200 Message-ID: <20170527134055.41243e40@scratchpost.org> References: <20170527133647.2d6d8b38@scratchpost.org> 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]:55265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEa6h-0002QL-Ik for bug-guix@gnu.org; Sat, 27 May 2017 07:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEa6c-0004sC-Mj for bug-guix@gnu.org; Sat, 27 May 2017 07:42:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37288) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEa6c-0004s4-Jh for bug-guix@gnu.org; Sat, 27 May 2017 07:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEa6c-0000dX-Dq for bug-guix@gnu.org; Sat, 27 May 2017 07:42:02 -0400 In-Reply-To: <20170527133647.2d6d8b38@scratchpost.org> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 27100@debbugs.gnu.org Backtrace: 12 (primitive-load "/x/home/dannym/src/guix/scripts/guix") In guix/ui.scm: 1264:8 11 (run-guix-command _ . _) In guix/scripts/import.scm: 114:11 10 (guix-import . _) In guix/scripts/import/pypi.scm: 84:19 9 (guix-import-pypi . _) In guix/import/pypi.scm: 279:17 8 (pypi->guix-package _) In ice-9/boot-9.scm: 837:9 7 (catch srfi-34 # =E2=80=A6) In guix/import/json.scm: 32:17 6 (_) In guix/http-client.scm: 239:25 5 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # =E2= =80=A6) In guix/build/download.scm: 520:4 4 (open-connection-for-uri _ #:timeout _ # _) 391:34 3 (tls-wrap # "pypi.python.org" # =E2= =80=A6) 308:4 2 (make-credendials-with-ca-trust-files _) In srfi/srfi-1.scm: 640:9 1 (for-each # =E2=80=A6) In unknown file: 0 (set-certificate-credentials-x509-trust-file! # =E2=80=A6) ERROR: In procedure set-certificate-credentials-x509-trust-file!: ERROR: Throw to key `gnutls-error' with args `(# set-certificate-credentials-x509-trust-file!)'. Again without the actual interesting information (the file in question), wh= ich is presumably cut off by the "..." in the backtrace. Btw how can I tur= n the cutoff off?