From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Brielmaier Subject: bug#35138: guix system search needs installer Date: Thu, 4 Apr 2019 10:54:57 +0200 Message-ID: <56dc9a78-a55c-a8a3-157c-327399784171@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hByAG-00069I-1F for bug-guix@gnu.org; Thu, 04 Apr 2019 04:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hByAE-0003Cw-Vw for bug-guix@gnu.org; Thu, 04 Apr 2019 04:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hByAE-0003CE-Ps for bug-guix@gnu.org; Thu, 04 Apr 2019 04:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hByAE-0007s2-Hq for bug-guix@gnu.org; Thu, 04 Apr 2019 04:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:33720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBy9M-0005QK-D9 for bug-guix@gnu.org; Thu, 04 Apr 2019 04:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBy9J-0000tr-Ry for bug-guix@gnu.org; Thu, 04 Apr 2019 04:55:08 -0400 Received: from mout.web.de ([217.72.192.78]:49867) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBy9I-0000mt-OZ for bug-guix@gnu.org; Thu, 04 Apr 2019 04:55:05 -0400 Received: from [10.181.159.140] ([2.247.255.140]) by smtp.web.de (mrweb102 [213.165.67.124]) with ESMTPSA (Nemesis) id 0LcPSk-1gTJSP2ScI-00jqzY for ; Thu, 04 Apr 2019 10:54:59 +0200 Content-Language: en-US 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: 35138@debbugs.gnu.org Hi, during the use of the openSUSE package of Guix I found a little "bug". Running "guix system search" results in: guix system: warning: failed to load '(gnu system install)': no code for module (gnu installer) So I packaged guile-newt and configured the guix package with "--enable-installer". Now this problem is gone :) I just wonder if we should document this, so that it's clear "--enable-installer" is not only needed for the installer. Or maybe there is a way to remove the dependency for "guix system search" on (gnu installer). ~Jonathan