Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116243 - PuTTY doeswn't compile the graphical tools.
Summary: PuTTY doeswn't compile the graphical tools.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 00:42 UTC by Vincenzo Romano
Modified: 2005-12-21 01:45 UTC (History)
0 users

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


Attachments
emerge --info output (emerge--info.txt,2.31 KB, text/plain)
2005-12-21 00:42 UTC, Vincenzo Romano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincenzo Romano 2005-12-21 00:42:21 UTC
When emerging PuTTY, only commandline tools get installed.
This happens because I don't have GTK in my USE variable but only GTK2 (which is not supported by PuTTY).
I suppose this is not what should happen.
What I expect is that if I emerge an application needing a specific library, that library will be emerged.
I think this can be a more general problem not limited to PuTTY.
Comment 1 Vincenzo Romano 2005-12-21 00:42:55 UTC
Created attachment 75250 [details]
emerge --info output
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-12-21 01:19:18 UTC
(In reply to comment #0)
> When emerging PuTTY, only commandline tools get installed.
> This happens because I don't have GTK in my USE variable but only GTK2 (which
> is not supported by PuTTY).

gtk2 use flag is deprecated (see Bug 106560), so yes, you'll probably miss GUI in a couple of apps.

Not a bug.
Comment 3 Vincenzo Romano 2005-12-21 01:28:09 UTC
Thanks. And what should I do?
Simply erase the "gtk2" from the USE flags?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-12-21 01:45:31 UTC
(In reply to comment #3)
> Thanks. And what should I do?
> Simply erase the "gtk2" from the USE flags?

First of all put gtk into your use flags if you want gtk support...