* [Buildroot] m4 seems to have a dependency to WCHAR-SUPPORT
@ 2010-09-14 21:17 Marcus Osdoba
2010-09-15 2:53 ` Martin Banky
2010-09-19 20:44 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Marcus Osdoba @ 2010-09-14 21:17 UTC (permalink / raw)
To: buildroot
Hello mailinglist,
I'm trying to build a rootfs without WCHAR support for util-linux-ng
integration test purposes.
It seems, that m4 has a dependency to WCHAR.
The build breaks with current git tree and deactivated WCHAR support.
I'm pretty sure that it worked before unselecting WCHAR.
Regards,
Marcus
/home/ossy/buildroot/buildroot-dev/output/staging/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
--sysroot=/home/ossy/buildroot/buildroot-dev/output/staging -I. -Os
-pipe -Os -mtune=arm926ej-s -march=armv5te -mabi=aapcs-linux
-msoft-float -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
-I/home/ossy/buildroot/buildroot-dev/output/staging/usr/include
-I/home/ossy/buildroot/buildroot-dev/output/staging/include -MT
printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o
printf-parse.c
In file included from printf-args.c:21:
printf-args.h:101: error: expected specifier-qualifier-list before 'wint_t'
printf-args.c: In function 'printf_fetchargs':
printf-args.c:83: error: 'union <anonymous>' has no member named
'a_wide_char'
printf-args.c:84: error: 'wint_t' undeclared (first use in this function)
printf-args.c:84: error: (Each undeclared identifier is reported only once
printf-args.c:84: error: for each function it appears in.)
printf-args.c:86: error: expected specifier-qualifier-list before 'wint_t'
printf-args.c:90: error: 'union <anonymous>' has no member named 'a_string'
printf-args.c:94: error: 'union <anonymous>' has no member named 'a_string'
printf-args.c:95: error: 'union <anonymous>' has no member named 'a_string'
printf-args.c:117: error: 'union <anonymous>' has no member named
'a_pointer'
printf-args.c:120: error: 'union <anonymous>' has no member named
'a_count_schar_pointer'
printf-args.c:123: error: 'union <anonymous>' has no member named
'a_count_short_pointer'
printf-args.c:126: error: 'union <anonymous>' has no member named
'a_count_int_pointer'
printf-args.c:129: error: 'union <anonymous>' has no member named
'a_count_longint_pointer'
printf-args.c:133: error: 'union <anonymous>' has no member named
'a_count_longlongint_pointer'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] m4 seems to have a dependency to WCHAR-SUPPORT
2010-09-14 21:17 [Buildroot] m4 seems to have a dependency to WCHAR-SUPPORT Marcus Osdoba
@ 2010-09-15 2:53 ` Martin Banky
2010-09-19 20:44 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Martin Banky @ 2010-09-15 2:53 UTC (permalink / raw)
To: buildroot
Marcus,
See
http://lists.busybox.net/pipermail/buildroot/2010-September/037458.html,
this patch fixes that error.
Martin
On Tue, Sep 14, 2010 at 2:17 PM, Marcus Osdoba <marcus.osdoba@googlemail.com
> wrote:
> Hello mailinglist,
>
> I'm trying to build a rootfs without WCHAR support for util-linux-ng
> integration test purposes.
> It seems, that m4 has a dependency to WCHAR.
> The build breaks with current git tree and deactivated WCHAR support. I'm
> pretty sure that it worked before unselecting WCHAR.
>
> Regards,
> Marcus
>
> /home/ossy/buildroot/buildroot-dev/output/staging/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
> --sysroot=/home/ossy/buildroot/buildroot-dev/output/staging -I. -Os
> -pipe -Os -mtune=arm926ej-s -march=armv5te -mabi=aapcs-linux -msoft-float
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -I/home/ossy/buildroot/buildroot-dev/output/staging/usr/include
> -I/home/ossy/buildroot/buildroot-dev/output/staging/include -MT
> printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o
> printf-parse.c
> In file included from printf-args.c:21:
> printf-args.h:101: error: expected specifier-qualifier-list before 'wint_t'
> printf-args.c: In function 'printf_fetchargs':
> printf-args.c:83: error: 'union <anonymous>' has no member named
> 'a_wide_char'
> printf-args.c:84: error: 'wint_t' undeclared (first use in this function)
> printf-args.c:84: error: (Each undeclared identifier is reported only once
> printf-args.c:84: error: for each function it appears in.)
> printf-args.c:86: error: expected specifier-qualifier-list before 'wint_t'
> printf-args.c:90: error: 'union <anonymous>' has no member named 'a_string'
> printf-args.c:94: error: 'union <anonymous>' has no member named 'a_string'
> printf-args.c:95: error: 'union <anonymous>' has no member named 'a_string'
> printf-args.c:117: error: 'union <anonymous>' has no member named
> 'a_pointer'
> printf-args.c:120: error: 'union <anonymous>' has no member named
> 'a_count_schar_pointer'
> printf-args.c:123: error: 'union <anonymous>' has no member named
> 'a_count_short_pointer'
> printf-args.c:126: error: 'union <anonymous>' has no member named
> 'a_count_int_pointer'
> printf-args.c:129: error: 'union <anonymous>' has no member named
> 'a_count_longint_pointer'
> printf-args.c:133: error: 'union <anonymous>' has no member named
> 'a_count_longlongint_pointer'
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100914/53616186/attachment.html>
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] m4 seems to have a dependency to WCHAR-SUPPORT
2010-09-14 21:17 [Buildroot] m4 seems to have a dependency to WCHAR-SUPPORT Marcus Osdoba
2010-09-15 2:53 ` Martin Banky
@ 2010-09-19 20:44 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-09-19 20:44 UTC (permalink / raw)
To: buildroot
>>>>> "Marcus" == Marcus Osdoba <marcus.osdoba@googlemail.com> writes:
Marcus> Hello mailinglist,
Marcus> I'm trying to build a rootfs without WCHAR support for util-linux-ng
Marcus> integration test purposes.
Marcus> It seems, that m4 has a dependency to WCHAR.
Marcus> The build breaks with current git tree and deactivated WCHAR
Marcus> support. I'm pretty sure that it worked before unselecting WCHAR.
Thanks, fixed (or rather marked) in git.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-19 20:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-14 21:17 [Buildroot] m4 seems to have a dependency to WCHAR-SUPPORT Marcus Osdoba
2010-09-15 2:53 ` Martin Banky
2010-09-19 20:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox