From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27100: Unnecessary backtrace by guix/build/download.scm Date: Sat, 27 May 2017 13:36:47 +0200 Message-ID: <20170527133647.2d6d8b38@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEa2q-0002Am-E4 for bug-guix@gnu.org; Sat, 27 May 2017 07:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEa2l-0003lt-Gv for bug-guix@gnu.org; Sat, 27 May 2017 07:38:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37284) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEa2l-0003lp-Da for bug-guix@gnu.org; Sat, 27 May 2017 07:38:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEa2j-0000Xd-RQ for bug-guix@gnu.org; Sat, 27 May 2017 07:38:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEa1n-0001h4-KP for bug-guix@gnu.org; Sat, 27 May 2017 07:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEa1i-0003LW-Pn for bug-guix@gnu.org; Sat, 27 May 2017 07:37:03 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:55966) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dEa1i-0003JP-J3 for bug-guix@gnu.org; Sat, 27 May 2017 07:36:58 -0400 Received: from localhost (178.113.148.150.wireless.dyn.drei.com [178.113.148.150]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 7B6311CA0732 for ; Sat, 27 May 2017 13:36:51 +0200 (CEST) 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 guix [env]$ ./pre-inst-env guix import pypi flex ;;; note: source file /x/home/dannym/src/guix/gnu/packages/databases.scm ;;; newer than compiled /x/home/dannym/src/guix/gnu/packages/databases.go Backtrace: 9 (primitive-load "/x/home/dannym/src/guix/scripts/guix") In guix/ui.scm: 1264:8 8 (run-guix-command _ . _) In guix/scripts/import.scm: 114:11 7 (guix-import . _) In guix/scripts/import/pypi.scm: 84:19 6 (guix-import-pypi . _) In guix/import/pypi.scm: 279:17 5 (pypi->guix-package _) In ice-9/boot-9.scm: 837:9 4 (catch srfi-34 # ?) In guix/import/json.scm: 32:17 3 (_) In guix/http-client.scm: 239:25 2 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # ?) In guix/build/download.scm: 520:4 1 (open-connection-for-uri _ #:timeout _ # _) 417:6 0 (tls-wrap # _ # _) guix/build/download.scm:417:6: In procedure tls-wrap: guix/build/download.scm:417:6: X.509 certificate of 'pypi.python.org' could not be verified: signer-not-found invalid Also, the most interesting information, which is which certificates it DID know and where it got them, is not printed.