From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#23780: guix import pypi jedi: weird backtrace, no proper error message Date: Fri, 17 Jun 2016 06:16:39 +0200 Message-ID: <20160617061639.666c57c6@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]:55528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDlEM-00015t-0a for bug-guix@gnu.org; Fri, 17 Jun 2016 00:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDlEI-00045b-Nn for bug-guix@gnu.org; Fri, 17 Jun 2016 00:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDlEI-00045X-KM for bug-guix@gnu.org; Fri, 17 Jun 2016 00:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bDlEI-00040D-Er for bug-guix@gnu.org; Fri, 17 Jun 2016 00:18:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDlDB-0007pJ-Ka for bug-guix@gnu.org; Fri, 17 Jun 2016 00:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDlD7-0003iO-CM for bug-guix@gnu.org; Fri, 17 Jun 2016 00:16:52 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:39476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDlD7-0003iK-5O for bug-guix@gnu.org; Fri, 17 Jun 2016 00:16:49 -0400 Received: from localhost (178.112.74.244.wireless.dyn.drei.com [178.112.74.244]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 1031A1CA046D for ; Fri, 17 Jun 2016 06:16:41 +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: 23780@debbugs.gnu.org $ guix import pypi jedi Starting download of /tmp/guix-file.n01KoB =46rom https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22= aa5dc45637eab0dd4b0cd8cf236c2/jedi-0.9.0.tar.gz... =E2=80=A6.0.tar.gz 326KiB 402KiB/s 00:01 [###############= #####] 100.0% Starting download of /tmp/guix-file.CbhRLk =46rom https://pypi.python.org/packages/c4/59/e48a369168a84c8aef9127c227fc3b9= f53bc9c528b24c2cda20487bc2deb/jedi-0.9.0-py2.py3-none-any.whl... =E2=80=A6py3-none-any.whl 154KiB 291KiB/s 00:01 [###############= #####] 100.0% Backtrace: In ice-9/boot-9.scm: 157: 19 [catch srfi-34 # ..= .] In ice-9/r4rs.scm: 90: 18 [dynamic-wind # ...] In ice-9/eval.scm: 387: 17 [eval # #] 387: 16 [eval # #] 387: 15 [eval # #] 387: 14 [eval # #] 387: 13 [eval # #] 387: 12 [eval # #] 387: 11 [eval # #] 387: 10 [eval # #] 387: 9 [eval # #] 387: 8 [eval # #] 387: 7 [eval # #] 411: 6 [eval # #] In ice-9/r4rs.scm: 90: 5 [dynamic-wind # ...] 90: 4 [dynamic-wind # ...] In ice-9/boot-9.scm: 867: 3 [call-with-input-file "jedi-0.9.0.dist-info/metadata.json" ...] In ice-9/eval.scm: 411: 2 [eval # #] 387: 1 [eval # #] In unknown file: ?: 0 [list-ref #f 0] This stacktrace is ... unhelpful. I think there was a post somewhere where = it detailed how to debug that but I can't find it again :( $ cat metadata.json=20 {"classifiers": ["Development Status :: 4 - Beta", "Environment :: Plugins"= , "Intended Audience :: Developers", "License :: OSI Approved :: MIT Licens= e", "Operating System :: OS Independent", "Programming Language :: Python := : 2", "Programming Language :: Python :: 2.6", "Programming Language :: Pyt= hon :: 2.7", "Programming Language :: Python :: 3", "Programming Language := : Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Lan= guage :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Pyt= hon Modules", "Topic :: Text Editors :: Integrated Development Environments= (IDE)", "Topic :: Utilities"], "summary": "An autocompletion tool for Pyth= on that can be used for text editors.", "platform": "any", "generator": "bd= ist_wheel (0.24.0)", "metadata_version": "2.0", "version": "0.9.0", "extens= ions": {"python.details": {"contacts": [{"role": "author", "email": "davidh= alter88@gmail.com", "name": "David Halter"}], "project_urls": {"Home": "htt= ps://github.com/davidhalter/jedi"}, "document_names": {"description": "DESC= RIPTION.rst"}}}, "license": "MIT", "keywords": ["python", "completion", "re= factoring", "vim"], "name": "jedi"}