Bug 559114

Summary: libsyncevolution library failure
Product: [Fedora] Fedora Reporter: Stjepan Gros <stjepan.gros>
Component: genesisAssignee: Andrea Musuruane <musuruan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: musuruan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-27 18:17:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stjepan Gros 2010-01-27 07:58:16 UTC
Description of problem:
When freshly installed genesis starts it complains that it can not find libsyncevolution.so.0

Version-Release number of selected component (if applicable):
genesis-0.4.2.1-3.fc12.noarch
syncevolution-0.9-3.fc12.x86_64

How reproducible:
Always, just start genesis.

Steps to Reproduce:
1. Install genesis and syncevolution
2. Start genesis
  
Actual results:
genesis starts but complains that libsyncevolution couldn't be loaded. In the configuration dialog there is only 'Generic server' option.

Expected results:
genesis doesn't complain and in the configuration dialog there are multiple templates available.

Additional info:
libsyncevolution is installed, but in /usr/lib64/syncevolution. Making symlink to /usr/lib64 makes genesis work.

Comment 1 Andrea Musuruane 2010-01-27 08:48:10 UTC
I cannot verify this right now, but it would be nice if you can do some additional checks.

Can you run syncevolution from the command line?

It seems to me that your issue is similar to this one:
https://bugzilla.redhat.com/show_bug.cgi?id=533106

Can you please follow the suggested workaround and tell me if it works?

Thanks!

Comment 2 Andrea Musuruane 2010-01-27 09:22:23 UTC
Looking in Bugzilla I also found this:
https://bugzilla.redhat.com/show_bug.cgi?id=538127

Can you confirm this is your problem?

Comment 3 Andrea Musuruane 2010-01-27 18:17:50 UTC
I just verified this bug. This is a syncevolution bug and it is a duplicate of #538127.

Another workaround is to call genesis from a terminal in this way:
$ LD_LIBRARY_PATH=/usr/lib64/syncevolution/ genesis

Closing.

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