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 730111 - Error when building tracker "undefined reference to symbol 'g_file_info_get_attribute_uint64'"
Error when building tracker "undefined reference to symbol 'g_file_info_get_a...
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2014-05-14 08:10 UTC by bluesansdouze
Modified: 2014-05-14 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build log of tracker (23.12 KB, text/x-log)
2014-05-14 08:10 UTC, bluesansdouze
Details

Description bluesansdouze 2014-05-14 08:10:45 UTC
Created attachment 276517 [details]
Build log of tracker

When trying to build tracker using jhbuild, it won't compile with this error :

/usr/bin/ld: tracker-miner-user-guides.o: undefined reference to symbol 'g_file_info_get_attribute_uint64'
/home/blue/gnome/install/lib/libgio-2.0.so.0: error adding symbols: DSO missing from command line

I'm using an up-to-date Linux Mint 16.

Attached the full build log.
Comment 1 Martyn Russell 2014-05-14 08:17:24 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.

commit 9211ac4cf512d6d8fca4d2173bbed3a6fd121c28
Author: Martyn Russell <martyn@lanedo.com>
Date:   Wed May 14 09:14:18 2014 +0100

    tracker-miner-user-guides: Avoid GIO unresolved symbol errors
    
    Error: tracker-miner-user-guides.o: undefined reference to symbol
    'g_file_info_get_attribute_uint64'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730111