From: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
To: buildroot@busybox.net
Subject: [Buildroot] package/gettext trouble
Date: Sun, 8 Jul 2007 17:01:12 +0200 (CEST) [thread overview]
Message-ID: <0707081654290.3987@somehost> (raw)
I'm stuck :(
gettext fails on me, whatever I try. It shows me this:
make[4]: Entering directory `buildroot/build_i486/gettext-0.16.1/gettext-runtime/intl'
sed -e '/IN_LIBGLOCALE/d' \
-e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
-e 's,@''HAVE_ASPRINTF''@,1,g' \
-e 's,@''HAVE_SNPRINTF''@,1,g' \
-e 's,@''HAVE_WPRINTF''@,0,g' \
< ./libgnuintl.h.in \
| if test 'no' = yes; then \
sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
else \
cat; \
fi \
| sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
-e "/#define _LIBINTL_H/r ./export.h" \
| sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
> libgnuintl.h
sed -e '/IN_LIBGLOCALE/d' \
-e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
-e 's,@''HAVE_ASPRINTF''@,1,g' \
-e 's,@''HAVE_SNPRINTF''@,1,g' \
-e 's,@''HAVE_WPRINTF''@,0,g' \
< ./libgnuintl.h.in > libintl.h
/bin/sh ./config.charset 'i486-pc-linux-gnu' > t-charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
/bin/sh ../libtool --mode=compile buildroot/build_i486/staging_dir/usr/bin/i486-linux-uclibc-gcc -c -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./bindtextdom.c
mv t-charset.alias charset.alias
/bin/sh ../libtool --mode=compile buildroot/build_i486/staging_dir/usr/bin/i486-linux-uclibc-gcc -c -DLOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DLIBDIR=\"/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcgettext.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[4]: *** [bindtextdom.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[4]: *** [dcgettext.lo] Error 1
make[4]: Leaving directory `buildroot/build_i486/gettext-0.16.1/gettext-runtime/intl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `buildroot/build_i486/gettext-0.16.1/gettext-runtime'
make[2]: *** [all] Error 2
make[2]: Leaving directory `buildroot/build_i486/gettext-0.16.1/gettext-runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `buildroot/build_i486/gettext-0.16.1'
make: *** [buildroot/build_i486/gettext-0.16.1/gettext-runtime/src/gettext] Error 2
Can anyone put me on the right track?
--
Cristian
next reply other threads:[~2007-07-08 15:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-08 15:01 Cristian Ionescu-Idbohrn [this message]
2007-07-08 15:07 ` [Buildroot] package/gettext trouble BuraphaLinux Server
2007-07-08 16:09 ` Cristian Ionescu-Idbohrn
2007-07-08 18:56 ` Bernhard Fischer
2007-07-08 20:25 ` Cristian Ionescu-Idbohrn
2007-07-08 20:47 ` Bernhard Fischer
2007-07-08 20:56 ` Bernhard Fischer
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=0707081654290.3987@somehost \
--to=cristian.ionescu-idbohrn@axis.com \
--cc=buildroot@busybox.net \
/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 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.