Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66939 - gnome-nettool fails to compile
Summary: gnome-nettool fails to compile
Status: RESOLVED DUPLICATE of bug 66449
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-09 21:12 UTC by Lee Trager
Modified: 2005-07-17 13:06 UTC (History)
1 user (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 Lee Trager 2004-10-09 21:12:49 UTC
I just went to update and everytime I try to get gnome-nettool I get the following error

gcc -march=pentium-m -O3 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -o gnome-nettool callbacks.o nettool.o gn-combo-history.o ping.o traceroute.o netstat.o info.o scan.o lookup.o finger.o whois.o utils.o util-mii.o main.o -Wl,--export-dynamic  -pthread -L/usr/X11R6/lib /usr/lib/libgnomeui-2.so -L/usr/lib /usr/lib/libgnome-keyring.so /usr/lib/libjpeg.so /usr/lib/libbonoboui-2.so -lSM -lICE -lX11 /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libasound.so /usr/lib/libaudiofile.so /usr/lib/libgnomevfs-2.so /usr/lib/libbonobo-2.so -lssl -lcrypto -lresolv -lrt /usr/lib/libbonobo-activation.so /usr/lib/libORBitCosNaming-2.so /usr/lib/libglade-2.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libxml2.so -lz /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so/usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so /usr/lib/libgobject-2.0.so -lm /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libglib-2.0.so
make[2]: Leaving directory `/var/tmp/portage/gnome-nettool-0.99.3/work/gnome-nettool-0.99.3/src'
Making all in po
make[2]: Entering directory `/var/tmp/portage/gnome-nettool-0.99.3/work/gnome-nettool-0.99.3/po'
file=./`echo az | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/gmsgfmt -o $file az.po
/usr/bin/gmsgfmt: error while loading shared libraries: libgettextlib-0.14.1.so: cannot open shared object file: No such file or directory
make[2]: *** [az.gmo] Error 127
make[2]: Leaving directory `/var/tmp/portage/gnome-nettool-0.99.3/work/gnome-nettool-0.99.3/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-nettool-0.99.3/work/gnome-nettool-0.99.3'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1. emerge net-analyzer/gnome-nettool-0.99.3
Actual Results:  
It fails to compile

Expected Results:  
It compiles

Portage 2.0.51_rc7 (default-x86-2004.0, gcc-3.4.2, glibc-2.3.4.20040808-r1,
2.6.8 i686)
=================================================================
System uname: 2.6.8 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config
/usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa am apm arts audiofile avi berkdb bitmap-fonts bonobo cdr
crypt cups dvb dvd enable-gui encode esd f77 foomaticdb gdbm ggi gif
gimpprintgnome gpm gtk gtk2 gtkhtml imap imlib ipv6 java jpeg kde libg++ libwww
mad mikmod mng motif mozilla mpeg ncurses nls offensive oggvorbis opengl oscar
oss pam pcmcia pdflib perl png python qt quicktime readline samba sdl slang
spell ssl svga tcpd tiff truetype usb videos wmf x86 xml2 xmms xprint xv zlib"
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2004-10-10 00:07:31 UTC
Run `revdep-rebuild', or just re-emerging gettext should be enough.  Then redo the emerge.
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2004-10-10 08:56:58 UTC
Yeah, this looks to be the gettext problem that hit most people hit recently. Follow the suggestion from #2.
Comment 3 foser (RETIRED) gentoo-dev 2004-10-10 09:00:08 UTC
@ latexer : what problem & dupe to that bug please.
Comment 4 Lee Trager 2004-10-10 09:06:31 UTC
That seems to of fixed it.

Thanks
Comment 5 foser (RETIRED) gentoo-dev 2004-10-10 09:13:50 UTC

*** This bug has been marked as a duplicate of 66449 ***