unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: znavko@disroot.org
To: Luther Thompson <lutheroto@gmail.com>, 35175@debbugs.gnu.org
Subject: bug#35175: Cannot reconfigure
Date: Sat, 06 Apr 2019 20:44:45 +0000	[thread overview]
Message-ID: <c73a13ab796d009a7c5d395a8e1eb5e1@disroot.org> (raw)
In-Reply-To: <20190406153348.411df268@gmail.com>

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.

April 6, 2019 7:35 PM, "Luther Thompson" <lutheroto@gmail.com> wrote:

> `sudo guix system reconfigure config.scm` fails on Guix commit 177bc62.
> I'm attaching my config.scm. Here is my backtrace:
> 
> ---BEGIN---
> /home/luther/config.scm:40:4: warning: 'title' field is deprecated
> Backtrace:
> In gnu/services.scm:
> 778:26 19 (loop #<<service> type: #<service-type account 1f9fa00>…>)
> In srfi/srfi-1.scm:
> 592:29 18 (map1 (#<<service> type: #<service-type guix 27edc80…> …))
> 592:29 17 (map1 (#<<service> type: #<service-type ntp 27ed5a0>…> …))
> 592:17 16 (map1 (#<<service> type: #<service-type dbus 27ed9b0…> …))
> In gnu/services.scm:
> 778:26 15 (loop #<<service> type: #<service-type dbus 27ed9b0> va…>)
> In srfi/srfi-1.scm:
> 592:29 14 (map1 (#<<service> type: #<service-type elogind 27ed…> …))
> 592:17 13 (map1 (#<<service> type: #<service-type polkit 27ed9…> …))
> In gnu/services.scm:
> 778:26 12 (loop #<<service> type: #<service-type polkit 27ed960> …>)
> In srfi/srfi-1.scm:
> 592:29 11 (map1 (#<<service> type: #<service-type elogind 27ed…> …))
> 592:29 10 (map1 (#<<service> type: #<service-type colord 27ed0…> …))
> 592:29 9 (map1 (#<<service> type: #<service-type cups-pk-help…> …))
> 592:29 8 (map1 (#<<service> type: #<service-type accountsserv…> …))
> 592:29 7 (map1 (#<<service> type: #<service-type udisks 27ed0…> …))
> 592:29 6 (map1 (#<<service> type: #<service-type network-mana…> …))
> 592:29 5 (map1 (#<<service> type: #<service-type gnome-deskto…> …))
> 592:17 4 (map1 (#<<service> type: #<service-type localed 27ed82…>))
> In gnu/services.scm:
> 778:26 3 (loop #<<service> type: #<service-type localed 27ed820>…>)
> In srfi/srfi-1.scm:
> 592:17 2 (map1 (#<<service> type: #<service-type gdm 27ed730> v…>))
> In gnu/services.scm:
> 787:37 1 (loop #<<service> type: #<service-type gdm 27ed730> val…>)
> In unknown file:
> 0 (car ())
> 
> ERROR: In procedure car:
> In procedure car: Wrong type (expecting pair): ()
> ---END---
> 
> Luther

  reply	other threads:[~2019-04-06 20:50 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 [this message]
2019-04-06 21:26   ` Luther Thompson
2019-04-07  8:15   ` znavko
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=c73a13ab796d009a7c5d395a8e1eb5e1@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).