From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#30311: efi-less grub install fails Date: Tue, 20 Feb 2018 21:54:20 +0100 Message-ID: <20180220215420.072269e6@scratchpost.org> References: <87tvuel15z.fsf@netris.org> <878tbocpm2.fsf@fastmail.com> <87606scohd.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoEwN-0007P2-Qo for bug-guix@gnu.org; Tue, 20 Feb 2018 15:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoEwI-00071d-VN for bug-guix@gnu.org; Tue, 20 Feb 2018 15:55:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45378) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoEwI-00071D-Qx for bug-guix@gnu.org; Tue, 20 Feb 2018 15:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eoEwI-00028E-Gl for bug-guix@gnu.org; Tue, 20 Feb 2018 15:55:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87606scohd.fsf@fastmail.com> 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: Marius Bakke Cc: Ricardo Wurmus , 30311@debbugs.gnu.org Hi Marius, hmm, if the conditional doesn't have an alternative case, doesn't that mean that the value is unspecified? The list constructor doesn't like that... You probably meant '() Other than that, I agree that something like this patch is the low-risk workaround to do.