bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56799: (gnu services configuration) usage of *unspecified* is proble


From: Ludovic Courtès
Subject: bug#56799: (gnu services configuration) usage of *unspecified* is problematic
Date: Mon, 08 Aug 2022 00:44:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

I just hit this while running ‘guix home reconfigure’ from
f0ae9da3210cc6d87ca519545203daf9751f3465:

  home-config.scm:24:16: error: invalid value unset for field 'address-family'

It’s an ‘openssh-host’ record:

  (openssh-host
    (name "xyz")
    (host-name "xyz.example.org")
    (user "ludo"))

⇒

  #<<openssh-host> %location: #f name: "xyz" host-name: "xyz.example.org" 
address-family: #<unspecified> identity-file: #<unspecified> port: 
#<unspecified> user: "ludo" forward-x11?: #f forward-x11-trusted?: #f 
forward-agent?: #f compression?: #f proxy-command: #<unspecified> 
host-key-algorithms: #<unspecified> accepted-key-types: #<unspecified> 
extra-content: "">

We have a new bug to address.

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]