From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#36964: Some importer tests failing? Date: Wed, 07 Aug 2019 22:24:39 +0200 Message-ID: <8736icyb94.fsf@elephly.net> References: <87y304oi60.fsf@dustycloud.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:470:142:3::10]:60446) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvSUw-0000eH-CD for bug-guix@gnu.org; Wed, 07 Aug 2019 16:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvSUa-0003Mi-DB for bug-guix@gnu.org; Wed, 07 Aug 2019 16:25:26 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58928) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hvSUY-0003Hw-JC for bug-guix@gnu.org; Wed, 07 Aug 2019 16:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hvSUY-00056h-Fb for bug-guix@gnu.org; Wed, 07 Aug 2019 16:25:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87y304oi60.fsf@dustycloud.org> 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: Christopher Lemmer Webber Cc: 36964-done@debbugs.gnu.org Christopher Lemmer Webber writes: > A number of tests, including in cpan.scm, crate.scm, gem.scm are > failing for me. Not sure if it's just me or not... I think it=E2=80=99s just you. You=E2=80=99re probably doing this in =E2= =80=9Cguix environment guix=E2=80=9D, which gives you guile-json@1. We have since switched to guile-json@3. (This has previously been reported.) --=20 Ricardo