FS#16724 - [tracker] has wrong provides line

Attached to Project: Community Packages
Opened by mutlu inek (mutlu_inek) - Sunday, 18 October 2009, 18:54 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 05 November 2009, 11:41 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
The package tracker in [community] is at version 0.6.95-3, but its 'provides' line states "libtracker=0.6.6". Thus, it cannot be installed together with some recent Gnome apps. Nautilus, for example, depends on 'libtracker>=0.6.95'.


Additional info:

* package version(s)
0.6.95-3

* config and/or log files etc.
$ pacman -S tracker
resolving dependencies...
looking for inter-conflicts...
:: tracker conflicts with libtracker. Remove libtracker? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: nautilus: requires libtracker>=0.6.95

Steps to reproduce:

Install nautilus, then install tracker.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 05 November 2009, 11:41 GMT
Reason for closing:  Fixed
Comment by mutlu inek (mutlu_inek) - Monday, 26 October 2009, 05:33 GMT
Judging from the problem I posted, I would appear that it needs a rebuild. However, I tried to rebuild and failed. Unfortunately, I have no time to look into this build issue at the moment.

Even worse, tracker keeps segfaulting on me. I simply cannot get it to. All information is get is this:

$ tracker-status
Could not get Tracker status, Launch helper exited with unknown return code 127

gdb is not able to get any stack info:

$ gdb /usr/bin/tracker-status
[...]
Reading symbols from /usr/bin/tracker-status...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/tracker-status
[Thread debugging using libthread_db enabled]
Could not get Tracker status, Launch helper exited with unknown return code 127
Program exited with code 01.
(gdb) bt
No stack.
(gdb)

Any idea what is going on?

Loading...