Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 192463

Summary: app-misc/tracker-0.6.2 won't compile, headers not found
Product: Gentoo Linux Reporter: vltg0903
Component: New packagesAssignee: Saleem Abdulrasool (RETIRED) <compnerd>
Status: RESOLVED INVALID    
Severity: normal CC: vltg0903
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: tracker-0.6.2.include.patch

Description vltg0903 2007-09-13 21:42:54 UTC
Compiling the latest tracker fails, some needed headers are in unlikely locations like /usr/lib/glib-2.0/include (see patch). I'm no expert with autotools and suchlike, but shouldn't somehow pkg-config automagically take care of this?

Reproducible: Always
Comment 1 vltg0903 2007-09-13 21:43:52 UTC
Created attachment 130867 [details]
tracker-0.6.2.include.patch
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-09-22 20:26:19 UTC
I am unable to reproduce this issue.  The proposed fix is completely bogus.  Are you using an ebuild not from the official portage tree?
Comment 3 vltg0903 2007-09-22 21:16:27 UTC
(In reply to comment #2)
> I am unable to reproduce this issue.  The proposed fix is completely bogus. 
> Are you using an ebuild not from the official portage tree?

Gotcha. I tried to build tracker with USE=-gtk, this doesn't seem to work any more (upstream bug). When trying to do
./configure --disable-libtrackergtk
the line
./configure: line 24719: enable-libtrackergtk=no (disabled): command not found
comes up. Please reopen bug.

P. S.: Yes, from the official portage tree.