From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: bug#35175: Cannot reconfigure Date: Sun, 07 Apr 2019 08:15:53 +0000 Message-ID: References: <20190406172632.4b71b37b@gmail.com> <20190406153348.411df268@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--=_RainLoop_407_282419568.1554624953" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hD2yB-0000Uv-GI for bug-guix@gnu.org; Sun, 07 Apr 2019 04:16:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hD2yA-0005cM-DY for bug-guix@gnu.org; Sun, 07 Apr 2019 04:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hD2yA-0005cA-5v for bug-guix@gnu.org; Sun, 07 Apr 2019 04:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hD2y9-00022I-T5 for bug-guix@gnu.org; Sun, 07 Apr 2019 04:16:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190406172632.4b71b37b@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 Cc: 35175@debbugs.gnu.org ----=_RainLoop_407_282419568.1554624953 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think your guix files are old but your config needs new version.=0AHave= you performed `guix pull && guix package -u` first?=0AIf this line cause= s the errors too, try this way:=0Ahttp://lists.gnu.org/archive/html/bug-g= uix/2018-09/msg00153.html=0AIt helped me: just boot with another (may be = the oldest) kernel and make updates with `guix pull && guix package -u`= =0AAnd then try again. If not, post `guix describe` if it will be renewed= .=0A=0AApril 6, 2019 9:26 PM, "Luther Thompson" wrote:=0A On Sat, 06 Apr 2019 20:44:45 +0000=0A= znavko@disroot.org (mailto:znavko@disroot.org) wrote:=0A This is not a bu= g, but your config is wrong here:=0A=0A(file-systems=0A(cons=0A(file-syst= em (device "my-root")=0A(mount-point "/")=0A(type "ext4")=0A(title 'label= ))=0A%base-file-systems))=0A=0ADelete string `(title 'label)` and leave l= ike 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 t= ry to reconfigure. =0A=0AI'm still getting the same error. The backtrace = says the error happens=0A"In unknown file", so I suspect the problem is i= n an eval or macro=0Asomewhere.=0A=0ALuther ----=_RainLoop_407_282419568.1554624953 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I= think your guix files are old but your config needs new version.
Have= you performed `guix pull && guix package -u` first?
If this l= ine causes the errors too, try this way:
http://lists.gnu.org/archive/= html/bug-guix/2018-09/msg00153.html
It helped me: just boot with anoth= er (may be the oldest) kernel and make updates with `guix pull &&= guix package -u`
And then try again. If not, post `guix describe` if = it will be renewed.

April 6, 2019 9:26 PM, "Luther Thompson" <<= a target=3D"_blank" rel=3D"noopener noreferrer" href=3D"mailto:lutheroto@= gmail.com">lutheroto@gmail.com> wrote:
On Sat, 06 = Apr 2019 20:44:45 +0000
znavko@disroot.org wrote:
<= blockquote>This is not a bug, but your config is wrong here:

(file= -systems
(cons
(file-system (device "my-root")
(mount-point "/")=
(type "ext4")
(title 'label))
%base-file-systems))

Delet= e string `(title 'label)` and leave like this:

(file-systems
(c= ons
(file-system (device "my-root")
(mount-point "/")
(type "ext= 4"))
%base-file-systems))

And then try to reconfigure.

I'm still getting the same error. The backtrace says the err= or happens
"In unknown file", so I suspect the problem is in an eval o= r macro
somewhere.

Luther
----=_RainLoop_407_282419568.1554624953--