Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21739 - libgtop 2.0.2-r1 breaks gnome-system-monitor
Summary: libgtop 2.0.2-r1 breaks gnome-system-monitor
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-26 19:18 UTC by Cletus Lichte
Modified: 2003-06-12 04:09 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 Cletus Lichte 2003-05-26 19:18:53 UTC
After updating my system with emerge -u world, Portage updated libgtop and now
gnome-system-monitor displays the following error:

gnome-system-monitor: error while loading shared libraries:
libgtop_common-2.0.so.1: cannot open shared object file: No such file or directory

I'm using the newest Gnome.

Here is my Portage info:

Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20 i686 VIA Samuel 2
GENTOO_MIRRORS="http://www.ibiblio.org/gentoo
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg mikmod mmx mpeg ncurses
nls pdflib png quicktime spell truetype xml2 xv zlib alsa gdbm berkdb slang
readline tetex aalib ggi guile mysql X sdl gpm tcpd pam libwww ssl python esd
imlib oggvorbis gnome gtk qt opengl mozilla ldap snmp acpi apache2 atlas curl
dga doc dvd emacs ethereal evo flash gb gd gnomedb gps gtk2 gtkhtml hbci imap
innodb kerberos ladcca lcms leim libgda lids mbox mcal moznocompose moznoirc
moznomail mpi mule nptl objc odbc ofx pda pic plotutils samba sasl slp sse tiff
usb vim-with-x wmf Xaw3d -arts -java -kde -libg++ -svga -xmms -tcltk -perl
-motif bonobo xml"
COMPILER="gcc3"
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -m3dnow -O2 -pipe"
CXXFLAGS="-march=i586 -m3dnow -O2 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j1"
AUTOCLEAN="yes"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-05-27 02:17:10 UTC
i've tested libgtop-2.0.2-r1 with gnome-system-monitor versions: 2.0.2, 2.0.3, 2.0.4, 2.0.4-r1, and 2.3.0 and cannot confirm this error with any of these versions.

the libgtop-2.0.2-r1 package does not contain that library link, but it could be made with:

cd /usr/lib
ln -s libgtop_common-2.0.so.0.0.2 libgtop_common-2.0.so.1
Comment 2 Cletus Lichte 2003-05-27 02:56:05 UTC
I tried the link solution and it just says there is another library that it can't find. How many links will I have to set to get it to work again?
Comment 3 John Youells 2003-05-29 20:10:00 UTC
I eperience the same error with gcc 2.95.3 on a ~x86 1.2 gentoo. Made the 
ln -s libgtop_common-2.0.so.0.0.2 libgtop_common-2.0.so.1  link and also made a 
ln -s libgtop_sysdeps-2.0.so.0.0.2 libgtop_sysdeps-2.0.so.1   ... then system-monitor ran but thru this error: 
(gnome-system-monitor:355): Gtk-CRITICAL **: file gtktreeviewcolumn.c: line 1558 (gtk_tree_view_column_set_visible): assertion `GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
 
this error was repeated 6 times and then the app ran. 
heres my emerge info:

Portage 2.0.48 (default-1.0, gcc-2.95.3, glibc-2.2.5-r8)
=================================================================
System uname: 2.4.20-gentoo-r5 i586 AMD-K6(tm)-III+ Processor
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss apm avi crypt encode jpeg libg++ mikmod mmx mpeg pdflib quicktime spell xml2 xmms xv arts berkdb bonobo cdr esd gdbm gif gnome-libs gpm guile imlib java kde libwww motif mozilla nls oggvorbis opengl pam perl png python qt readline scanner sdl slang ssl svga tcpd tiff X gtk gtk2 gnome 3dnow 3dfx voodoo3 matrox truetype prebuilt cups alsa tcltk ncurses"
COMPILER=""
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=k6 -Os -fomit-frame-pointer -pipe"
CXXFLAGS="-march=k6 -Os -fomit-frame-pointer -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

I notice that Cletus is running a VIA Samuel 2 and I'm running K6-III+ .... 
Comment 4 foser (RETIRED) gentoo-dev 2003-06-08 07:40:09 UTC
a fix should be in portage for this, emerge libgtop-2.0.2-r1 and you should hopefully be fine.
Comment 5 Cletus Lichte 2003-06-12 03:52:17 UTC
I've re-merged libgtop and gnome-system-monitor is working again.  Thanks!
Comment 6 foser (RETIRED) gentoo-dev 2003-06-12 04:09:26 UTC
confirmed working fix, closing