From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: gettext-native fails to build
Date: Tue, 28 Jun 2011 18:06:02 -0700 [thread overview]
Message-ID: <4E0A7A7A.6040900@gmail.com> (raw)
In-Reply-To: <w4liwla3gm.wl%peter@chubb.wattle.id.au>
On 06/28/2011 05:25 PM, Peter Chubb wrote:
>
> On a clean checkout from this morning's git, I did:
> bitbake gettext-native
> and saw:
> | + oe_autoreconf
> | + '[' 'x-I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gnulib-local/m4/ -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-runtime/m4 -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-tools/m4' = xdefault ']'
> | + acpaths='-I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gnulib-local/m4/ -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-runtime/m4 -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-tools/m4'
> | ++ sed 's/.* //;s/\.[0-9]\+$//'
> | ++ automake --version
> | ++ head -n 1
> | + AUTOV=1.11
> | + install -d /usr/src/oe/tmp-zaurus/sysroots/x86_64-linux/usr/share/aclocal
> | + install -d /usr/src/oe/tmp-zaurus/sysroots/x86_64-linux/usr/share/aclocal-1.11
> | + acpaths='-I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gnulib-local/m4/ -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-runtime/m4 -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-tools/m4 -I/usr/src/oe/tmp-zaurus/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /usr/src/oe/tmp-zaurus/sysroots/x86_64-linux/usr/share/aclocal'
> | + echo --exclude=autopoint
> | + grep -q aclocal
> | + rm -f aclocal.m4
> | + '[' -e configure.in ']'
> | + CONFIGURE_AC=configure.ac
> | + grep '^[[:space:]]*AM_GLIB_GNU_GETTEXT' configure.ac
> | + grep '^[[:space:]]*AM_GNU_GETTEXT' configure.ac
> | ++ sed -n -e '/^[[:space:]]*AC_CONFIG_MACRO_DIR/s|[^(]*([[]*\([^])]*\)[]]*)|\1|p' configure.ac
> | + for aux in m4 '`sed -n -e '\''/^[[:space:]]*AC_CONFIG_MACRO_DIR/s|[^(]*([[]*\([^])]*\)[]]*)|\1|p'\'' $CONFIGURE_AC`'
> | + mkdir -p m4
> | + autoreconf -Wcross --verbose --install --force --exclude=autopoint -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gnulib-local/m4/ -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-runtime/m4 -I /usr/src/oe/tmp-zaurus/work/x86_64-linux/gettext-native-0.18-r6/gettext-0.18/gettext-tools/m4 -I/usr/src/oe/tmp-zaurus/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /usr/src/oe/tmp-zaurus/sysroots/x86_64-linux/usr/share/aclocal
> | /usr/bin/autoreconf: unrecognized option `--exclude=autopoint'
> | Try `/usr/bin/autoreconf --help' for more information.
> | + oefatal 'autoreconf execution failed.'
> | + echo FATAL: 'autoreconf execution failed.'
> | FATAL: autoreconf execution failed.
> | + exit 1
>
> Should oe not be using its own version of autotools? Should not
> gettext-native require autotools as a prerequisite?
are you using oe.dev or oe-core ?
oe-core has these races solved
> --
> Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au
> http://www.ertos.nicta.com.au ERTOS within National ICT Australia
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2011-06-29 1:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-29 0:25 gettext-native fails to build Peter Chubb
2011-06-29 0:33 ` Peter Chubb
2011-06-29 1:06 ` Khem Raj [this message]
2011-06-29 1:16 ` Peter Chubb
2011-06-29 1:38 ` Khem Raj
2011-06-29 4:12 ` Peter Chubb
2011-06-29 6:06 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E0A7A7A.6040900@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox