From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: bug#35175: Cannot reconfigure Date: Sat, 06 Apr 2019 20:44:45 +0000 Message-ID: References: <20190406153348.411df268@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 ([209.51.188.92]:53851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCsGJ-0005SE-UF for bug-guix@gnu.org; Sat, 06 Apr 2019 16:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCsGI-0001z6-QC for bug-guix@gnu.org; Sat, 06 Apr 2019 16:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCsGI-0001ys-Lb for bug-guix@gnu.org; Sat, 06 Apr 2019 16:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCsGI-0004Er-71 for bug-guix@gnu.org; Sat, 06 Apr 2019 16:50:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190406153348.411df268@gmail.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: Luther Thompson , 35175@debbugs.gnu.org This is not a bug, but your config is wrong here:=0A=0A (file-systems=0A= (cons=0A (file-system (device "my-root")=0A (mount-point "/")=0A = (type "ext4")=0A (title 'label))=0A %base-file-systems))=0A=0ADele= te string `(title 'label)` and leave like this:=0A=0A (file-systems=0A = (cons=0A (file-system (device "my-root")=0A (mount-point "/")=0A = (type "ext4"))=0A %base-file-systems))=0A=0AAnd then try to reconfigu= re.=0A=0AApril 6, 2019 7:35 PM, "Luther Thompson" w= rote:=0A=0A> `sudo guix system reconfigure config.scm` fails on Guix comm= it 177bc62.=0A> I'm attaching my config.scm. Here is my backtrace:=0A> = =0A> ---BEGIN---=0A> /home/luther/config.scm:40:4: warning: 'title' field= is deprecated=0A> Backtrace:=0A> In gnu/services.scm:=0A> 778:26 19 (loo= p #< type: #=E2=80=A6>)=0A> In srf= i/srfi-1.scm:=0A> 592:29 18 (map1 (#< type: # =E2=80=A6))=0A> 592:29 17 (map1 (#< type: #=E2=80=A6> =E2=80=A6))=0A> 592:17 16 (map1 (#< type: # =E2=80=A6))=0A> In gnu/= services.scm:=0A> 778:26 15 (loop #< type: # va=E2=80=A6>)=0A> In srfi/srfi-1.scm:=0A> 592:29 14 (map1 (#< type: # =E2=80=A6))=0A> 592:17 = 13 (map1 (#< type: # =E2=80= =A6))=0A> In gnu/services.scm:=0A> 778:26 12 (loop #< type: # =E2=80=A6>)=0A> In srfi/srfi-1.scm:=0A> 592:29= 11 (map1 (#< type: # =E2=80= =A6))=0A> 592:29 10 (map1 (#< type: # =E2=80=A6))=0A> 592:29 9 (map1 (#< type: # =E2=80=A6))=0A> 592:29 8 (map1 (#< typ= e: # =E2=80=A6))=0A> 592:29 7 (map1 (= #< type: # =E2=80=A6))=0A> 5= 92:29 6 (map1 (#< type: # = =E2=80=A6))=0A> 592:29 5 (map1 (#< type: # =E2=80=A6))=0A> 592:17 4 (map1 (#< type: #))=0A> In gnu/services.scm:=0A> 778:26 3 (= loop #< type: #=E2=80=A6>)=0A> In = srfi/srfi-1.scm:=0A> 592:17 2 (map1 (#< type: # v=E2=80=A6>))=0A> In gnu/services.scm:=0A> 787:37 1 (loop #< type: # val=E2=80=A6>)=0A> In unknown fi= le:=0A> 0 (car ())=0A> =0A> ERROR: In procedure car:=0A> In procedure car= : Wrong type (expecting pair): ()=0A> ---END---=0A> =0A> Luther