From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luther Thompson Subject: bug#35175: Cannot reconfigure Date: Mon, 8 Apr 2019 19:27:52 -0400 Message-ID: <20190408192752.769b66fe@gmail.com> References: <20190406153348.411df268@gmail.com> <20190408125414.2b023d08@scratchpost.org> 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]:46953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDdhH-0005Ld-Se for bug-guix@gnu.org; Mon, 08 Apr 2019 19:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDdhG-0004M1-Qf for bug-guix@gnu.org; Mon, 08 Apr 2019 19:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hDdhF-0004Kw-Vs for bug-guix@gnu.org; Mon, 08 Apr 2019 19:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hDdhF-0007YD-Qt for bug-guix@gnu.org; Mon, 08 Apr 2019 19:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190408125414.2b023d08@scratchpost.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: Danny Milosavljevic Cc: 35175@debbugs.gnu.org On Mon, 8 Apr 2019 12:54:14 +0200 Danny Milosavljevic wrote: > The reason for the error Luther encountered is because something is > up with the gdm service. >=20 > And that's because of >=20 > (extend params (compose extensions))) >=20 > And I guess the extension/composition mechanism of gdm is broken. >=20 > There was a commit >=20 > commit 0cf981a6066711f6e830a3f1d40f7c265b0bac94 > Author: Ludovic Court=C3=A8s > Date: Fri Apr 5 17:40:01 2019 +0200 >=20 > services: gdm: Properly handle empty extensions lists. >=20 > recently. >=20 > @Luther: Could you try with the commit right before that change? I think that's the commit that *fixed* the problem. It didn't work for me until 2 days later, which may be due to the fact that `guix system reconfigure` actually installs a system from a couple of `guix pull`s ago. I know that by seeing the Linux versions in GRUB. Luther