GNOME Bugzilla – Bug 305633
camel-lock-client looking for a non-existant camel-lock-helper
Last modified: 2013-09-14 16:49:09 UTC
evolution-data-server HEAD installs camel-lock-helper-1.2, but camel-lock-client.c is trying to run camel-lock-helper-1.4 Fixable by changing Makefile.am to use BASE_VERSION for the binary version numbers or just making camel-lock-client.c look for camel-lock-helper-1.2. Attaching a patch for the latter
Created attachment 46935 [details] [review] camel-lock-helper-fix-version.patch
Thanks for the patch. Would be committing it soon.
This seems like an extremely trivial patch which fixes local mail delivery which doesn't otherwise work ... don't see what's stopping it from being committed.
well for one, the patch is wrong. the versioning issues are much deeper than this, and hard-coding the version here is the wrong place to do it; thats why it isn't hard coded already.
If it just changes to use API_VERSION I guess it would suffice. Hardcoding it seems wrong to me.
partha, whats the go with this?
*** Bug 314887 has been marked as a duplicate of this bug. ***
Created attachment 51643 [details] [review] Patch for the bug This should fix the issue. using API_VERSION instead of the BASE_VERSION
There is a spurious comma between "/camel-lock-helper-" and API_VERSION in the patch.
*** Bug 314574 has been marked as a duplicate of this bug. ***
*** Bug 316060 has been marked as a duplicate of this bug. ***
re-opening bug. find the new patch at http://bugzilla.gnome.org/show_bug.cgi?id=314574. Close when verified.
The latest fix works for me.
Cool. THanks. Closing bug. Changes committed to head.
*** Bug 315856 has been marked as a duplicate of this bug. ***