Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205410 - gnome-base/control-center-2.20.3 fails to compile with intltool-merge error
Summary: gnome-base/control-center-2.20.3 fails to compile with intltool-merge error
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-12 10:08 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2008-04-05 14:43 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 Alexandre Rostovtsev (RETIRED) gentoo-dev 2008-01-12 10:08:48 UTC
# MAKEOPTS=-j1 USE="alsa eds esd hal" emerge control-center
[...]
creating gnome-keybinding-properties
LC_ALL=C ../../intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po keybinding.desktop.in keybinding.desktop
Found cached translation database
Merging translations into keybinding.desktop.
LC_ALL=C ../../intltool-merge -x -u /tmp 00-multimedia-key.xml.in 00-multimedia-key.xml
Died at ../../intltool-merge line 296.
make[3]: *** [00-multimedia-key.xml] Error 13
make[3]: Leaving directory `/var/tmp/portage/gnome-base/control-center-2.20.3/work/gnome-control-center-2.20.3/capplets/keybindings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/control-center-2.20.3/work/gnome-control-center-2.20.3/capplets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/control-center-2.20.3/work/gnome-control-center-2.20.3'
make: *** [all] Error 2

This is with intltool-0.35.5

# emerge --info
Portage 2.1.4 (default-linux/amd64/2007.0/desktop, gcc-4.2.2, glibc-2.7-r1, 2.6.23-gentoo-r5-cfs-v24.1 x86_64)
=================================================================
System uname: 2.6.23-gentoo-r5-cfs-v24.1 x86_64 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Timestamp of tree: Sat, 12 Jan 2008 06:00:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.3
dev-lang/python:     2.4.4-r8, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
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.16.1-r3, 2.17-r2, 2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
Comment 1 Mart Raudsepp gentoo-dev 2008-03-09 16:59:49 UTC
 open IN_PO_FILE, $in_po_file or die;

How can that fail? Parallel build problem or...? Intresting
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2008-03-09 18:24:56 UTC
(In reply to comment #1)
>  open IN_PO_FILE, $in_po_file or die;
> 
> How can that fail? Parallel build problem or...? Intresting

For what it's worth, I've tried reproducing the bug right now, and couldn't. control-center-2.20.3 emerged successfully 10 times in a row. Same intltool version as before...

# emerge --info
Portage 2.1.4.4 (default-linux/amd64/2007.0/desktop, gcc-4.2.3, glibc-2.7-r1, 2.6.24-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r3 x86_64 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Timestamp of tree: Sat, 08 Mar 2008 19:30:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python:     2.4.4-r9, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
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.1
sys-devel/binutils:  2.16.1-r3, 2.17-r2, 2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-04-05 14:43:44 UTC
closing worksforme per comment #2. If you ever hit this kind of problem feel free to open a new bug.