* 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
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.