[BusyBox] 20050501 cvs: coreutils/stat.c:175

Mike Frysinger vapier at gentoo.org
Mon May 2 03:13:27 UTC 2005


On Sunday 01 May 2005 02:32 pm, Rob Landley wrote:
> On Sunday 01 May 2005 04:05 am, Gabor Z. Papp wrote:
> > /home/gzp/src/busybox/coreutils/stat.c: In function `print_statfs':
> > /home/gzp/src/busybox/coreutils/stat.c:175: error: structure has no
> > member named `f_frsize' make: ***
> > [/home/gzp/src/busybox/coreutils/stat.o] Error 1
>
> This didn't build for me either. None of the stuff in the new "ext2 
> twiddling" submenu did, I switched it off. I'm under the vague impression 
> there's a missing header file.  (I also don't know what they're trying to
> accomplish, adding an ext2-specific stat applet

stat isnt part of the new e2fsprogs subdir, nor is by any means 
'ext2-specific' ... in fact is has nothing at all to do with e2fsprogs

builds fine for me though ... ;)

> that I've literally never
> used but not adding mke2fs or tune2fs which I use all the time...  Oh
> well...)

maybe because mke2fs and tune2fs are fricking huge ... ive got local versions 
of busybox that have mke2fs/tune2fs/fsck from e2fsprogs but i havent added 
them because of their size:
13768   blkid.o
18016   e2p.o
49848   ext2fs.o
23248   fsck.o
23736   tune2fs.o
6640    util.o
6640    uuid.o
   text    data     bss     dec     hex filename
    829      40       0     869     365 base_device.o
   5853      32       4    5889    1701 blkid.o
   7109     528     528    8165    1fe5 e2p.o
  29365     168       8   29541    7365 ext2fs.o
   8927     168     920   10015    271f fsck.o
   7899      36     200    8135    1fc7 tune2fs.o
   2280       0       0    2280     8e8 util.o
   2211      20      34    2265     8d9 uuid.o

no i havent done any kind of real busybox/size coding on them, just getting 
them integrated so they work (yes they do work), but that doesnt change the 
fact they will be big :P
-mike



More information about the busybox mailing list