unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: znavko@disroot.org
To: Luther Thompson <lutheroto@gmail.com>
Cc: 35175@debbugs.gnu.org
Subject: bug#35175: Cannot reconfigure
Date: Sun, 07 Apr 2019 08:15:53 +0000	[thread overview]
Message-ID: <dcab61287d43c9d4462b2358276022eb@disroot.org> (raw)
In-Reply-To: <20190406172632.4b71b37b@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

I think your guix files are old but your config needs new version.
Have you performed `guix pull && guix package -u` first?
If this line 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 another (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" <lutheroto@gmail.com (mailto:lutheroto@gmail.com)> wrote:
 On Sat, 06 Apr 2019 20:44:45 +0000
znavko@disroot.org (mailto:znavko@disroot.org) wrote:
 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))

Delete string `(title 'label)` and leave like this:

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

And then try to reconfigure. 

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

Luther

[-- Attachment #2: Type: text/html, Size: 1655 bytes --]

  parent reply	other threads:[~2019-04-07  8:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06 19:34 bug#35175: Cannot reconfigure Luther Thompson
2019-04-06 20:44 ` znavko
2019-04-06 21:26   ` Luther Thompson
2019-04-07  8:15   ` znavko [this message]
2019-04-07 11:02     ` Luther Thompson
2019-04-08 10:54   ` Danny Milosavljevic
2019-04-08 14:46     ` Ludovic Courtès
2019-04-08 23:27     ` Luther Thompson
2019-04-07 16:25 ` Ludovic Courtès
2019-04-07 21:27   ` Luther Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dcab61287d43c9d4462b2358276022eb@disroot.org \
    --to=znavko@disroot.org \
    --cc=35175@debbugs.gnu.org \
    --cc=lutheroto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).