Bug 69473 - gnome-base/orbit requires dependancy of gettext
Bug#: 69473 Product:  Gentoo Linux Version: unspecified Platform: PPC
OS/Version: All Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: dragonheart@gentoo.org
Component: Library
URL: 
Summary: gnome-base/orbit requires dependancy of gettext
Keywords:  
Status Whiteboard: 
Opened: 2004-10-29 16:41 0000
Description:   Opened: 2004-10-29 16:41 0000
When compiling orbit on a embedded profile gettext was not included as a
dependancy when I tried to compile orbit. This resulted in a compile failure.

Placeing gettext as a dependancy of orbit will correct this.

------- Comment #1 From Joe McCann (RETIRED) 2004-11-02 15:43:28 0000 -------
can you post what version of orbit, the error it gives, and your emerge info?

------- Comment #2 From Daniel Black 2004-11-02 16:06:32 0000 -------
0.5.7

emerge info
Portage 2.0.51-r2 (uclibc/ppc, gcc-3.4.1, uclibc-0.9.26-r5, 2.6.9-gentoo-r1 ppc)
=================================================================
System uname: 2.6.9-gentoo-r1 ppc 740/750
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
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="ppc"
AUTOCLEAN="yes"
CFLAGS="-Os -pipe -mcpu=750"
CHOST="powerpc-pc-linux-uclibc"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -pipe -mcpu=750"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks nodoc noinfo noman sandbox sfperms strict userpriv"
GENTOO_MIRRORS="ftp://mirror.internode.on.net/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc X berkdb gtk hardened mysql ncurses opengl perl pie png python readline ssl tcpd tiff uclibc zlib"

------- Comment #3 From Mike Gardiner (RETIRED) 2004-11-04 00:23:43 0000 -------
Confirmed, it seems that nls isn't optional at all in 0.5.17. I have removed
the nls USE, made the gettext dependency permanent, and removed the checking
for nls in src_compile().

I'm not revision bumping this for several reasons,
o)  users who had gettext installed will have orbit-0.5.17 installed, and see
no difference if they were to install a revised version
o)  those users who didn't have gettext installed wouldn't be able to emerge
orbit-0.5.17 anyway - there's no benefit to them for a revision.
o)  a revision would leave this broken version in place - we don't want that.

Fixed, thanks for your report.