Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include
@ 2009-01-25  5:58 bugzilla at busybox.net
  2009-02-14 17:44 ` [Buildroot] [Bug 71] " bugzilla at busybox.net
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-01-25  5:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71

              Host: Gentoo AMD64
            Target: ARM
           Summary: ./wchar.h:41:12: error: empty filename in #include
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: paul.jones at iwtech.com.au
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


# Work around problem of missing syslimits.h
if [ ! -f
/home/paul.jones/dev/buildroot-2009.02-rc2/project_build_arm/uclibc/root/usr/lib/gcc/arm-linux-uclibc/4.3.2/include-fixed/syslimits.h
]; then \
                echo "warning: working around missing syslimits.h"; \
                cp -f
/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir/lib/gcc/arm-linux-uclibc/4.3.2/include-fixed/syslimits.h
\
                       
/home/paul.jones/dev/buildroot-2009.02-rc2/project_build_arm/uclibc/root/usr/lib/gcc/arm-linux-uclibc/4.3.2/include-fixed/;
\
        fi
# Make sure we have 'cc'.
if [ ! -e
/home/paul.jones/dev/buildroot-2009.02-rc2/project_build_arm/uclibc/root/usr/bin/cc
]; then \
                ln -snf gcc
/home/paul.jones/dev/buildroot-2009.02-rc2/project_build_arm/uclibc/root/usr/bin/cc;
\
        fi
# These are in /lib, so...
#rm -rf
/home/paul.jones/dev/buildroot-2009.02-rc2/project_build_arm/uclibc/root/usr/lib/libgcc_s*.so*
touch -c
/home/paul.jones/dev/buildroot-2009.02-rc2/project_build_arm/uclibc/root/usr/bin/gcc
/usr/bin/make -j1 -C
/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9
make[1]: Entering directory
`/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9'
Making all in lib
make[2]: Entering directory
`/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9/lib'
/usr/bin/make  all-am
make[3]: Entering directory
`/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9/lib'
/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir/usr/bin/arm-linux-uclibc-gcc
-Os 
-I/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir/usr/include
-I/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir/include
--sysroot=/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir/
-isysroot /home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir
-mtune=arm920t  -I.      -g -O2 -c allocsa.c
In file included from ./stdint.h:87,
                 from
///home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/staging_dir/usr/include/stdlib.h:860,
                 from ./stdlib.h:44,
                 from allocsa.h:24,
                 from allocsa.c:22:
./wchar.h:41:12: error: empty filename in #include
make[3]: *** [allocsa.o] Error 1
make[3]: Leaving directory
`/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9'
make: ***
[/home/paul.jones/dev/buildroot-2009.02-rc2/build_arm/coreutils-6.9/src/vdir]
Error 2


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
@ 2009-02-14 17:44 ` bugzilla at busybox.net
  2009-02-14 17:47 ` bugzilla at busybox.net
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-02-14 17:44 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


swalker <admin@tpconn.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |admin at tpconn.com
              Build|                            |2009.02
             Target|ARM                         |x86




-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
  2009-02-14 17:44 ` [Buildroot] [Bug 71] " bugzilla at busybox.net
@ 2009-02-14 17:47 ` bugzilla at busybox.net
  2009-03-02 19:55 ` bugzilla at busybox.net
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-02-14 17:47 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


swalker <admin@tpconn.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86                         |x86&ARM




-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
  2009-02-14 17:44 ` [Buildroot] [Bug 71] " bugzilla at busybox.net
  2009-02-14 17:47 ` bugzilla at busybox.net
