Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192463 - app-misc/tracker-0.6.2 won't compile, headers not found
Summary: app-misc/tracker-0.6.2 won't compile, headers not found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 21:42 UTC by vltg0903
Modified: 2007-09-22 21:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tracker-0.6.2.include.patch (tracker-0.6.2.include.patch,736 bytes, text/plain)
2007-09-13 21:43 UTC, vltg0903
Details

Note You need to log in before you can comment on or make changes to this bug.
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.