From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27212: [PATCH] file-systems: Improve error handling in the iso9660 case - fixes boot problem. Date: Sat, 3 Jun 2017 22:12:57 +0200 Message-ID: <20170603221257.0de70ad7@scratchpost.org> References: <8737bh0zvt.fsf@fastmail.com> <20170603180013.15853-1-dannym@scratchpost.org> <20170603202500.547f3d47@scratchpost.org> <20170603194555.GA23491@jasmine> 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]:59254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHFR2-0004VI-J6 for bug-guix@gnu.org; Sat, 03 Jun 2017 16:14:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHFQw-0007rU-AG for bug-guix@gnu.org; Sat, 03 Jun 2017 16:14:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51529) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHFQw-0007rO-5t for bug-guix@gnu.org; Sat, 03 Jun 2017 16:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHFQw-0005Ti-1L for bug-guix@gnu.org; Sat, 03 Jun 2017 16:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170603194555.GA23491@jasmine> 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: Leo Famulari Cc: 27212@debbugs.gnu.org Hi Leo, On Sat, 3 Jun 2017 15:45:55 -0400 Leo Famulari wrote: > How about reverting the original change now According to Marius that doesn't work either so it wouldn't help. So I've applied the new patch to master after Jelle's successful test. Should be fixed now.