Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75830 - dev-util/glade-2.0.1 fails to compile
Summary: dev-util/glade-2.0.1 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-27 11:30 UTC by Geoffrey King
Modified: 2005-01-16 15:00 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 Geoffrey King 2004-12-27 11:30:20 UTC
Trying to emerge glade-2.0.1 I get the following error during compilation.

Making all in po
make[2]: Entering directory `/var/tmp/portage/glade-2.0.1/work/glade-2.0.1/po'
make[2]: *** No rule to make target `en.gmo', needed by `all-yes'.  Stop.
make[2]: Leaving directory `/var/tmp/portage/glade-2.0.1/work/glade-2.0.1/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/glade-2.0.1/work/glade-2.0.1'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1. emerge glade

Actual Results:  
compilation failed

Expected Results:  
glade should compile and be emerged into the system.
Comment 1 Geoffrey King 2004-12-27 11:31:07 UTC
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.8-gentoo-r3 i686)
=================================================================
System uname: 2.6.8-gentoo-r3 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]ccache version 2.3 [enabled]
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.19-r1,sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -funroll-loops -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/env /usr/kde/3.3/share/config /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="-O3 -march=i686 -funroll-loops -pipe -fomit-frame-pointer"
DISTDIR="/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 X aalib acl alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups divx4linux doc dvd encode esd fam flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib ipv6 java jpeg junit kde libwww mad mikmod mmx motif mozilla mpeg ncurses network nls oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline samba sdl slang snmp spell sse ssl svga tcltk tcpd threads tiff truetype v4l v4l2 xml xml2 xmms xv xvid zlib video_cards_matrox linguas_en"
Comment 2 foser (RETIRED) gentoo-dev 2004-12-28 08:13:20 UTC
dont use LINGUAS
Comment 3 Geoffrey King 2004-12-28 13:16:52 UTC
I added "dev-util/glade -lingus_en" to /etc/portage/package.use but it still failed to compile with the same error. I then tried "unset LINGUAS" which also resulted in the same error.
Comment 4 foser (RETIRED) gentoo-dev 2005-01-16 15:00:23 UTC
those are not corret ways to disable it.

'LINGUAS="" emerge <pack>' should work.