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 795574 - Missing install_rpath for tracker-writeback
Missing install_rpath for tracker-writeback
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Miners
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2018-04-26 11:26 UTC by Jan Tojnar
Modified: 2018-06-29 23:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: add install_rpath to tracker-writeback (1.07 KB, patch)
2018-04-26 11:28 UTC, Jan Tojnar
committed Details | Review

Description Jan Tojnar 2018-04-26 11:26:29 UTC
$ ldd result/libexec/tracker-writeback
	linux-vdso.so.1 (0x00007ffe84571000)
	libtracker-miners-common.so => not found

This was probably missed during meson port.
Comment 1 Jan Tojnar 2018-04-26 11:28:56 UTC
Created attachment 371423 [details] [review]
meson: add install_rpath to tracker-writeback

During meson port, this was probably forgotten,
leading to a broken program.
Comment 2 Sam Thursfield 2018-06-01 15:38:34 UTC
Review of attachment 371423 [details] [review]:

Merged, thanks. No doubt you are right that this was an oversight on my part!