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 735339 - undefined symbol: tracker_enumerator_get_type
undefined symbol: tracker_enumerator_get_type
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2014-08-24 20:57 UTC by Michael Catanzaro
Modified: 2014-08-25 08:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2014-08-24 20:57:24 UTC
I'm getting a linker error trying to build tracker with jhbuild:

Entering directory `/home/mcatanzaro/jhbuild/checkout/tracker/src/libtracker-miner
<snip>
  CCLD     libtracker-miner-private.la
  CCLD     libtracker-miner-1.0.la
  GISCAN   TrackerMiner-1.0.gir
/home/mcatanzaro/jhbuild/checkout/tracker/src/libtracker-miner/tmp-introspectyp7uzP/.libs/lt-TrackerMiner-1.0: symbol lookup error: /home/mcatanzaro/jhbuild/checkout/tracker/src/libtracker-miner/tmp-introspectyp7uzP/.libs/lt-TrackerMiner-1.0: undefined symbol: tracker_enumerator_get_type
Command '['/home/mcatanzaro/jhbuild/checkout/tracker/src/libtracker-miner/tmp-introspectyp7uzP/TrackerMiner-1.0', '--introspect-dump=/home/mcatanzaro/jhbuild/checkout/tracker/src/libtracker-miner/tmp-introspectyp7uzP/functions.txt,/home/mcatanzaro/jhbuild/checkout/tracker/src/libtracker-miner/tmp-introspectyp7uzP/dump.xml']' returned non-zero exit status 127
Comment 1 Martyn Russell 2014-08-25 08:17:45 UTC
This is due to a dirty $prefix generally. Make uninstall first fixes this.
We have another fix from Rico Tzschichholz. Patch landing any minute :)
Comment 2 Martyn Russell 2014-08-25 08:22:21 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.