From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35138: guix system search needs installer Date: Thu, 04 Apr 2019 17:50:38 +0200 Message-ID: <875zrtsrap.fsf@gnu.org> References: <56dc9a78-a55c-a8a3-157c-327399784171@web.de> 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]:35421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hC4dr-0006M4-6b for bug-guix@gnu.org; Thu, 04 Apr 2019 11:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hC4dq-0007Ol-A8 for bug-guix@gnu.org; Thu, 04 Apr 2019 11:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59288) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hC4dq-0007Mz-2B for bug-guix@gnu.org; Thu, 04 Apr 2019 11:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hC4dp-0003G1-Ty for bug-guix@gnu.org; Thu, 04 Apr 2019 11:51:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <56dc9a78-a55c-a8a3-157c-327399784171@web.de> (Jonathan Brielmaier's message of "Thu, 4 Apr 2019 10:54:57 +0200") 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: Jonathan Brielmaier Cc: 35138-done@debbugs.gnu.org Hi, Jonathan Brielmaier skribis: > 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) (Note that it=E2=80=99s a warning, not an error.) I cannot reproduce this with a =E2=80=98guix=E2=80=99 coming from =E2=80=98= guix pull=E2=80=99: --8<---------------cut here---------------start------------->8--- $ guix system search . > /dev/null $ echo $? 0 --8<---------------cut here---------------end--------------->8--- Indeed, the problem came from the makefiles, and is fixed in commit a7ad4505b7a09f32e2727a333e11716739efb713. Thanks! Ludo=E2=80=99.