unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Use of `load' in declarative module
@ 2020-08-24  4:01 Joseph LaFreniere
  2020-09-10 14:03 ` Joshua Branson
  2020-09-10 18:28 ` Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph LaFreniere @ 2020-08-24  4:01 UTC (permalink / raw)
  To: help-guix

When attempting to run the code in 
https://guix.gnu.org/en/blog/2020/gnu-shepherd-user-services/, I 
get the following error:

2020-08-23T22:43:48-0500 .config/shepherd/init.d $ shepherd
Service root has been started.
WARNING: Use of `load' in declarative module (#{ g54}#).  Add 
#:declarative? #f to your define-module invocation.

I'm not sure where the `#:declarative #f` is intended to go, since 
there's not `define-module` in my ~/.config/shepherd/init.scm.

--
Joseph LaFreniere


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

* Re: Use of `load' in declarative module
  2020-08-24  4:01 Use of `load' in declarative module Joseph LaFreniere
@ 2020-09-10 14:03 ` Joshua Branson
  2020-09-10 18:28 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Joshua Branson @ 2020-09-10 14:03 UTC (permalink / raw)
  To: Joseph LaFreniere; +Cc: help-guix


I've been having the same issues too. :(

I haven't been able to get shepherd user services to work.  I hope we
can get it fixed.  :)

-- 
Joshua Branson
Sent from Emacs and Gnus


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

* Re: Use of `load' in declarative module
  2020-08-24  4:01 Use of `load' in declarative module Joseph LaFreniere
  2020-09-10 14:03 ` Joshua Branson
@ 2020-09-10 18:28 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2020-09-10 18:28 UTC (permalink / raw)
  To: Joseph LaFreniere; +Cc: help-guix


Joseph LaFreniere <joseph@lafreniere.xyz> writes:

> When attempting to run the code in
> https://guix.gnu.org/en/blog/2020/gnu-shepherd-user-services/, I 
> get the following error:
>
> 2020-08-23T22:43:48-0500 .config/shepherd/init.d $ shepherd
> Service root has been started.
> WARNING: Use of `load' in declarative module (#{ g54}#).  Add
> #:declarative? #f to your define-module invocation.

This is merely a warning.  It is due to a change in Guile 3 that informs
you that certain optimizations are not possible due to the use of load.
You can ignore this.

The module name indicates that this is a *generated* module and not
something you wrote by yourself.

-- 
Ricardo


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

end of thread, other threads:[~2020-09-10 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  4:01 Use of `load' in declarative module Joseph LaFreniere
2020-09-10 14:03 ` Joshua Branson
2020-09-10 18:28 ` Ricardo Wurmus

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