GNU bug report logs - #35048
Evolution Mail Client - Unable to add account

Previous Next

Package: guix;

Reported by: "Raghav Gururajan" <rvgn <at> disroot.org>

Date: Sat, 30 Mar 2019 14:04:02 UTC

Severity: normal

Done: Ben Sturmfels <ben <at> sturm.com.au>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35048 in the body.
You can then email your comments to 35048 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35048; Package guix. (Sat, 30 Mar 2019 14:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Raghav Gururajan" <rvgn <at> disroot.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 30 Mar 2019 14:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Raghav Gururajan" <rvgn <at> disroot.org>
To: bug-guix <at> gnu.org
Subject: Evolution Mail Client - Unable to add account
Date: Sat, 30 Mar 2019 14:02:30 +0000
[Message part 1 (text/plain, inline)]
Hello Guix!

When I click "Apply" at the last step of "Add Account Wizard", I am getting the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files".

Regards,
RG.
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#35048; Package guix. (Sat, 30 Mar 2019 15:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 35048 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Raghav Gururajan <rvgn <at> disroot.org>
Cc: 35048 <at> debbugs.gnu.org
Subject: Re: bug#35048: Evolution Mail Client - Unable to add account
Date: Sat, 30 Mar 2019 16:12:56 +0100
[Message part 1 (text/plain, inline)]
Raghav,

Raghav Gururajan wrote:
> When I click "Apply" at the last step of "Add Account Wizard", I 
> am getting the error "The name 
> org.gnome.evolution.dataserver.Sources5 was not provided by any 
> .service files".

If you're comfortable installing packages from Guix source, could 
you give the attached patch a try?  (If you're not, I urge you to 
try anyway — it's not that hard :-)

It's a stab in the dark, since I can't actually run evolution 
myself:

 $ evolution
 …
 (evolution:24611): GLib-GIO-ERROR **: 16:03:44.198: Settings 
 schema
 'org.gnome.desktop.lockdown' is not installed
 Trace/breakpoint trap
 $

Ah, GNOME.

Kind regards,

T G-R

[0001-gnu-evolution-Propagate-evolution-data-server.patch (text/x-patch, inline)]
From accd1c79a52dd7d267cf13cc67cfdd8c8a8e160c Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
Date: Sat, 30 Mar 2019 16:06:08 +0100
Subject: [PATCH] gnu: evolution: Propagate evolution-data-server.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* gnu/packages/gnome.scm (evolution)[inputs]: Move evolution-data-server…
[native-inputs]: …here.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 060379aba9..a6395974b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7584,7 +7584,6 @@ generic enough to work for everyone.")
        ("itstool" ,itstool)))
     (inputs
      `(("enchant" ,enchant)
-       ("evolution-data-server" ,evolution-data-server) ; must be the same version
        ("gcr" ,gcr)
        ("gnome-autoar" ,gnome-autoar)
        ("gnome-desktop" ,gnome-desktop)
@@ -7598,6 +7597,8 @@ generic enough to work for everyone.")
        ("openldap" ,openldap)
        ("webkitgtk" ,webkitgtk)
        ("ytnef" ,ytnef)))
+    (propagated-inputs
+     `(("evolution-data-server" ,evolution-data-server))) ; must be same version
     (home-page "https://gitlab.gnome.org/GNOME/evolution")
     (synopsis "Manage your email, contacts and schedule")
     (description "Evolution is a personal information management application
-- 
2.21.0

[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#35048; Package guix. (Sat, 30 Mar 2019 15:22:02 GMT) Full text and rfc822 format available.

Message #11 received at 35048 <at> debbugs.gnu.org (full text, mbox):

From: "Raghav Gururajan" <rvgn <at> disroot.org>
To: "Tobias Geerinckx-Rice" <me <at> tobias.gr>
Cc: 35048 <at> debbugs.gnu.org
Subject: Re: bug#35048: Evolution Mail Client - Unable to add account
Date: Sat, 30 Mar 2019 15:21:40 +0000
T-G-R!

Thanks. Can you tell me how to do it? I haven't done it before.

March 30, 2019 3:19 PM, "Tobias Geerinckx-Rice" <me <at> tobias.gr> wrote:

> Raghav,
> 
> Raghav Gururajan wrote:
> 
>> When I click "Apply" at the last step of "Add Account Wizard", I
>> am getting the error "The name
>> org.gnome.evolution.dataserver.Sources5 was not provided by any
>> .service files".
> 
> If you're comfortable installing packages from Guix source, could
> you give the attached patch a try? (If you're not, I urge you to
> try anyway — it's not that hard :-)
> 
> It's a stab in the dark, since I can't actually run evolution
> myself:
> 
> $ evolution
> …
> (evolution:24611): GLib-GIO-ERROR **: 16:03:44.198: Settings
> schema
> 'org.gnome.desktop.lockdown' is not installed
> Trace/breakpoint trap
> $
> 
> Ah, GNOME.
> 
> Kind regards,
> 
> T G-R




Information forwarded to bug-guix <at> gnu.org:
bug#35048; Package guix. (Tue, 23 Apr 2019 05:01:01 GMT) Full text and rfc822 format available.

Message #14 received at 35048 <at> debbugs.gnu.org (full text, mbox):

From: Ben Sturmfels <ben <at> sturm.com.au>
To: "Raghav Gururajan" <rvgn <at> disroot.org>
Cc: 35048 <at> debbugs.gnu.org
Subject: Re: bug#35048: Evolution Mail Client - Unable to add account
Date: Tue, 23 Apr 2019 14:59:52 +1000
[Message part 1 (text/plain, inline)]
On Sat, 30 Mar 2019, Raghav Gururajan wrote:

> Hello Guix!
>
> When I click "Apply" at the last step of "Add Account Wizard", I am getting the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files".

This issue has been discussed further in #35267:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35267

If you're running Guix System and GDM, the solution for now is to
install evolution-data-server into your system packages with something
like this in your operating system config:

  (packages (append
    (list evolution-data-server)
    %base-packages))

Regards,
Ben
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#35048; Package guix. (Tue, 23 Apr 2019 08:41:01 GMT) Full text and rfc822 format available.

Message #17 received at 35048 <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <rvgn <at> disroot.org>
To: Ben Sturmfels <ben <at> sturm.com.au>
Cc: 35048 <at> debbugs.gnu.org
Subject: Re: bug#35048: Evolution Mail Client - Unable to add account
Date: Tue, 23 Apr 2019 04:40:18 -0400
[Message part 1 (text/plain, inline)]
Hello Ben!
Thank you! It works now ☺
On Tue, 2019-04-23 at 14:59 +1000, Ben Sturmfels wrote:
> 
> Error verifying signature: Failed to execute gpg.
> On Sat, 30 Mar 2019, Raghav Gururajan wrote:
> Hello Guix!
> When I click "Apply" at the last step of "Add Account Wizard", I am
> getting the error "The name org.gnome.evolution.dataserver.Sources5
> was not provided by any .service files".
> This issue has been discussed further in #35267:https://debbugs.gnu.o
> rg/cgi/bugreport.cgi?bug=35267
> If you're running Guix System and GDM, the solution for now is
> toinstall evolution-data-server into your system packages with
> somethinglike this in your operating system config:
>   (packages (append    (list evolution-data-server)    %base-
> packages))
> Regards,Ben
[Message part 2 (text/html, inline)]

Reply sent to Ben Sturmfels <ben <at> sturm.com.au>:
You have taken responsibility. (Tue, 23 Apr 2019 09:30:01 GMT) Full text and rfc822 format available.

Notification sent to "Raghav Gururajan" <rvgn <at> disroot.org>:
bug acknowledged by developer. (Tue, 23 Apr 2019 09:30:02 GMT) Full text and rfc822 format available.

Message #22 received at 35048-done <at> debbugs.gnu.org (full text, mbox):

From: Ben Sturmfels <ben <at> sturm.com.au>
To: 35048-done <at> debbugs.gnu.org
Cc: Raghav Gururajan <rvgn <at> disroot.org>
Subject: Re: bug#35048: Evolution Mail Client - Unable to add account
Date: Tue, 23 Apr 2019 19:29:36 +1000
[Message part 1 (text/plain, inline)]
Great, glad it's resolved for you Raghav Gururajan.

Closing this report given the issue is covered in more detail in #35267:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35267.

On Tue, 23 Apr 2019, Raghav Gururajan wrote:

> Hello Ben!
>
> Thank you! It works now ☺
>
> On Tue, 2019-04-23 at 14:59 +1000, Ben Sturmfels wrote:
>
>    *  Error verifying signature: Failed to execute  
>     gpg.  
>  *
> On Sat, 30 Mar 2019, Raghav Gururajan wrote:
>
> Hello Guix!
>
> When I click "Apply" at the last step of "Add Account Wizard", I am getting the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files".
>
> This issue has been discussed further in #35267:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35267
>
> If you're running Guix System and GDM, the solution for now is to
> install evolution-data-server into your system packages with something
> like this in your operating system config:
>
>   (packages (append
>     (list evolution-data-server)
>     %base-packages))
>
> Regards,
> Ben

[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 May 2019 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.