emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#65510: closed (Errors trying to use home-dicod-service-type and home


From: GNU bug Tracking System
Subject: bug#65510: closed (Errors trying to use home-dicod-service-type and home-syncthing-service-type)
Date: Tue, 29 Aug 2023 10:31:02 +0000

Your message dated Tue, 29 Aug 2023 12:30:39 +0200
with message-id <87sf82uomo.fsf@gnu.org>
and subject line Re: bug#65510: Errors trying to use home-dicod-service-type 
and home-syncthing-service-type
has caused the debbugs.gnu.org bug report #65510,
regarding Errors trying to use home-dicod-service-type and 
home-syncthing-service-type
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65510: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65510
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Errors trying to use home-dicod-service-type and home-syncthing-service-type Date: Thu, 24 Aug 2023 14:39:26 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
Hello guix!

Thank you Ludovic for adding a way to map system services to home
services!  This is very exciting.  However, I can't seem to use some of
those services.

Take a look at this minimal example home configuration:

--8<---------------cut here---------------start------------->8---
(use-modules (gnu services)
             (gnu home services dict)
             (gnu home services syncthing)
             (gnu home services mcron))

(home-environment
 (services
  (list
   ;; guix home: error: no target of type 'system' for service 'profile'
   (service home-dicod-service-type)
   ;; guix home: error: no target of type 'system' for service 'profile'
   (service home-syncthing-service-type)
   ;; works great!
   (service home-mcron-service-type))))
--8<---------------cut here---------------end--------------->8---

Am I doing something wrong?  Both the dicod and syncthing services give
me an error when running "guix home build".  The mcron service works
fine though even though it is built using the same "for-home" stuff.

I'm not that comfortable with debugging services and I don't really know
where to start.

I used the "guix repl" to print out "(service home-dicod-service-type)"
and got this:

--8<---------------cut here---------------start------------->8---
$1 = #<<service> type: #<service-type home-dict 7f16dd2e3600> value: 
#<<dicod-configuration> dico: #<package dico@2.11 gnu/packages/dico.scm:41 
7f16dd2e9210> interfaces: ("localhost") handlers: () databases: 
(#<<dicod-database> name: "gcide" handler: "gcide" complex?: #f options: 
(#<gexp (string-append "dbdir=" #<gexp-input #<package gcide@0.53 
gnu/packages/dictionaries.scm:114 7f16de0644d0>:out> "/share/gcide") 
gnu/services/dict.scm:94:18 7f16dc110150> #<gexp (string-append "idxdir=" 
#<gexp-input #<<computed-file> name: "dicod-gcide-index" gexp: #<gexp (begin 
(use-modules (guix build utils)) (mkdir #<gexp-output out>) (invoke 
#<gexp-input native #<file-append #<package dico@2.11 gnu/packages/dico.scm:41 
7f16dd2e9210> "/libexec/idxgcide">:out> #<gexp-input native #<file-append 
#<package gcide@0.53 gnu/packages/dictionaries.scm:114 7f16de0644d0> 
"/share/gcide">:out> #<gexp-output out>)) gnu/services/dict.scm:83:19 
7f16dc1101b0> guile: #f options: (#:local-build? #t)>:out>) 
gnu/services/dict.scm:95:18 7f16dc110120>)>) home-service?: #t>>
--8<---------------cut here---------------end--------------->8---



--- End Message ---
--- Begin Message --- Subject: Re: bug#65510: Errors trying to use home-dicod-service-type and home-syncthing-service-type Date: Tue, 29 Aug 2023 12:30:39 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Morgan Smith <Morgan.J.Smith@outlook.com> skribis:

> (use-modules (gnu services)
>              (gnu home services dict)
>              (gnu home services syncthing)
>              (gnu home services mcron))
>
> (home-environment
>  (services
>   (list
>    ;; guix home: error: no target of type 'system' for service 'profile'
>    (service home-dicod-service-type)
>    ;; guix home: error: no target of type 'system' for service 'profile'
>    (service home-syncthing-service-type)

Fixed in cf6abf50dbbbd95fef465ab4bb3b608843ac47e1.

It’s not fully satisfactory though so this will need more thought.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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