* [Buildroot] package/gettext trouble
@ 2007-07-08 15:01 Cristian Ionescu-Idbohrn
2007-07-08 15:07 ` BuraphaLinux Server
0 siblings, 1 reply; 7+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 15:01 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] package/gettext trouble
2007-07-08 15:01 [Buildroot] package/gettext trouble Cristian Ionescu-Idbohrn
@ 2007-07-08 15:07 ` BuraphaLinux Server
2007-07-08 16:09 ` Cristian Ionescu-Idbohrn
0 siblings, 1 reply; 7+ messages in thread
From: BuraphaLinux Server @ 2007-07-08 15:07 UTC (permalink / raw)
To: buildroot
I get this too; is it some environment setting or does everybody get it?
On 7/8/07, Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> wrote:
> 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
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] package/gettext trouble
2007-07-08 15:07 ` BuraphaLinux Server
@ 2007-07-08 16:09 ` Cristian Ionescu-Idbohrn
2007-07-08 18:56 ` Bernhard Fischer
0 siblings, 1 reply; 7+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 16:09 UTC (permalink / raw)
To: buildroot
On Sun, 8 Jul 2007, BuraphaLinux Server wrote:
> I get this too; is it some environment setting or does everybody get it?
Looks like there's a catch 22 situation here :(
I can't build package ed-0.6 because it requires pkg-config, which
requires gettext, which doesn't build.
Looks like it's critical to get a gettext clean build before going any
further. Any offers?
--
Cristian
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] package/gettext trouble
2007-07-08 16:09 ` Cristian Ionescu-Idbohrn
@ 2007-07-08 18:56 ` Bernhard Fischer
2007-07-08 20:25 ` Cristian Ionescu-Idbohrn
0 siblings, 1 reply; 7+ messages in thread
From: Bernhard Fischer @ 2007-07-08 18:56 UTC (permalink / raw)
To: buildroot
On Sun, Jul 08, 2007 at 06:09:27PM +0200, Cristian Ionescu-Idbohrn wrote:
>On Sun, 8 Jul 2007, BuraphaLinux Server wrote:
>
>> I get this too; is it some environment setting or does everybody get it?
>
>Looks like there's a catch 22 situation here :(
>I can't build package ed-0.6 because it requires pkg-config, which
>requires gettext, which doesn't build.
>
>Looks like it's critical to get a gettext clean build before going any
>further. Any offers?
i offer parts of my sparse spare-time on this sunday. Let me know if
that r19043 did any good.. and send me that photo ;P
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] package/gettext trouble
2007-07-08 18:56 ` Bernhard Fischer
@ 2007-07-08 20:25 ` Cristian Ionescu-Idbohrn
2007-07-08 20:47 ` Bernhard Fischer
0 siblings, 1 reply; 7+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 20:25 UTC (permalink / raw)
To: buildroot
On Sun, 8 Jul 2007, Bernhard Fischer wrote:
> On Sun, Jul 08, 2007 at 06:09:27PM +0200, Cristian Ionescu-Idbohrn wrote:
> >
> > Looks like it's critical to get a gettext clean build before going any
> > further. Any offers?
>
> i offer parts of my sparse spare-time on this sunday.
Me too. Found a few bugs, sent a few patches. I must admit I have some
private intrest in getting working, but I contribute, don't I?
> Let me know if that r19043 did any good..
Yes, it definatelly did. Thanks.
> and send me that photo ;P
What kind of photo would you prefer ;-)
Cheers,
--
Cristian
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] package/gettext trouble
2007-07-08 20:25 ` Cristian Ionescu-Idbohrn
@ 2007-07-08 20:47 ` Bernhard Fischer
2007-07-08 20:56 ` Bernhard Fischer
0 siblings, 1 reply; 7+ messages in thread
From: Bernhard Fischer @ 2007-07-08 20:47 UTC (permalink / raw)
To: buildroot
On Sun, Jul 08, 2007 at 10:25:18PM +0200, Cristian Ionescu-Idbohrn wrote:
>On Sun, 8 Jul 2007, Bernhard Fischer wrote:
>> i offer parts of my sparse spare-time on this sunday.
>
>Me too. Found a few bugs, sent a few patches. I must admit I have some
>private intrest in getting working, but I contribute, don't I?
you do indeed.
>
>> Let me know if that r19043 did any good..
>
>Yes, it definatelly did. Thanks.
s/definatelly/definately/
welcome and thanks for the heads up!
kind regards && cheers,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] package/gettext trouble
2007-07-08 20:47 ` Bernhard Fischer
@ 2007-07-08 20:56 ` Bernhard Fischer
0 siblings, 0 replies; 7+ messages in thread
From: Bernhard Fischer @ 2007-07-08 20:56 UTC (permalink / raw)
To: buildroot
On Sun, Jul 08, 2007 at 10:47:55PM +0200, Bernhard Fischer wrote:
>On Sun, Jul 08, 2007 at 10:25:18PM +0200, Cristian Ionescu-Idbohrn wrote:
>>Yes, it definatelly did. Thanks.
>
>s/definatelly/definately/
definitely, even. Can't type today either.
cheers,
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-07-08 20:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08 15:01 [Buildroot] package/gettext trouble Cristian Ionescu-Idbohrn
2007-07-08 15:07 ` 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox