First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 132693
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Faulhammer <opfer@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 132693 depends on: Show dependency tree
Show dependency graph
Bug 132693 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-05-08 09:44 0000
Emerging gnome-system-tools fails with the following error:
------------------------------
[...]
LC_ALL=C ../../intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po
time.desktop.in time.desktop
Possible unintended interpolation of @INTLTOOL_LIBDIR in string at
../../intltool-merge line 260.
Global symbol "@INTLTOOL_LIBDIR" requires explicit package name at
../../intltool-merge line 260.
Execution of ../../intltool-merge aborted due to compilation errors.
make[4]: *** [time.desktop] Error 255
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0/src/time'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0/src/time'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-system-tools-2.14.0/work/gnome-system-tools-2.14.0'
make: *** [all] Error 2

!!! ERROR: app-admin/gnome-system-tools-2.14.0 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  ebuild.sh, line 1237:   Called gnome2_src_compile
  gnome2.eclass, line 58:   Called die

!!! compile failure
------------------------------

emerge --info

------------------------------
Portage 2.1_pre10-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r3,
2.6.16-gentoo-r6 i686)
=================================================================
System uname: 2.6.16-gentoo-r6 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  0.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo
/etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache confcache distlocks metadata-transfer
parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
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/local/portage"
SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage"
USE="x86 3dnow 3dnowext X Xaw3d a52 acpi alsa apm artworkextra asf audiofile
avi bash-completion berkdb bidi bitmap-fonts bootsplash bzip2 cairo cdda cddb
cdparanoia cdr cli cracklib crypt css cups curl custom-cflags dbus dga directfb
divx4linux dri dts dvd dvdr dvdread dvi eds emacs emboss encode esd exif expat
fam fbcon fdftk ffmpeg firefox foomaticdb fortran ftp gb gcj gdbm gif gnome gpm
gstreamer gtk gtk2 gtkhtml hal howl icq idn imagemagick imap imlib ipv6 isdnlog
java javascript jikes jpeg jpeg2k ldap leim libg++ libwww mad maildir matroska
mbox mikmod mime mmx mmxext mng mono motif mp3 mpeg mpeg2 mule nautilus ncurses
nls nocardbus nptl nptlonly nsplugin ogg oggvorbis opengl pam pcre pdflib perl
plotutils png ppds pppd preview-latex print python qt quicktime readline
reflection samba sdk session slang spell spl sse ssl svg svga t1lib tcltk tcpd
theora thunderbird tiff truetype truetype-fonts type1-fonts usb vcd videos
vorbis win32codecs wmf wxwindows xine xml xml2 xmms xorg xosd xv xvid zlib
elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux linguas_de
userland_GNU video_cards_radeon video_cards_vesa video_cards_fbdev"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS
------------------------------

------- Comment #1 From Daniel Gryniewicz 2006-05-08 09:56:29 0000 -------
Which version of intltool do you have installed?

Could you try re-emerging intltool and then try gnome-system-tools again?  That
autoconf macro is supposed to be provided by intltool.

------- Comment #2 From Christian Faulhammer 2006-05-08 11:00:16 0000 -------
intltool 0.34.1, reemerging did not help, but upgrading to version 0.34.2
resulted in a smooth compilation.

------- Comment #3 From Markus Rothe 2006-05-08 13:35:21 0000 -------
I can confirm this behaviour on ppc64. version 0.34.2 of intltool fixes the
problem.

------- Comment #4 From Daniel Gryniewicz 2006-05-08 13:41:19 0000 -------
Thanks.  I've updated the dep to 0.34.2 in CVS.

------- Comment #5 From Daniel Gryniewicz 2006-05-10 12:00:09 0000 -------
*** Bug 132930 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug