Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198870 - gnome-extra/nautilus-sendto-0.12-r1 build failure: Possible unintended interpolation of @INTLTOOL_ICONV in string at ./intltool-merge line 94.
Summary: gnome-extra/nautilus-sendto-0.12-r1 build failure: Possible unintended interp...
Status: RESOLVED FIXED
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: 199595
  Show dependency tree
 
Reported: 2007-11-11 22:19 UTC by Ed Catmur
Modified: 2007-12-13 20:03 UTC (History)
1 user (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 Ed Catmur 2007-11-11 22:19:59 UTC
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/nautilus-sendto-0.12-r1/work/nautilus-sendto-0.12/po'
make[2]: Entering directory `/var/tmp/portage/gnome-extra/nautilus-sendto-0.12-r1/work/nautilus-sendto-0.12'
LC_ALL=C ./intltool-merge -s -u -c ./po/.intltool-merge-cache ./po nst.schemas.in nst.schemas
Possible unintended interpolation of @INTLTOOL_ICONV in string at ./intltool-merge line 94.
Global symbol "@INTLTOOL_ICONV" requires explicit package name at ./intltool-merge line 94.
BEGIN not safe after errors--compilation aborted at ./intltool-merge line 252.
make[2]: *** [nst.schemas] Error 9
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/nautilus-sendto-0.12-r1/work/nautilus-sendto-0.12'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/nautilus-sendto-0.12-r1/work/nautilus-sendto-0.12'
make: *** [all] Error 2


Uh, this means we need to intltoolize/alocal?
Comment 1 Patrick Fourniols 2007-11-15 23:55:12 UTC
same error rebuilding alacarte ( alacarte already installed on my system,
arise when rebuilding --empty world ) 

make[1]: entrant dans le répertoire « /var/tmp/portage/x11-misc/alacarte-0.11.3-r1/work/alacarte-0.11.3/Alacarte »
sed                                             \
                -e s!\@prefix\@!/usr!           \
                -e s!\@datadir\@!/usr/share!            \
                -e s!\@pkgdatadir\@!/usr/share/alacarte!        \
                -e s!\@libexecdir\@!/usr/libexec!       \
                -e s!\@libdir\@!/usr/lib!               \
                -e s!\@PACKAGE\@!alacarte!              \
                -e s!\@VERSION\@!0.11.3!                \
                < config.py.in > config.py
make[1]: quittant le répertoire « /var/tmp/portage/x11-misc/alacarte-0.11.3-r1/work/alacarte-0.11.3/Alacarte »
make[1]: entrant dans le répertoire « /var/tmp/portage/x11-misc/alacarte-0.11.3-r1/work/alacarte-0.11.3 »
sed -e s!\@PYTHON\@!/usr/bin/python2.5!         \
            -e s!\@PYOPTIONS\@!-OOt!            \
            < alacarte.in > alacarte
LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po alacarte.desktop.in alacarte.desktop
Possible unintended interpolation of @INTLTOOL_ICONV in string at ./intltool-merge line 94.
Global symbol "@INTLTOOL_ICONV" requires explicit package name at ./intltool-merge line 94.
BEGIN not safe after errors--compilation aborted at ./intltool-merge line 252.
make[1]: *** [alacarte.desktop] Erreur 9
make[1]: quittant le répertoire « /var/tmp/portage/x11-misc/alacarte-0.11.3-r1/work/alacarte-0.11.3 »
make: *** [all-recursive] Erreur 1
Comment 2 Ed Catmur 2007-11-16 00:23:09 UTC
Yes, same here.  Filed that as bug 199313.
Comment 3 Ed Catmur 2007-11-16 00:29:14 UTC
Patrick, what version of dev-util/intltool do you have?
Comment 4 Patrick Fourniols 2007-11-16 07:59:48 UTC
dev-util/intltool-0.36.2

i have tried to rebuild or ln /usr/bin/intltool-* in work/alacarte...
same result
 rebuild all DEPENDS abd RDEPENDS change nothing
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-11-16 08:47:45 UTC
what happens if you add intltoolize --force after eautoreconf in the ebuild ?
Comment 6 Patrick Fourniols 2007-11-16 09:41:04 UTC
merci Gilles
work very fine with your tip
Comment 7 Ed Catmur 2007-11-17 00:26:30 UTC
dev-util/intltool-0.36.2 isn't in Portage; it's in gentopia or gnome-experimental.

intltoolize --force works, of course.
Comment 8 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-12-13 20:03:17 UTC
Added an unconditional intltoolize --force in the ebuild, we are running autoreconf, this is a very little overhead in light of such.