@ 2009-03-02 19:55 ` bugzilla at busybox.net
  2009-03-04  0:58 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-02 19:55 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacmet at uclibc.org
             Status|NEW                         |ASSIGNED




--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org>  2009-03-02 19:55:49 UTC ---
Sorry, cannot reproduce. What does build_build_arm/coreutils-6.9/lib/config.h
look like? Please post your buildroot .config


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2009-03-02 19:55 ` bugzilla at busybox.net
@ 2009-03-04  0:58 ` bugzilla at busybox.net
  2009-03-04  0:59 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04  0:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71





--- Comment #2 from Paul Jones <paul.jones@iwtech.com.au>  2009-03-04 00:58:39 UTC ---
Created an attachment (id=101)
 --> (https://bugs.busybox.net/attachment.cgi?id=101)
.config from menuconfig

wchar.h is as follows:


#ifndef _GL_WCHAR_H
#define _GL_WCHAR_H

/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
   <wchar.h>.
   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
   included before <wchar.h>.  */
#include <stddef.h>
#include <stdio.h>
#include <time.h>

/* Include the original <wchar.h>.  */
#include ""

#endif /* _GL_WCHAR_H */


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2009-03-04  0:58 ` bugzilla at busybox.net
@ 2009-03-04  0:59 ` bugzilla at busybox.net
  2009-03-04  1:01 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04  0:59 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


Paul Jones <paul.jones@iwtech.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
    Attachment #101|application/xml             |application/text
          mime type|                            |




-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2009-03-04  0:59 ` bugzilla at busybox.net
@ 2009-03-04  1:01 ` bugzilla at busybox.net
  2009-03-04 10:38 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04  1:01 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


Paul Jones <paul.jones@iwtech.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
    Attachment #101|application/text            |text/plain
          mime type|                            |




-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2009-03-04  1:01 ` bugzilla at busybox.net
@ 2009-03-04 10:38 ` bugzilla at busybox.net
  2009-03-04 11:01 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 10:38 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  2009-03-04 10:38:39 UTC ---
How did you manage to enable BR2_PACKAGE_COREUTILS without enabling
BR2_USE_WCHAR? Coreutils has depended on WCHAR since Summer 2007.

Please enable WCHAR support in your toolchain if you need to use coreutils (or
consider busybox instead). 


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2009-03-04 10:38 ` bugzilla at busybox.net
@ 2009-03-04 11:01 ` bugzilla at busybox.net
  2009-03-04 11:15 ` bugzilla at busybox.net
  2009-03-11 10:32 ` bugzilla at busybox.net
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 11:01 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71





--- Comment #4 from Paul Jones <paul.jones@iwtech.com.au>  2009-03-04 11:01:54 UTC ---
In Menuconfig I did this:

Target Architecture -> ARM
Target Architecture Variant -> arm920t
Target options -> * ARM Ltd. Device Support
                  * Generic development system 


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (7 preceding siblings ...)
  2009-03-04 11:01 ` bugzilla at busybox.net
@ 2009-03-04 11:15 ` bugzilla at busybox.net
  2009-03-11 10:32 ` bugzilla at busybox.net
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 11:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71





--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org>  2009-03-04 11:15:54 UTC ---
Ahh, thanks. I've fixed it so you can only select generic develop system if you
have wchar enabled in r25521.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
  2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
                   ` (8 preceding siblings ...)
  2009-03-04 11:15 ` bugzilla at busybox.net
@ 2009-03-11 10:32 ` bugzilla at busybox.net
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-11 10:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=71


Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stef at bononline.nl




--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org>  2009-03-11 10:32:43 UTC ---
*** Bug 175 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-03-11 10:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25  5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
2009-02-14 17:44 ` [Buildroot] [Bug 71] " bugzilla at busybox.net
2009-02-14 17:47 ` bugzilla at busybox.net
2009-03-02 19:55 ` bugzilla at busybox.net
2009-03-04  0:58 ` bugzilla at busybox.net
2009-03-04  0:59 ` bugzilla at busybox.net
2009-03-04  1:01 ` bugzilla at busybox.net
2009-03-04 10:38 ` bugzilla at busybox.net
2009-03-04 11:01 ` bugzilla at busybox.net
2009-03-04 11:15 ` bugzilla at busybox.net
2009-03-11 10:32 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox