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
          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
                
  | 
              
                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
              
              
            
            
          
                      
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?