problem posting to busybox list

Denis Vlasenko vda.linux at googlemail.com
Sun Oct 29 00:25:44 UTC 2006


On Saturday 28 October 2006 21:33, Nikola Ciprich wrote:
> Hello,
> 
> I just wanted to submit bugreport to busybox list, and my message was
> rejected. I've been subscribed to this list for very long time,
> (actually I subscribed to it when it was still hosted at codepoet, maybe
> this is the problem?)
> Could You please check it for me? 
> subscribed address is extmaillist at linuxbox.cz
> 
> thanks in advance!

Does re-subscribing work?

> > > I've spotted a tricky regression in 1.2.2 causing stdout redirection not
> > > working properly for various applets:
> > > 
> > > date
> > > Sat Oct 28 18:38:03 CEST 2006
> > > 
> > > echo `date`
> > > (nothing)
> > > 
> > > or ./busybox date
> > > Sat Oct 28 18:39:14 CEST 2006
> > > 
> > > ./busybox date >/tmp/xxx
> > > cat /tmp/xxx
> > > (nothing)
> > > 
> > > I've tracked that the problem is being caused by svn-15855.patch, if I
> > > revert the patch, things start working as expected.
> > > I don't really understand much what this patch is fixing, simply
> > > reverting seems to fix things for me, but I guess it's not the best
> > > solution, but I'll leave this for You guys ;)

Do you use glibc and static linking?

#if ENABLE_STATIC && defined(__GLIBC__)
#warning Static linking against glibc produces buggy executables
#warning (glibc doesn't cope well with ld --gc-sections).
#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400
#warning Note that glibc is utterly unsuitable for static linking anyway.
#endif

--
vda



More information about the busybox mailing list