Re: Question about busybox telnet command

2009-02-20 Thread walter harms
Max schrieb: > Hi All, > I use a theatrical lighting control software called Lightfactory > (www.lifact.com), which has a telnet server feature that allows you to > control the software remotely. It works fine on every windows and ubuntu > machine I've ever used, bu

gcc-4.3, building busybox and multiple references to toupper/tolower?

2009-02-20 Thread Robert P. J. Day
the short form: does trying to build busybox with a gcc-4.3 compiler somehow cause a build failure with duplicate references to tolower() and toupper()? the long form: we have a (1.7.2) BB-based project and are cross-compiling everything with a coldfire cross-compiler from codesourcery. un

Re: gcc-4.3, building busybox and multiple references to toupper/tolower?

2009-02-20 Thread Peter Korsgaard
> "Robert" == Robert P J Day writes: Robert> the short form: does trying to build busybox with a gcc-4.3 Robert> compiler somehow cause a build failure with duplicate references to Robert> tolower() and toupper()? Strange, I've never heard about something like that and we use gcc 4.3.2

bug in tr ?

2009-02-20 Thread walter harms
Hi List, i was traceing a bug and found that tr (bb 13.0) seems to have a bug: echo "19AFH" |./tr -cd "[0-9]" 19 echo "19AFH" |./tr -cd "[0-9A-F]" bash: echo: write error: Datenübergabe unterbrochen (broken pipe) ./tr -cd "[0-9A-F]" http://lists.busybox.net/mailman/listinfo/busybox

Re: gcc-4.3, building busybox and multiple references to toupper/tolower?

2009-02-20 Thread Robert P. J. Day
On Fri, 20 Feb 2009, Peter Korsgaard wrote: > > "Robert" == Robert P J Day writes: > > Robert> the short form: does trying to build busybox with a gcc-4.3 > Robert> compiler somehow cause a build failure with duplicate references to > Robert> tolower() and toupper()? > > Strange, I've n

compile error in trunk -- selinux, loginutils/login.c

2009-02-20 Thread Robert P. J. Day
... loginutils/login.c: In function ‘initselinux’: loginutils/login.c:184: error: passing argument 1 of ‘security_compute_relabel’ from incompatible pointer type make[1]: *** [loginutils/login.o] Error 1 make: *** [loginutils] Error 2 ... the problem? here's loginutils/login.c: static void in

Additional debugging library

2009-02-20 Thread Cristian Ionescu-Idbohrn
There are 2 CONFIG options available: DMALLOC and EFENCE I don't seem to be able to get any one of them do what I expect them to :( Is anyone using one or both and willing to share the magic? Cheers, -- Cristian ___ busybox mailing list busy

Re: Additional debugging library

2009-02-20 Thread Bernhard Reutner-Fischer
On Fri, Feb 20, 2009 at 09:20:15PM +0100, Cristian Ionescu-Idbohrn wrote: >There are 2 CONFIG options available: > > DMALLOC and EFENCE > >I don't seem to be able to get any one of them do what I expect them to :( >Is anyone using one or both and willing to share the magic? Not much of help

Re: Additional debugging library

2009-02-20 Thread Cristian Ionescu-Idbohrn
On Fri, 20 Feb 2009, Bernhard Reutner-Fischer wrote: > On Fri, Feb 20, 2009 at 09:20:15PM +0100, Cristian Ionescu-Idbohrn wrote: > >There are 2 CONFIG options available: > > > > DMALLOC and EFENCE > > > >I don't seem to be able to get any one of them do what I expect them to :( > >Is anyone us