BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001058 [buildroot] Other minor always 09-30-06 13:31 02-12-07 05:44
Reporter marvin View Status public  
Assigned To buildroot
Priority normal Resolution no change required  
Status closed   Product Version
Summary 0001058: unable to build root without LARGE FILE support
Description when I try build latest buildroot with my configuration in which I don't use large file support compilig stops with erorrs.
Additional Information
Attached Files  uClibc.config [^] (4,588 bytes) 09-30-06 15:16
 buildroot.config [^] (9,737 bytes) 09-30-06 15:16

- Relationships

- Notes
(0001670)
bernhardf
09-30-06 13:56

You need to provide more information. We need:
a) buildroot's .config
b) uClibc's .config
c) any "special" stuff you pass to the toplevel make
d) optionally busybox's .config in case it is the failing part.
 
(0001676)
marvin
09-30-06 15:16

Sorry I try to add better information compiling stops with this:
libc/misc/glob/glob.c: In function `glob_in_dir':
libc/misc/glob/glob.c:368: error: field `d64' has incomplete type
libc/misc/glob/glob.c:369: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:386: warning: assignment from incompatible pointer type
libc/misc/glob/glob.c:396: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:401: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:401: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:401: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:404: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:410: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:410: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:416: error: dereferencing pointer to incomplete type
make[2]: *** [libc/misc/glob/glob.os] Error 1
make[1]: *** [lib/libc.so.0] Error 2
make[1]: Leaving directory `/mnt/film2/tmp/tmp/buildroot/toolchain_build_arm/uClibc'
make: *** [/mnt/film2/tmp/tmp/buildroot/toolchain_build_arm/uClibc/lib/libc.a] Error 2
 
(0001677)
marvin
09-30-06 15:18

I attach files that you want. I did't pass any special stuff. And problem is not in bussybox. I use default config of busybox.
 
(0001745)
yannouvh
11-18-06 05:41

Just had the same problem. Seems it comes from uClibc/libc/misc/glob/glob.c line 364.

I replaced

#if !defined COMPILE_GLOB64

with

#ifdef COMPILE_GLOB64

and the problem disapeard.

Regards

Yann
 
(0001772)
bernhardf
11-22-06 13:39

This is a bug with uClibc, please report there.
Closing the buildroot bug.
 

- Issue History
Date Modified Username Field Change
09-30-06 13:31 marvin New Issue
09-30-06 13:31 marvin Status new => assigned
09-30-06 13:31 marvin Assigned To  => uClibc
09-30-06 13:56 bernhardf Note Added: 0001670
09-30-06 15:16 marvin Note Added: 0001676
09-30-06 15:16 marvin File Added: uClibc.config
09-30-06 15:16 marvin File Added: buildroot.config
09-30-06 15:18 marvin Note Added: 0001677
11-18-06 05:41 yannouvh Note Added: 0001745
11-22-06 13:39 bernhardf Status assigned => closed
11-22-06 13:39 bernhardf Note Added: 0001772
11-22-06 13:39 bernhardf Resolution open => no change required
02-12-07 05:44 vapier Status closed => assigned
02-12-07 05:44 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker