From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Python updates Date: Tue, 01 Dec 2015 23:20:21 +0100 Message-ID: <87lh9d3j6i.fsf@gnu.org> References: <20151130191904.GB10869@debian> 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]:45801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3tHk-0007v7-Kv for guix-devel@gnu.org; Tue, 01 Dec 2015 17:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3tHf-0004va-Ey for guix-devel@gnu.org; Tue, 01 Dec 2015 17:20:32 -0500 In-Reply-To: <20151130191904.GB10869@debian> (Andreas Enge's message of "Mon, 30 Nov 2015 20:19:04 +0100") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > Backtrace: > In ice-9/boot-9.scm: > 157: 16 [catch #t # ...] > In unknown file: > ?: 15 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 14 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 13 [eval # #] > In ice-9/boot-9.scm: > 2401: 12 [save-module-excursion #] > 4050: 11 [#] > 1724: 10 [%start-stack load-stack #] > 1729: 9 [#] > In unknown file: > ?: 8 [primitive-load "/home/privat/Programme/guix/scripts/guix"] > In guix/ui.scm: > 1173: 7 [run-guix-command refresh] > In ice-9/boot-9.scm: > 157: 6 [catch srfi-34 # ...] > 157: 5 [catch system-error ...] > In srfi/srfi-1.scm: > 616: 4 [for-each # ...] > In guix/scripts/refresh.scm: > 391: 3 [# #] > In guix/upstream.scm: > 136: 2 [package-update-path # #] > In guix/import/pypi.scm: > 237: 1 [latest-release "ansible"] > In unknown file: > ?: 0 [scm-error misc-error #f ...] > > ERROR: In procedure scm-error: > ERROR: No source release found for pypi package: "ansible" "2.0.0" We have a bug here; updaters should never fail. Fixed in 85dce71. Ludo=E2=80=99.