Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4211 - New libzvt package breaks gnome-terminal.
Summary: New libzvt package breaks gnome-terminal.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-26 19:48 UTC by Michael Richardson
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Michael Richardson 2002-06-26 19:48:57 UTC
I'm running the GNOME 2 packages, and after emerging the latest version of
libzvt, gnome-terminal will no longer start.  It gives the following error message:

bash-2.05a$ gnome-terminal 
gnome-terminal: error while loading shared libraries: libzvt-2.so.0: cannot open
shared object file: No such file or directory

ldconfig reports no such file found.

vito root # ldconfig -v | grep libzvt
	libzvt-2.0.so.0 -> libzvt-2.0.so.0.0.1
	libzvt.so.2 -> libzvt.so.2.3.0

Creating this symlink resolves the problem:

vito lib # ln -sf libzvt-2.0.so.0.0.1 libzvt-2.so.0

Related packages:
x11-libs/libzvt-2.0.1
x11-terms/gnome-terminal-2.0.0
Comment 1 Spider (RETIRED) gentoo-dev 2002-06-26 21:42:25 UTC
oh darn, this bug strikes again, try "emerge -C libzvt; emerge libzvt" and see,
that should recreate the broken link
Comment 2 Spider (RETIRED) gentoo-dev 2002-06-26 21:50:13 UTC
I'm ccing you here drobbins, this is the same bug as with the libpng update 
Comment 3 Michael Richardson 2002-06-26 23:15:17 UTC
Okay, I tried the "emerge -C libzvt; emerge libzvt" trick, and this caused the
link to be created, and consequently gnome-terminal started.  Sounds fixed to me.