svn commit: trunk/busybox: archival coreutils miscutils modutils ne etc...

Denis Vlasenko vda.linux at googlemail.com
Wed Jan 3 15:23:39 PST 2007


On Tuesday 02 January 2007 11:49, Bernhard Fischer wrote:
> On Sat, Dec 30, 2006 at 11:31:17PM +0100, Denis Vlasenko wrote:
> >On Saturday 30 December 2006 23:26, Yann E. MORIN wrote:
> >> On Saturday 30 December 2006 185, vda at busybox.net wrote:
> >> > done a dozen of randconfig test. guess what? ALL failed...
> 
> May i point you at http://busybox.net/~aldot/bb/mk.busybox.sh
> I just updated it to version 0.5d
> 
> Usage:
> $ mkdir -p /tmp/scratch
> $ cd /tmp/scratch
> $ ./mk.busybox.sh 2>&1 >&1 foo.log &
> 
> even make clean allnoconfig ; make
> is b0rked, btw ;)

You are evil. :)

Fixed in svn.

# size busybox
   text    data     bss     dec     hex filename
   2591     308      24    2923     b6b busybox

What? We have nonzero data on NULL config? I'm curious where...
ah, mostly gcc & glibc stuff:

$ nm busybox_unstripped-NULL | grep -i ' [bd] '
08049c74 B applet_name
08049c70 b applet_using
08049c6c b completed.5126
08049b34 d __CTOR_END__
08049b30 d __CTOR_LIST__
08049c78 B die_sleep
08049c50 D __dso_handle
08049b3c d __DTOR_END__
08049b38 d __DTOR_LIST__
08049b44 d _DYNAMIC
08049c10 d _GLOBAL_OFFSET_TABLE_
08049b40 d __JCR_END__
08049b40 d __JCR_LIST__
08049c5c D logmode
08049c60 D msg_eol
08049c54 d p.5124
08049c68 B stderr@@GLIBC_2.0
08049c64 B stdout@@GLIBC_2.0
08049c58 D xfunc_error_retval

--
vda


More information about the busybox mailing list