* [Buildroot] buildroot-20070620.tar.bz2 snapshot issue
@ 2007-06-20 9:38 BuraphaLinux Server
2007-06-20 10:05 ` Chris Malarky
0 siblings, 1 reply; 5+ messages in thread
From: BuraphaLinux Server @ 2007-06-20 9:38 UTC (permalink / raw)
To: buildroot
Hello,
Using buildroot-20070620.tar.bz2 snapshot on a linux system, when I
try to compile
the gettext I get an error. I used the default gcc and uclibc
settings. How can I solve
this problem?
make[4]: Entering directory
`/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/gettext-0.14.6/gettext-tools/src'
/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/bin/i586-linux-uclibc-gcc
-DLOCALEDIR=\"/usr/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0
-DGETTEXTJEXEDIR=\"/lib/gettext\"
-DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/lib\"
-DGETTEXTDATADIR=\"/usr/share/gettext\"
-DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.
-I.. -I. -I. -I.. -I../libgrep -I../libuniname -I../lib -I../lib
-I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/bin\" -Os
-pipe -c -o msgfmt-plural-eval.o `test -f 'plural-eval.c' || echo
'./'`plural-eval.c
In file included from plural-eval.c:33:
../../gettext-runtime/intl/eval-plural.h:28: error: conflicting types
for 'plural_eval'
../../gettext-runtime/intl/plural-exp.h:115: error: previous
declaration of 'plural_eval' was here
make[4]: *** [msgfmt-plural-eval.o] Error 1
make[4]: Leaving directory
'/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/gettext-0.14.6/gettext-tools/src'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] buildroot-20070620.tar.bz2 snapshot issue
2007-06-20 9:38 [Buildroot] buildroot-20070620.tar.bz2 snapshot issue BuraphaLinux Server
@ 2007-06-20 10:05 ` Chris Malarky
2007-06-20 12:13 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Chris Malarky @ 2007-06-20 10:05 UTC (permalink / raw)
To: buildroot
Hi,
On Wed, 2007-06-20 at 16:38 +0700, BuraphaLinux Server wrote:
> Hello,
>
> Using buildroot-20070620.tar.bz2 snapshot on a linux system, when I
> try to compile
> the gettext I get an error. I used the default gcc and uclibc
> settings. How can I solve
> this problem?
>
>< SNIP ><
>
> In file included from plural-eval.c:33:
> ../../gettext-runtime/intl/eval-plural.h:28: error: conflicting types
> for 'plural_eval'
> ../../gettext-runtime/intl/plural-exp.h:115: error: previous
> declaration of 'plural_eval' was here
> make[4]: *** [msgfmt-plural-eval.o] Error 1
> make[4]: Leaving directory
> '/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/gettext-0.14.6/gettext-tools/src'
See: http://bugs.uclibc.org/view.php?id=1300
This is the first hit in Google for 'gettext plural_eval uclibc'. I can
definitely recommend having a good search around when you hit a problem
- I have found three fixes so far from notes and patches in the bug
system that haven't yet made it in to SVN.
Regards,
Chris
--
Chris Malarky
chris at malarky dot org
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] buildroot-20070620.tar.bz2 snapshot issue
2007-06-20 10:05 ` Chris Malarky
@ 2007-06-20 12:13 ` Bernhard Fischer
[not found] ` <5d75f4610706230553h7ea29972nd07670adf70cc23a@mail.gmail.com>
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2007-06-20 12:13 UTC (permalink / raw)
To: buildroot
On Wed, Jun 20, 2007 at 11:05:23AM +0100, Chris Malarky wrote:
>Hi,
>
>On Wed, 2007-06-20 at 16:38 +0700, BuraphaLinux Server wrote:
>> Hello,
>>
>> Using buildroot-20070620.tar.bz2 snapshot on a linux system, when I
>> try to compile
>> the gettext I get an error. I used the default gcc and uclibc
>> settings. How can I solve
>> this problem?
>>
>>< SNIP ><
>>
>> In file included from plural-eval.c:33:
>> ../../gettext-runtime/intl/eval-plural.h:28: error: conflicting types
>> for 'plural_eval'
>> ../../gettext-runtime/intl/plural-exp.h:115: error: previous
>> declaration of 'plural_eval' was here
>> make[4]: *** [msgfmt-plural-eval.o] Error 1
>> make[4]: Leaving directory
>> '/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/gettext-0.14.6/gettext-tools/src'
>
>See: http://bugs.uclibc.org/view.php?id=1300
>
>This is the first hit in Google for 'gettext plural_eval uclibc'. I can
>definitely recommend having a good search around when you hit a problem
>- I have found three fixes so far from notes and patches in the bug
>system that haven't yet made it in to SVN.
I have updated gettext to the current 1.16.1. Please retry and let me
know if this works for you now. If it doesn't then let me know what
arch/gcc/binutils you are trying to use. Thanks,
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] gettext breakage on ia32 [was: Re: buildroot-20070620.tar.bz2 snapshot issue]
[not found] ` <5d75f4610706230553h7ea29972nd07670adf70cc23a@mail.gmail.com>
@ 2007-06-23 20:31 ` Bernhard Fischer
2007-06-25 8:40 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2007-06-23 20:31 UTC (permalink / raw)
To: buildroot
On Sat, Jun 23, 2007 at 07:53:02PM +0700, BuraphaLinux Server wrote:
>/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
>-DLOCALEDIR=\"/usr/share/locale\"
>-DBISON_LOCALEDIR=\"/usr/share/locale\"
>-DLOCALE_ALIAS_PATH=\"/usr/share/locale\" -DUSEJEXE=0
>-DGETTEXTJEXEDIR=\"/lib/gettext\"
>-DGETTEXTJAR=\"/usr/share/gettext/gettext.jar\" -DLIBDIR=\"/lib\"
>-DGETTEXTDATADIR=\"/usr/share/gettext\"
>-DPROJECTSDIR=\"/usr/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..
>-I. -I. -I.. -I.. -I../libgrep -I../libuniname -I../gnulib-lib
>-I../gnulib-lib -I../intl -I../../gettext-runtime/intl -Os -pipe
>-I/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/usr/include
>--sysroot=/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir/
>-isysroot
>/var/www/htdocs/download/bls1.0/sourcecd/source/4/isolinux/initrd2/buildroot/build_i586/staging_dir
>-c plural-eval.c -fPIC -DPIC -o .libs/plural-eval.o
>In file included from plural-eval.c:36:
>../../gettext-runtime/intl/eval-plural.h:28: error: conflicting types
>for 'plural_eval'
>../../gettext-runtime/intl/plural-exp.h:115: error: previous
>declaration of 'plural_eval' was here
uclibc.org/~aldot/uClibc/uClibc-0.9.29-fix-internal_function-definition.patch
for uClibc-0.9.29, keep the name.
for trunk, name it uClibc.fix-internal_function-definition.patch
so it gets applied to the corresponding version(s).
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] gettext breakage on ia32 [was: Re: buildroot-20070620.tar.bz2 snapshot issue]
2007-06-23 20:31 ` [Buildroot] gettext breakage on ia32 [was: Re: buildroot-20070620.tar.bz2 snapshot issue] Bernhard Fischer
@ 2007-06-25 8:40 ` Bernhard Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Fischer @ 2007-06-25 8:40 UTC (permalink / raw)
To: buildroot
On Sat, Jun 23, 2007 at 10:31:09PM +0200, Bernhard Fischer wrote:
>On Sat, Jun 23, 2007 at 07:53:02PM +0700, BuraphaLinux Server wrote:
>>In file included from plural-eval.c:36:
>>../../gettext-runtime/intl/eval-plural.h:28: error: conflicting types
>>for 'plural_eval'
>>../../gettext-runtime/intl/plural-exp.h:115: error: previous
>>declaration of 'plural_eval' was here
>
>uclibc.org/~aldot/uClibc/uClibc-0.9.29-fix-internal_function-definition.patch
Should be fixed now.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-06-25 8:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-20 9:38 [Buildroot] buildroot-20070620.tar.bz2 snapshot issue BuraphaLinux Server
2007-06-20 10:05 ` Chris Malarky
2007-06-20 12:13 ` Bernhard Fischer
[not found] ` <5d75f4610706230553h7ea29972nd07670adf70cc23a@mail.gmail.com>
2007-06-23 20:31 ` [Buildroot] gettext breakage on ia32 [was: Re: buildroot-20070620.tar.bz2 snapshot issue] Bernhard Fischer
2007-06-25 8:40 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox