After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 305633 - camel-lock-client looking for a non-existant camel-lock-helper
camel-lock-client looking for a non-existant camel-lock-helper
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Mailer
1.4.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: parthasarathi susarla
Evolution QA team
: 314574 314887 315856 316060 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-05-27 09:35 UTC by Mark McLoughlin
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
camel-lock-helper-fix-version.patch (763 bytes, patch)
2005-05-27 09:36 UTC, Mark McLoughlin
none Details | Review
Patch for the bug (2.45 KB, patch)
2005-09-01 07:10 UTC, parthasarathi susarla
committed Details | Review

Description Mark McLoughlin 2005-05-27 09:35:42 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
Comment 1 Mark McLoughlin 2005-05-27 09:36:33 UTC
Created attachment 46935 [details] [review]
camel-lock-helper-fix-version.patch
Comment 2 parthasarathi susarla 2005-07-07 07:39:35 UTC
Thanks for the patch. Would be committing it soon. 
Comment 3 Mark McLoughlin 2005-07-26 15:13:29 UTC
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.
Comment 4 Not Zed 2005-08-04 09:07:51 UTC
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.
Comment 5 Not Zed 2005-08-18 05:26:59 UTC
If it just changes to use API_VERSION I guess it would suffice.  Hardcoding it
seems wrong to me.

Comment 6 Not Zed 2005-08-31 01:24:32 UTC
partha, whats the go with this?
Comment 7 parthasarathi susarla 2005-09-01 07:09:37 UTC
*** Bug 314887 has been marked as a duplicate of this bug. ***
Comment 8 parthasarathi susarla 2005-09-01 07:10:43 UTC
Created attachment 51643 [details] [review]
Patch for the bug

This should fix the issue. using API_VERSION instead of the BASE_VERSION
Comment 9 Mikhail Zabaluev 2005-09-04 19:45:00 UTC
There is a spurious comma between "/camel-lock-helper-" and API_VERSION in the
patch.
Comment 10 Sebastien Bacher 2005-09-08 16:49:34 UTC
*** Bug 314574 has been marked as a duplicate of this bug. ***
Comment 11 Glynn Foster 2005-09-12 09:39:13 UTC
*** Bug 316060 has been marked as a duplicate of this bug. ***
Comment 12 parthasarathi susarla 2005-09-12 09:48:25 UTC
re-opening bug. find the new patch at
http://bugzilla.gnome.org/show_bug.cgi?id=314574. Close when verified.
Comment 13 Glynn Foster 2005-09-12 22:57:26 UTC
The latest fix works for me.
Comment 14 parthasarathi susarla 2005-09-13 05:09:41 UTC
Cool. THanks. Closing bug. Changes committed to head.
Comment 15 Shreyas Srinivasan 2005-09-19 03:55:38 UTC
*** Bug 315856 has been marked as a duplicate of this bug. ***