From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31841: Status: Guix requires guile-sqlite3 Date: Sun, 17 Jun 2018 23:19:42 +0200 Message-ID: <87bmc9jekx.fsf@gnu.org> References: <8736xopz0q.fsf@netris.org> <8736xlshdm.fsf@gmail.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]:57608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUf5f-0005jq-In for bug-guix@gnu.org; Sun, 17 Jun 2018 17:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUf5e-0004I7-Pb for bug-guix@gnu.org; Sun, 17 Jun 2018 17:20:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46207) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUf5e-0004Hp-Lq for bug-guix@gnu.org; Sun, 17 Jun 2018 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fUf5e-0004e7-FM for bug-guix@gnu.org; Sun, 17 Jun 2018 17:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736xlshdm.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 17 Jun 2018 08:54:29 -0400") 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: Maxim Cournoyer Cc: bug#31841 <31841@debbugs.gnu.org> Hello, Maxim Cournoyer skribis: > I just stumbled on this after 'guix pull' on my GuixSD system. > > Would it have been possible to have guix output some useful message > about a missing dependency? (guile-sqlite3 dependency is required for > `guix system'). This will not be a problem now: ~/.config/guix/current, which the new =E2=80=98guix pull=E2=80=99 provides, contains Guix and all its dependencie= s. This was not the case with the old =E2=80=98guix pull=E2=80=99. Ludo=E2=80=99.