All of lore.kernel.org
 help / color / mirror / Atom feed
* gnome-doc-utils: Add dependency upon gettext-native.
@ 2010-08-13  1:54 Graham Gower
  2010-08-13  8:19 ` Henning Heinold
  2010-08-13  8:21 ` Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Graham Gower @ 2010-08-13  1:54 UTC (permalink / raw)
  To: openembedded-devel

Failing log.do_configure:

automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
AUTOV is 1.11
NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal --force -I m4
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/intltool.m4:27: IT_PROG_INTLTOOL is expanded from...
configure.in:44: the top level
autoreconf: configure.in: tracing
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:1824: IT_PROG_INTLTOOL is expanded from...
configure.in:44: the top level
autoreconf: configure.in: not using Libtool
autoreconf: running: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/autoconf --include=/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ --include=/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ --include=/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 --include=/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal --force --warnings=cross
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:1824: IT_PROG_INTLTOOL is expanded from...
configure.in:44: the top level
configure:3319: error: possibly undefined macro: AM_NLS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1
FATAL: autoreconf execution failed.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/gnome/gnome-doc-utils.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc
index 61db29f..b5bbae1 100644
--- a/recipes/gnome/gnome-doc-utils.inc
+++ b/recipes/gnome/gnome-doc-utils.inc
@@ -1,6 +1,6 @@
 LICENSE = "GPL LGPL"
-DEPENDS = "libxml2 libxslt libxslt-native libxml2-native"
-DEPENDS_virtclass-native = "libxslt-native libxml2-native"
+DEPENDS = "libxml2 libxslt libxslt-native libxml2-native gettext-native"
+DEPENDS_virtclass-native = "libxslt-native libxml2-native gettext-native"
 
 INC_PR = "r5"
 
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: gnome-doc-utils: Add dependency upon gettext-native.
  2010-08-13  1:54 gnome-doc-utils: Add dependency upon gettext-native Graham Gower
@ 2010-08-13  8:19 ` Henning Heinold
  2010-08-13  8:21 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Henning Heinold @ 2010-08-13  8:19 UTC (permalink / raw)
  To: openembedded-devel

Hi,

normaly inherit gettext should work, unfornatly gome stuff is missusing
the gettext m4 macros and made crappy one. Which furthermost dont let you
disable nls at all. So the fix is okay.

Bye Henning



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnome-doc-utils: Add dependency upon gettext-native.
  2010-08-13  1:54 gnome-doc-utils: Add dependency upon gettext-native Graham Gower
  2010-08-13  8:19 ` Henning Heinold
@ 2010-08-13  8:21 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-08-13  8:21 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 13-08-10 03:54, Graham Gower wrote:

> --- a/recipes/gnome/gnome-doc-utils.inc
> +++ b/recipes/gnome/gnome-doc-utils.inc
> @@ -1,6 +1,6 @@
>  LICENSE = "GPL LGPL"
> -DEPENDS = "libxml2 libxslt libxslt-native libxml2-native"
> -DEPENDS_virtclass-native = "libxslt-native libxml2-native"
> +DEPENDS = "libxml2 libxslt libxslt-native libxml2-native gettext-native"
> +DEPENDS_virtclass-native = "libxslt-native libxml2-native gettext-native"

Wouldn't 'inherit gettext' be better?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMZQCDMkyGM64RGpERAtdcAJ42IAoOpCt3a1Qs15syd14QwFgH8ACfU+7v
RhMFZi+OkGPL0xnwobuTErM=
=yieB
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-13  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13  1:54 gnome-doc-utils: Add dependency upon gettext-native Graham Gower
2010-08-13  8:19 ` Henning Heinold
2010-08-13  8:21 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.