Bug 577730 - Tasque RPM is missing dependency on evolution-sharp
Summary: Tasque RPM is missing dependency on evolution-sharp
Keywords:
Status: CLOSED DUPLICATE of bug 574126
Alias: None
Product: Fedora
Classification: Fedora
Component: tasque
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Kaylor
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-29 06:10 UTC by Santeri Paavolainen
Modified: 2010-03-29 06:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-03-29 06:12:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Tasque preferences dialog when evolution-sharp is not installed (11.73 KB, image/png)
2010-03-29 06:10 UTC, Santeri Paavolainen
no flags Details

Description Santeri Paavolainen 2010-03-29 06:10:08 UTC
Created attachment 403181 [details]
Tasque preferences dialog when evolution-sharp is not installed

I am using tasque-0.1.9-2.fc12.i686 on F12 system. In short: tasque RPM is missing dependency on evolution-sharp. If evolution-sharp is not installed tasque will be unable to do anything useful (in my case, sync with RTM, but apparently the problem applies to any task backend).

Here's what actually happens:

Running tasque output:

[Debug]: Tasque remote control active.

** (Tasque:21455): WARNING **: The following assembly referenced from /usr/lib/tasque/Tasque.exe could not be loaded:
     Assembly:   evolution-sharp    (assemblyref_index=14)
     Version:    5.0.0.0
     Public Key: c46a23b774189844
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/tasque/).


** (Tasque:21455): WARNING **: Could not load file or assembly 'evolution-sharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c46a23b774189844' or one of its dependencies.

** (Tasque:21455): WARNING **: Could not load file or assembly 'evolution-sharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c46a23b774189844' or one of its dependencies.
[Warn]: Exception reading types from assembly 'Tasque, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null': The classes in the module cannot be loaded.
[Debug]: Tasque.exe location:  /usr/lib/tasque/Tasque.exe
[Info]: Searching for Backend DLLs in: /usr/lib/tasque
[Info]:         Reading /usr/lib/tasque/RtmNet.dll
[Debug]: CurrentBackend specified in Preferences: Tasque.Backends.RtmBackend.RtmBackend
[Info]: OnPreferences called
[Debug]: Loading preferences
[Debug]: Called Preferences Init

The preferences dialog pops up and the "task management system" list is empty. No RTM tasks are loaded.

After installing evolution-sharp (yum install evolution-sharp) the startup is:

[Debug]: Tasque remote control active.
[Debug]: Found Available Backend: Tasque.Backends.RtmBackend.RtmBackend
[Debug]: Found Available Backend: Tasque.Backends.Sqlite.SqliteBackend
[Debug]: Found Available Backend: Tasque.Backends.EDS.EDSBackend
[Debug]: Tasque.exe location:  /usr/lib/tasque/Tasque.exe
[Info]: Searching for Backend DLLs in: /usr/lib/tasque
[Info]:         Reading /usr/lib/tasque/RtmNet.dll
[Debug]: Storing 'Tasque.Backends.RtmBackend.RtmBackend' = 'Remember the Milk'
[Debug]: Storing 'Tasque.Backends.Sqlite.SqliteBackend' = 'Local File'
[Debug]: Storing 'Tasque.Backends.EDS.EDSBackend' = 'Evolution Data Server'
[Debug]: CurrentBackend specified in Preferences: Tasque.Backends.RtmBackend.RtmBackend
[Info]: Using backend: Remember the Milk (Tasque.Backends.RtmBackend.RtmBackend)
[Debug]: Found AuthToken, checking credentials...
[Debug]: RTM Auth Token is valid!
[Debug]: Setting configured status to true
[Debug]: ThreadState: Unstarted
[Debug]: Configuration status: True
[Debug]: RtmBackend.UpdateCategories was called
[Debug]: RtmBackend.UpdateCategories is done
[Debug]: RtmBackend.UpdateTasks was called
[Debug]: RtmBackend.UpdateTasks is done
[Debug]: Backend sync finished
[Debug]: Backend sync finished

and RTM tasks are loaded and tasque works fine again.

Comment 1 Santeri Paavolainen 2010-03-29 06:12:49 UTC
Oops, my original search didn't show up closed bugs. This is apparently duplicate of Bug 574126.

*** This bug has been marked as a duplicate of bug 574126 ***


Note You need to log in before you can comment on or make changes to this bug.