Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237046 - x11-misc/grun-0.9.2-r1 fails to build with USE="-nls"
Summary: x11-misc/grun-0.9.2-r1 fails to build with USE="-nls"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 09:26 UTC by Santiago M. Mola (RETIRED)
Modified: 2009-12-23 15:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
intl_libintl_missing.patch (intl_libintl_missing.patch,324 bytes, patch)
2008-09-08 22:02 UTC, Christophe LEFEBVRE
Details | Diff
grun-0.9.2-r2.ebuild (grun-0.9.2-r2.ebuild,1.93 KB, text/plain)
2008-09-08 22:10 UTC, Christophe LEFEBVRE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2008-09-08 09:26:27 UTC
(Comes from bug #226639)

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2'
Making all in po
make[2]: Entering directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2/po'
Making all in intl
make[2]: Entering directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2/intl'
make[2]: Entering directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLOCALEDIR=\""/usr/share/locale"\"  -Wall  -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1   -c `test -f 'grun.c' || echo './'`grun.c
grun.c:44:26: error: intl/libintl.h: No such file or directory
grun.c: In function 'gclick':
grun.c:843: warning: assignment discards qualifiers from pointer target type
grun.c: In function 'launch':
grun.c:1011: warning: assignment discards qualifiers from pointer target type
grun.c: In function 'bclose':
grun.c:1030: warning: assignment discards qualifiers from pointer target type
grun.c: In function 'browse':
grun.c:1049: warning: implicit declaration of function 'gettext'
grun.c:1049: warning: incompatible implicit declaration of built-in function 'gettext'
grun.c: In function 'main':
grun.c:1109: warning: implicit declaration of function 'bindtextdomain'
grun.c:1110: warning: implicit declaration of function 'textdomain'
grun.c:1123: warning: incompatible implicit declaration of built-in function 'gettext'
grun.c:1127: warning: incompatible implicit declaration of built-in function 'gettext'
grun.c:1179: warning: incompatible implicit declaration of built-in function 'gettext'
grun.c:1070: warning: unused variable 'style'
grun.c:1069: warning: unused variable 'mask'
grun.c:1068: warning: unused variable 'pix'
make[2]: *** [grun.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/grun-0.9.2/work/grun-0.9.2'
make: *** [all] Error 2
Comment 1 Christophe LEFEBVRE 2008-09-08 22:02:34 UTC
Created attachment 164962 [details, diff]
intl_libintl_missing.patch
Comment 2 Christophe LEFEBVRE 2008-09-08 22:10:49 UTC
Created attachment 164964 [details]
grun-0.9.2-r2.ebuild

This ebuild applies the patch above.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-12-23 15:36:22 UTC
+*grun-0.9.3-r1 (23 Dec 2009)
+
+  23 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +grun-0.9.3-r1.ebuild,
+  +files/grun-0.9.3-no_nls.patch:
+  Fix building with USE="-nls" wrt #237046 by Christophe LEFEBVRE.