Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15390 - Compiling gnome-system-monitor-2.0.4-r1 failed (undefined reference to `gtk_cell_renderer_progress_new')
Summary: Compiling gnome-system-monitor-2.0.4-r1 failed (undefined reference to `gtk_c...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-09 17:17 UTC by Vlad Berditchevskiy
Modified: 2003-02-09 17:41 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 Vlad Berditchevskiy 2003-02-09 17:17:26 UTC
When emerging gnome-extra/gnome-system-monitor-2.0.4-r1, I get the following
linker error:

------------------------------------------------
gcc  -mcpu=athlon-mp -O3 -pipe  -o gnome-system-monitor  procman.o interface.o
callbacks.o load-graph.o proctable.o prettytable.o util.o infoview.o
procactions.o procdialogs.o memmaps.o favorites.o -pthread -Wl,--export-dynamic
-L/usr/X11R6/lib -L/usr/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz
-lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lbonobo-2 -lgnomevfs-2
-lbonobo-activation -lgconf-2 -lORBit-2 -llinc -lgthread-2.0 -lgtop-2.0
-lgtop_sysdeps-2.0 -lgtop_common-2.0 -lwnck-1 -lstartup-notification-1
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0
-lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
interface.o(.text+0x1f96): In function `create_sys_view':
: undefined reference to `gtk_cell_renderer_progress_new'
collect2: ld returned 1 exit status
make[2]: *** [gnome-system-monitor] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gnome-system-monitor-2.0.4-r1/work/gnome-system-monitor-2.0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-system-monitor-2.0.4-r1/work/gnome-system-monitor-2.0.4'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-extra/gnome-system-monitor-2.0.4-r1 failed.
!!! Function gnome2_src_compile, Line 41, Exitcode 2
!!! compile failure
------------------------------------------------

Reproducible: Always
Steps to Reproduce:




Portage 2.0.46-r12 (default-x86-1.4, gcc-which: no gcc in
(/sbin:/bin:/usr/sbin:/usr/bin)
sh: line 1: -dumpversion: command not found, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-xfs-r2 i686 AMD Athlon(tm) MP 2000+
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/X11R6/lib/X11/xkb /usr/kde/3/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=""
USE="x86 oss 3dnow apm avi crypt cups gif jpeg libg++ mikmod mmx mpeg ncurses
nls pdflib png quicktime spell truetype xmms xv zlib gdbm berkdb slang readline
tetex svga tcltk java X sdl gpm tcpd libwww ssl python imlib oggvorbis gnome gtk
motif opengl cdr gtk2 -qt -qtmt -kde -arts xfs acl bonobo encode aalib dga dvd
gd alsa esd gtkhtml guile imap -ldap leim mozilla moznomail moznocompose
moznoirc mysql pam perl scanner sse tiff xface xml2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-mp -O3 -pipe"
CXXFLAGS="-mcpu=athlon-mp -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j3"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 foser (RETIRED) gentoo-dev 2003-02-09 17:41:12 UTC
use MAKEOPTS="-j1" this has been fixed for more than two days in the tree, rsync and retry. Do not file bugs as blockers unless you are certain it _is_ a blocker (most likely it isnt even if you think so), one pack not compiling for one guy is _not_ a blocker.