Ci broken due to libtracker-miners-common link error
CI pipelines are failing on the master branch with an error like this:
/usr/bin/ld: tracker-file-utils.c.o (symbol from plugin): in function `tracker_file_open_fd':
(.text+0x0): multiple definition of `tracker_file_get_size'; tracker-file-utils.c.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tracker-file-utils.c.o (symbol from plugin): in function `tracker_file_open_fd':
(.text+0x0): multiple definition of `tracker_file_system_has_enough_space'; tracker-file-utils.c.o (symbol from plugin):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
See https://gitlab.gnome.org/GNOME/tracker-miners/-/jobs/908415 for example.