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 631074 - evolution plugin does not build
evolution plugin does not build
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Miners
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2010-10-01 07:50 UTC by Götz Waschk
Modified: 2010-10-04 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple patch (1.29 KB, patch)
2010-10-01 17:59 UTC, Vincent Untz
none Details | Review

Description Götz Waschk 2010-10-01 07:50:28 UTC
This is with tracker 0.9.23 and e-d-s 2.32.0:

  CC     tracker-evolution-plugin.lo
tracker-evolution-plugin.c: In function 'name_owner_changed_cb':
tracker-evolution-plugin.c:2192:5: error: too few arguments to function 'tracker_sparql_connection_get'
../../../src/libtracker-sparql/tracker-sparql.h:200:26: note: declared here
tracker-evolution-plugin.c: In function 'miner_started':
tracker-evolution-plugin.c:2409:3: error: too few arguments to function 'tracker_sparql_connection_get'
../../../src/libtracker-sparql/tracker-sparql.h:200:26: note: declared here
tracker-evolution-plugin.c: In function 'miner_resumed':
tracker-evolution-plugin.c:2508:3: error: too few arguments to function 'tracker_sparql_connection_get'
../../../src/libtracker-sparql/tracker-sparql.h:200:26: note: declared here
make[5]: *** [tracker-evolution-plugin.lo] Error 1
Comment 1 Vincent Untz 2010-10-01 17:59:44 UTC
Created attachment 171525 [details] [review]
Simple patch

That should fix it.
Comment 2 Götz Waschk 2010-10-01 18:31:39 UTC
It does, thanks.
Comment 3 Martyn Russell 2010-10-04 08:23:29 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Thanks Vincent, someone else mentioned it on Friday but I didn't get around to fixing it. Silly me, I added the changes to that API but didn't have the evolution plugin configured to build. Thanks for the patch. Will do a release shortly to fix things.