guix-devel
[Top][All Lists]
Advanced

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

Re: Nginx service fails


From: Danny Milosavljevic
Subject: Re: Nginx service fails
Date: Mon, 5 Mar 2018 00:07:44 +0100

Hi Andreas,

> shepherd: Evaluating user expression (register-services (primitive-load 
> "/gnu/st?") ?).
> guix system: error: exception caught while executing 'eval' on service 'root':
> find-long-options: unbound variable

find-long-options is supposed to be in gnu/build/linux-boot.scm and
gnu/services/base.scm is using it.

It's in there for some weeks now...

(define agetty-shepherd-service
  (match-lambda
...
         (modules '((ice-9 match) (gnu build linux-boot)))
...
         (start #~(let ((tty #$(default-serial-port)))
...

You can find out where guix is by:

readlink $(which guix)

and then examine the scm files there...

Attachment: pgpCiOUjtqexJ.pgp
Description: OpenPGP digital signature


reply via email to

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