From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34636: "guix refresh" fails Date: Mon, 04 Mar 2019 23:11:00 +0100 Message-ID: <87va0ymgsr.fsf@gnu.org> References: <20190223215438.GA3370@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0vog-00053G-My for bug-guix@gnu.org; Mon, 04 Mar 2019 17:12:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0vod-00065x-Ls for bug-guix@gnu.org; Mon, 04 Mar 2019 17:12:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0voY-00060B-MT for bug-guix@gnu.org; Mon, 04 Mar 2019 17:12:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0voY-0001lh-E7 for bug-guix@gnu.org; Mon, 04 Mar 2019 17:12:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190223215438.GA3370@jurong> (Andreas Enge's message of "Sat, 23 Feb 2019 22:54:38 +0100") 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: Andreas Enge Cc: 34636@debbugs.gnu.org Hi Andreas, Andreas Enge skribis: > when I run > guix refresh > (with the latest git commit), the result is an error: [...] > In guix/import/github.scm: > 226:25 2 (latest-release #) > 209:9 1 (latest-released-version _ _) > In unknown file: > 0 (remove # #((("body" . #) =E2=80= =A6))) > > ERROR: In procedure remove: > In procedure remove: Wrong type argument in position 2: #((("body" > . "") ("zipball_url" > . "https://api.github.com/repos/rgerganov/footswitch/zipball/v1.0") > ("tarball_url" > . "https://api.github.com/repos/rgerganov/footswitch/tarball/v1.0") > ("assets" . #()) ("published_at" . "2019-01-07T07:28:36Z") > ("created_at" . "2018-10-09T14:33:23Z") ("prerelease" . #f) Could it be that you=E2=80=99re running =E2=80=98guix refresh=E2=80=99 from= a checkout and you happen to have guile-json@3 instead of guile-json@1 in your Guile load path? -> not-a-bug :-) Thanks, Ludo=E2=80=99.