From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Sample Subject: Guile-JSON now seems to be a required dependency Date: Fri, 30 Nov 2018 23:45:04 -0500 Message-ID: <87y399am9b.fsf@ngyro.com> 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]:57202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSx9X-0002hJ-7J for guix-devel@gnu.org; Fri, 30 Nov 2018 23:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSx9U-0000Yt-2P for guix-devel@gnu.org; Fri, 30 Nov 2018 23:45:15 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:58013) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSx9S-0000Wu-3I for guix-devel@gnu.org; Fri, 30 Nov 2018 23:45:10 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 2197F21F2A for ; Fri, 30 Nov 2018 23:45:06 -0500 (EST) Received: from mrblack (74-116-186-44.qc.dsl.ebox.net [74.116.186.44]) by mail.messagingengine.com (Postfix) with ESMTPA id 5E19D102ED for ; Fri, 30 Nov 2018 23:45:05 -0500 (EST) 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: guix-devel@gnu.org Hello all, I just tried to build Guix from source and got an error: ERROR: no code for module (json) It looks like the new =E2=80=9Cswh.scm=E2=80=9D module (which is really coo= l!) makes Guile-JSON a required dependency. I=E2=80=99m not sure if this is intentio= nal. If it is, the =E2=80=9CRequirements=E2=80=9D section of the manual needs an= update. I was able to build Guix using the same build script without Guile-JSON on commit 5e369f8ab9e230193194b4d5846a5c78bbc89943. -- Tim