From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#28445: match-error in 'device-sexp->device' while building system Date: Thu, 14 Sep 2017 02:03:27 -0400 Message-ID: <87mv5x24wg.fsf@netris.org> References: <87y3pid5jw.fsf@netris.org> <871snafw35.fsf@fastmail.com> <87ingmcmwm.fsf@netris.org> <87377qcg0t.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsNFu-00087F-Mp for bug-guix@gnu.org; Thu, 14 Sep 2017 02:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsNFq-0000l7-O0 for bug-guix@gnu.org; Thu, 14 Sep 2017 02:04:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsNFq-0000kr-LL for bug-guix@gnu.org; Thu, 14 Sep 2017 02:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dsNFq-0002mj-Aj for bug-guix@gnu.org; Thu, 14 Sep 2017 02:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87377qcg0t.fsf@netris.org> (Mark H. Weaver's message of "Wed, 13 Sep 2017 19:53:06 -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: Marius Bakke Cc: 28445@debbugs.gnu.org I wrote: > For now, to allow me to apply security updates to my system, I > reverted the following commits: To be clear, I reverted these commits only on a private branch in my local git repo. Mark > 96da5d629 system: Add gexp compiler for . > 45bba4751 store: 'run-with-store' has a #:target parameter. > fc2de6ce1 guix system: Pretty-print device UUIDs. > 7940188eb system: Fix typo in 'read-boot-parameters'. > 5f7fe1c57 vm: Generate a UUID to identify the root file system. > fd3b4b985 vm: Allow users to specify a UUID for the root partition. > ce094b466 uuid: 'uuid' macro supports more UUID types. > 075681d35 system: Serialize the UUID type in the "parameters" file. > 9b336338c system: Introduce a disjoint UUID type. > d1ff5f9db services: file-system: Use 'file-system->spec'. > 47cef4eca file-systems: Introduce (gnu system uuid). > 943e1b975 services: base: Import the closure of (gnu build file-systems). > > and this allows me to build a new system.