From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 01/12] upstream: Use a the first url from urls when find2 returns #f. Date: Tue, 13 Dec 2016 21:07:19 +0100 Message-ID: References: <20161211172537.23315-1-david@craven.ch> <20161211172537.23315-2-david@craven.ch> <87zijzrbap.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGtNC-0007SJ-Q9 for guix-devel@gnu.org; Tue, 13 Dec 2016 15:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGtN7-00013K-Ai for guix-devel@gnu.org; Tue, 13 Dec 2016 15:08:26 -0500 Received: from mail-qk0-f173.google.com ([209.85.220.173]:33143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGtN7-000135-4y for guix-devel@gnu.org; Tue, 13 Dec 2016 15:08:21 -0500 Received: by mail-qk0-f173.google.com with SMTP id x190so128527079qkb.0 for ; Tue, 13 Dec 2016 12:08:20 -0800 (PST) In-Reply-To: <87zijzrbap.fsf@gnu.org> 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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel > Thanks, and sorry for taking long for just one line! No problem. That's what code reviews are for... I removed my change and inserted (display urls) (display signature-urls) (display url) (display signature-url) here are the results: urls: (https://crates.io/api/v1/crates/libc/0.2.18/download) signature-urls: #f url: #f signature-url: #f Backtrace: In ice-9/boot-9.scm: 157: 19 [catch #t # ...] In unknown file: ?: 18 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 17 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 16 [eval # #] In ice-9/boot-9.scm: 2401: 15 [save-module-excursion #] 4050: 14 [#] 1724: 13 [%start-stack load-stack ...] 1729: 12 [#] In unknown file: ?: 11 [primitive-load "/home/dvc/guix/scripts/guix"] In guix/ui.scm: 1222: 10 [run-guix-command refresh "-u" "rust-libc"] In ice-9/boot-9.scm: 157: 9 [catch srfi-34 # ...] 157: 8 [catch system-error ...] In guix/scripts/refresh.scm: 442: 7 [#] 454: 6 [#] In srfi/srfi-1.scm: 619: 5 [for-each # ...] In guix/scripts/refresh.scm: 263: 4 [update-package # # # ...] In ice-9/eval.scm: 411: 3 [eval # #] 411: 2 [eval # #] In guix/download.scm: 507: 1 [download-to-store # #f ...] In unknown file: ?: 0 [basename #f #] ERROR: In procedure basename: ERROR: In procedure scm_to_utf8_stringn: Wrong type argument in position 1 (expecting string): #f