Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255590 - app-dicts/wordnet-3.0-r2 installs tk/tk.h
Summary: app-dicts/wordnet-3.0-r2 installs tk/tk.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 03:35 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2009-03-15 11:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2009-01-20 03:35:13 UTC
wordnet installed /usr/include/tk/tk.h and /usr/include/tk/tkDecls.h on my machine. However, wordnet did not install a copy of tk. But, these header files for tk claimed to be from a different version of tk than the system copy from Portage, which installs its headers in /usr/include/tk{,Decls}.h

I can't tell why wordnet would even include the tk.h in its code. None of the #include <> preprocessor directives refer to <tk/tk.h> - all use tk.h. Also, configure+automake set the CFLAGS of wordnet to -I../include, not -I../include -I../include/tk. Thus, the #include directive appear to be grabbing the system tk.h (in /usr/include/tk.h) regardless.

Because the existance of these header files are not used by wordnet AFAIK and they are from a slightly different version of tk than would be installed on the system, they should be removed.
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2009-03-15 11:45:31 UTC
Thank you for report Nathan. Fixed in wordnet-3.0-r3.