Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9839 - vte support is broken in gnome-terminal-2.1.0
Summary: vte support is broken in gnome-terminal-2.1.0
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-28 13:02 UTC by Andreas Simon
Modified: 2003-02-04 19:42 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 Andreas Simon 2002-10-28 13:02:06 UTC
The gnome-terminal-2.1.0.ebuild in Portage
is broken in regard to vte.
It has vte as an runtime dependency
but doesn't build against vte.

Reason: a typo.

   --with-widget=vzvt

should propably be

   --with-widget=vte

otherwise it is build against
the old libzvt.
Comment 1 foser (RETIRED) gentoo-dev 2002-10-28 13:41:32 UTC
I know, it sais somewhere 'you can change vte for zvt'. I decided to go for zvt
because vte is still too unstable imo, but i added it so people can test if they
want. The extra z is a typo, but it still has the desired effect.