Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140906 - istanbul 0.2.0-r1 fails at installing process - Possible unintended interpolation of @INTLTOOL_LIBDIR
Summary: istanbul 0.2.0-r1 fails at installing process - Possible unintended interpola...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 05:58 UTC by Luu Danh Hieu
Modified: 2006-07-18 06:16 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 Luu Danh Hieu 2006-07-18 05:58:01 UTC
The newly added package istanbul failed to install on my x86 machine.

Steps to reproduce :
- emerge istanbul

Actual results :
- package stops at installing process

Expected results :
- installation successful

Emerge info :
lys ~ # emerge --info
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r9-lys i686)
=================================================================
System uname: 2.6.16-gentoo-r9-lys i686 Intel(R) Pentium(R) D CPU 2.80GHz
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O -march=prescott -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O -march=prescott -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.gg3.net ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO"
LC_ALL="en_US.UTF-8"
LINGUAS="en_GB fr ja"
MAKEOPTS="-j3"
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 /usr/portage/local/layman/sunrise"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apm audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cjk cli crypt cups directfb dlloader dri dvd dvdr dvdread eds emboss encode esd exif ffmpeg flac foomaticdb fortran ftp gdbm gif gpm gstreamer gtk gtk2 iconv ieee1394 imagemagick imlib ipv6 isdnlog java javascript jpeg libg++ libwww mad matroska mikmod mime mmx mmxext motif mozilla moznocompose moznoirc moznomail moznoroaming mp3 mpeg mysql ncurses nls nptl nsplugin nvidia ogg oggvorbis opengl pam pcre pdflib perl php png pppd python qt4 quicktime readline real reflection samba sdl seamonkey session spell spl sse sse2 ssl svg szip tcpd tiff truetype truetype-fonts type1-fonts udev unicode verbose vorbis win32codecs xml xml2 xorg xosd xv xvid yahoo zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en_GB linguas_fr linguas_ja userland_GNU video_cards_nvidia video_cards_vga video_cards_nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

istanbul ebuild gave me this :

<snip>
>>> Install istanbul-0.2.0-r1 into /var/tmp/portage/istanbul-0.2.0-r1/image/ category media-video
Making install in .
<snip>
Making install in data
make[1]: Entering directory `/var/tmp/portage/istanbul-0.2.0-r1/work/istanbul-0.2.0/data'
LC_ALL=C ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po istanbul.desktop.in istanbul.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[1]: *** [istanbul.desktop] Error 255
make[1]: Leaving directory `/var/tmp/portage/istanbul-0.2.0-r1/work/istanbul-0.2.0/data'
make: *** [install-recursive] Error 1

!!! ERROR: media-video/istanbul-0.2.0-r1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_install
  ebuild.sh, line 1013:   Called src_install
  ebuild.sh, line 1248:   Called gnome2_src_install
  gnome2.eclass, line 77:   Called die

!!! install failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-07-18 06:15:33 UTC
i've added a:

intltoolize --force --copy || die

right above the eautoreconf line.

This should fix the problem.

Please sync and test again in a few hours.

Thanks!