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

Bug 9839

Summary: vte support is broken in gnome-terminal-2.1.0
Product: Gentoo Linux Reporter: Andreas Simon <andreas.w.simon>
Component: [OLD] GNOMEAssignee: foser (RETIRED) <foser>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.