unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Issue with sudo guix system reconfigure /etc/config.scm
@ 2021-10-16 20:11 Marco Menne via
  2021-10-16 20:57 ` Tobias Geerinckx-Rice
  2021-10-16 21:05 ` Marco Menne
  0 siblings, 2 replies; 3+ messages in thread
From: Marco Menne via @ 2021-10-16 20:11 UTC (permalink / raw)
  To: help-guix

I update my Guix System with:
guix pull
guix upgrade
sudo guix system reconfigure /etc/config.scm

When I execute: sudo guix system reconfigure /etc/config.scm
I get the following warning:
/etc/config.scm:32:4: Warnung: the 'target' field is deprecated, please use 'targets' instead

I looked into the config.scm and the word "target" is used several time. When I change them into "targets" I get error messages.
I like to fix this to get rid off this warning message. What can I do?

Greetings

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Issue with sudo guix system reconfigure /etc/config.scm
  2021-10-16 20:11 Issue with sudo guix system reconfigure /etc/config.scm Marco Menne via
@ 2021-10-16 20:57 ` Tobias Geerinckx-Rice
  2021-10-16 21:05 ` Marco Menne
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2021-10-16 20:57 UTC (permalink / raw)
  To: Marco Menne; +Cc: help-guix

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

Marco,

"Marco Menne" via 写道:
> /etc/config.scm:32:4:

This means that Guix is talking about line 32, column 4, of your 
/etc/config.scm…

> Warnung: the 'target' field is deprecated, please use 'targets' 
> instead

…which is probably where you'll find the ‘target’ field of your 
bootloader-configuration.

Change it from

  (target "something")

to something like

  (targets (list "something"))

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Issue with sudo guix system reconfigure /etc/config.scm
  2021-10-16 20:11 Issue with sudo guix system reconfigure /etc/config.scm Marco Menne via
  2021-10-16 20:57 ` Tobias Geerinckx-Rice
@ 2021-10-16 21:05 ` Marco Menne
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Menne @ 2021-10-16 21:05 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: help-guix

Thank you very much.

16. Oktober 2021 20:57, "Tobias Geerinckx-Rice" <me@tobias.gr> schrieb:

> Marco,
> 
> "Marco Menne" via 写道:
> 
>> /etc/config.scm:32:4:
> 
> This means that Guix is talking about line 32, column 4, of your
> /etc/config.scm…
> 
>> Warnung: the 'target' field is deprecated, please use 'targets'
>> instead
> 
> …which is probably where you'll find the ‘target’ field of your
> bootloader-configuration.
> 
> Change it from
> 
> (target "something")
> 
> to something like
> 
> (targets (list "something"))
> 
> Kind regards,
> 
> T G-R


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-16 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 20:11 Issue with sudo guix system reconfigure /etc/config.scm Marco Menne via
2021-10-16 20:57 ` Tobias Geerinckx-Rice
2021-10-16 21:05 ` Marco Menne

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).