Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159312 - beryl/emerald & co. 0.1.4 fail to compile with LINGUAS set
Summary: beryl/emerald & co. 0.1.4 fail to compile with LINGUAS set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joshua Jackson (RETIRED)
URL:
Whiteboard:
Keywords:
: 159315 159322 159328 159334 159350 159362 159363 159397 159423 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-28 14:26 UTC by Trevor Benedict
Modified: 2006-12-29 15:30 UTC (History)
10 users (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 Trevor Benedict 2006-12-28 14:26:59 UTC
Making all in po
make[2]: Entering directory `/var/tmp/portage/x11-wm/emerald-0.1.4/work/emerald-0.1.4/po'
make[2]: *** No rule to make target `en.gmo', needed by `all-yes'.  Stop.
make[2]: Leaving directory `/var/tmp/portage/x11-wm/emerald-0.1.4/work/emerald-0.1.4/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-wm/emerald-0.1.4/work/emerald-0.1.4'


Portage 2.1.2_rc4-r1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r2 i686)
=================================================================
System uname: 2.6.19-gentoo-r2 i686 AMD Sempron(tm)   3000+
Gentoo Base System version 1.12.8
Last Sync: Thu, 28 Dec 2006 22:00:08 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -falign-functions=64"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -falign-functions=64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.citkit.ru/pub/Linux/gentoo http://files.gentoo.org http://mirror.espri.arizona.edu/gentoo/"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-28 15:14:08 UTC
*** Bug 159315 has been marked as a duplicate of this bug. ***
Comment 2 Joshua Jackson (RETIRED) gentoo-dev 2006-12-28 15:16:12 UTC
As a temporary fix til I can get it actually repaired, build without a linguas and it should build fine. I'll try and get the fix in later today once I have an actual fix ready to go in.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-12-28 16:50:20 UTC
*** Bug 159322 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-12-28 17:13:39 UTC
*** Bug 159328 has been marked as a duplicate of this bug. ***
Comment 5 Joshua Jackson (RETIRED) gentoo-dev 2006-12-28 17:24:56 UTC
Changes just commited for beryl-core and emerald. Easiest thing to do is 1 of two things, remove your LINGUAS til the new ebuilds hit the mirror for emerald et all for now. 

Secondary, you can add in

src_unpack() {
    gnome2_src_unpack
    intltoolize --force || die "intltool failed"
}

to the ebuild above src compile and that should fix the issue for you for now as well. It will hit the mirrors shortly.
Comment 6 Joshua Jackson (RETIRED) gentoo-dev 2006-12-28 17:25:41 UTC
oh forgot to mention adding gnome2 to inherit as well.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 00:16:30 UTC
*** Bug 159334 has been marked as a duplicate of this bug. ***
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 01:21:46 UTC
*** Bug 159350 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 04:11:37 UTC
*** Bug 159362 has been marked as a duplicate of this bug. ***
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 04:36:09 UTC
*** Bug 159363 has been marked as a duplicate of this bug. ***
Comment 11 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 04:50:42 UTC
Same thing w/ beryl-plugins (and beryl-dbus pretty like as well).
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 10:31:24 UTC
*** Bug 159397 has been marked as a duplicate of this bug. ***
Comment 13 Joshua Jackson (RETIRED) gentoo-dev 2006-12-29 10:51:11 UTC
The & co should be fixed now as well. I've talked with upstream so we'll see what happens with the next release...if we can avoid the issue without the hackery around it.
Comment 14 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 15:30:49 UTC
*** Bug 159423 has been marked as a duplicate of this bug. ***